aster2013 90f87a2a2c Add Lua and AngelScript binding. 11 лет назад
..
APITemplates.h f48ef6f5bd Minor bug fix, refactoring and reformatting. 11 лет назад
Addons.cpp 6d5ddc23e0 Bump the copyright for 2014. 12 лет назад
Addons.h 6d5ddc23e0 Bump the copyright for 2014. 12 лет назад
AudioAPI.cpp 6d5ddc23e0 Bump the copyright for 2014. 12 лет назад
CMakeLists.txt 6d5ddc23e0 Bump the copyright for 2014. 12 лет назад
CoreAPI.cpp 65c3c50738 Shuffling around of Spline to the Core library to make explicit that it depends on Variant (the dependency is no longer strict as Urho3D library is built as one piece, but is good to keep in mind to retain the Math library theoretically reusable outside Urho3D.) 11 лет назад
EngineAPI.cpp 6d5ddc23e0 Bump the copyright for 2014. 12 лет назад
GraphicsAPI.cpp 02e543ba5c Support for per-pixel negative lights. Added BLEND_SUBTRACT & BLEND_SUBTRACTALPHA blend modes. Light code cleanup. 11 лет назад
IOAPI.cpp 6d5ddc23e0 Bump the copyright for 2014. 12 лет назад
InputAPI.cpp 6d5ddc23e0 Bump the copyright for 2014. 12 лет назад
MathAPI.cpp 02e543ba5c Support for per-pixel negative lights. Added BLEND_SUBTRACT & BLEND_SUBTRACTALPHA blend modes. Light code cleanup. 11 лет назад
NavigationAPI.cpp 33b2244204 Fixed FindNearestPoint() and MoveAlongSurface() for angel script 12 лет назад
NetworkAPI.cpp 2fb1dc2edc Mark the deprecated AS API bindings in the documentation. 12 лет назад
PhysicsAPI.cpp 2fb1dc2edc Mark the deprecated AS API bindings in the documentation. 12 лет назад
ResourceAPI.cpp 263a624fe4 Possibility in ResourceCache to enable returning resources which failed to load. This is used in the editor to overcome eg. failed scripts disappearing from a ScriptInstance's script file slot. 12 лет назад
SceneAPI.cpp 130551f4d8 Add fixed pixel size (user don't need change the value). 11 лет назад
Script.cpp 65c3c50738 Shuffling around of Spline to the Core library to make explicit that it depends on Variant (the dependency is no longer strict as Urho3D library is built as one piece, but is good to keep in mind to retain the Math library theoretically reusable outside Urho3D.) 11 лет назад
Script.h ac21be3e39 Implemented ConsoleInput sample in AngelScript. Added possibility to the Script subsystem to disable automatic execution of console input as AngelScript. Tidied up newlines from the ConsoleInput sample. 11 лет назад
ScriptAPI.cpp 1461021c94 For feature similarity between AngelScript, Lua and the C++ LogicComponent, remove the "Fixed update FPS" feature from ScriptInstance. DelayedExecute() in repeating mode can be used instead to call a script object method at arbitrary intervals. 11 лет назад
ScriptAPI.h 65c3c50738 Shuffling around of Spline to the Core library to make explicit that it depends on Variant (the dependency is no longer strict as Urho3D library is built as one piece, but is good to keep in mind to retain the Math library theoretically reusable outside Urho3D.) 11 лет назад
ScriptEventListener.h 6d5ddc23e0 Bump the copyright for 2014. 12 лет назад
ScriptFile.cpp 47836474e2 Variant pointer refactoring. Variant can now hold a weak pointer to a RefCounted object, which is safer, and is returned using GetPtr(). Engine events have been converted to use that mechanism. GetPtr() is also directly available in AngelScript, as well as assigning a RefCounted or derived class handle to a Variant. 12 лет назад
ScriptFile.h 6d5ddc23e0 Bump the copyright for 2014. 12 лет назад
ScriptInstance.cpp 1461021c94 For feature similarity between AngelScript, Lua and the C++ LogicComponent, remove the "Fixed update FPS" feature from ScriptInstance. DelayedExecute() in repeating mode can be used instead to call a script object method at arbitrary intervals. 11 лет назад
ScriptInstance.h 1461021c94 For feature similarity between AngelScript, Lua and the C++ LogicComponent, remove the "Fixed update FPS" feature from ScriptInstance. DelayedExecute() in repeating mode can be used instead to call a script object method at arbitrary intervals. 11 лет назад
UIAPI.cpp 2fb1dc2edc Mark the deprecated AS API bindings in the documentation. 12 лет назад
Urho2DAPI.cpp 90f87a2a2c Add Lua and AngelScript binding. 11 лет назад