overte/libraries
Anthony J. Thibault d8a20340a0 Found and fix source of memory corruption.
std::vector.reserve() and raw access do not mix.
raw access will only work if you push_back elements onto the vector
first.  However this worked fine on MacOSX, probably due to differences
in STL implementations.

Some code clean up and some commented out debugging lines.

Debug rendering of animaions of fight club model is not working.
Not sure what frame these transformations are in.
2015-08-04 18:14:49 -07:00
..
animation Found and fix source of memory corruption. 2015-08-04 18:14:49 -07:00
audio resolve conflicts on merge with upstream/master 2015-07-20 12:29:38 -07:00
audio-client Fix https://app.asana.com/0/32622044445063/43589567731045 2015-08-02 21:46:39 -07:00
auto-updater
avatars Merge howard/rig into andrew/caesium 2015-07-29 09:04:32 -07:00
embedded-webserver
entities merge master into cleanup of legacy shapes 2015-08-03 11:19:29 -07:00
entities-renderer Merge branch 'master' of https://github.com/highfidelity/hifi into rig 2015-07-31 10:08:30 -07:00
environment put back correct include for memcpy 2015-07-17 16:38:20 -07:00
fbx merge master into cleanup of legacy shapes 2015-08-03 11:19:29 -07:00
gpu remove QUADS from GLBackendShared and Format 2015-08-01 17:26:38 -07:00
model change GeometryCache::renderQuad() to use TRIANGLES as lower level render primitive 2015-08-01 11:29:28 -07:00
networking correct the unique_ptr char allocations 2015-07-31 14:29:05 -07:00
octree Merge pull request #5464 from nnesse/master 2015-08-04 15:54:14 -07:00
physics fix crash for convex hull of co-planar points 2015-07-22 15:06:10 -07:00
render REmove more of the unnecessary GLBacken .h and GPUCOnfig.h include, The gpu::Context is now completely agnostic of the True Backend 2015-07-30 15:07:36 -07:00
render-utils Found and fix source of memory corruption. 2015-08-04 18:14:49 -07:00
script-engine merge rig into cleanup (removal of legacy shapes) 2015-07-31 13:40:51 -07:00
shared Debug rendering of MyAvatar’s skeletonModel skeleton 2015-08-04 18:14:47 -07:00
ui Merge remote-tracking branch 'upstream/master' into marge 2015-07-21 08:59:29 -07:00