ZappoMan
|
5eb6ddbdb3
|
first cut at support for extra element data
|
2014-06-09 16:04:25 -07:00 |
|
ZappoMan
|
c5647addf4
|
Merge branch 'master' of https://github.com/worklist/hifi into octreeWireformatImprovements
|
2014-06-09 14:10:47 -07:00 |
|
ZappoMan
|
6f1ec01797
|
rename nodeBag to elementBag in a bunch of places
|
2014-06-09 13:42:44 -07:00 |
|
wangyix
|
412d3e19fe
|
removed debug prints in parseNackPacket()
|
2014-06-09 12:56:00 -07:00 |
|
wangyix
|
aa694d6967
|
removed debug code
|
2014-06-09 12:35:26 -07:00 |
|
wangyix
|
3bc457d4d2
|
added octree scene stats locking and unlocking
|
2014-06-09 11:14:02 -07:00 |
|
wangyix
|
b39559d860
|
packet recovery seems to be working
Seems to impact FPS a lot. OctreeSceneStats is not being locked (causes
freezing, need to find out why).
|
2014-06-06 17:44:30 -07:00 |
|
wangyix
|
5461a06e99
|
completed code to resend nacked packets on AC
|
2014-06-06 09:33:14 -07:00 |
|
wangyix
|
1a7e3a859c
|
started work on resending nacked packets
|
2014-06-05 18:00:58 -07:00 |
|
wangyix
|
4c4ff45f31
|
removed duplicate function bodies
|
2014-05-29 14:31:40 -07:00 |
|
wangyix
|
f82be105e8
|
moved _sequenceNumber back to OctreeQueryNode
|
2014-05-29 12:54:34 -07:00 |
|
wangyix
|
fe1a0e4565
|
removed debug stuff i missed
|
2014-05-29 11:27:14 -07:00 |
|
wangyix
|
c799077379
|
added flag,seq,ts to ParticleErase and ModelErase
... this fixes unreasonable flight-time issue
|
2014-05-28 17:20:10 -07:00 |
|
wangyix
|
f361b9a8a7
|
removed updatePacketTimestamp()
..from OctreeQueryNode
|
2014-05-27 18:04:53 -07:00 |
|
wangyix
|
e89d33dc60
|
added if to not track ParticleErase packets
|
2014-05-27 18:02:49 -07:00 |
|
wangyix
|
fe5fabdd61
|
removed old code that was commented out
changed tabs to spaces
|
2014-05-23 11:17:59 -07:00 |
|
wangyix
|
87d927d447
|
moved _sequenceNumber back to OctreeQueryNode
instead added incrementSequenceNumber() to OctreeQueryNode for
sendthread to use
|
2014-05-23 10:09:46 -07:00 |
|
wangyix
|
2dd78b36db
|
moved _sequenceNumber to OctreeSendThread
|
2014-05-23 09:47:08 -07:00 |
|
ZappoMan
|
003e3ae507
|
properly unhook delete notifications
|
2014-04-21 16:01:37 -07:00 |
|
ZappoMan
|
f3aa9d3b8f
|
unhook node bag from element notifications on shutdown to speed up cleanup
|
2014-04-21 15:45:12 -07:00 |
|
ZappoMan
|
2c02178802
|
Merge branch 'master' of https://github.com/worklist/hifi into shared_and_weak_pointers
Conflicts:
assignment-client/src/AssignmentClient.cpp
assignment-client/src/AssignmentClient.h
libraries/shared/src/NodeList.cpp
|
2014-04-18 14:28:54 -07:00 |
|
Stephen Birarda
|
684c6b5372
|
run regex header replacement on all cpp files
|
2014-04-09 09:35:42 -07:00 |
|
ZappoMan
|
6ed9b968b0
|
removed some extra debugging
|
2014-04-01 09:23:19 -07:00 |
|
ZappoMan
|
7cd39d3ef0
|
add forceNodeShutdown() to handle forced shutdown of nodes in case of server shutdown
|
2014-03-31 20:53:34 -07:00 |
|
ZappoMan
|
9d60be9773
|
cleanup some debugging
|
2014-03-31 17:57:48 -07:00 |
|
ZappoMan
|
ef68f164c9
|
tweak shutdown
|
2014-03-31 17:05:31 -07:00 |
|
ZappoMan
|
dc302e7126
|
tweak shutdown
|
2014-03-31 16:51:00 -07:00 |
|
ZappoMan
|
7a683b177d
|
added some debugging, and reordered some shutdown logic
|
2014-03-31 16:43:25 -07:00 |
|
ZappoMan
|
1eb15b0d12
|
cleanup
|
2014-03-31 15:37:53 -07:00 |
|
ZappoMan
|
6601a0d4e9
|
cleaning up nodeKilled()
|
2014-03-31 14:54:39 -07:00 |
|
ZappoMan
|
226274e98b
|
cleaning up SharedNodePointer usage
|
2014-03-31 14:24:08 -07:00 |
|
ZappoMan
|
faa062f8ab
|
use single instance of SharedAssignmentPointer for assignment client so we actually get reference counting
|
2014-03-31 14:08:19 -07:00 |
|
ZappoMan
|
8856a609a4
|
first cut at migrating to SharedOctreeServerPointer for ref count management of OctreeServer
|
2014-03-28 09:46:23 -07:00 |
|
ZappoMan
|
9fdfa4a7a8
|
switch to using SharedNodePointer instead of UUID in octree server send thread
|
2014-03-27 02:33:32 -07:00 |
|
ZappoMan
|
3cb3cb81c4
|
fixes to voxel server crashes on client shutdown
|
2014-03-21 14:15:02 -07:00 |
|
ZappoMan
|
b4f5a6d1ce
|
add _isShuttingDown to OctreeQueryNode and bail as fast as possible when shutting down
|
2014-03-20 14:44:47 -07:00 |
|
ZappoMan
|
b3f60a068d
|
remove isScheduledForDelete from OctreeQueryNode
|
2014-03-19 00:17:14 -07:00 |
|
ZappoMan
|
329d3b37e0
|
add last know root timestamp property to query node
|
2014-03-18 01:07:45 -07:00 |
|
ZappoMan
|
aab2ca826f
|
Merge branch 'master' of https://github.com/worklist/hifi into experimental_scaling
|
2014-03-17 11:01:25 -07:00 |
|
ZappoMan
|
981ab7374a
|
fix crash in client shutdown, clean up some debugging, clean up Q_OBJECT
|
2014-03-17 11:01:09 -07:00 |
|
ZappoMan
|
08d89a4565
|
arg windows signedness warnings
|
2014-03-15 23:17:03 -07:00 |
|
ZappoMan
|
cfa618d694
|
cleanup constructors
|
2014-03-08 23:31:23 -08:00 |
|
ZappoMan
|
f9718913e2
|
fix octree-server random spinout sometimes when client disconnects
|
2014-02-27 16:13:05 -08:00 |
|
ZappoMan
|
8c4fdbb1c6
|
remove dead comments
|
2014-02-26 21:24:50 -08:00 |
|
ZappoMan
|
a34aef658d
|
cleanup OctreeSendThread correctly
|
2014-02-26 21:24:32 -08:00 |
|
ZappoMan
|
1603c1f38c
|
work on client stats and max total packets per second
|
2014-02-26 21:24:12 -08:00 |
|
Stephen Birarda
|
f4fe2bb754
|
move octree-server libs to assignment-client
|
2014-02-05 16:04:23 -08:00 |
|