Stephen Birarda
|
fe962e6be1
|
only call deleteLater for linkedData if we have a QCoreApplication instance
|
2013-11-07 12:38:28 -08:00 |
|
Stephen Birarda
|
771021995b
|
add helper to ping with inactive socket
|
2013-11-05 12:34:56 -08:00 |
|
ZappoMan
|
c18de72dd4
|
work on debugging stutter behavior, mostly debugging and cleanup
|
2013-11-03 19:06:06 -08:00 |
|
Stephen Birarda
|
5b505bcc95
|
just use default to catch unknown Qt message types
|
2013-10-31 14:16:30 -07:00 |
|
Stephen Birarda
|
bfe7c82232
|
add default and QtTraceMsg to switch to avoid warnings
|
2013-10-31 14:10:08 -07:00 |
|
ZappoMan
|
3a6f8ea66b
|
Merge branch 'master' of https://github.com/worklist/hifi into lod_slider
|
2013-10-30 12:04:52 -07:00 |
|
ZappoMan
|
fbc3a4d2c1
|
first cut at user adjustable LOD
|
2013-10-29 16:16:58 -07: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
|
3df07d344f
|
have assignment client pay attention to jurisdictions
|
2013-10-25 11:39:21 -07:00 |
|
Stephen Birarda
|
8aad3e146f
|
avoid a divide by zero in PacketSender
|
2013-10-25 10:49:35 -07:00 |
|
Stephen Birarda
|
67050f5cd2
|
fix Assignment ctor from data to properly parse payload
|
2013-10-25 10:34:58 -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 |
|
ZappoMan
|
015adeedcb
|
first cut at splitting out PACKET_TYPE_VOXEL_QUERY from PACKET_TYPE_HEAD_DATA
|
2013-10-24 13:22:31 -07:00 |
|
Stephen Birarda
|
d85ed014ba
|
switch to bootstrap 3, complete initial index page
|
2013-10-23 14:43:59 -07:00 |
|
Stephen Birarda
|
1eba133a6d
|
use char array of static length for pool
|
2013-10-22 13:35:26 -07:00 |
|
Stephen Birarda
|
b4a2214d26
|
add notion of pool back to assignment
|
2013-10-22 11:43:06 -07:00 |
|
Philip Rosedale
|
cab9e7f658
|
Merge pull request #1094 from birarda/assignment
allow multiple buffers to be hooked to an individual node
|
2013-10-21 20:29:10 -07:00 |
|
ZappoMan
|
1b302f60f8
|
Merge branch 'master' of https://github.com/worklist/hifi into keep_local_voxels
|
2013-10-21 16:03:53 -07:00 |
|
ZappoMan
|
2f423e66eb
|
fixed long line
|
2013-10-21 14:43:55 -07:00 |
|
Stephen Birarda
|
1b129a43b5
|
initial changes to allow for multiple buffers per client
|
2013-10-21 14:27:55 -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 |
|
Stephen Birarda
|
19e6f668d2
|
add debug to test hole punching
|
2013-10-17 17:25:14 -07:00 |
|
Stephen Birarda
|
bd806241fd
|
don't attempt to send in UDPSocket with NULL destAddress
|
2013-10-17 17:01:15 -07:00 |
|
Stephen Birarda
|
b4ef3dbd8a
|
add ping/reply to assignment-client servers
|
2013-10-17 16:56:52 -07:00 |
|
Stephen Birarda
|
75d8934961
|
fix pinging of agents in broadcast to nodes
|
2013-10-17 16:46:49 -07:00 |
|
Stephen Birarda
|
87d6c0085f
|
add a fallback if STUN to outside server isn't possible
|
2013-10-17 15:11:02 -07:00 |
|
Stephen Birarda
|
4bbb59be72
|
fix use of htonl in constant outside function
|
2013-10-17 14:45:38 -07:00 |
|
Stephen Birarda
|
90e189b425
|
remove accidentally double saved NodeList.cpp
|
2013-10-17 14:42:07 -07:00 |
|
Stephen Birarda
|
73d3ecccf3
|
resolve conflicts on merge with upstream master
|
2013-10-17 14:37:58 -07:00 |
|
Stephen Birarda
|
8f1135feb7
|
more repairs to Agent and AvatarData for UUID transition
|
2013-10-17 14:35:42 -07:00 |
|
Stephen Birarda
|
74e66dfd35
|
push various PACKET_TYPES, repairs to Agent for UUID setup
|
2013-10-17 13:35:53 -07:00 |
|
ZappoMan
|
d566026026
|
Merge branch 'master' of https://github.com/worklist/hifi into voxelnode_memory_savings
|
2013-10-17 12:31:31 -07:00 |
|
ZappoMan
|
fbf1a75d07
|
cleanup dead code
|
2013-10-17 12:24:53 -07:00 |
|
Stephen Birarda
|
fa146e302d
|
remove 16-bit node IDs and replace with UUIDs
|
2013-10-17 11:49:41 -07:00 |
|
Stephen Birarda
|
012fccc72e
|
send ping to AvM and VS for socket activation
|
2013-10-16 18:01:15 -07:00 |
|
Stephen Birarda
|
7de88898e1
|
activate appropriate socket after receiving ping reply
|
2013-10-16 17:51:32 -07:00 |
|
Stephen Birarda
|
849e5817ec
|
remove a couple of spaces
|
2013-10-16 17:27:16 -07:00 |
|
Stephen Birarda
|
330e78920a
|
use Qt to query interfaces for correct local address
|
2013-10-16 17:06:39 -07:00 |
|
Stephen Birarda
|
e40ab5d13f
|
add debug of Node's local address
|
2013-10-16 16:52:05 -07:00 |
|