| .. |
|
Audio
|
a06e4238b3
Simplify sound stream code and improve the SoundSynthesis sample. Closes #257.
|
11 years ago |
|
Container
|
1cc8f2b82b
Added BufferedSoundStream class and sound synthesis C++ example.
|
11 years ago |
|
Core
|
f48ef6f5bd
Minor bug fix, refactoring and reformatting.
|
12 years ago |
|
Engine
|
480594e7a4
Added focusOnShow -property to Console to control whether the Console's LineEdit is automatically focused. Default true on desktops and false on mobile devices, to prevent automatically popping up the screen keyboard.
|
11 years ago |
|
Graphics
|
4bf765d711
Removed SDL hack to get window handle for Direct3D9. Instead use SDL builtin functionality.
|
11 years ago |
|
IO
|
dd16f85568
Change the copyright for 2014.
|
12 years ago |
|
Input
|
1d9d0a5736
Synchronize keycode constants with SDL. This changes some constants, like NUMPAD -> KP_. Added SDL scancode constants. Added polling of keys by scancodes, and scancodes into key events. Added conversion functions from keycode to scancode and vice versa, and functions to get key names. Closes #254.
|
11 years ago |
|
LuaScript
|
26ef946bad
Add possibility to decouple BorderImage border UV size from screen size. Closes #269.
|
11 years ago |
|
Math
|
094006ef91
Added brightness attribute to Light. Added separate equality test with and without epsilon to Color, similar to Vector2/3/4.
|
12 years ago |
|
Navigation
|
d25872ca08
Update Recast/Detour to newest. Remove Navigation.cpp / Navigation.h in Navigation library; moved the library registration to NavigationMesh.cpp.
|
12 years ago |
|
Network
|
47836474e2
Variant pointer refactoring. Variant can now hold a weak pointer to a RefCounted object, which is safer, and is returned using GetPtr(). Engine events have been converted to use that mechanism. GetPtr() is also directly available in AngelScript, as well as assigning a RefCounted or derived class handle to a Variant.
|
12 years ago |
|
Physics
|
b1def74270
Fix PhysicsWorld::GetRigidBodies() not taking collision layer mask into account. Closes #248.
|
12 years ago |
|
Resource
|
50f775b213
Added FileChanged event sent by ResourceCache for manually responding to changed files in resource directories.
|
12 years ago |
|
Scene
|
9cd40fb07f
Revert attribute animation. It will be added in a new branch.
|
11 years ago |
|
Script
|
26ef946bad
Add possibility to decouple BorderImage border UV size from screen size. Closes #269.
|
11 years ago |
|
UI
|
26ef946bad
Add possibility to decouple BorderImage border UV size from screen size. Closes #269.
|
11 years ago |
|
Urho2D
|
d96310f82e
Add more Constraint2D. [ci skip]
|
11 years ago |
|
CMakeLists.txt
|
383da73503
Add Urho2DSprite sample.
|
12 years ago |
|
Precompiled.cpp
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 years ago |
|
Precompiled.h
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 years ago |
|
Revision.cpp
|
f377d56070
Add a new CMake module to retrieve GIT revision number.
|
12 years ago |
|
Revision.h
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 years ago |
|
Urho3D.h.in
|
dd16f85568
Change the copyright for 2014.
|
12 years ago |
|
Urho3D.pc.in
|
4d565aa401
Add new 'package' CMake built-in target for generating binary packages.
|
12 years ago |