Lasse Öörni 9a080ee900 Cleaned up comments. Removed Object::CreateObject() as unnecessary. 14 years ago
..
AreaAllocator.cpp b90c1386be Removed unnecessary parentheses. 14 years ago
AreaAllocator.h 80a6948b22 Large rendering architecture refactoring. 14 years ago
Attribute.h fd06d3cf4a Fixed component ID overwrite when copy-pasting scene nodes in the editor. 14 years ago
CMakeLists.txt 471d3ec5ff Added libcpuid for improved CPU detection. 14 years ago
Context.cpp 7a45a5b33a Made internal event handling functions private in Object & Context. 14 years ago
Context.h 9a080ee900 Cleaned up comments. Removed Object::CreateObject() as unnecessary. 14 years ago
CoreEvents.h b1ba025970 Fixed hyperthreading detection again. 14 years ago
DebugNew.h d69efd65f0 Container library fixes. 14 years ago
MiniDump.cpp 563ad416e9 Further optimization and improvement of light intensity sorting. 14 years ago
MiniDump.h de67af8825 CoreData / Data reorganization. 14 years ago
Mutex.cpp c8089b1687 Initial work queue & multithreading support. 14 years ago
Mutex.h c8089b1687 Initial work queue & multithreading support. 14 years ago
Object.cpp 7a45a5b33a Made internal event handling functions private in Object & Context. 14 years ago
Object.h 9a080ee900 Cleaned up comments. Removed Object::CreateObject() as unnecessary. 14 years ago
Precompiled.cpp 7c45da5588 Import new code. 14 years ago
Precompiled.h 20a2a48ed9 Added hashing support to Pair template class. 14 years ago
ProcessUtils.cpp fbdd44c3b8 Fixed comments. 14 years ago
ProcessUtils.h 471d3ec5ff Added libcpuid for improved CPU detection. 14 years ago
Profiler.cpp e22483e482 Added viewmask parameter to octree queries to avoid manual viewmask checking in View and to allow partial scene queries for logic. 14 years ago
Profiler.h de67af8825 CoreData / Data reorganization. 14 years ago
Signal.cpp 4bdc1cf2c1 Create worker threads in Engine. 14 years ago
Signal.h 9a080ee900 Cleaned up comments. Removed Object::CreateObject() as unnecessary. 14 years ago
StringHash.cpp f3859c1ed7 Added documentation about containers. 14 years ago
StringHash.h de67af8825 CoreData / Data reorganization. 14 years ago
StringUtils.cpp de67af8825 CoreData / Data reorganization. 14 years ago
StringUtils.h 84fb81684b Documentation update. 14 years ago
Thread.cpp 110c908ef5 Fixed OSX build. 14 years ago
Thread.h de67af8825 CoreData / Data reorganization. 14 years ago
Timer.cpp b1ba025970 Fixed hyperthreading detection again. 14 years ago
Timer.h b1ba025970 Fixed hyperthreading detection again. 14 years ago
Variant.cpp df6a86b573 Use placement new in Variant to avoid heap allocation for non-POD types. 14 years ago
Variant.h 9a080ee900 Cleaned up comments. Removed Object::CreateObject() as unnecessary. 14 years ago
WorkQueue.cpp 57070cafc3 Limit to three worker threads for more consistent performance. 14 years ago
WorkQueue.h 691b72d500 Added missing volatile keyword. 14 years ago