Stephen Birarda
|
13dfe91358
|
remove newlines from Node debug
|
2014-01-15 09:42:11 -08:00 |
|
Stephen Birarda
|
e76a37f48b
|
resolve conflicts on merge with upstream master
|
2014-01-14 16:26:02 -08:00 |
|
Stephen Birarda
|
599e3bb9e5
|
resolve conflicts on merge with upstream master
|
2014-01-14 16:15:58 -08:00 |
|
Stephen Birarda
|
77ee27e5d7
|
resolve conflicts on merge with upstream master
|
2014-01-14 16:12:42 -08:00 |
|
Stephen Birarda
|
8676ac38f9
|
foreach spacing and reference repairs
|
2014-01-14 15:54:09 -08:00 |
|
Stephen Birarda
|
987c639e36
|
initial newline removal from all QDebug calls
|
2014-01-14 13:09:22 -08:00 |
|
Stephen Birarda
|
bdc31a3b48
|
replace the DomainChangeListener class with a signal/slot combo
|
2014-01-14 11:38:05 -08:00 |
|
Stephen Birarda
|
fa01383f3f
|
move the NodeList to the thread used for a ThreadedAssignment
|
2014-01-14 11:26:26 -08:00 |
|
Stephen Birarda
|
e888366fd8
|
remove unused index variable
|
2014-01-14 10:57:34 -08:00 |
|
Stephen Birarda
|
718d04bd71
|
correct iterator push on NodeList clear
|
2014-01-14 10:53:17 -08:00 |
|
Stephen Birarda
|
66f50c38e3
|
repair iterator push on silent node removal
|
2014-01-14 10:48:47 -08:00 |
|
Stephen Birarda
|
ed0ed96029
|
properly emit signal on silent node removal
|
2014-01-14 10:28:41 -08:00 |
|
Stephen Birarda
|
57f977668f
|
replace the Node mutex with a QMutex
|
2014-01-14 10:15:31 -08:00 |
|
Stephen Birarda
|
53d435006c
|
more follow mode cleanup, fix silent node iterator
|
2014-01-14 10:07:26 -08:00 |
|
Stephen Birarda
|
3ab7a6d9d5
|
move network packet processing to main thread
|
2014-01-13 17:58:48 -08:00 |
|
Stephen Birarda
|
1faa2120aa
|
use typedef in NodeList implementation
|
2014-01-13 17:36:27 -08:00 |
|
Stephen Birarda
|
0579b18426
|
fix deadlock in silent node removal
|
2014-01-13 17:33:58 -08:00 |
|
Stephen Birarda
|
6a0c431562
|
repair add of new node (so it doesn't immediately kill)
|
2014-01-13 17:29:45 -08:00 |
|
Stephen Birarda
|
677303b5c0
|
properly hook SharedNodePointer for signals/slots
|
2014-01-13 17:17:53 -08:00 |
|
Stephen Birarda
|
7d1a64ca8c
|
change NodeList container to QHash with QSharedPointer
|
2014-01-13 17:09:21 -08:00 |
|
Andrew Meadows
|
d28ed70ca9
|
merge pull request 1446
|
2014-01-10 15:55:38 -08:00 |
|
Stephen Birarda
|
591876eaf3
|
notify for node kill on NodeList clear
|
2014-01-02 10:01:47 -08:00 |
|
ZappoMan
|
90a2fd31ef
|
fixed spacing
|
2013-12-19 15:17:29 -08:00 |
|
ZappoMan
|
bfbaf265dd
|
first cut at added clockSkew support to nodes and PING/PING_REPLY
|
2013-12-19 13:14:14 -08:00 |
|
Stephen Birarda
|
04b13149b5
|
remove unneeded include in NodeList
|
2013-12-05 17:39:37 -08:00 |
|
Stephen Birarda
|
c2e11e8d8c
|
more NodeList cleanup
|
2013-12-05 17:39:02 -08:00 |
|
Stephen Birarda
|
8f4e641ade
|
remove NodeList threads that are deprecated
|
2013-12-05 17:11:58 -08:00 |
|
Stephen Birarda
|
3f9e00d977
|
fix a boneheaded mistake in AvatarMixer broadcastAvatarData
|
2013-12-05 15:10:01 -08:00 |
|
Stephen Birarda
|
6f7e16dc22
|
hook VS to new QCA infrastructure
|
2013-12-03 11:11:08 -08:00 |
|
Stephen Birarda
|
606eaa579a
|
switch node pinging to QTimer in QCoreApplication instance
|
2013-12-03 10:57:31 -08:00 |
|
Stephen Birarda
|
330eff72ce
|
repair usage of DS as STUN server
|
2013-12-02 17:18:07 -08:00 |
|
Stephen Birarda
|
1e279cf99c
|
hook AudioMixer to new event-driven assignment setup
|
2013-12-02 16:34:38 -08:00 |
|
Stephen Birarda
|
49191826af
|
add check for pending datagrams before read
|
2013-12-02 14:08:49 -08:00 |
|
Stephen Birarda
|
141394a664
|
replace UDPSocket with QUDPSocket
|
2013-12-02 13:34:29 -08:00 |
|
Andrzej Kapolka
|
092515e199
|
Send an explicit kill request to the avatar mixer (which will pass it along to
the other clients) when we exit.
|
2013-11-22 15:19:59 -08:00 |
|
Stephen Birarda
|
771021995b
|
add helper to ping with inactive socket
|
2013-11-05 12:34:56 -08:00 |
|
Stephen Birarda
|
03b23b504f
|
reference global with colon
|
2013-10-29 16:05:23 -07:00 |
|
Stephen Birarda
|
66b27fa607
|
have silent node removal flag reset on join
|
2013-10-29 15:59:09 -07:00 |
|
Stephen Birarda
|
6e9ee93ed6
|
add debug for sleep amount to AvatarMixer
|
2013-10-29 15:28:10 -07:00 |
|
Stephen Birarda
|
08a368a9fd
|
add debug to catch AvatarMixer ghosting
|
2013-10-29 15:21:55 -07:00 |
|
Stephen Birarda
|
9dbbf8c65c
|
don't alloc memory for checkInPacket, make it stack to function
|
2013-10-25 09:22:23 -07:00 |
|
ZappoMan
|
9492c3de18
|
various memory leaks and compiler warning fixes
|
2013-10-25 00:05:52 -07:00 |
|
Stephen Birarda
|
0dd16cfc1e
|
debug a STUN reponse that only changes port
|
2013-10-18 15:27:35 -07:00 |
|
Stephen Birarda
|
32680bbaad
|
continued STUN requests for keepalive, propagate socket changes
|
2013-10-18 15:05:16 -07:00 |
|
Stephen Birarda
|
d85c0bb88a
|
add a DELETE method to civetweb to delete assignment by UUID
|
2013-10-18 10:25:35 -07:00 |
|
Stephen Birarda
|
11a05481e1
|
remove an infamous birarda extra g
|
2013-10-17 17:54:52 -07:00 |
|
Stephen Birarda
|
ded7735572
|
remove crazy debug from testing
|
2013-10-17 17:54:25 -07:00 |
|
Stephen Birarda
|
a4798acb22
|
bring ping interval back to 1 second
|
2013-10-17 17:35:24 -07:00 |
|
Stephen Birarda
|
b25487cda3
|
increase the ping interval
|
2013-10-17 17:33:34 -07:00 |
|
Stephen Birarda
|
65e0670eba
|
Merge branch 'master' of github.com:worklist/hifi into assignment
|
2013-10-17 17:25:21 -07:00 |
|