ZappoMan
|
905fd48e84
|
fix blinking
|
2013-10-28 16:03:29 -07:00 |
|
Stephen Birarda
|
b792d01511
|
Merge pull request #1132 from ZappoMan/master
Fix voxel server crashes
|
2013-10-28 12:21:22 -07:00 |
|
ZappoMan
|
e3c64429b9
|
added SIMPLE_CHILD_ARRAY implementation to temporarily work around memory corruption
|
2013-10-28 12:10:30 -07:00 |
|
ZappoMan
|
ce524714d9
|
properly call resetVoxelPacket() when suppressing duplicate packets
|
2013-10-28 12:09:40 -07:00 |
|
ZappoMan
|
b10d111891
|
delete _lastVoxelPacket in ~VoxelNodeData()
|
2013-10-28 12:08:52 -07:00 |
|
ZappoMan
|
3ed61db873
|
add guard around nodeData on delete
|
2013-10-28 12:07:56 -07:00 |
|
ZappoMan
|
1c2e5eecd6
|
send VOXEL_QUERY to out of view voxel servers with PPS of 0
|
2013-10-28 12:07:02 -07:00 |
|
ZappoMan
|
0095259adf
|
Merge branch 'master' of https://github.com/worklist/hifi
|
2013-10-26 16:37:58 -07:00 |
|
ZappoMan
|
8cbf5a88e5
|
Merge pull request #1128 from birarda/master
pay attention to jurisdictions, run the silent node removal thread in the agent
|
2013-10-25 15:01:51 -07:00 |
|
Andrzej Kapolka
|
e5c7e69c9c
|
Merge pull request #1130 from ey6es/master
Temporary fix for Mavericks: ignore the per-vertex color on skinned meshes (they don't yet need them).
|
2013-10-25 14:44:34 -07:00 |
|
Andrzej Kapolka
|
3ebb4e3ba9
|
Merge branch 'master' of https://github.com/worklist/hifi
|
2013-10-25 14:42:43 -07:00 |
|
Andrzej Kapolka
|
62b2388592
|
Temporary fix for Mavericks: the skin shader isn't getting the color, so just
use white. We're not using vertex colors on anything skinned yet, anyway.
|
2013-10-25 14:40:00 -07:00 |
|
ZappoMan
|
130213bffc
|
Merge pull request #1129 from ZappoMan/bugfixes
added guard to protect against external child access
|
2013-10-25 14:24:04 -07:00 |
|
ZappoMan
|
b8a87294e6
|
added guard to protect against external child access
|
2013-10-25 14:22:56 -07:00 |
|
Stephen Birarda
|
0ba73154b9
|
Merge pull request #1127 from ZappoMan/bugfixes
temporarily force external child storage
|
2013-10-25 14:10:19 -07:00 |
|
Stephen Birarda
|
d97292a4f1
|
run the silent node removal thread in the agent
|
2013-10-25 14:07:50 -07:00 |
|
ZappoMan
|
dcccfb7ef0
|
temporarily force external child storage
|
2013-10-25 14:03:49 -07:00 |
|
Stephen Birarda
|
99ee614d04
|
Merge pull request #1126 from donpdonp/19444
19444 manage the window title, watch for username changes
|
2013-10-25 13:59:38 -07:00 |
|
Stephen Birarda
|
3df07d344f
|
have assignment client pay attention to jurisdictions
|
2013-10-25 11:39:21 -07:00 |
|
Don Park
|
e44b0af9b6
|
make updateWindowTitle public, call it after Menu loads data into the Profile
|
2013-10-25 11:36:50 -07:00 |
|
Philip Rosedale
|
e2f9cf47ea
|
Merge pull request #1124 from birarda/master
avoid a divide by zero in PacketSender
|
2013-10-25 11:21:22 -07:00 |
|
Philip Rosedale
|
018bf2b438
|
Merge pull request #1125 from ey6es/master
Fix for eyes' rotating into sockets, fisheye distortion on inset mirror.
|
2013-10-25 11:18:23 -07:00 |
|
Don Park
|
248f59325c
|
update the window title when the domain changes or the username changes
|
2013-10-25 11:05:50 -07:00 |
|
Andrzej Kapolka
|
b6f2498364
|
Pull the mirror camera back and narrow its field of view to reduce distortion.
Also, have it point at the avatar's eyes like the full screen mirror.
|
2013-10-25 11:04:34 -07:00 |
|
Andrzej Kapolka
|
09240dba27
|
Limit the eye rotation to 22.5 degrees.
|
2013-10-25 10:55:08 -07:00 |
|
Stephen Birarda
|
8aad3e146f
|
avoid a divide by zero in PacketSender
|
2013-10-25 10:49:35 -07:00 |
|
ZappoMan
|
9a55702482
|
Merge pull request #1122 from birarda/master
fixes for Assignment payload, checkInPacket
|
2013-10-25 10:38:39 -07:00 |
|
Stephen Birarda
|
67050f5cd2
|
fix Assignment ctor from data to properly parse payload
|
2013-10-25 10:34:58 -07:00 |
|
Andrzej Kapolka
|
12ce268f5c
|
Merge pull request #1123 from ey6es/master
Fix for models exported from Blender: remove type prefix from IDs.
|
2013-10-25 10:22:05 -07:00 |
|
Andrzej Kapolka
|
1e5ec3e84f
|
Fix for models exported from Blender: remove type prefix from IDs.
|
2013-10-25 10:18:40 -07:00 |
|
Don Park
|
dc420beaf2
|
updateWindowTitle()
|
2013-10-25 10:09:34 -07:00 |
|
ZappoMan
|
9e19bebda8
|
Merge branch 'master' of https://github.com/worklist/hifi
|
2013-10-25 10:01:13 -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
|
a58352df7b
|
Merge branch 'master' of https://github.com/worklist/hifi
|
2013-10-25 01:01:35 -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 |
|
ZappoMan
|
4460da5b95
|
Merge branch 'master' of https://github.com/worklist/hifi
|
2013-10-24 18:08:45 -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
|
f34e4d3ae3
|
Merge branch 'master' of https://github.com/worklist/hifi
|
2013-10-24 17:39:23 -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 |
|