| .. |
|
Editor
|
e635ad2ed7
Removed Bloom from PBR demos, set zone texture ambleint to 1, and added HDR option in editor settings (needed for PBR in editor)
|
hace 9 años |
|
NinjaSnowWar
|
d1096470d5
Execute DelayedStart() in ScriptInstance, LuaScriptInstance & LogicComponent before first FixedUpdate() if it comes sooner than Update(). Fix long-standing bug in NinjaSnowWar where the ninja orientation would be overwritten by yaw=0 from controls.
|
hace 9 años |
|
Utilities
|
b057434bfa
Make escape key name consistent between keycode and scancode.
|
hace 9 años |
|
01_HelloWorld.as
|
467c4bd4e8
- Updated sample mouse mode setup.
|
hace 9 años |
|
02_HelloGUI.as
|
467c4bd4e8
- Updated sample mouse mode setup.
|
hace 9 años |
|
03_Sprites.as
|
467c4bd4e8
- Updated sample mouse mode setup.
|
hace 9 años |
|
04_StaticScene.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
hace 9 años |
|
05_AnimatingScene.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
hace 9 años |
|
06_SkeletalAnimation.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
hace 9 años |
|
07_Billboards.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
hace 9 años |
|
08_Decals.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
hace 9 años |
|
09_MultipleViewports.as
|
1243d8bcda
Regex replace all the uppercase key bindings with their constants.
|
hace 9 años |
|
10_RenderToTexture.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
hace 9 años |
|
11_Physics.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
hace 9 años |
|
12_PhysicsStressTest.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
hace 9 años |
|
13_Ragdolls.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
hace 9 años |
|
14_SoundEffects.as
|
467c4bd4e8
- Updated sample mouse mode setup.
|
hace 9 años |
|
15_Navigation.as
|
1243d8bcda
Regex replace all the uppercase key bindings with their constants.
|
hace 9 años |
|
16_Chat.as
|
467c4bd4e8
- Updated sample mouse mode setup.
|
hace 9 años |
|
17_SceneReplication.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
hace 9 años |
|
18_CharacterDemo.as
|
1243d8bcda
Regex replace all the uppercase key bindings with their constants.
|
hace 9 años |
|
19_VehicleDemo.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
hace 9 años |
|
20_HugeObjectCount.as
|
1243d8bcda
Regex replace all the uppercase key bindings with their constants.
|
hace 9 años |
|
23_Water.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
hace 9 años |
|
24_Urho2DSprite.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
hace 9 años |
|
25_Urho2DParticle.as
|
467c4bd4e8
- Updated sample mouse mode setup.
|
hace 9 años |
|
26_ConsoleInput.as
|
b057434bfa
Make escape key name consistent between keycode and scancode.
|
hace 9 años |
|
27_Urho2DPhysics.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
hace 9 años |
|
28_Urho2DPhysicsRope.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
hace 9 años |
|
30_LightAnimation.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
hace 9 años |
|
31_MaterialAnimation.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
hace 9 años |
|
32_Urho2DConstraints.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
hace 9 años |
|
33_Urho2DSpriterAnimation.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
hace 9 años |
|
34_DynamicGeometry.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
hace 9 años |
|
35_SignedDistanceFieldText.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
hace 9 años |
|
36_Urho2DTileMap.as
|
238f09c53d
Fixed TileMap2D::PositionToTileIndex() and use it in tile map sample
|
hace 9 años |
|
37_UIDrag.as
|
467c4bd4e8
- Updated sample mouse mode setup.
|
hace 9 años |
|
38_SceneAndUILoad.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
hace 9 años |
|
39_CrowdNavigation.as
|
1243d8bcda
Regex replace all the uppercase key bindings with their constants.
|
hace 9 años |
|
40_Localization.as
|
467c4bd4e8
- Updated sample mouse mode setup.
|
hace 9 años |
|
41_DatabaseDemo.as
|
b057434bfa
Make escape key name consistent between keycode and scancode.
|
hace 9 años |
|
42_PBRMaterials.as
|
e635ad2ed7
Removed Bloom from PBR demos, set zone texture ambleint to 1, and added HDR option in editor settings (needed for PBR in editor)
|
hace 9 años |
|
43_HttpRequestDemo.as
|
2b1118528b
Simplify sample code.
|
hace 9 años |
|
44_RibbonTrailDemo.as
|
a9f7703f74
Add update invisible parameter to RibbonTrail and use it on the samples.
|
hace 9 años |
|
Editor.as
|
e635ad2ed7
Removed Bloom from PBR demos, set zone texture ambleint to 1, and added HDR option in editor settings (needed for PBR in editor)
|
hace 9 años |
|
NinjaSnowWar.as
|
8710de6197
Fix pause in NinjaSnowWar. Fix keycodes defined in screen joystick to conform to SDL keycodes (lowercase)
|
hace 9 años |