| .. |
|
Editor
|
1877fb3b90
Minor space fix in code. Make editor stop itself when minimized and reduce defocused FPS to 10. Increase hierarchy window initial size to match inspector window initial size.
|
9 лет назад |
|
NinjaSnowWar
|
29e62526eb
Added event for sound playback finished. Deprecate SoundSource::SetAutoRemove() and change samples + NinjaSnowWar to not use it. Fix network replication of SoundSource to work with repeated playback on the same source.
|
10 лет назад |
|
Utilities
|
ccf6648eb3
Utilize new SDLActivity's get arguments feature.
|
9 лет назад |
|
01_HelloWorld.as
|
05a8b79fd2
Rename "Bin" subdir to "bin".
|
11 лет назад |
|
02_HelloGUI.as
|
94a7f4ef63
Make UI element layouting not modify the user assigned minSize. Instead keep record of the min.size required by layout separately. Fix HelloGUI sample to the new behavior. Closes #955.
|
10 лет назад |
|
03_Sprites.as
|
05a8b79fd2
Rename "Bin" subdir to "bin".
|
11 лет назад |
|
04_StaticScene.as
|
05a8b79fd2
Rename "Bin" subdir to "bin".
|
11 лет назад |
|
05_AnimatingScene.as
|
05a8b79fd2
Rename "Bin" subdir to "bin".
|
11 лет назад |
|
06_SkeletalAnimation.as
|
bf9111b862
Make Jacks not walk in synchronized lockstep timing in 06_SkeletalAnimation sample.
|
10 лет назад |
|
07_Billboards.as
|
05a8b79fd2
Rename "Bin" subdir to "bin".
|
11 лет назад |
|
08_Decals.as
|
05a8b79fd2
Rename "Bin" subdir to "bin".
|
11 лет назад |
|
09_MultipleViewports.as
|
05a8b79fd2
Rename "Bin" subdir to "bin".
|
11 лет назад |
|
10_RenderToTexture.as
|
05a8b79fd2
Rename "Bin" subdir to "bin".
|
11 лет назад |
|
11_Physics.as
|
05a8b79fd2
Rename "Bin" subdir to "bin".
|
11 лет назад |
|
12_PhysicsStressTest.as
|
05a8b79fd2
Rename "Bin" subdir to "bin".
|
11 лет назад |
|
13_Ragdolls.as
|
05a8b79fd2
Rename "Bin" subdir to "bin".
|
11 лет назад |
|
14_SoundEffects.as
|
29e62526eb
Added event for sound playback finished. Deprecate SoundSource::SetAutoRemove() and change samples + NinjaSnowWar to not use it. Fix network replication of SoundSource to work with repeated playback on the same source.
|
10 лет назад |
|
15_Navigation.as
|
af985e0df1
Alternative O key to create obstacles in the navigation demos. Closes #995.
|
10 лет назад |
|
16_Chat.as
|
05a8b79fd2
Rename "Bin" subdir to "bin".
|
11 лет назад |
|
17_SceneReplication.as
|
05a8b79fd2
Rename "Bin" subdir to "bin".
|
11 лет назад |
|
18_CharacterDemo.as
|
65d36e4db2
Fix crash / null exception in CharacterDemo which would result if the character node did not exist after loading the scene.
|
10 лет назад |
|
19_VehicleDemo.as
|
05a8b79fd2
Rename "Bin" subdir to "bin".
|
11 лет назад |
|
20_HugeObjectCount.as
|
4219b7b157
Revert mistaken change to 20_HugeObjectCount.as.
|
10 лет назад |
|
23_Water.as
|
05a8b79fd2
Rename "Bin" subdir to "bin".
|
11 лет назад |
|
24_Urho2DSprite.as
|
5d50ad4b71
Change SetAnimtion function in AnimatedSprite2D.
|
10 лет назад |
|
25_Urho2DParticle.as
|
05a8b79fd2
Rename "Bin" subdir to "bin".
|
11 лет назад |
|
26_ConsoleInput.as
|
05a8b79fd2
Rename "Bin" subdir to "bin".
|
11 лет назад |
|
27_Urho2DPhysics.as
|
05a8b79fd2
Rename "Bin" subdir to "bin".
|
11 лет назад |
|
28_Urho2DPhysicsRope.as
|
05a8b79fd2
Rename "Bin" subdir to "bin".
|
11 лет назад |
|
30_LightAnimation.as
|
05a8b79fd2
Rename "Bin" subdir to "bin".
|
11 лет назад |
|
31_MaterialAnimation.as
|
05a8b79fd2
Rename "Bin" subdir to "bin".
|
11 лет назад |
|
32_Urho2DConstraints.as
|
05a8b79fd2
Rename "Bin" subdir to "bin".
|
11 лет назад |
|
33_Urho2DSpriterAnimation.as
|
5d50ad4b71
Change SetAnimtion function in AnimatedSprite2D.
|
10 лет назад |
|
34_DynamicGeometry.as
|
0235c02653
Expose Geometry, IndexBuffer & VertexBuffer to script, with VB & IB content access using VectorBuffer. AngelScript 34_DynamicGeometry example. Lua version to follow.
|
10 лет назад |
|
35_SignedDistanceFieldText.as
|
05a8b79fd2
Rename "Bin" subdir to "bin".
|
11 лет назад |
|
36_Urho2DTileMap.as
|
05a8b79fd2
Rename "Bin" subdir to "bin".
|
11 лет назад |
|
37_UIDrag.as
|
3774bef4f7
Add comments about tags to samples
|
10 лет назад |
|
38_SceneAndUILoad.as
|
05a8b79fd2
Rename "Bin" subdir to "bin".
|
11 лет назад |
|
39_CrowdNavigation.as
|
af985e0df1
Alternative O key to create obstacles in the navigation demos. Closes #995.
|
10 лет назад |
|
40_Localization.as
|
04d74d3f33
Fix Color::BLACK to just BLACK in Localization AngelScript sample. Thanks JSandusky.
|
10 лет назад |
|
41_DatabaseDemo.as
|
431559c2bd
For Travis CI & AppVeyor - unified 'ci' rake task and spring cleaning.
|
10 лет назад |
|
Editor.as
|
a9625eae8a
Add contributor credit, fix editor code comment.
|
9 лет назад |
|
NinjaSnowWar.as
|
6a3bbb8aab
Fix D3D11 constant buffers for VSM. Fix editor shadow mode selection. Fix script API for new shadow modes. Fix debughud for new shadow modes. Edit documentation to refer to new shadow modes. Added contributor credit. Some code convention edits, e.g. VSM instead of Vsm. Dump new NinjaSnowWarShaders.xml file.
|
10 лет назад |