aster2013 fc0e65a8d9 Add Lua and AngelScript binding. 11 years ago
..
01_HelloWorld 6d5ddc23e0 Bump the copyright for 2014. 12 years ago
02_HelloGUI b5f9b52717 Minor fixes on C++ ConsoleInput sample class. 12 years ago
03_Sprites 6d5ddc23e0 Bump the copyright for 2014. 12 years ago
04_StaticScene 9cd40fb07f Revert attribute animation. It will be added in a new branch. 11 years ago
05_AnimatingScene d0595084d4 Initial implementation of LogicComponent base class, which should make writing C++ logic/updater components more similar to scripting. Refactored C++ examples to use LogicComponent where possible. 12 years ago
06_SkeletalAnimation d0595084d4 Initial implementation of LogicComponent base class, which should make writing C++ logic/updater components more similar to scripting. Refactored C++ examples to use LogicComponent where possible. 12 years ago
07_Billboards 6d5ddc23e0 Bump the copyright for 2014. 12 years ago
08_Decals 6d5ddc23e0 Bump the copyright for 2014. 12 years ago
09_MultipleViewports 6d5ddc23e0 Bump the copyright for 2014. 12 years ago
10_RenderToTexture d0595084d4 Initial implementation of LogicComponent base class, which should make writing C++ logic/updater components more similar to scripting. Refactored C++ examples to use LogicComponent where possible. 12 years ago
11_Physics 6d5ddc23e0 Bump the copyright for 2014. 12 years ago
12_PhysicsStressTest 6d5ddc23e0 Bump the copyright for 2014. 12 years ago
13_Ragdolls 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
14_SoundEffects 6d5ddc23e0 Bump the copyright for 2014. 12 years ago
15_Navigation 6d5ddc23e0 Bump the copyright for 2014. 12 years ago
16_Chat 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
17_SceneReplication 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
18_CharacterDemo d0595084d4 Initial implementation of LogicComponent base class, which should make writing C++ logic/updater components more similar to scripting. Refactored C++ examples to use LogicComponent where possible. 12 years ago
19_VehicleDemo d0595084d4 Initial implementation of LogicComponent base class, which should make writing C++ logic/updater components more similar to scripting. Refactored C++ examples to use LogicComponent where possible. 12 years ago
20_HugeObjectCount 6d5ddc23e0 Bump the copyright for 2014. 12 years ago
21_AngelScriptIntegration 6d5ddc23e0 Bump the copyright for 2014. 12 years ago
22_LuaIntegration 6d5ddc23e0 Bump the copyright for 2014. 12 years ago
23_Water 6d5ddc23e0 Bump the copyright for 2014. 12 years ago
24_Urho2DSprite 130551f4d8 Add fixed pixel size (user don't need change the value). 12 years ago
25_Urho2DParticle 86ae9190a7 Fix particle emitter, add radial particle in sample. 11 years ago
26_ConsoleInput 7fd40cf630 Moved the test for ENABLE_TESTING into GetConsoleInput(), as script applications can not know whether it is safe to call. 12 years ago
27_Urho2DPhysics c5c715ee84 Add 2D sprite to physics samples.[ci skip] 11 years ago
28_Urho2DPhysicsRope fc0e65a8d9 Add Lua and AngelScript binding. 11 years ago
29_SoundSynthesis 12e6bcf4e0 Fixed typo and improved SoundSynthesis example comments. 11 years ago
CMakeLists.txt 1cc8f2b82b Added BufferedSoundStream class and sound synthesis C++ example. 11 years ago
Sample.h 0e3389eb7b Update Sample.h 12 years ago
Sample.inl b5f9b52717 Minor fixes on C++ ConsoleInput sample class. 12 years ago