ZappoMan
f7fa172ab7
make temporary buffer bound to each sending thread object
2013-08-23 16:37:41 -07:00
ZappoMan
0c03fdd366
CR feedback
2013-08-23 16:25:17 -07:00
ZappoMan
0693d0cbbd
moved each client to its own sending thread
2013-08-22 17:09:25 -07:00
ZappoMan
07a2bedfb0
moved voxel sending into a GenericThread derived class/object
2013-08-22 11:17:17 -07:00
ZappoMan
a0c3df048c
fix issue with voxel server getting duplicate nodes
2013-08-22 10:32:18 -07:00
ZappoMan
535a9faef3
fix comment
2013-08-21 16:42:35 -07:00
ZappoMan
aa5aa1fb49
fix comment
2013-08-21 16:41:10 -07:00
ZappoMan
213f04f55e
fix comment
2013-08-21 16:37:58 -07:00
ZappoMan
f19477dd63
dead code cleanup
2013-08-21 15:57:25 -07:00
ZappoMan
bb5a432c74
removed old dead code
2013-08-21 15:21:58 -07:00
ZappoMan
bb9a81939c
threads for persist and packet processing
2013-08-21 15:17:32 -07:00
ZappoMan
4fd23a0cd9
CR feedback
2013-08-21 13:09:51 -07:00
ZappoMan
526270e408
removed debug
2013-08-20 11:30:05 -07:00
ZappoMan
5e7e6fc9d7
First cut at JurisdictionListener and PACKET_TYPE_VOXEL_JURISDICTION_REQUEST
2013-08-19 20:15:46 -07:00
ZappoMan
e64664c0d1
first cut at JurisdictionSender and related changes
2013-08-19 11:05:29 -07:00
ZappoMan
299696e7a4
add parameter for Dump Voxels on Move
2013-08-08 15:20:08 -07:00
ZappoMan
4fe8c2807e
Merge branch 'master' of https://github.com/worklist/hifi into dontdumpvoxels
2013-08-08 15:04:38 -07:00
ZappoMan
3a2b668424
make dontdumponmove default
2013-08-08 15:04:23 -07:00
Stephen Birarda
1eff6e94ce
tone down voxel server sending
2013-08-08 14:46:56 -07:00
ZappoMan
8addfdc433
add --domain and --MinimalEnvironment to voxel-server
2013-08-08 12:54:34 -07:00
ZappoMan
6e7dc65d5f
hacking on not dumping voxels
2013-08-07 22:38:01 -07:00
ZappoMan
19941a4a63
fixed packets per second command line with new frame rate
2013-08-06 14:51:46 -07:00
ZappoMan
01ba5ee81a
adding jurisdiction to scene stats to implement add/drop effect, added command line to voxel server to not send environments
2013-08-05 16:30:08 -07:00
ZappoMan
6b483e4b22
added command line options for jurisdiction settings
2013-08-02 15:44:05 -07:00
ZappoMan
f28f8d71d1
added command line options for jurisdiction settings
2013-08-02 15:41:49 -07:00
ZappoMan
ba5480e176
added command line options for jurisdiction settings
2013-08-02 15:38:50 -07:00
ZappoMan
9bd4c84bfc
added README
2013-08-02 13:47:10 -07:00
ZappoMan
558fca7936
latest jurisdiction work
2013-08-02 11:12:33 -07:00
ZappoMan
f57d86ddb2
writing jurisdiction map configs
2013-08-02 08:56:55 -07:00
ZappoMan
81a363f053
added reading/writing to jurisdiction files
2013-08-01 22:05:13 -07:00
ZappoMan
983db5f70d
Merge branch 'master' of https://github.com/worklist/hifi into multiple_voxel_servers
2013-08-01 20:50:24 -07:00
ZappoMan
0a4fcdccb5
Merge branch 'master' of https://github.com/worklist/hifi into tile_import
...
Conflicts:
interface/src/Application.cpp
2013-08-01 15:44:28 -07:00
ZappoMan
a0ba788679
implement grid landscape import
2013-08-01 15:40:39 -07:00
ZappoMan
1b85ad1b82
cleanup
2013-07-29 16:15:37 -07:00
ZappoMan
86bf268eef
first cut at multiple voxel servers
2013-07-29 14:56:33 -07:00
Stephen Birarda
5708188180
fixes for new message handler for qt5
2013-07-24 12:22:02 -07:00
ZappoMan
f4749aa916
CR feedback
2013-07-22 14:17:18 -07:00
ZappoMan
86aeaf175c
CR feedback
2013-07-22 14:15:10 -07:00
ZappoMan
de7cd4db03
added total voxel count to stats
2013-07-20 15:49:04 -07:00
ZappoMan
2cc42f6773
support piggybacking voxel and voxel stats messages into single packet
2013-07-19 15:59:47 -07:00
ZappoMan
d9c8a59929
send voxel scene stats from server to client
2013-07-19 15:09:38 -07:00
ZappoMan
b97ef2a2c6
made voxel stats a command line option
2013-07-19 13:54:20 -07:00
ZappoMan
787c448856
include elapsed encoding time in voxel stats, fixed issue with subtree removal stats
2013-07-19 12:29:54 -07:00
ZappoMan
c2ab5c4d98
more work on voxel stats
2013-07-19 11:42:37 -07:00
ZappoMan
4d1ae43085
adjust server sleep time to allow 60fps
2013-07-18 15:13:55 -07:00
ZappoMan
3aa6af21b1
more voxel scene stats
2013-07-18 14:13:45 -07:00
ZappoMan
d5812c8f34
more
2013-07-18 11:21:23 -07:00
ZappoMan
40f87817bf
first cut at scene stats
2013-07-18 11:03:46 -07:00
ZappoMan
677e2580e1
make send only changed bits work better
2013-07-17 14:42:20 -07:00
ZappoMan
9e9b379d66
Fix crashing bug in voxel-server related to animation
...
- added VoxelNodeDeleteHook mechanism that allows users of VoxelNode to register for delete
notification call backs
- added call back to VoxelNodeBag to remove and nodes from bags when the nodes get deleted.
2013-07-17 11:49:42 -07:00