| .. |
|
APITemplates.h
|
a90bc49b56
Move SoundSource new function registration to APITemplates.h so it works on both SoundSource & SoundSource3D. Minor comment formatting fix. Add contributor.
|
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
|
a90bc49b56
Move SoundSource new function registration to APITemplates.h so it works on both SoundSource & SoundSource3D. Minor comment formatting fix. Add contributor.
|
8 years ago |
|
CoreAPI.cpp
|
4c7647aa29
GetOSVersion() returns the version of the OS.
|
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
|
ea15976d7c
Add Print() 64-bit integer overloads to AngelScript API.
|
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
|
cc26cac198
Use base16 for VariantMap hash key conversion in both directions in JSONValue. Expose JSONValue Get/Set Variant & VariantMap to script.
|
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 |