ZappoMan
|
a60cf0f34e
|
fix issue with copy
|
2013-11-25 15:52:30 -08:00 |
|
ZappoMan
|
d13ebf6095
|
more menu cleanup removing developer options that are now defunct
|
2013-11-25 14:44:34 -08:00 |
|
ZappoMan
|
de26b950f8
|
cleanup menu defaults
|
2013-11-25 14:25:09 -08:00 |
|
ZappoMan
|
70213630e1
|
Merge branch 'master' of https://github.com/worklist/hifi into compressed_packets
|
2013-11-25 13:38:22 -08:00 |
|
ZappoMan
|
66ebaae7c8
|
added debugging/logging of sleep times removed bail early loging in send thread since it wasn't needed and reduced sending potential in high PPS case
|
2013-11-25 13:34:53 -08:00 |
|
ZappoMan
|
78d39ed948
|
added timing details for better debugging and results measurement
|
2013-11-25 10:41:07 -08:00 |
|
ZappoMan
|
78a8f2d0cc
|
added comments
|
2013-11-25 08:56:37 -08:00 |
|
ZappoMan
|
17f5530893
|
fixed wasted bitmasks bug where we would include colors and extra layers
|
2013-11-25 01:42:19 -08:00 |
|
ZappoMan
|
8bb2bd2ecf
|
get voxel packet statistics to work and add them to server status page
|
2013-11-25 00:26:37 -08:00 |
|
ZappoMan
|
8d8d73a940
|
start of statistics, convert level key into class
|
2013-11-24 20:49:47 -08:00 |
|
ZappoMan
|
ed80895eb3
|
fix issue where we sometimes don't completely fill a packet mid scene
|
2013-11-24 20:29:54 -08:00 |
|
ZappoMan
|
0cd269632e
|
fix bug where some parts of scene weren't sent, turned out it was in the octal code not fitting voxels getting ignored
|
2013-11-24 17:49:10 -08:00 |
|
ZappoMan
|
32e770d2b7
|
tweaks to debugging
|
2013-11-24 16:02:05 -08:00 |
|
ZappoMan
|
3ef7c1a732
|
moved const definitions to better file
|
2013-11-24 15:28:50 -08:00 |
|
ZappoMan
|
25511f99ec
|
cleanup for coding standard
|
2013-11-24 15:22:44 -08:00 |
|
ZappoMan
|
94584d4ead
|
disable voxel packet compression for now
|
2013-11-24 15:01:37 -08:00 |
|
ZappoMan
|
e2f5069e6a
|
more VoxelPacket compression tuning
|
2013-11-24 14:41:50 -08:00 |
|
ZappoMan
|
57633f8b92
|
fixed comment
|
2013-11-24 00:05:06 -08:00 |
|
ZappoMan
|
ba26e5c3e3
|
add back non-compression mode to VoxelPacket and tweaks to how compression works to make it more efficient
|
2013-11-24 00:02:51 -08:00 |
|
ZappoMan
|
c28027b7ca
|
better compressed packets with fewer calls to checkCompress
|
2013-11-23 22:30:15 -08:00 |
|
ZappoMan
|
e65f74e06b
|
moved compression into VoxelPacket class. works, but too slow for larger sizes
|
2013-11-23 21:40:50 -08:00 |
|
ZappoMan
|
cd1d3765a9
|
cleaned up const semantics and DRYed up appendBitMask
|
2013-11-23 16:28:21 -08:00 |
|
ZappoMan
|
0f66f4c1bd
|
Revert "cleaned up some comments and code"
This reverts commit 99c427c97d .
|
2013-11-23 16:19:57 -08:00 |
|
ZappoMan
|
99c427c97d
|
cleaned up some comments and code
|
2013-11-23 16:18:18 -08:00 |
|
ZappoMan
|
cb43b0dea1
|
cleaned up some comments and code
|
2013-11-23 15:10:03 -08:00 |
|
ZappoMan
|
b0cc6494da
|
cleaned up some comments and code
|
2013-11-23 14:58:23 -08:00 |
|
ZappoMan
|
7ff7b13c6b
|
cleaned up some comments
|
2013-11-23 14:52:34 -08:00 |
|
ZappoMan
|
a9f336e34e
|
cleaned up packet sending accounting and debug output to be less verbose unless requested
|
2013-11-23 14:49:53 -08:00 |
|
ZappoMan
|
a9642a3e15
|
tweaks and cleanup
|
2013-11-23 14:21:14 -08:00 |
|
ZappoMan
|
51547f6f8d
|
tweaks and cleanup
|
2013-11-23 14:20:12 -08:00 |
|
ZappoMan
|
13e6a187bd
|
tweaks and cleanup
|
2013-11-23 14:19:18 -08:00 |
|
ZappoMan
|
0ed31b5b9f
|
tweaks and cleanup
|
2013-11-23 14:14:00 -08:00 |
|
ZappoMan
|
29522d1e50
|
tweaks and cleanup
|
2013-11-23 14:07:01 -08:00 |
|
ZappoMan
|
ae5d5324c1
|
added some comments to VoxelPacket
|
2013-11-23 14:02:46 -08:00 |
|
ZappoMan
|
4c0569fc60
|
removing compression from VoxelNodeData to eventually move it into VoxelPacket where it belongs
|
2013-11-23 13:55:21 -08:00 |
|
ZappoMan
|
11d7cb64c2
|
switch back to qDebug
|
2013-11-23 13:42:11 -08:00 |
|
ZappoMan
|
b1a0ed6480
|
remove old buffer style approach to encoding
|
2013-11-23 13:36:38 -08:00 |
|
ZappoMan
|
661152956a
|
clean up comments
|
2013-11-23 13:23:03 -08:00 |
|
ZappoMan
|
00b3451729
|
properly handle update fails when encoding
|
2013-11-23 13:11:06 -08:00 |
|
ZappoMan
|
b1adf82d4b
|
cleaned up const semantics in streaming voxel packets, fixed double reset bug
|
2013-11-23 13:05:37 -08:00 |
|
ZappoMan
|
1d88399476
|
cleaning up semantics of VoxelPacket
|
2013-11-22 20:39:11 -08:00 |
|
ZappoMan
|
0cd0012aab
|
cleaning up semantics of VoxelPacket
|
2013-11-22 20:08:58 -08:00 |
|
ZappoMan
|
9d8f0b82df
|
make append() private
|
2013-11-22 17:59:47 -08:00 |
|
ZappoMan
|
69eee541db
|
removed some old debug, standardize callers of VoxelPacket to use semantic entry points instead of direct access to bytes
|
2013-11-22 17:53:25 -08:00 |
|
ZappoMan
|
01488ed332
|
don't send any voxel stats till we've succesfully encoded at least one voxel
|
2013-11-22 17:23:12 -08:00 |
|
ZappoMan
|
80cfba465c
|
move sending of packet to immediately following scene end to get better synch of stats packets, also fix duplicate suppression bug
|
2013-11-22 17:00:39 -08:00 |
|
Andrzej Kapolka
|
083800dc59
|
Glow/shrink avatars when killed, send kill message when we move between
domains, locations, etc.
|
2013-11-22 16:23:40 -08:00 |
|
Andrzej Kapolka
|
092515e199
|
Send an explicit kill request to the avatar mixer (which will pass it along to
the other clients) when we exit.
|
2013-11-22 15:19:59 -08:00 |
|
ZappoMan
|
e60c482086
|
supress empty packets in handlePacketSend(), DRY up code in deepestLevelVoxelDistributor()
|
2013-11-22 12:59:52 -08:00 |
|
ZappoMan
|
a426f97e52
|
removing some debug output
|
2013-11-22 10:04:59 -08:00 |
|