Yao Wei Tjong 姚伟忠 e91307ce51 Clean up build scripts to adhere to format convention. 12 years ago
..
Audio 088dba041c Fix missing sound playback start/stop when using the play/pause buttons in editor toolbar. Improved sphere debug drawing. Added debug drawing to SoundSource3D. Closes #63. 12 years ago
Container 1b25167781 Do not allocate String's initial buffer yet when resizing to zero size. Closes #87. 12 years ago
Core 7458a01f21 Delete the event handler object in case of null sender (failed subscribe.) to avoid memory leak. Closes #117. 12 years ago
Engine dbb8d077da Ensure engine testing could terminate itself every time. 12 years ago
Graphics 7f95216d3e Refactor to use new logging macros with formatting. 12 years ago
IO e91307ce51 Clean up build scripts to adhere to format convention. 12 years ago
Input 2565755905 Misc. tweaks on Editors and minor refactoring. 12 years ago
LuaScript d0a4a0ce87 Adds the ability to patch together two XMLFiles using the [RFC 5261](http://tools.ietf.org/search/rfc5261) with handling of Add, Replace and Remove for nodes and attributes. No handling has been added for namespace::prefix modifications at the moment. Use pass by value on sub-functions of add since gcc thinks there is no suitable conversion, where msbuild optimizes it out. 12 years ago
Math aa0f72cf65 Added world position & normal to RayQueryResult. 12 years ago
Navigation 32c86e8237 Added necessary include files to not rely on includes in Precompiled.h. 12 years ago
Network 712345aa56 Added log macros with formatting. Closes #114. 12 years ago
Physics 668772bb50 Added PhysicsWorld::RemoveCachedGeometry() function to manually invalidate cached collision geometry of a changed model. Added watching for CollisionShape model live reload. Removed internal but public functions from the Lua physics API. 12 years ago
Resource 583065e598 Minor code formatting. Added mention of RFC 5261 to XMLFile::Patch() Doxygen comment. 12 years ago
Scene 712345aa56 Added log macros with formatting. Closes #114. 12 years ago
Script d0a4a0ce87 Adds the ability to patch together two XMLFiles using the [RFC 5261](http://tools.ietf.org/search/rfc5261) with handling of Add, Replace and Remove for nodes and attributes. No handling has been added for namespace::prefix modifications at the moment. Use pass by value on sub-functions of add since gcc thinks there is no suitable conversion, where msbuild optimizes it out. 12 years ago
UI 7f95216d3e Refactor to use new logging macros with formatting. 12 years ago
CMakeLists.txt 4458725fed Prevent unnecessary generation of Urho3D.h. Closes #98. 12 years ago
Precompiled.cpp 0c14a17774 Use one combined precompiled header file for Urho3D library, as otherwise precompiled headers would be disabled on Visual Studio. 12 years ago
Precompiled.h 0c14a17774 Use one combined precompiled header file for Urho3D library, as otherwise precompiled headers would be disabled on Visual Studio. 12 years ago
Revision.cpp 0c14a17774 Use one combined precompiled header file for Urho3D library, as otherwise precompiled headers would be disabled on Visual Studio. 12 years ago
Revision.h 02512cecf9 In order to move the out-of-source 'build' directory back to Urho3D project root directory, all the source codes sub-directories are now moved down one level to a new directory under project root called 'Source'. 12 years ago
Urho3D.h.in 09ba853aba Keep CMakeCache.txt in between build script invocation to speed things up. Correct typo error. 12 years ago
Urho3D.pc.in 3875bc3b21 Convert additional cflags comments into accessible pkg-config's vars. 12 years ago