overte-JulianGro/tests
Anthony J. Thibault 1b3d7fabc8 ResourceCache, NetworkGeometry and Model refactoring and optimizations.
* Removed validation logic from Resource class, Qt does this internally and is more
  standards compliant.  This should result in more accurate caching and faster resource
  fetching when cache is stale and validation fails.
* Added loaded and failed slots to Resource class, so it does not have to be polled.

* NetworkGeometry now uses multiple Resource objects to download
  the fst/mapping file and the fbx/obj models.
* NetworkGeometry is no longer a subclass of Resource
* NetworkGeometry now has signals for success and failure, you no longer
  have to poll it to determine when loading is complete (except for textures *sigh*)

Some functionality was removed

* NetworkGeometry no longer has a fallback
* NetworkGeometry no longer loads LODs or has lod logic.
* The number of FBXGeometry copies is greatly reduced.

* Model::setURL no supports fallback URL, delayLoad or retainCurrent option.
  This can result in a pop when switching avatars, and there's no longer a default
  if avatar loading fails.
2015-08-20 18:59:51 -07:00
..
animation coalesce scattered dupes of unit-test utilities 2015-08-12 14:13:28 -07:00
audio Cleanup + formatting 2015-06-30 14:12:58 -07:00
entities cleanup some warnings 2015-07-15 11:20:55 -07:00
jitter Cleanup + formatting 2015-06-30 14:12:58 -07:00
networking ResourceCache, NetworkGeometry and Model refactoring and optimizations. 2015-08-20 18:59:51 -07:00
octree PR Fixes 2015-07-02 17:29:08 -07:00
physics remove another dupe unit-test util 2015-08-12 14:15:49 -07:00
render-utils Fix warning and remove unused headers 2015-08-05 16:46:44 -07:00
shaders Add polyvox to shader tests and clean up test code 2015-08-17 02:04:23 -07:00
shared coalesce scattered dupes of unit-test utilities 2015-08-12 14:13:28 -07:00
ui Merge pull request #5556 from jherico/bart 2015-08-14 11:11:14 -07:00
CMakeLists.txt move GLMTestUtils.h where all tests can find it 2015-08-12 13:51:40 -07:00
GLMTestUtils.h add QCOMPARE_QUATS macro for easier tests 2015-08-12 17:52:54 -07:00
QTestExtensions.h coalesce scattered dupes of unit-test utilities 2015-08-12 14:13:28 -07:00