2
0
Lasse Öörni db3bf3fbf9 Added timestep smoothing to Engine. By default the previous 2 frames' timesteps are averaged. 12 жил өмнө
..
APITemplates.h 36eb726d36 Add the concept of base class type to Object to simplify determining if a ScriptInstance's handle variable is a Node, Component or Resource. Serialize script's resource handles as ResourceRef attributes and allow editing them. 12 жил өмнө
Addons.cpp 56b453c25e Update to AngelScript 2.28.0 WIP to fix a ternary operator crash bug. 12 жил өмнө
Addons.h 56b453c25e Update to AngelScript 2.28.0 WIP to fix a ternary operator crash bug. 12 жил өмнө
AudioAPI.cpp 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 жил өмнө
CMakeLists.txt 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 жил өмнө
CoreAPI.cpp 6350f246e6 Register HttpRequest to script. 12 жил өмнө
EngineAPI.cpp db3bf3fbf9 Added timestep smoothing to Engine. By default the previous 2 frames' timesteps are averaged. 12 жил өмнө
GraphicsAPI.cpp 25c7aa53c3 Added GetDesktopResolution() to Graphics. 12 жил өмнө
IOAPI.cpp c6a6f71aa3 Finalize LZ4 support. Do not repeatedly allocate compressed data buffer. Do not store global blocksize into the package file header. Increased Android read buffer to 32KB. 12 жил өмнө
InputAPI.cpp 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 жил өмнө
MathAPI.cpp 372fbed88d Normalize resource names in SanitateResourceName() if they also contain a registered resource dir name, ie. Data/Scripts/NinjaSnowWar.as becomes Scripts/NinjaSnowWar.as. This fixes script file possibly getting loaded twice. 12 жил өмнө
NavigationAPI.cpp fc1c2e6f13 Initial Navigation sample. 12 жил өмнө
NetworkAPI.cpp 347b840b7c Read HttpRequest in a background thread to prevent blocking. Always check all triangle mesh geometries for the closest hit in the RAY_TRIANGLE raycast mode. 12 жил өмнө
PhysicsAPI.cpp c14bf5bd69 Added Bullet rolling friction parameter to RigidBody. 12 жил өмнө
Precompiled.cpp 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 жил өмнө
Precompiled.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 жил өмнө
ResourceAPI.cpp 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 жил өмнө
SceneAPI.cpp 247158b7d8 Added node IDs attribute to StaticModelGroup. 12 жил өмнө
Script.cpp b8a3157e91 Show enumerations in the generated AngelScript API. 12 жил өмнө
Script.h eef5b89766 Removed the retained message mode from the AngelScript subsystem. Instead, Application class will remember error log messages and display them if ErrorExit() is called without a custom message. This allows showing all error messages from Lua script subsystem equally. 12 жил өмнө
ScriptAPI.cpp dd9a9feb61 Allow convenience access to scriptObjects residing in the scene root node. 12 жил өмнө
ScriptAPI.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 жил өмнө
ScriptEventListener.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 жил өмнө
ScriptFile.cpp eef5b89766 Removed the retained message mode from the AngelScript subsystem. Instead, Application class will remember error log messages and display them if ErrorExit() is called without a custom message. This allows showing all error messages from Lua script subsystem equally. 12 жил өмнө
ScriptFile.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 жил өмнө
ScriptInstance.cpp 36eb726d36 Add the concept of base class type to Object to simplify determining if a ScriptInstance's handle variable is a Node, Component or Resource. Serialize script's resource handles as ResourceRef attributes and allow editing them. 12 жил өмнө
ScriptInstance.h c3870201b9 Added TransformChanged() script method to ScriptInstance & LuaScriptInstance. Called when node transform changes (hooks to OnMarkedDirty() on C++ side) 12 жил өмнө
UIAPI.cpp 840d50ce0d Allow to force FreeType autohinting (old 2.3 version behavior.) Reload font faces when global font settings changed. 12 жил өмнө