Lasse Öörni 9a7a9110a2 Added generated attribute documentation. Move AngelScript API dumping to a separate .cpp file. Hack fix for Doxygen parsing bug which would cause the Events page not to be recognized. Closes #303. %!s(int64=11) %!d(string=hai) anos
..
Attribute.h 2c672b154b Remove animation only attribute support. %!s(int64=11) %!d(string=hai) anos
CMakeLists.txt 6d5ddc23e0 Bump the copyright for 2014. %!s(int64=12) %!d(string=hai) anos
Condition.cpp 6d5ddc23e0 Bump the copyright for 2014. %!s(int64=12) %!d(string=hai) anos
Condition.h 6d5ddc23e0 Bump the copyright for 2014. %!s(int64=12) %!d(string=hai) anos
Context.cpp 47836474e2 Variant pointer refactoring. Variant can now hold a weak pointer to a RefCounted object, which is safer, and is returned using GetPtr(). Engine events have been converted to use that mechanism. GetPtr() is also directly available in AngelScript, as well as assigning a RefCounted or derived class handle to a Variant. %!s(int64=12) %!d(string=hai) anos
Context.h 9a7a9110a2 Added generated attribute documentation. Move AngelScript API dumping to a separate .cpp file. Hack fix for Doxygen parsing bug which would cause the Events page not to be recognized. Closes #303. %!s(int64=11) %!d(string=hai) anos
CoreEvents.h 6d5ddc23e0 Bump the copyright for 2014. %!s(int64=12) %!d(string=hai) anos
Main.h 46285baf97 Refactor build scripts to group Urho3D specific build option. %!s(int64=11) %!d(string=hai) anos
MiniDump.cpp 46285baf97 Refactor build scripts to group Urho3D specific build option. %!s(int64=11) %!d(string=hai) anos
MiniDump.h 46285baf97 Refactor build scripts to group Urho3D specific build option. %!s(int64=11) %!d(string=hai) anos
Mutex.cpp 6d5ddc23e0 Bump the copyright for 2014. %!s(int64=12) %!d(string=hai) anos
Mutex.h 6d5ddc23e0 Bump the copyright for 2014. %!s(int64=12) %!d(string=hai) anos
Object.cpp 6d5ddc23e0 Bump the copyright for 2014. %!s(int64=12) %!d(string=hai) anos
Object.h abc6fcd8b8 Shader precaching mechanism. Call Graphics::BeginDumpShaders() or use the engine command line parameter -ds <file> to create a shader dump file of the variations that are loaded during program run, and Graphics::PrecacheShaders() to load the dump file. %!s(int64=12) %!d(string=hai) anos
ProcessUtils.cpp 46285baf97 Refactor build scripts to group Urho3D specific build option. %!s(int64=11) %!d(string=hai) anos
ProcessUtils.h 4c02e19352 Increased the OpenGL ES constant depth bias adjustment to reduce self-shadowing artifacts. Do not use cascaded shadow mapping on OpenGL ES, so that the low quality shadow mode can avoid dependent texture reads altogether for much higher performance on iOS. Updated documentation of the GetPlatform() function. %!s(int64=12) %!d(string=hai) anos
Profiler.cpp 6d5ddc23e0 Bump the copyright for 2014. %!s(int64=12) %!d(string=hai) anos
Profiler.h 46285baf97 Refactor build scripts to group Urho3D specific build option. %!s(int64=11) %!d(string=hai) anos
Spline.cpp f48ef6f5bd Minor bug fix, refactoring and reformatting. %!s(int64=12) %!d(string=hai) anos
Spline.h f48ef6f5bd Minor bug fix, refactoring and reformatting. %!s(int64=12) %!d(string=hai) anos
StringUtils.cpp f7b99ecdee Added Matrix types to Variant. Added ToString() to Matrix types. Added Matrix getters/setters to XMLElement. Added ToMatrix string conversion functions. Added possibility to assign shader parameters from Matrix variants. Fixed missing setting of Color variant shader parameter on Direct3D9. %!s(int64=11) %!d(string=hai) anos
StringUtils.h f7b99ecdee Added Matrix types to Variant. Added ToString() to Matrix types. Added Matrix getters/setters to XMLElement. Added ToMatrix string conversion functions. Added possibility to assign shader parameters from Matrix variants. Fixed missing setting of Color variant shader parameter on Direct3D9. %!s(int64=11) %!d(string=hai) anos
Thread.cpp 6d5ddc23e0 Bump the copyright for 2014. %!s(int64=12) %!d(string=hai) anos
Thread.h 6d5ddc23e0 Bump the copyright for 2014. %!s(int64=12) %!d(string=hai) anos
Timer.cpp 6d5ddc23e0 Bump the copyright for 2014. %!s(int64=12) %!d(string=hai) anos
Timer.h 6d5ddc23e0 Bump the copyright for 2014. %!s(int64=12) %!d(string=hai) anos
Variant.cpp f7b99ecdee Added Matrix types to Variant. Added ToString() to Matrix types. Added Matrix getters/setters to XMLElement. Added ToMatrix string conversion functions. Added possibility to assign shader parameters from Matrix variants. Fixed missing setting of Color variant shader parameter on Direct3D9. %!s(int64=11) %!d(string=hai) anos
Variant.h f7b99ecdee Added Matrix types to Variant. Added ToString() to Matrix types. Added Matrix getters/setters to XMLElement. Added ToMatrix string conversion functions. Added possibility to assign shader parameters from Matrix variants. Fixed missing setting of Color variant shader parameter on Direct3D9. %!s(int64=11) %!d(string=hai) anos
WorkQueue.cpp af11693a35 Use safe form of pointer for the work item in WorkItemCompleted event. %!s(int64=12) %!d(string=hai) anos
WorkQueue.h e44e3f7652 Only signal work items that have specified or higher priority in WorkQueue::Complete(), to prevent lower priority work item events triggering when they shouldn't (in the middle of render update.) Set explicit max priority in Octree & View items, but leave default priority to the lowest for user items. Removed a static variable from WorkQueue::PurgePool(). %!s(int64=12) %!d(string=hai) anos