Merge pull request #1020 from eightyeight/simdictionary-improvement

SimDictionary improvement
This commit is contained in:
Daniel Buckmaster 2014-12-24 09:54:54 +11:00
commit c85ac03c16
4 changed files with 125 additions and 19 deletions

View file

@ -52,6 +52,11 @@
#define TORQUE_DISABLE_MEMORY_MANAGER
#endif
/// The improved SimDictionary uses C++11 and is designed for games where
/// there are over 10000 simobjects active normally. To enable the new
/// SimDictionary just uncomment the line below.
//#define USE_NEW_SIMDICTIONARY
/// Define me if you want to disable the virtual mount system.
//#define TORQUE_DISABLE_VIRTUAL_MOUNT_SYSTEM