Paul Von Zimmerman
893348428e
Fix observer yaw and pitch
2018-01-13 19:28:19 +01:00
Rémi Verschelde
f61c760e62
Merge pull request #172 from RandomShaper/adpod-mt
...
Examples about (multi)touch events
2018-01-09 22:31:34 +01:00
Rémi Verschelde
93427c5936
Merge pull request #184 from TwistedTwigleg/Demo_cleanup_for_Godot_3
...
Demo cleanup for godot 3
2018-01-09 20:16:34 +01:00
Hugo Locurcio
20d2a5861a
Fix project names to use consistent casing
...
This also makes the name of the 2D platformer demo more descriptive.
2018-01-07 14:59:09 +01:00
TwistedTwigleg
2e368a87c4
Fix for tween:
...
Fixed the rotation property (was set_rotation_in_degress, now it's set_rotation_degress)
2018-01-06 17:57:22 -05:00
sambler
abb08c9d1a
Automatic .import updates made by opening projects in the godot editor
...
These import changes allow the projects to be opened with the runtime.
2018-01-06 22:16:13 +01:00
Pedro J. Estébanez
abf561255c
Examples about (multi)touch events
2017-12-07 03:34:10 +01:00
Kyle Howard
cec3be23e9
Fixed remaining occurances of rotation_deg
...
Fixed remaining files to change rotation_deg to rotation_degrees.
2017-12-06 12:04:55 -06:00
TwistedTwigleg
4e41829e3d
Fixed the joypad demo to work with Godot 3 Beta 1
2017-12-01 17:11:48 -05:00
BastiaanOlij
262faa2e2f
Sensor example
2017-11-09 22:20:33 +11:00
Julian Murgia
bc672d8959
Fix regex demo after godot commit e3e2f06
2017-10-30 19:30:23 +01:00
Rémi Verschelde
f8ca6d0a4d
Sync all demos with current master format
2017-10-30 12:38:39 +01:00
Rémi Verschelde
b4e0537816
Merge pull request #68 from sbeca/pr-project-files
...
Update project.godot files to latest format
2017-10-29 16:45:55 +01:00
santouits
9038725eb8
fixed anchors and renamed move function
2017-10-26 10:35:11 +03:00
Scott Beca
96ae223e21
Fixes for rename from fixed to physics
2017-10-04 22:12:41 +11:00
Scott Beca
3f37e754c3
Update project.godot files to latest format
2017-09-30 21:22:16 +10:00
Dana Olson
46291aebf6
fix a nil error at line 22
2017-09-20 02:13:01 -04:00
Rémi Verschelde
9365e97c0f
Some more ProjectSettings fixes
2017-07-26 20:25:57 +02:00
Jakub Grzesik
2c012b4e59
basic fixes for project.godot files
2017-07-26 20:06:21 +02:00
Jakub Grzesik
a282a85cb3
change PoolFloatArray to PoolRealArray in tscn files
2017-07-26 18:32:08 +02:00
Rémi Verschelde
e345d480cd
WM demo: Add missing CubeMesh (prev. TestInstance)
2017-07-15 13:25:23 +02:00
Rémi Verschelde
058f050b80
Tween Demo: Some more fixes to property accessors
2017-07-15 12:59:33 +02:00
Rémi Verschelde
8919981a59
Port remaining misc demos to 3.0
...
android_iap, threads, tween, window_management
2017-06-30 22:29:13 +02:00
Rémi Verschelde
634d45a280
Port some misc demos to 3.0
...
autoload, instancing, joypads, pause, regex, scene_changer
2017-06-30 08:39:26 +02:00
Juan Linietsky
6ef185c192
begun porting demos, platformer is working (mostly)
2017-06-23 07:44:27 -03:00
Mario Schlack
ee75abef10
Added Input.set_mouse_mode(...) test cases.
2017-01-21 14:38:04 +01:00
Juan Linietsky
d9c91b93d9
Added a simple multiplayer test
2016-08-19 16:47:48 -03:00
Rémi Verschelde
dfa127411e
Merge pull request #6 from volzhs/android-iap
...
add android iap demo
2016-07-29 14:22:23 +02:00
Andreas Haas
62e14ebf7b
window management demo: show dpi for second screen if plugged in at runtime.
2016-07-29 14:14:07 +02:00
volzhs
f31b406c8a
add android iap demo
2016-06-26 16:36:44 +09:00
Andreas Haas
f61773c654
Joystick demo: add joystick vibration and convert to tscn.
2016-06-24 15:20:34 +02:00
Andreas Haas
891d3bf2c1
window management demo: show screen dpi
2016-05-30 00:46:20 +02:00
Andreas Haas
f9a12d2d19
Joystick demo script cleanup
...
Removes a leftover variable and uses constants instead of magic numbers.
2016-05-10 20:32:12 +02:00
Rémi Verschelde
1a36c3bb92
Rotation APIs: Better exposure for degrees methods
...
Made public the various set/getters for rotations in degrees.
For consistency, renamed the exposed method names to remove the leading
underscore, and kept the old names with a deprecation warning.
Fixes #4511 .
2016-05-06 23:38:08 +02:00
hondres
e700829bf9
update joystick demo with joy_connection_changed handling
2016-01-26 14:33:12 +01:00
hondres
0d938dab07
visual representation for joystick demo
2016-01-06 01:01:50 +01:00
eska
d2ac7cf206
Update Autoload demo
2015-12-09 23:21:37 +01:00
Rémi Verschelde
073fa75376
Use get_current_scene() instead of hack
2015-12-09 08:39:12 +01:00
Rémi Verschelde
eb167ebcaa
Remove systematic "Init(i)alization here" from _ready()
2015-12-09 08:39:12 +01:00
Rémi Verschelde
f76b29f30d
Use upper-cased first letter at the start of comment sentences
2015-12-09 08:39:12 +01:00
Rémi Verschelde
708a0caf4a
Improve code formatting and update to 2.0
...
The scripts were streamlined using more or less the following conventions:
- space after a comma in lists of arguments
- space around weak operators (+, -), no space around strong operators (*, /)
- space after a comment start (#)
- removed trailing spaces or tabs, apart from those that delimit the function indentation level (those could be removed too but since they are added automatically by the editor when typing code, keeping them for now)
- function blocks separate by two newlines
The scene files were resaved with the (current) 2.0 format, and some scenes that were in XML format were converted to SCN, to be consistent across all demos.
2015-12-09 08:38:23 +01:00
Rémi Verschelde
1e0f35315b
Make all demo icons 8-bit/color RGB(A)
...
Godot does not seem to like 8-bit colormaps.
Fixes #2874 .
2015-11-23 00:19:00 +01:00
Rémi Verschelde
71341fc1c1
Add icons to all demos that can have a meaningful one
2015-11-19 23:45:37 +01:00
Juan Linietsky
7f9fb163c9
Merge pull request #2700 from neikeq/demo_icons
...
Added project icon to some demos
2015-11-18 19:20:21 -03:00
Juan Linietsky
fa8039098c
Merge pull request #2642 from leezh/nrex-update
...
Updated nrex with new features
2015-11-18 19:13:57 -03:00
Zher Huei Lee
db98d209cd
Updated RegEx demos
2015-11-07 11:03:24 +00:00
neikeq
2fd6e70d50
Added some demo icons
2015-10-29 20:37:09 +01:00
firefly2442
b117d9f68f
fix icon locations in demo projects
2015-10-21 14:29:52 -05:00
Zher Huei Lee
90f690962a
Made RegEx API similar to old version
2015-07-24 14:09:39 +01:00
Zher Huei Lee
f3b17395a5
Added a live-edit RegEx tester to the demos
2015-07-24 13:55:18 +01:00