Urho3D/bin/Data/Scripts
2018-01-26 07:56:25 +08:00
..
Editor Clang-Tidy - google-default-arguments. 2017-12-31 13:48:27 +08:00
NinjaSnowWar minor typos 2016-10-28 13:07:14 -07:00
Utilities Fix incorrect comment in AS 2017-11-23 23:04:08 +13:00
01_HelloWorld.as - Updated sample mouse mode setup. 2016-03-27 20:01:22 +11:00
02_HelloGUI.as Export some consts to AngelScript 2017-04-09 22:17:34 +03:00
03_Sprites.as - Updated sample mouse mode setup. 2016-03-27 20:01:22 +11:00
04_StaticScene.as Export some consts to AngelScript 2017-04-09 22:17:34 +03:00
05_AnimatingScene.as Export some consts to AngelScript 2017-04-09 22:17:34 +03:00
06_SkeletalAnimation.as Export some consts to AngelScript 2017-04-09 22:17:34 +03:00
07_Billboards.as Export some consts to AngelScript 2017-04-09 22:17:34 +03:00
08_Decals.as Export some consts to AngelScript 2017-04-09 22:17:34 +03:00
09_MultipleViewports.as Export some consts to AngelScript 2017-04-09 22:17:34 +03:00
10_RenderToTexture.as Export some consts to AngelScript 2017-04-09 22:17:34 +03:00
11_Physics.as Export some consts to AngelScript 2017-04-09 22:17:34 +03:00
12_PhysicsStressTest.as Export some consts to AngelScript 2017-04-09 22:17:34 +03:00
13_Ragdolls.as Export some consts to AngelScript 2017-04-09 22:17:34 +03:00
14_SoundEffects.as Updated sound effects AngelScript sample to use SetAutoRemoveMode() instead of nodes. 2017-03-15 01:10:47 +02:00
15_Navigation.as Add streaming mode to Lua samples 15_Navigation and 39_CrowdNavigation. Minor changes. 2017-08-08 01:34:57 +03:00
16_Chat.as - Updated sample mouse mode setup. 2016-03-27 20:01:22 +11:00
17_SceneReplication.as Export some consts to AngelScript 2017-04-09 22:17:34 +03:00
18_CharacterDemo.as Export some consts to AngelScript 2017-04-09 22:17:34 +03:00
19_VehicleDemo.as Export some consts to AngelScript 2017-04-09 22:17:34 +03:00
20_HugeObjectCount.as Export some consts to AngelScript 2017-04-09 22:17:34 +03:00
23_Water.as Export some consts to AngelScript 2017-04-09 22:17:34 +03:00
24_Urho2DSprite.as Export some consts to AngelScript 2017-04-09 22:17:34 +03:00
25_Urho2DParticle.as - Updated sample mouse mode setup. 2016-03-27 20:01:22 +11:00
26_ConsoleInput.as 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.as Export some consts to AngelScript 2017-04-09 22:17:34 +03:00
28_Urho2DPhysicsRope.as Export some consts to AngelScript 2017-04-09 22:17:34 +03:00
30_LightAnimation.as Export some consts to AngelScript 2017-04-09 22:17:34 +03:00
31_MaterialAnimation.as Export some consts to AngelScript 2017-04-09 22:17:34 +03:00
32_Urho2DConstraints.as Export some consts to AngelScript 2017-04-09 22:17:34 +03:00
33_Urho2DSpriterAnimation.as Export some consts to AngelScript 2017-04-09 22:17:34 +03:00
34_DynamicGeometry.as Export some consts to AngelScript 2017-04-09 22:17:34 +03:00
35_SignedDistanceFieldText.as Export some consts to AngelScript 2017-04-09 22:17:34 +03:00
36_Urho2DTileMap.as Export some consts to AngelScript 2017-04-09 22:17:34 +03:00
37_UIDrag.as - Updated sample mouse mode setup. 2016-03-27 20:01:22 +11:00
38_SceneAndUILoad.as Export some consts to AngelScript 2017-04-09 22:17:34 +03:00
39_CrowdNavigation.as Add streaming mode to Lua samples 15_Navigation and 39_CrowdNavigation. Minor changes. 2017-08-08 01:34:57 +03:00
40_Localization.as 40_Localization: Center mouse on start 2017-05-05 19:39:45 +03:00
41_DatabaseDemo.as Make escape key name consistent between keycode and scancode. 2016-05-27 13:27:53 +02:00
42_PBRMaterials.as Added PBR demo changes to LUA and AS 2017-06-13 19:25:40 +01:00
43_HttpRequestDemo.as minor typos 2016-10-28 13:07:14 -07:00
44_RibbonTrailDemo.as Export some consts to AngelScript 2017-04-09 22:17:34 +03:00
45_InverseKinematics.as Updating sample scripts 2017-08-06 17:09:27 +02:00
46_RaycastVehicleDemo.as Add / remove the vehicle Action when RaycastVehicle component is enabled or disabled. Closes #1954. Minor code reformatting in 46_RaycastVehicleDemo.as. 2017-06-03 23:22:29 +03:00
47_Typography.as Add configurable oversampling to improve subpixel font rendering (#1953) 2017-07-03 11:21:47 -05:00
48_Hello3DUI.as UIComponent AngelScript API fix, AS example and shutdown crash fix. 2017-08-23 22:02:51 +03:00
49_Urho2DIsometricDemo.as Updated for current Urho3D, modified isometric demo to include interactions similar to the 2d platformer. 2017-11-23 23:01:51 +13:00
50_Urho2DPlatformer.as Updated for current Urho3D, modified isometric demo to include interactions similar to the 2d platformer. 2017-11-23 23:01:51 +13:00
51_Urho2DStretchableSprite.as Minor formatting and modernizing the code. 2018-01-26 07:56:25 +08:00
Editor.as Typo fixed. 2017-09-09 00:01:38 +08:00
NinjaSnowWar.as Minor refactoring on the event profiler subsystem. 2016-08-05 17:43:30 +08:00