Lasse Öörni 562f401ffa Refactor resource reloading based on filename into a function, which can be called externally. 11 years ago
..
APITemplates.h c85528de50 Allow to prevent modal window's auto dismissing with ESC by calling Window::SetAutoDismiss(false). Purposefully not an attribute to avoid locking up the editor. Closes #471. 11 years ago
Addons.cpp 5f0ed3fcf8 Fix more header warnings that could leak to an Urho3D application using maximum MSVC warning level. 11 years ago
Addons.h 562a2e2d77 Update to AngelScript 2.29.1. Closes #412. 11 years ago
AudioAPI.cpp 6d5ddc23e0 Bump the copyright for 2014. 12 years ago
CMakeLists.txt 25132bd4a0 ADD URHO3D_PHYSICS AND URHO3D_NAVIGATION OPTIONS. 11 years ago
CoreAPI.cpp 84fe0946c8 Remove ShortStringHash, Now all of ShortStringHash are replaced by StringHash. 11 years ago
EngineAPI.cpp 0f9e8c6762 Move DebugHud update to PostUpdate event so that values set during Update will be displayed on the same frame. Additionally, exposed DebugHud::Update() to script to allow calling it manually and forcing update of values, if necessary. Closes #466. 11 years ago
GraphicsAPI.cpp f943bb4faa Unwarn patch for AppleClang. A few warnings were indeed coding error. 11 years ago
IOAPI.cpp 3a93866936 Add LZ4 compression functions to public API. Expose the VectorBuffer compression/decompression functions also to script. Closes #438. 11 years ago
InputAPI.cpp 6b7f1d842c Added functions to remove one recorded touch gesture, or all touch gestures. 11 years ago
MathAPI.cpp ec7c262be6 Expose Matrix4 * Matrix3x4 to scripting. Move the multiply as a Matrix4 member function so that it can be properly exposed to lua. 11 years ago
NavigationAPI.cpp 25132bd4a0 ADD URHO3D_PHYSICS AND URHO3D_NAVIGATION OPTIONS. 11 years ago
NetworkAPI.cpp 0472b4d410 Allow sending client observer rotation in addition to position. Note that rotation is not used by the NetworkPriority component, but can be used for custom logic. Do not send the observer pos/rot until actually set by the client. Closes #428. 11 years ago
PhysicsAPI.cpp 25132bd4a0 ADD URHO3D_PHYSICS AND URHO3D_NAVIGATION OPTIONS. 11 years ago
ResourceAPI.cpp 562f401ffa Refactor resource reloading based on filename into a function, which can be called externally. 11 years ago
SceneAPI.cpp 3e4882bfa5 Unify SetDeepEnabled() API between UI & Node. Removed IsDeepEnabled() function & "Is Deep Enabled" attribute as it may return different value than last SetDeepEnabled() and can not therefore serialize/deserialize accurately. Instead added IsEnabledSelf() which returns the enabled state before SetDeepEnabled(). Changed Node::SetEnabled(bool, bool) to SetEnabledRecursive(). Unlike SetDeepEnabled() it does not preserve node's self enabled state. Added AngelScript binding for SetDeepEnabled operations. 11 years ago
Script.cpp 25132bd4a0 ADD URHO3D_PHYSICS AND URHO3D_NAVIGATION OPTIONS. 11 years ago
Script.h af46a915c2 Protect AngelScript module creation/deletion with a mutex as AngelScript itself doesn't do that. 11 years ago
ScriptAPI.cpp bccc6d0c55 For consistency with the Node class, refer to the ScriptInstance's contained object with "scriptObject" property instead of "object" in AngelScript scripting. 11 years ago
ScriptAPI.h 25132bd4a0 ADD URHO3D_PHYSICS AND URHO3D_NAVIGATION OPTIONS. 11 years ago
ScriptAPIDump.cpp f943bb4faa Unwarn patch for AppleClang. A few warnings were indeed coding error. 11 years ago
ScriptEventListener.h 6d5ddc23e0 Bump the copyright for 2014. 12 years ago
ScriptFile.cpp af46a915c2 Protect AngelScript module creation/deletion with a mutex as AngelScript itself doesn't do that. 11 years ago
ScriptFile.h 21053067bd Asynchronous loading of ScriptFile. Due to possibly accessing arbitrary engine functionality in script initializers the actual script compilation cannot be threaded even if AngelScript itself is compiled as thread-safe. Furthermore AngelScript allows only 1 simultaneous compile, and the resource loading system is not prepared to fail and retry in that case. 11 years ago
ScriptInstance.cpp 25132bd4a0 ADD URHO3D_PHYSICS AND URHO3D_NAVIGATION OPTIONS. 11 years ago
ScriptInstance.h 25132bd4a0 ADD URHO3D_PHYSICS AND URHO3D_NAVIGATION OPTIONS. 11 years ago
UIAPI.cpp 066589b67d Fixed warnings. Added script bindings for scroll deceleration parameters. 11 years ago
Urho2DAPI.cpp c82759de85 Add STAGGERED tile map support. 11 years ago