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