Lasse Öörni
|
7813601540
Added scene timescale attribute.
|
il y a 13 ans |
Lasse Öörni
|
ba890672dd
Added Size(), Width() and Height() to IntRect.
|
il y a 13 ans |
Lasse Öörni
|
f0b6d55b28
Enclosed Urho3D classes inside Urho3D namespace to avoid clashes with external libraries.
|
il y a 13 ans |
Lasse Öörni
|
c64dfb114e
Added back polygon fill mode.
|
il y a 13 ans |
Lasse Öörni
|
312ddc0242
Added repeat flag to delayed method calls.
|
il y a 13 ans |
Lasse Öörni
|
3d4eb6bdc8
Event refactoring. Removed the concept of targeted events and a Node forwarding a targeted event to all components, which was used only for physics node collision events. Now the node will instead send the collision event, and it can be explicitly subscribed to.
|
il y a 13 ans |
Lasse Öörni
|
3b67320a49
Added animation trigger event system.
|
il y a 13 ans |
Lasse Öörni
|
6dac86e2e7
Added option to disable log timestamps.
|
il y a 13 ans |
Lasse Öörni
|
481fbfa220
Added visible OS mouse cursor mode. When used with an external window, this is the only supported mode, as SDL does not control the cursor visibility of an external window.
|
il y a 13 ans |
Lasse Öörni
|
1ca858cc2a
Changed ListView to use PODVector for the selections, and explicitly sort them when necessary.
|
il y a 13 ans |
Lasse Öörni
|
8fe755e7e6
Do not release resource if it has weak refs.
|
il y a 13 ans |
Lasse Öörni
|
30c21a3789
Added terrain blend shader and terrain example.
|
il y a 13 ans |
Lasse Öörni
|
ec8394b3de
Initial terrain LOD. No stitching yet.
|
il y a 13 ans |
Lasse Öörni
|
42b9cbc158
Cleaned up terrain code.
|
il y a 13 ans |
Lasse Öörni
|
debcc38bb0
Allow configuring DecalSet max. vertices and indices separately.
|
il y a 13 ans |
Lasse Öörni
|
92510672f7
Serialize also skinned decals.
|
il y a 13 ans |
Lasse Öörni
|
06371a62ed
Wrap decal around static geometry.
|
il y a 13 ans |
Lasse Öörni
|
91c7374e28
Started work on decals.
|
il y a 13 ans |
Lasse Öörni
|
38fd976aa9
Fixed potential infinite loop when setting morphs.
|
il y a 13 ans |
Lasse Öörni
|
c9bdf9eb35
Added function to redetect joysticks.
|
il y a 13 ans |
Lasse Öörni
|
18e8cb6334
Removed need for anisotropic filter OpenGL extension.
|
il y a 13 ans |
Lasse Öörni
|
7d39dd0c58
Joystick events and joystick button pressed state.
|
il y a 13 ans |
Lasse Öörni
|
4a463176ab
Added joystick support.
|
il y a 13 ans |
Lasse Öörni
|
d23803e285
Added memory debug dump (MSVC debug mode only.)
|
il y a 13 ans |
Lasse Öörni
|
5507b006be
Shader load/compile refactoring. Removed shader source code from the SourceAssets directory and moved to Bin/CoreData/Shaders.
|
il y a 13 ans |
Lasse Öörni
|
d7d599be7b
Added loading of ETC1 compressed textures on mobile devices. These need to be stored inside .ktx files.
|
il y a 13 ans |
Lasse Öörni
|
ba7049bb30
Use empty default name for cloned material in the script API.
|
il y a 13 ans |
Lasse Öörni
|
5d55c0959d
Re-added the alpha masking hint to give priority to fully opaque materials.
|
il y a 13 ans |
Lasse Öörni
|
4070e61e78
Added option to automatically pause updates & audio when minimized.
|
il y a 13 ans |
Lasse Öörni
|
0706ae397f
Touch input on Android.
|
il y a 13 ans |