.. |
01_HelloWorld
|
Travis CI: bump copyright to 2017.
|
2017-01-01 13:01:31 +00:00 |
02_HelloGUI
|
Restore earlier HelloGUI sample, instead create separate Hello3DUI which demonstrates 3D UI render to texture. Move getting viewport related to scene from Scene to Renderer, so that Scene doesn't have to know about Renderer unnecessarily. Refactor the internal UI render calls related to rendertarget use.
|
2017-08-23 21:15:56 +03:00 |
03_Sprites
|
Travis CI: bump copyright to 2017.
|
2017-01-01 13:01:31 +00:00 |
04_StaticScene
|
Travis CI: bump copyright to 2017.
|
2017-01-01 13:01:31 +00:00 |
05_AnimatingScene
|
Travis CI: bump copyright to 2017.
|
2017-01-01 13:01:31 +00:00 |
06_SkeletalAnimation
|
Travis CI: bump copyright to 2017.
|
2017-01-01 13:01:31 +00:00 |
07_Billboards
|
Travis CI: bump copyright to 2017.
|
2017-01-01 13:01:31 +00:00 |
08_Decals
|
Travis CI: bump copyright to 2017.
|
2017-01-01 13:01:31 +00:00 |
09_MultipleViewports
|
Travis CI: bump copyright to 2017.
|
2017-01-01 13:01:31 +00:00 |
10_RenderToTexture
|
Travis CI: bump copyright to 2017.
|
2017-01-01 13:01:31 +00:00 |
11_Physics
|
Travis CI: bump copyright to 2017.
|
2017-01-01 13:01:31 +00:00 |
12_PhysicsStressTest
|
Travis CI: bump copyright to 2017.
|
2017-01-01 13:01:31 +00:00 |
13_Ragdolls
|
Travis CI: bump copyright to 2017.
|
2017-01-01 13:01:31 +00:00 |
14_SoundEffects
|
Updated sound effects sample to use SetAutoRemoveMode() instead of nodes.
|
2017-03-14 23:58:59 +02:00 |
15_Navigation
|
Add streaming mode to Lua samples 15_Navigation and 39_CrowdNavigation. Minor changes.
|
2017-08-08 01:34:57 +03:00 |
16_Chat
|
Travis CI: bump copyright to 2017.
|
2017-01-01 13:01:31 +00:00 |
17_SceneReplication
|
Travis CI: bump copyright to 2017.
|
2017-01-01 13:01:31 +00:00 |
18_CharacterDemo
|
Travis CI: bump copyright to 2017.
|
2017-01-01 13:01:31 +00:00 |
19_VehicleDemo
|
Travis CI: bump copyright to 2017.
|
2017-01-01 13:01:31 +00:00 |
20_HugeObjectCount
|
Travis CI: bump copyright to 2017.
|
2017-01-01 13:01:31 +00:00 |
21_AngelScriptIntegration
|
Travis CI: bump copyright to 2017.
|
2017-01-01 13:01:31 +00:00 |
22_LuaIntegration
|
Travis CI: bump copyright to 2017.
|
2017-01-01 13:01:31 +00:00 |
23_Water
|
Travis CI: bump copyright to 2017.
|
2017-01-01 13:01:31 +00:00 |
24_Urho2DSprite
|
Travis CI: bump copyright to 2017.
|
2017-01-01 13:01:31 +00:00 |
25_Urho2DParticle
|
Travis CI: bump copyright to 2017.
|
2017-01-01 13:01:31 +00:00 |
26_ConsoleInput
|
Minor style edits. Use position instead of iterator in autocomplete to be safe against iterator invalidation. Add Lua binding to autocomplete. Add short description of the new feature being demonstrated in sample 26.
|
2017-01-01 22:35:16 +02:00 |
27_Urho2DPhysics
|
Travis CI: bump copyright to 2017.
|
2017-01-01 13:01:31 +00:00 |
28_Urho2DPhysicsRope
|
Travis CI: bump copyright to 2017.
|
2017-01-01 13:01:31 +00:00 |
29_SoundSynthesis
|
Travis CI: bump copyright to 2017.
|
2017-01-01 13:01:31 +00:00 |
30_LightAnimation
|
Travis CI: bump copyright to 2017.
|
2017-01-01 13:01:31 +00:00 |
31_MaterialAnimation
|
Travis CI: bump copyright to 2017.
|
2017-01-01 13:01:31 +00:00 |
32_Urho2DConstraints
|
Remove zero damping from Urho2DConstraints sample to eliminate jittering behavior. Closes #1816.
|
2017-02-11 15:33:09 +02:00 |
33_Urho2DSpriterAnimation
|
Travis CI: bump copyright to 2017.
|
2017-01-01 13:01:31 +00:00 |
34_DynamicGeometry
|
Travis CI: bump copyright to 2017.
|
2017-01-01 13:01:31 +00:00 |
35_SignedDistanceFieldText
|
Travis CI: bump copyright to 2017.
|
2017-01-01 13:01:31 +00:00 |
36_Urho2DTileMap
|
Travis CI: bump copyright to 2017.
|
2017-01-01 13:01:31 +00:00 |
37_UIDrag
|
Travis CI: bump copyright to 2017.
|
2017-01-01 13:01:31 +00:00 |
38_SceneAndUILoad
|
Travis CI: bump copyright to 2017.
|
2017-01-01 13:01:31 +00:00 |
39_CrowdNavigation
|
Add streaming mode to Lua samples 15_Navigation and 39_CrowdNavigation. Minor changes.
|
2017-08-08 01:34:57 +03:00 |
40_Localization
|
40_Localization: Center mouse on start
|
2017-05-05 19:39:45 +03:00 |
41_DatabaseDemo
|
Travis CI: bump copyright to 2017.
|
2017-01-01 13:01:31 +00:00 |
42_PBRMaterials
|
Tabs to spaces.
|
2017-06-17 00:09:05 +03:00 |
43_HttpRequestDemo
|
Travis CI: bump copyright to 2017.
|
2017-01-01 13:01:31 +00:00 |
44_RibbonTrailDemo
|
Travis CI: bump copyright to 2017.
|
2017-01-01 13:01:31 +00:00 |
45_InverseKinematics
|
Fix uninitialized variables in InverseKinematics sample. Closes #2081.
|
2017-08-20 12:24:05 +03:00 |
46_RaycastVehicle
|
Line breaks formatting for RaycastVehicle demo code.
|
2017-04-29 20:33:36 +03:00 |
47_Typography
|
Add configurable oversampling to improve subpixel font rendering (#1953)
|
2017-07-03 11:21:47 -05:00 |
48_Hello3DUI
|
UIComponent AngelScript API fix, AS example and shutdown crash fix.
|
2017-08-23 22:02:51 +03:00 |
CMakeLists.txt
|
Travis CI: bump copyright to 2017.
|
2017-01-01 13:01:31 +00:00 |
Sample.h
|
Travis CI: bump copyright to 2017.
|
2017-01-01 13:01:31 +00:00 |
Sample.inl
|
restore the commits in Sample.inl
|
2017-06-07 18:30:49 +03:00 |