| .. |
|
APITemplates.h
|
947fe2bde7
Add SeekRelative() & Tell() (which is merely an alias to GetPosition()) to Deserializer. Closes #2053.
|
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
|
baf0daf7aa
Add support of arbitrary data in Sound, Animation and Texture resources.
|
8 years ago |
|
CoreAPI.cpp
|
a5ee22ce9e
Expose Context::CreateObject to AngelScript API.
|
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
|
1c992b2611
Merge pull request #2033 from eugeneko/master
|
8 years ago |
|
IKAPI.cpp
|
c43b269845
Updating script APIs, making sure sample compiles, see thread on the forum for more info
|
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
|
f7573971f4
Update Navigation AS API. Add streaming mode to AS sample 39_CrowdNavigation. Disable bounding box padding on NavigationMesh::Allocate. Send E_NAVIGATION_MESH_REBUILT on NavigationMesh::Allocate.
|
8 years ago |
|
NavigationAPI.cpp
|
f7573971f4
Update Navigation AS API. Add streaming mode to AS sample 39_CrowdNavigation. Disable bounding box padding on NavigationMesh::Allocate. Send E_NAVIGATION_MESH_REBUILT on NavigationMesh::Allocate.
|
8 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
|
982befaab5
Add default parameter value to Image::SaveWEBP() bindings.
|
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
|
77170d68ad
Avoid calling strlen unnecessarily within AngelScript's ParseToken. May have effect on #1946.
|
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
|
0450bcd11e
Add configurable oversampling to improve subpixel font rendering (#1953)
|
8 years ago |
|
Urho2DAPI.cpp
|
5ebe92d6ee
Naming fixes, angelscript bindings, refactoring
|
8 years ago |