Stephen Birarda
|
8aad3e146f
|
avoid a divide by zero in PacketSender
|
2013-10-25 10:49:35 -07:00 |
|
Stephen Birarda
|
67050f5cd2
|
fix Assignment ctor from data to properly parse payload
|
2013-10-25 10:34:58 -07:00 |
|
Stephen Birarda
|
9dbbf8c65c
|
don't alloc memory for checkInPacket, make it stack to function
|
2013-10-25 09:22:23 -07:00 |
|
Philip Rosedale
|
968544152f
|
Merge pull request #1121 from ZappoMan/bugfixes
one memory leak fix and several compiler warnings/analysis errors
|
2013-10-25 07:37:04 -07:00 |
|
ZappoMan
|
51f97f65fd
|
Merge branch 'master' of https://github.com/worklist/hifi into bugfixes
|
2013-10-25 00:59:04 -07:00 |
|
ZappoMan
|
953196510f
|
removed some dead code
|
2013-10-25 00:07:34 -07:00 |
|
ZappoMan
|
9492c3de18
|
various memory leaks and compiler warning fixes
|
2013-10-25 00:05:52 -07:00 |
|
Philip Rosedale
|
6957d990e2
|
Merge pull request #1120 from ZappoMan/rate_control
Only send PACKET_TYPE_VOXEL_QUERY messages to voxel servers that are in view.
|
2013-10-24 22:17:41 -07:00 |
|
ZappoMan
|
660edddf66
|
only send PACKET_TYPE_VOXEL_QUERY to voxel servers in view
|
2013-10-24 18:38:33 -07:00 |
|
ZappoMan
|
37584244e6
|
only send PACKET_TYPE_VOXEL_QUERY to voxel servers in view
|
2013-10-24 18:37:31 -07:00 |
|
Philip Rosedale
|
bf07ffd714
|
Merge pull request #1118 from ZappoMan/rate_control
add basic rate control, evenly divide packets per second between all connected voxel servers
|
2013-10-24 18:08:33 -07:00 |
|
Philip Rosedale
|
256ca85efe
|
Merge pull request #1119 from ey6es/master
Gaze adjustments: use the eye positions from the face model, subtract long term average relative to window (not head).
|
2013-10-24 18:08:06 -07:00 |
|
Philip Rosedale
|
e57f966ede
|
Merge pull request #1117 from ZappoMan/bugfixes
removed asserts and replaced with error messages
|
2013-10-24 17:55:33 -07:00 |
|
Andrzej Kapolka
|
3ba7f6ca36
|
Merge branch 'master' of https://github.com/worklist/hifi
|
2013-10-24 17:47:26 -07:00 |
|
ZappoMan
|
4a74499ea1
|
removed asserts and replaced with error messages
|
2013-10-24 17:43:38 -07:00 |
|
ZappoMan
|
76fb3c18a2
|
add basic rate control, evenly divide packets per second between all connected voxel servers
|
2013-10-24 17:35:30 -07:00 |
|
Andrzej Kapolka
|
08db294a5b
|
Smooth gaze direction relative to window.
|
2013-10-24 17:23:21 -07:00 |
|
Philip Rosedale
|
0ff8617650
|
Merge pull request #1116 from birarda/assignment
have the NodeList handle ping replies for VS
|
2013-10-24 17:16:53 -07:00 |
|
Philip Rosedale
|
41ff88f0b5
|
Merge pull request #1114 from birarda/master
fixes for admin interface with multiple nodes of same type
|
2013-10-24 17:14:28 -07:00 |
|
Stephen Birarda
|
b1a7e7c052
|
make the NodeList handle ping reply packets in VS
|
2013-10-24 17:03:49 -07:00 |
|
Philip Rosedale
|
ded5c957e7
|
Merge pull request #1115 from birarda/assignment
have AC fail if script code is 4XX
|
2013-10-24 16:47:53 -07:00 |
|
Stephen Birarda
|
b64d7b967d
|
make sure the AC fails if script code is 4XX
|
2013-10-24 16:42:47 -07:00 |
|
Stephen Birarda
|
9339538a74
|
fixes for admin interface with multiple nodes of same type
|
2013-10-24 16:37:41 -07:00 |
|
Stephen Birarda
|
d3ac055add
|
change DS json to use unique UUIDs for keys
|
2013-10-24 16:27:05 -07:00 |
|
Andrzej Kapolka
|
4f3bacdd4c
|
Use calculated eye position here.
|
2013-10-24 16:16:45 -07:00 |
|
Andrzej Kapolka
|
5f696bd72e
|
Need to set lookat position to camera position before simulating in mirror
mode.
|
2013-10-24 16:06:44 -07:00 |
|
Andrzej Kapolka
|
8b6174f1fe
|
Merge branch 'master' of https://github.com/worklist/hifi
|
2013-10-24 15:30:11 -07:00 |
|
Andrzej Kapolka
|
145e9337a2
|
Let's try actually using the average eye position as the camera location for
first person and mirror mode.
|
2013-10-24 15:20:46 -07:00 |
|
Philip Rosedale
|
f8369ea29a
|
Merge pull request #1113 from ZappoMan/rate_control
first cut at splitting out PACKET_TYPE_VOXEL_QUERY from PACKET_TYPE_HEAD_DATA
|
2013-10-24 14:48:16 -07:00 |
|
ZappoMan
|
75638f35b1
|
Merge pull request #1112 from ey6es/attach
Support for skeleton attachments (FBX meshes or SVO voxel trees).
|
2013-10-24 14:35:11 -07:00 |
|
ZappoMan
|
0368e8c75e
|
cleanup bit field positions
|
2013-10-24 14:27:47 -07:00 |
|
Andrzej Kapolka
|
6554868fd8
|
Merge branch 'master' of https://github.com/worklist/hifi into attach
|
2013-10-24 14:23:48 -07:00 |
|
ZappoMan
|
f2229ae708
|
moved debug into if
|
2013-10-24 14:21:05 -07:00 |
|
Andrzej Kapolka
|
bae4a17605
|
Voxel attachments.
|
2013-10-24 13:59:04 -07:00 |
|
ZappoMan
|
015adeedcb
|
first cut at splitting out PACKET_TYPE_VOXEL_QUERY from PACKET_TYPE_HEAD_DATA
|
2013-10-24 13:22:31 -07:00 |
|
Philip Rosedale
|
ba5db325aa
|
Merge pull request #1111 from ZappoMan/rate_control
added suppression of duplicate voxel packets to save on bit/packet rate
|
2013-10-24 10:57:44 -07:00 |
|
ZappoMan
|
9cd04af1ae
|
removed debug
|
2013-10-24 10:48:17 -07:00 |
|
ZappoMan
|
80701b93d5
|
Merge branch 'master' of https://github.com/worklist/hifi into rate_control
|
2013-10-24 10:44:27 -07:00 |
|
Philip Rosedale
|
41735ae601
|
Merge pull request #1110 from ZappoMan/view_is_similar
improvements to subtle moves for view frustum and voxel serving
|
2013-10-24 10:37:11 -07:00 |
|
ZappoMan
|
14cf5b04b5
|
added suppression of duplicate voxel packets to save on bit/packet rate
|
2013-10-24 10:33:19 -07:00 |
|
ZappoMan
|
8ac5f5070c
|
Merge branch 'master' of https://github.com/worklist/hifi into view_is_similar
|
2013-10-23 17:59:00 -07:00 |
|
ZappoMan
|
d486fc8c0e
|
Merge pull request #1107 from birarda/ds-admin
intial rev of new domain-server index page
|
2013-10-23 17:50:49 -07:00 |
|
ZappoMan
|
b4c88a85f8
|
improvements to subtle moves for view frustum and voxel serving
|
2013-10-23 17:49:58 -07:00 |
|
Stephen Birarda
|
37c618927e
|
make the colon and port gray for sockets
|
2013-10-23 16:56:40 -07:00 |
|
Stephen Birarda
|
0d6f363ed5
|
fix to correct colors based on @problem provided values
|
2013-10-23 16:52:13 -07:00 |
|
Stephen Birarda
|
7c40a47155
|
remove the non-minified bootstrap files
|
2013-10-23 16:43:48 -07:00 |
|
Philip Rosedale
|
f319061111
|
Merge pull request #1109 from birarda/data-server
update DS in data-server on profile change
|
2013-10-23 16:25:44 -07:00 |
|
Stephen Birarda
|
faa1c38820
|
update DS in data-server on profile change
|
2013-10-23 16:16:24 -07:00 |
|
Andrzej Kapolka
|
240f65b7c5
|
Scale fixes.
|
2013-10-23 16:15:03 -07:00 |
|
Andrzej Kapolka
|
a9df8a6b29
|
Partial fix for textures in exports from 3D Studio Max.
|
2013-10-23 15:56:09 -07:00 |
|