| .. |
|
APITemplates.h
|
b957f60143
Added ApplyMaterialList() function to StaticModel so that the feature can be used outside the editor as well. Refactored editor to use that function instead of its own implementation.
|
12 лет назад |
|
Addons.cpp
|
8b8790e481
Added option to import non-skinning bones in AssetImporter. Closes #82.
|
12 лет назад |
|
Addons.h
|
3168019a5f
Updated to AngelScript 2.28.0. Added dictionary addon from AngelScript SDK. Closes #46.
|
12 лет назад |
|
AudioAPI.cpp
|
a37ea5bb6e
Added inner and outer angle parameters to SoundSource3D, which makes it possible to do cone-like directional sounds. Fixed sound attenuation if near and far distance are the same. Closes #49.
|
12 лет назад |
|
CMakeLists.txt
|
d7942132f1
Configure and install Urho3D.pc file for pkg-config tool.
|
12 лет назад |
|
CoreAPI.cpp
|
460a119e16
Use WeakPtr<RefCounted> consistently for the script WeakHandle type.
|
12 лет назад |
|
EngineAPI.cpp
|
db3bf3fbf9
Added timestep smoothing to Engine. By default the previous 2 frames' timesteps are averaged.
|
12 лет назад |
|
GraphicsAPI.cpp
|
679007d1b5
Normalize whitespace, update documentation.
|
12 лет назад |
|
IOAPI.cpp
|
a27560c719
Enhance ScriptCompiler to also dump API as C Header file.
|
12 лет назад |
|
InputAPI.cpp
|
02512cecf9
In order to move the out-of-source 'build' directory back to Urho3D project root directory, all the source codes sub-directories are now moved down one level to a new directory under project root called 'Source'.
|
12 лет назад |
|
MathAPI.cpp
|
7d641ca3fc
Add a grid to the editor. Add default zone and grid editor preferences. Make editor settings and preferences dialogs resizable and scrollable. Fix Pow() script registration.
|
12 лет назад |
|
NavigationAPI.cpp
|
2f9171c010
Convert tabs to spaces.
|
12 лет назад |
|
NetworkAPI.cpp
|
347b840b7c
Read HttpRequest in a background thread to prevent blocking. Always check all triangle mesh geometries for the closest hit in the RAY_TRIANGLE raycast mode.
|
12 лет назад |
|
PhysicsAPI.cpp
|
aa0f72cf65
Added world position & normal to RayQueryResult.
|
12 лет назад |
|
ResourceAPI.cpp
|
3166f1874d
Changed adding Resource and Package files to be able to specify the location in the Vector for search priority when calling GetFile or GetResource
|
12 лет назад |
|
SceneAPI.cpp
|
247158b7d8
Added node IDs attribute to StaticModelGroup.
|
12 лет назад |
|
Script.cpp
|
e97eedb771
Close Windows gap. No pun intended.
|
12 лет назад |
|
Script.h
|
a27560c719
Enhance ScriptCompiler to also dump API as C Header file.
|
12 лет назад |
|
ScriptAPI.cpp
|
bb56ee95d2
Added support for DelayedExecute() from free script functions. This allows calling free functions in the same script module as delayed.
|
12 лет назад |
|
ScriptAPI.h
|
02512cecf9
In order to move the out-of-source 'build' directory back to Urho3D project root directory, all the source codes sub-directories are now moved down one level to a new directory under project root called 'Source'.
|
12 лет назад |
|
ScriptEventListener.h
|
bb56ee95d2
Added support for DelayedExecute() from free script functions. This allows calling free functions in the same script module as delayed.
|
12 лет назад |
|
ScriptFile.cpp
|
bb56ee95d2
Added support for DelayedExecute() from free script functions. This allows calling free functions in the same script module as delayed.
|
12 лет назад |
|
ScriptFile.h
|
bb56ee95d2
Added support for DelayedExecute() from free script functions. This allows calling free functions in the same script module as delayed.
|
12 лет назад |
|
ScriptInstance.cpp
|
ee0e3aa663
Removed the mechanism of binary-serializing resource name hashes instead of resource names. This is to allow correct resource loading from binary scene files on platforms that cannot iterate the resources in the application installation (eg. Android). This also affects networking, downside is increased network payload size when resource attributes are transferred. All binary scenes saved with old Urho versions are also invalidated.
|
12 лет назад |
|
ScriptInstance.h
|
bb56ee95d2
Added support for DelayedExecute() from free script functions. This allows calling free functions in the same script module as delayed.
|
12 лет назад |
|
UIAPI.cpp
|
0859375510
Fixed erroneously removed script API function.
|
12 лет назад |