overte/libraries
matsukaze 46d45a2d43 Job #19700 BUG: Crash in NodeBounds::draw() fixed.
QMap and QReadWriteLock are orthogonal. Combined them into a wrapper
class called NodeToJurisdictionMap, replacing typedef. This allows us to
avoid changing method signatures wherever NodeToJurisdictionMap is used.
The lock is bound with the map and is available to all clients of the
NodeToJurisdictionMap. The lock allows multi-threaded access to the map.

Fixed compiler warning in NodeBounds.cpp regarding loss of precision
during conversion of double to GLfloat.
2014-06-02 05:55:58 -04:00
..
animation put back ssize_t definition 2014-05-20 11:56:06 -07:00
audio Make JavaScript audio samples able to be looped 2014-05-29 14:13:02 -07:00
avatars remove old oculus yaw offset, expand limit on head yaw 2014-05-29 16:50:13 -07:00
embedded-webserver handle serving of scripts at temp unique UUIDs 2014-05-23 12:33:39 -07:00
fbx support ray picking against the AABB for the rotated model extents 2014-05-27 13:39:32 -07:00
metavoxels put back ssize_t definition 2014-05-20 11:56:06 -07:00
models fix ray picking at distances 2014-05-30 15:07:54 -07:00
networking updated packet type version numbers 2014-05-29 11:42:35 -07:00
octree Job #19700 BUG: Crash in NodeBounds::draw() fixed. 2014-06-02 05:55:58 -04:00
particles removed debug info, cleaned code for pull req 2014-05-29 10:39:40 -07:00
script-engine Merge branch 'master' of git://github.com/highfidelity/hifi into 19648 2014-05-26 10:01:44 -07:00
shared add improved detailed rendering and FPS debugging stats 2014-05-29 12:12:23 -07:00
voxels add ray picking to the model scripting interface 2014-05-23 17:09:37 -07:00