| .. |
|
APITemplates.h
|
947fe2bde7
Add SeekRelative() & Tell() (which is merely an alias to GetPosition()) to Deserializer. Closes #2053.
|
8 лет назад |
|
Addons.cpp
|
883b5105cb
Merge branch 'master' into update-angelscript
|
9 лет назад |
|
Addons.h
|
883b5105cb
Merge branch 'master' into update-angelscript
|
9 лет назад |
|
AudioAPI.cpp
|
baf0daf7aa
Add support of arbitrary data in Sound, Animation and Texture resources.
|
8 лет назад |
|
CoreAPI.cpp
|
a5ee22ce9e
Expose Context::CreateObject to AngelScript API.
|
8 лет назад |
|
DatabaseAPI.cpp
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 лет назад |
|
EngineAPI.cpp
|
f0e05cb7e1
Console auto complete
|
9 лет назад |
|
GraphicsAPI.cpp
|
1c992b2611
Merge pull request #2033 from eugeneko/master
|
8 лет назад |
|
IKAPI.cpp
|
c43b269845
Updating script APIs, making sure sample compiles, see thread on the forum for more info
|
8 лет назад |
|
IOAPI.cpp
|
ea15976d7c
Add Print() 64-bit integer overloads to AngelScript API.
|
8 лет назад |
|
InputAPI.cpp
|
1d3c20aa70
Double up the editor UI when on High DPI display.
|
8 лет назад |
|
MathAPI.cpp
|
05452b8bd1
Refactor IntegerLog2() to LogBaseTwo() for performance and consistency.
|
8 лет назад |
|
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 лет назад |
|
NetworkAPI.cpp
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 лет назад |
|
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 лет назад |
|
ResourceAPI.cpp
|
982befaab5
Add default parameter value to Image::SaveWEBP() bindings.
|
8 лет назад |
|
SceneAPI.cpp
|
f5b68769d0
ElementsNames -> ElementNames.
|
9 лет назад |
|
Script.cpp
|
2be9286d38
Wrote AngelScript bindings, I'm still considering renaming a few things here and there
|
8 лет назад |
|
Script.h
|
883b5105cb
Merge branch 'master' into update-angelscript
|
9 лет назад |
|
ScriptAPI.cpp
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 лет назад |
|
ScriptAPI.h
|
18868d74c9
Bullet RaycastVehicle support
|
8 лет назад |
|
ScriptAPIDump.cpp
|
5b0aa268c5
Handle namespace of constants in AngelScript API dump.
|
8 лет назад |
|
ScriptEventListener.h
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 лет назад |
|
ScriptFile.cpp
|
77170d68ad
Avoid calling strlen unnecessarily within AngelScript's ParseToken. May have effect on #1946.
|
8 лет назад |
|
ScriptFile.h
|
883b5105cb
Merge branch 'master' into update-angelscript
|
9 лет назад |
|
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.
|
9 лет назад |
|
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.
|
9 лет назад |
|
UIAPI.cpp
|
0450bcd11e
Add configurable oversampling to improve subpixel font rendering (#1953)
|
8 лет назад |
|
Urho2DAPI.cpp
|
5ebe92d6ee
Naming fixes, angelscript bindings, refactoring
|
8 лет назад |