ZappoMan
|
43f44f4131
|
suppress some potentially repeated log messages
|
2014-11-13 07:52:00 -08:00 |
|
ZappoMan
|
0acbefb6a2
|
fix but in getMyChildContaining and performance improvement to moving entities
|
2014-09-03 08:06:42 -07:00 |
|
wangyix
|
f2dfa6b978
|
fixed warnings
|
2014-06-30 16:10:58 -07:00 |
|
wangyix
|
0ae58bd7f9
|
added senderUUID arg to seq stats
|
2014-06-27 15:39:11 -07:00 |
|
wangyix
|
2ec04fb756
|
replaced old seqnum tracking code with SequenceNumberStats
|
2014-06-25 17:20:57 -07:00 |
|
wangyix
|
f76b4dc1ab
|
made getMissingSequenceNumbers() inline
|
2014-06-18 13:39:49 -07:00 |
|
wangyix
|
29723d0ef3
|
changed octree data nacks to repeatedly nack missing seq nums
|
2014-06-18 13:36:54 -07:00 |
|
wangyix
|
7cef5eeeec
|
replaced UINT16_MAX at 2 other places
|
2014-06-18 10:27:02 -07:00 |
|
wangyix
|
8c4e365958
|
added forgotten i++ in sendNackPackets()
plus minor style fixes
|
2014-06-18 09:28:42 -07:00 |
|
wangyix
|
7f4cf3719e
|
added rollover handling to OctreeSceneStats
|
2014-06-17 16:40:08 -07:00 |
|
wangyix
|
aa694d6967
|
removed debug code
|
2014-06-09 12:35:26 -07:00 |
|
wangyix
|
0b1bffa83c
|
added random packet drops; ready to test
|
2014-06-06 15:03:54 -07:00 |
|
wangyix
|
5c47485562
|
client-side nack sending complete; ready to test
|
2014-06-06 14:27:51 -07:00 |
|
wangyix
|
8cd5ec3b54
|
started work on sending nack packets from client
|
2014-06-06 11:50:34 -07:00 |
|
wangyix
|
fe1a0e4565
|
removed debug stuff i missed
|
2014-05-29 11:27:14 -07:00 |
|
wangyix
|
c87c474877
|
removed debug info, cleaned code for pull req
|
2014-05-29 10:39:40 -07:00 |
|
wangyix
|
5d4b0df108
|
added flag,seq,st to EnvironmentData, untested
removed/commented out debug prints
|
2014-05-28 17:41:38 -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
|
e89d33dc60
|
added if to not track ParticleErase packets
|
2014-05-27 18:02:49 -07:00 |
|
ZappoMan
|
f3b8d04c06
|
fixed packet sequence number rollover
|
2014-05-06 09:39:14 -07:00 |
|
Atlante45
|
f74bd491d6
|
CR
|
2014-04-29 12:48:50 -07:00 |
|
Atlante45
|
8686fecdad
|
Switch OctreeSceneStats to quintX
|
2014-04-28 16:08:26 -07:00 |
|
ZappoMan
|
6acdf9cd6c
|
fix issues with bad timestamps
|
2014-04-25 11:21:02 -07:00 |
|
Stephen Birarda
|
684c6b5372
|
run regex header replacement on all cpp files
|
2014-04-09 09:35:42 -07:00 |
|
Brad Hefta-Gaub
|
711e6ca3f5
|
clean up casts and types to fix warnings in a cleaner way
|
2014-03-14 17:43:55 -07:00 |
|
Andrew Meadows
|
ab84526a1b
|
removing compile warnings
|
2014-03-14 16:12:32 -07:00 |
|
ZappoMan
|
86feabee99
|
add last scene packets, bytes and pps
|
2014-03-12 02:22:24 -07:00 |
|
ZappoMan
|
4d0b762de3
|
some hacking on full scene debuggin
|
2014-03-11 20:33:53 -07:00 |
|
ZappoMan
|
0017625442
|
fix unix compiler issue
|
2014-03-11 16:48:49 -07:00 |
|
ZappoMan
|
12becb9d19
|
improve octree stats display
|
2014-03-11 16:22:35 -07:00 |
|
ZappoMan
|
cfa618d694
|
cleanup constructors
|
2014-03-08 23:31:23 -08:00 |
|
Andrew Meadows
|
b28a18dab0
|
Remove warning about null-op sprintf() in g++
|
2014-02-17 09:17:34 -08:00 |
|
Stephen Birarda
|
cda06d1cb3
|
replace uint64_t with quint64 for Qt friendlyness
|
2014-01-28 12:35:42 -08:00 |
|
Stephen Birarda
|
4103cc1cde
|
packet header changes and beginning of conversion to QByteArray
|
2014-01-28 10:36:08 -08:00 |
|
Brad Hefta-Gaub
|
170dbe6e85
|
Merge branch 'master' of git://github.com/worklist/hifi into windows_build
Conflicts:
assignment-client/src/audio/AudioMixer.cpp
domain-server/src/DomainServer.cpp
interface/src/Audio.cpp
interface/src/DataServerClient.cpp
interface/src/Oscilloscope.cpp
interface/src/PairingHandler.cpp
interface/src/Util.cpp
interface/src/avatar/MyAvatar.cpp
interface/src/devices/Faceshift.cpp
interface/src/devices/SerialInterface.cpp
interface/src/renderer/FBXReader.cpp
libraries/avatars/src/AvatarData.h
libraries/octree-server/src/OctreeServer.cpp
libraries/octree-server/src/OctreeServer.h
libraries/octree/src/ViewFrustum.cpp
libraries/shared/src/Logging.cpp
libraries/shared/src/Node.cpp
libraries/shared/src/Node.h
libraries/shared/src/NodeList.cpp
libraries/shared/src/NodeList.h
libraries/shared/src/PerfStat.cpp
libraries/shared/src/SharedUtil.cpp
libraries/voxels/src/VoxelTree.cpp
voxel-edit/src/main.cpp
|
2014-01-15 10:20:21 -08:00 |
|
Stephen Birarda
|
987c639e36
|
initial newline removal from all QDebug calls
|
2014-01-14 13:09:22 -08:00 |
|
Brad Hefta-Gaub
|
a290017746
|
more type mismatch warning fixes
|
2014-01-13 00:46:43 -08:00 |
|
ZappoMan
|
72649f1ac9
|
adjust flight times correctly in stats tracking
|
2013-12-19 13:29:45 -08:00 |
|
ZappoMan
|
aec0e9f4aa
|
added basic particle server renamed voxel packet names to fit standard
|
2013-12-04 21:00:00 -08:00 |
|
ZappoMan
|
9faef65ccc
|
first cut at splitting out octree base classes
|
2013-12-03 17:32:02 -08:00 |
|