wangyix
|
8312e1642d
|
replaced takeFirst() with dequeue() for consistency
|
2014-06-09 15:15:43 -07:00 |
|
wangyix
|
e45f2fed4b
|
changed writelock to readlock
plus a coding standard fix
|
2014-06-09 13:42:45 -07:00 |
|
wangyix
|
ff2a5342ee
|
removed another extra space
|
2014-06-09 12:57:50 -07:00 |
|
wangyix
|
412d3e19fe
|
removed debug prints in parseNackPacket()
|
2014-06-09 12:56:00 -07:00 |
|
wangyix
|
0fce7e721a
|
removed more spaces
|
2014-06-09 12:40:01 -07:00 |
|
wangyix
|
968ea3563c
|
removed an extra space
|
2014-06-09 12:37:42 -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
|
d21a8e73ff
|
Merge remote-tracking branch 'upstream/master' into packet_recovery_pull
|
2014-06-06 15:05:29 -07:00 |
|
wangyix
|
0b1bffa83c
|
added random packet drops; ready to test
|
2014-06-06 15:03:54 -07:00 |
|
Stephen Birarda
|
194493ab9b
|
remove MMX math to fix stereo discrepancies
|
2014-06-06 12:00:47 -07:00 |
|
wangyix
|
8cd5ec3b54
|
started work on sending nack packets from client
|
2014-06-06 11:50:34 -07:00 |
|
Stephen Birarda
|
f6011b65d7
|
fix input loudness for a stereo source
|
2014-06-06 11:26:04 -07:00 |
|
Stephen Birarda
|
ae2f6a3cb6
|
complete piping of stereo audio through mixer
|
2014-06-06 10:55:04 -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
|
6f45939113
|
re-enabled piggy-backing in OctreeSendThread
|
2014-06-04 11:02:31 -07:00 |
|
wangyix
|
50746a6540
|
extra commit of previous commit?
|
2014-06-03 16:19:12 -07:00 |
|
ZappoMan
|
758df4f58b
|
silence some unused variable warnings and move some debug code to only execute in debug mode
|
2014-06-02 10:43:50 -07:00 |
|
wangyix
|
4c4ff45f31
|
removed duplicate function bodies
|
2014-05-29 14:31:40 -07:00 |
|
wangyix
|
d8b0b03e59
|
removed _sequenceNumber from OctreeSendThread
inlined getSequenceNumber and incrementSequenceNumber
|
2014-05-29 13:39:57 -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
|
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
|
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 |
|
Stephen Birarda
|
f4292fd29c
|
handle serving of scripts at temp unique UUIDs
|
2014-05-23 12:33:39 -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
|
645002493f
|
Merge remote-tracking branch 'upstream/master'
|
2014-05-23 09:48:05 -07:00 |
|
wangyix
|
2dd78b36db
|
moved _sequenceNumber to OctreeSendThread
|
2014-05-23 09:47:08 -07:00 |
|
Stephen Birarda
|
f351399d08
|
put back ssize_t definition
|
2014-05-20 16:16:24 -07:00 |
|
Stephen Birarda
|
97b67e83c5
|
remove more gnutls includes
|
2014-05-20 16:16:23 -07:00 |
|
Stephen Birarda
|
f1581ef823
|
remove dependency on GnuTLS for later replacement with OpenSSL
|
2014-05-20 16:16:22 -07:00 |
|
Stephen Birarda
|
9dde480bb2
|
don't look for GnuTLS from cmake
|
2014-05-20 16:16:22 -07:00 |
|
Stephen Birarda
|
8a1fdf3486
|
pass wallet UUID from AC to DS, cleanup noisy timer
|
2014-05-20 14:38:51 -07:00 |
|
Stephen Birarda
|
a9c2e3fe71
|
put back ssize_t definition
|
2014-05-20 11:56:06 -07:00 |
|
Stephen Birarda
|
2ef822d19d
|
remove more gnutls includes
|
2014-05-20 11:26:22 -07:00 |
|
Stephen Birarda
|
e3dd6509d8
|
remove dependency on GnuTLS for later replacement with OpenSSL
|
2014-05-20 10:47:11 -07:00 |
|
Stephen Birarda
|
0e7615391c
|
don't look for GnuTLS from cmake
|
2014-05-20 10:35:04 -07:00 |
|
ZappoMan
|
fa20e8ff95
|
fix the agent support for scripting models
|
2014-05-14 13:17:10 -07:00 |
|
ZappoMan
|
106c8bffd8
|
first cut at animations in models
|
2014-05-09 16:08:06 -07:00 |
|
Philip Rosedale
|
4e1eaf8337
|
Merge pull request #2809 from Atlante45/mute_env
Mute environment
|
2014-05-07 16:18:23 -07:00 |
|
Stephen Birarda
|
5e9036b3fe
|
tweak audio constants to be less agressive on cutoff
|
2014-05-07 15:37:41 -07:00 |
|
Atlante45
|
fd1f6befff
|
CR
|
2014-05-07 15:19:32 -07:00 |
|
Atlante45
|
40ed72989c
|
mute environment packet
|
2014-05-07 12:57:11 -07:00 |
|
Stephen Birarda
|
befe75a04c
|
fix broken audio-mixer stats
|
2014-05-05 14:03:14 -07:00 |
|