Lasse Öörni 2fbe931cee Added SetWindowPosition() / GetWindowPosition() to Graphics. 12 anos atrás
..
APITemplates.h 39c8295eb3 Added editable flag to UI elements. When disabled, will not edit the value (eg. LineEdit text) through user input. Fixes #4. 12 anos atrás
Addons.cpp 56b453c25e Update to AngelScript 2.28.0 WIP to fix a ternary operator crash bug. 12 anos atrás
Addons.h 56b453c25e Update to AngelScript 2.28.0 WIP to fix a ternary operator crash bug. 12 anos atrás
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 anos atrás
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 anos atrás
CoreAPI.cpp 6350f246e6 Register HttpRequest to script. 12 anos atrás
EngineAPI.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 anos atrás
GraphicsAPI.cpp 2fbe931cee Added SetWindowPosition() / GetWindowPosition() to Graphics. 12 anos atrás
IOAPI.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 anos atrás
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 anos atrás
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 anos atrás
NavigationAPI.cpp fc1c2e6f13 Initial Navigation sample. 12 anos atrás
NetworkAPI.cpp 6350f246e6 Register HttpRequest to script. 12 anos atrás
PhysicsAPI.cpp c14bf5bd69 Added Bullet rolling friction parameter to RigidBody. 12 anos atrás
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 anos atrás
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 anos atrás
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 anos atrás
SceneAPI.cpp 247158b7d8 Added node IDs attribute to StaticModelGroup. 12 anos atrás
Script.cpp b8a3157e91 Show enumerations in the generated AngelScript API. 12 anos atrás
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 anos atrás
ScriptAPI.cpp dd9a9feb61 Allow convenience access to scriptObjects residing in the scene root node. 12 anos atrás
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 anos atrás
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 anos atrás
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 anos atrás
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 anos atrás
ScriptInstance.cpp c3870201b9 Added TransformChanged() script method to ScriptInstance & LuaScriptInstance. Called when node transform changes (hooks to OnMarkedDirty() on C++ side) 12 anos atrás
ScriptInstance.h c3870201b9 Added TransformChanged() script method to ScriptInstance & LuaScriptInstance. Called when node transform changes (hooks to OnMarkedDirty() on C++ side) 12 anos atrás
UIAPI.cpp b2d356ad5e Allow using the operating system clipboard in UI. 12 anos atrás