Lasse Öörni bb56ee95d2 Added support for DelayedExecute() from free script functions. This allows calling free functions in the same script module as delayed. 12 лет назад
..
APITemplates.h b957f60143 Added ApplyMaterialList() function to StaticModel so that the feature can be used outside the editor as well. Refactored editor to use that function instead of its own implementation. 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 e423a26461 Refactor CMake build scripts. 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 82007cc4f4 Removed the nonintuitive "invisible LOD factor" attribute from AnimatedModel and replaced it with updateInvisible flag similar to ParticleEmitter. This flag must be used for ragdolls or other physically animated objects to ensure that they come into view properly during animation if they previously were outside view. Fixes #40. 12 лет назад
IOAPI.cpp a27560c719 Enhance ScriptCompiler to also dump API as C Header file. 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 efaf7d28f0 Merge remote-tracking branch 'remotes/szamq/master' 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 529f577e7a Fix index out of bound. 12 лет назад
Script.h a27560c719 Enhance ScriptCompiler to also dump API as C Header file. 12 лет назад
ScriptAPI.cpp bb56ee95d2 Added support for DelayedExecute() from free script functions. This allows calling free functions in the same script module as delayed. 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 bb56ee95d2 Added support for DelayedExecute() from free script functions. This allows calling free functions in the same script module as delayed. 12 лет назад
ScriptFile.cpp bb56ee95d2 Added support for DelayedExecute() from free script functions. This allows calling free functions in the same script module as delayed. 12 лет назад
ScriptFile.h bb56ee95d2 Added support for DelayedExecute() from free script functions. This allows calling free functions in the same script module as delayed. 12 лет назад
ScriptInstance.cpp bb56ee95d2 Added support for DelayedExecute() from free script functions. This allows calling free functions in the same script module as delayed. 12 лет назад
ScriptInstance.h bb56ee95d2 Added support for DelayedExecute() from free script functions. This allows calling free functions in the same script module as delayed. 12 лет назад
UIAPI.cpp 840d50ce0d Allow to force FreeType autohinting (old 2.3 version behavior.) Reload font faces when global font settings changed. 12 лет назад