Brad Hefta-Gaub
|
0aed08a006
|
more robust handling of readConfiguration
|
2015-09-15 16:52:15 -07:00 |
|
Brad Hefta-Gaub
|
4a24a3767b
|
couple of entity server corner cases
|
2015-09-15 16:17:05 -07:00 |
|
Brad Hefta-Gaub
|
22b979a663
|
couple of entity server corner cases
|
2015-09-15 16:02:22 -07:00 |
|
Stephen Birarda
|
d189fb932f
|
Merge pull request #5785 from Atlante45/protocol
Update AssetServer stats with units
|
2015-09-14 11:18:23 -07:00 |
|
Brad Davis
|
9b81842850
|
Merge branch 'master' into homer
Conflicts:
assignment-client/src/octree/OctreeSendThread.cpp
interface/src/Application.cpp
libraries/entities-renderer/src/EntityTreeRenderer.cpp
libraries/entities/src/EntityItem.cpp
libraries/entities/src/EntityTree.cpp
libraries/entities/src/EntityTreeElement.cpp
libraries/entities/src/EntityTreeElement.h
libraries/entities/src/EntityTreeHeadlessViewer.cpp
libraries/entities/src/RecurseOctreeToMapOperator.cpp
libraries/octree/src/Octree.h
libraries/physics/src/EntityMotionState.cpp
|
2015-09-11 16:31:18 -07:00 |
|
Brad Davis
|
e458eb7ae9
|
Merge pull request #5734 from sethalves/octree-shared-pointers
octree uses shared pointers
|
2015-09-11 16:00:04 -07:00 |
|
Atlante45
|
8ee56b59c9
|
Update AssetServer stats with units
Also removed array for better layout
|
2015-09-11 22:33:58 +02:00 |
|
Brad Davis
|
244795b629
|
Merge branch 'homer' into temp
Conflicts:
interface/src/Application.cpp
|
2015-09-11 11:21:29 -07:00 |
|
Atlante45
|
15f7745bcc
|
JSON stats reliable and ordered
|
2015-09-11 14:21:54 +02:00 |
|
Atlante45
|
801f32295d
|
Update JSON stats building
|
2015-09-11 14:21:54 +02:00 |
|
Atlante45
|
5808658958
|
Make NodeJSONStats reliable
|
2015-09-11 14:21:53 +02:00 |
|
Brad Davis
|
aa989c3687
|
Fixing some entity race condition crashes
|
2015-09-10 20:53:17 -07:00 |
|
Seth Alves
|
7b656d5ead
|
make a couple variable names better
|
2015-09-09 03:30:09 -07:00 |
|
Seth Alves
|
9c4fdfd653
|
merge from upstream
|
2015-09-08 18:01:07 -07:00 |
|
Seth Alves
|
31fcd55d47
|
octree uses shared pointers
|
2015-09-08 11:59:48 -07:00 |
|
Stephen Birarda
|
80cf7b6c76
|
resolve conflicts on merge with upstream/master
|
2015-08-27 14:50:04 -07:00 |
|
Brad Davis
|
d311e4f2ea
|
Fixing problems reported by static analysis tool
|
2015-08-25 19:18:55 -07:00 |
|
Stephen Birarda
|
fd43c48eac
|
resolve conflicts on merge with birarda/protocol
|
2015-08-18 11:48:36 -07:00 |
|
Stephen Birarda
|
0f77ab8611
|
resolve conflicts on merge with upstream/master
|
2015-08-18 11:45:55 -07:00 |
|
Seth Alves
|
4a456488a1
|
remove the option to persist entities as anything other than json.gz files
|
2015-08-17 14:01:25 -07:00 |
|
Atlante45
|
9e7644ee78
|
Change headers/payload size computation
|
2015-07-30 15:05:51 -07:00 |
|
Stephen Birarda
|
862c788aec
|
move payload adjustments to Packet
|
2015-07-23 15:27:32 -07:00 |
|
Stephen Birarda
|
19d0bf403c
|
change NLPacket create signature for new headers
|
2015-07-23 14:06:10 -07:00 |
|
Stephen Birarda
|
9e7fb9ae16
|
shuffle Packet headers, use static enum for PacketType
|
2015-07-23 13:56:47 -07:00 |
|
Stephen Birarda
|
67294d3a23
|
rename nodesToKill to nodesToShutdown
|
2015-07-22 13:55:22 -07:00 |
|
Stephen Birarda
|
d22219a1f2
|
make myServer pointer an OctreeServer* again, it's not checked
|
2015-07-22 13:54:39 -07:00 |
|
Stephen Birarda
|
55b4784a02
|
avoid entity-server node/octree deadlock on shutdown
|
2015-07-22 13:52:49 -07:00 |
|
Stephen Birarda
|
29f91267d9
|
repairs to nack packet receiving for entity-server
|
2015-07-16 15:29:50 -07:00 |
|
Stephen Birarda
|
010cbd9934
|
don't handle octree query while server shutting down
|
2015-07-16 14:42:16 -07:00 |
|
Stephen Birarda
|
8921f59e23
|
fix entity packet send from interface client
|
2015-07-16 12:09:35 -07:00 |
|
Stephen Birarda
|
b115bd1a55
|
resolve conflicts on merge with huffman/receive_packets
|
2015-07-15 10:52:07 -07:00 |
|
Ryan Huffman
|
44c99ef89a
|
Replace bytesAvailable with bytesLefToRead
|
2015-07-15 10:44:51 -07:00 |
|
Stephen Birarda
|
e127c5c06d
|
rename Packet methods for clarity
|
2015-07-15 10:40:40 -07:00 |
|
Stephen Birarda
|
0327a8d477
|
fix bytesAvailable, don't double seek in Packet
|
2015-07-14 20:47:16 -07:00 |
|
Stephen Birarda
|
3bf93063d7
|
remove the OctreeServerDatagramProcessor
|
2015-07-14 17:22:42 -07:00 |
|
Atlante45
|
fbb6a94579
|
Merge branch 'receive_packets' of https://github.com/huffman/hifi into protocol
|
2015-07-14 16:36:28 -07:00 |
|
Ryan Huffman
|
bd345cdccd
|
Merge branch 'atp' of github.com:birarda/hifi into receive_packets
Conflicts:
libraries/networking/src/PacketReceiver.cpp
|
2015-07-14 15:59:16 -07:00 |
|
Stephen Birarda
|
789235b8c7
|
make NodeList deleter be deleteLater
|
2015-07-14 15:28:38 -07:00 |
|
Ryan Huffman
|
56b5c9acff
|
Merge branch 'atp' of github.com:birarda/hifi into receive_packets
Conflicts:
assignment-client/src/entities/EntityServer.cpp
domain-server/src/DomainServer.cpp
|
2015-07-14 14:53:45 -07:00 |
|
Ryan Huffman
|
10c5589629
|
Update OctreeServer to use dynamic_cast
|
2015-07-14 14:26:06 -07:00 |
|
Stephen Birarda
|
0637f589b5
|
add PacketListener to help unregister for packets
|
2015-07-14 13:52:38 -07:00 |
|
Ryan Huffman
|
b45af742ef
|
Remove datagram processing from OctreeServer
|
2015-07-14 09:37:09 -07:00 |
|
Ryan Huffman
|
4668914fe2
|
Merge branch 'atp' of github.com:birarda/hifi into receive_packets
Conflicts:
assignment-client/src/octree/OctreeServerDatagramProcessor.cpp
|
2015-07-13 15:48:52 -07:00 |
|
Stephen Birarda
|
49ee35a41c
|
remove call to processNodeData
|
2015-07-13 15:39:35 -07:00 |
|
Stephen Birarda
|
9d4f9aa21e
|
final fixes to get ACs building again
|
2015-07-13 15:38:45 -07:00 |
|
Atlante45
|
81ad0056c3
|
Fix a few node deref
|
2015-07-13 15:34:37 -07:00 |
|
Atlante45
|
c80df94b06
|
Update includes for moved files
|
2015-07-13 15:28:55 -07:00 |
|
Stephen Birarda
|
f06636d45e
|
repairs for other ThreadedAssignment subclasses
|
2015-07-13 15:16:55 -07:00 |
|
Ryan Huffman
|
a4ff18d9ec
|
Remove OctreeServerDatagramProcessor
|
2015-07-13 15:03:10 -07:00 |
|
Atlante45
|
957e6394a9
|
sendPacket function take Node& not a pointer
|
2015-07-13 11:57:20 -07:00 |
|