Lasse Öörni bb8d2437fa Send a per-scene event when the threaded drawable update is done. This can be used for per-scene custom animation (eg. IK) instead of using the global PostRenderUpdate event. Furthermore this event is sent before nodes are reinserted to octree, so it is potentially more correct. 13 years ago
..
Audio e0e9487721 Fixed undefined behaviour in Light on iOS/Android. Fixed unused variable issues. 13 years ago
Container 289898d41a Added patch for printf-like functionality to String class from Jason Kinzer. 13 years ago
Core 88aaa46465 Corrected formatting issues. License.txt & Readme.txt encoded as UTF-8, source code uses ASCII encoding. 13 years ago
Engine dde21f587e Added WeakHandle to script, which is a WeakPtr<Object>. 13 years ago
Graphics bb8d2437fa Send a per-scene event when the threaded drawable update is done. This can be used for per-scene custom animation (eg. IK) instead of using the global PostRenderUpdate event. Furthermore this event is sent before nodes are reinserted to octree, so it is potentially more correct. 13 years ago
IO c49ece0491 Added Sort() function to HashMap & HashSet. 13 years ago
Input 5b6efb3281 Fixed erroneously recentering the mouse in visible mouse cursor mode, when new screen mode set. 13 years ago
Math 88aaa46465 Corrected formatting issues. License.txt & Readme.txt encoded as UTF-8, source code uses ASCII encoding. 13 years ago
Network 88aaa46465 Corrected formatting issues. License.txt & Readme.txt encoded as UTF-8, source code uses ASCII encoding. 13 years ago
Physics abe12d818d Adjusted profiling block names. 13 years ago
Resource 35fa40c48f Simplified code, as FileSystem already does the path access rights check. 13 years ago
Scene bb8d2437fa Send a per-scene event when the threaded drawable update is done. This can be used for per-scene custom animation (eg. IK) instead of using the global PostRenderUpdate event. Furthermore this event is sent before nodes are reinserted to octree, so it is potentially more correct. 13 years ago
Script aeb5d9d281 Updated to AngelScript 2.25.0. 13 years ago
UI 4cafb5c0d7 Added tiled BorderImage patch from primitivewaste. 13 years ago