| .. |
|
Editor
|
c817428fb7
When multiple source nodes selected in the hieranchy window, disable the drag/drop reorder function, as ctrl-click can be used to multiselect, and user might be still holding ctrl down after that. Fix component hierarchy items created as not draggable; components would not be reorderable after being reordered once.
|
9 lat temu |
|
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.
|
9 lat temu |
|
Utilities
|
b99f652892
Minor refactoring on the event profiler subsystem.
|
9 lat temu |
|
01_HelloWorld.as
|
467c4bd4e8
- Updated sample mouse mode setup.
|
9 lat temu |
|
02_HelloGUI.as
|
467c4bd4e8
- Updated sample mouse mode setup.
|
9 lat temu |
|
03_Sprites.as
|
467c4bd4e8
- Updated sample mouse mode setup.
|
9 lat temu |
|
04_StaticScene.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
9 lat temu |
|
05_AnimatingScene.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
9 lat temu |
|
06_SkeletalAnimation.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
9 lat temu |
|
07_Billboards.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
9 lat temu |
|
08_Decals.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
9 lat temu |
|
09_MultipleViewports.as
|
1243d8bcda
Regex replace all the uppercase key bindings with their constants.
|
9 lat temu |
|
10_RenderToTexture.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
9 lat temu |
|
11_Physics.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
9 lat temu |
|
12_PhysicsStressTest.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
9 lat temu |
|
13_Ragdolls.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
9 lat temu |
|
14_SoundEffects.as
|
467c4bd4e8
- Updated sample mouse mode setup.
|
9 lat temu |
|
15_Navigation.as
|
1243d8bcda
Regex replace all the uppercase key bindings with their constants.
|
9 lat temu |
|
16_Chat.as
|
467c4bd4e8
- Updated sample mouse mode setup.
|
9 lat temu |
|
17_SceneReplication.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
9 lat temu |
|
18_CharacterDemo.as
|
1243d8bcda
Regex replace all the uppercase key bindings with their constants.
|
9 lat temu |
|
19_VehicleDemo.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
9 lat temu |
|
20_HugeObjectCount.as
|
1243d8bcda
Regex replace all the uppercase key bindings with their constants.
|
9 lat temu |
|
23_Water.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
9 lat temu |
|
24_Urho2DSprite.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
9 lat temu |
|
25_Urho2DParticle.as
|
467c4bd4e8
- Updated sample mouse mode setup.
|
9 lat temu |
|
26_ConsoleInput.as
|
b057434bfa
Make escape key name consistent between keycode and scancode.
|
9 lat temu |
|
27_Urho2DPhysics.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
9 lat temu |
|
28_Urho2DPhysicsRope.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
9 lat temu |
|
30_LightAnimation.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
9 lat temu |
|
31_MaterialAnimation.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
9 lat temu |
|
32_Urho2DConstraints.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
9 lat temu |
|
33_Urho2DSpriterAnimation.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
9 lat temu |
|
34_DynamicGeometry.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
9 lat temu |
|
35_SignedDistanceFieldText.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
9 lat temu |
|
36_Urho2DTileMap.as
|
ef6284c938
Fixed mouse mode for sample #36 [ci skip]
|
9 lat temu |
|
37_UIDrag.as
|
467c4bd4e8
- Updated sample mouse mode setup.
|
9 lat temu |
|
38_SceneAndUILoad.as
|
a794f9e59b
Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)
|
9 lat temu |
|
39_CrowdNavigation.as
|
1243d8bcda
Regex replace all the uppercase key bindings with their constants.
|
9 lat temu |
|
40_Localization.as
|
467c4bd4e8
- Updated sample mouse mode setup.
|
9 lat temu |
|
41_DatabaseDemo.as
|
b057434bfa
Make escape key name consistent between keycode and scancode.
|
9 lat temu |
|
42_PBRMaterials.as
|
812afaeb8f
Fix PBR material demo to operate similarly on AS, Lua, C++. Remove forcing of alpha to 1 from Zone::SetAmbientColor() & Zone::SetFogColor(). Change "Enable HDR" to "HDR rendering" in editor settings dialog for consistency.
|
9 lat temu |
|
43_HttpRequestDemo.as
|
2b1118528b
Simplify sample code.
|
9 lat temu |
|
44_RibbonTrailDemo.as
|
a9f7703f74
Add update invisible parameter to RibbonTrail and use it on the samples.
|
9 lat temu |
|
Editor.as
|
b29979742f
Lowercase "HDR" in the editor config for consistency, as everything else is lowercase as well.
|
9 lat temu |
|
NinjaSnowWar.as
|
b99f652892
Minor refactoring on the event profiler subsystem.
|
9 lat temu |