Eugene Kozlov 06901b3eb2 Add methods to get rotation axis and angle from Quaternion. 8 years ago
..
APITemplates.h a5ff4f43c6 Avoid calling asGetActiveContext() in template functions, as it might result in undefined symbol when used in application code with shared library Urho3D build. Make GetScriptContext() safe to call when it would return null. Provide function GetActiveASContext() (in ScriptInstance.h) as a wrapper. 8 years ago
Addons.cpp 883b5105cb Merge branch 'master' into update-angelscript 9 years ago
Addons.h 883b5105cb Merge branch 'master' into update-angelscript 9 years ago
AudioAPI.cpp ee054a1507 Travis CI: bump copyright to 2017. 9 years ago
CoreAPI.cpp 39c41dc6a6 Shorten long long int to long long. 8 years ago
DatabaseAPI.cpp ee054a1507 Travis CI: bump copyright to 2017. 9 years ago
EngineAPI.cpp f0e05cb7e1 Console auto complete 9 years ago
GraphicsAPI.cpp eb9e5c8b6e Fixed coding style; added AngelScript binding. 8 years ago
IKAPI.cpp 183d2d835e fixes #1907 - Compiler error when URHO3D_IK=OFF 8 years ago
IOAPI.cpp 07da64de58 Fix registration of NamedPipe to AngelScript API to use the proper class. 8 years ago
InputAPI.cpp 1d3c20aa70 Double up the editor UI when on High DPI display. 8 years ago
MathAPI.cpp 06901b3eb2 Add methods to get rotation axis and angle from Quaternion. 8 years ago
NavigationAPI.cpp ee054a1507 Travis CI: bump copyright to 2017. 9 years ago
NetworkAPI.cpp ee054a1507 Travis CI: bump copyright to 2017. 9 years ago
PhysicsAPI.cpp 13cfad66ef RaycastVehicle code / comments formatting and AngelScript fix. RegisterRaycastVehicleLibrary function removed and class registration performed as part of Physics library initialization instead. 8 years ago
ResourceAPI.cpp 29ebd52590 Expose getting JSONValue keys & values as arrays in AngelScript. Closes #1924. 8 years ago
SceneAPI.cpp f5b68769d0 ElementsNames -> ElementNames. 9 years ago
Script.cpp 2be9286d38 Wrote AngelScript bindings, I'm still considering renaming a few things here and there 8 years ago
Script.h 883b5105cb Merge branch 'master' into update-angelscript 9 years ago
ScriptAPI.cpp ee054a1507 Travis CI: bump copyright to 2017. 9 years ago
ScriptAPI.h 18868d74c9 Bullet RaycastVehicle support 8 years ago
ScriptAPIDump.cpp 5b0aa268c5 Handle namespace of constants in AngelScript API dump. 8 years ago
ScriptEventListener.h ee054a1507 Travis CI: bump copyright to 2017. 9 years ago
ScriptFile.cpp f42bd0d24f Fix crash when ScriptObject constructor throws. 8 years ago
ScriptFile.h 883b5105cb Merge branch 'master' into update-angelscript 9 years ago
ScriptInstance.cpp a5ff4f43c6 Avoid calling asGetActiveContext() in template functions, as it might result in undefined symbol when used in application code with shared library Urho3D build. Make GetScriptContext() safe to call when it would return null. Provide function GetActiveASContext() (in ScriptInstance.h) as a wrapper. 8 years ago
ScriptInstance.h a5ff4f43c6 Avoid calling asGetActiveContext() in template functions, as it might result in undefined symbol when used in application code with shared library Urho3D build. Make GetScriptContext() safe to call when it would return null. Provide function GetActiveASContext() (in ScriptInstance.h) as a wrapper. 8 years ago
UIAPI.cpp 32310a2c12 Rename FONT_TYPE enum to FontType and expose it to Font public API. Closes #1786. 9 years ago
Urho2DAPI.cpp c5014a8399 Update Box2D lib, add RigidBody2D::ApplyLinearImpulseToCenter() 8 years ago