George Marques
621abe5984
Rename the custom import plugin to custom material creator
2018-01-14 18:26:43 -02:00
Rémi Verschelde
e182dd799a
Fix shadowing of "name" property + hidden rocks
...
Fixes #189 .
2018-01-13 20:29:00 +01:00
Rémi Verschelde
5116684dcf
Fix ball direction in visual pong
...
It was using randi() for y instead of 2*randf()-1.
2018-01-13 19:45:54 +01:00
Rémi Verschelde
6aa4e7a3fd
Merge pull request #109 from RaXaR/master
...
Fix animation property in pause demo.
2018-01-13 19:38:31 +01:00
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
TwistedTwigleg
36923a28b9
Fixed the following in platformer 3D demo: Renamed rotation_deg to rotation_degress in the coin animation. Changed the dependency in tiles.scn from texture.tex to texture.png
2018-01-09 20:19:35 +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
Rémi Verschelde
b37c8be2b2
Merge pull request #186 from Calinou/fix-project-names
...
Fix project names to use consistent casing
2018-01-07 15:09:01 +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
b09fd3382f
Fix for sdf_font:
...
Added a default enviroment
2018-01-06 18:05:28 -05:00
TwistedTwigleg
1d9305fbe9
Fixes for Platformer:
...
- Added the Z key to shoot so that it follows the same input as Platformer3D
- Fixed the particles in the bullet scene so that it follows the same looks as Platformer3D
- Changed the scaling for the window from none to 2D
2018-01-06 18:03:21 -05:00
TwistedTwigleg
0afda1163a
Fixes for Physics_platformer:
...
- Added the Z key to shoot so that the input follows the same input as Platformer3D
- Fixed the particles in the bullet scene so that it follows the same look as Platformer3D
- Changed the scaling for the window from none to 2D
2018-01-06 18:00:50 -05:00
TwistedTwigleg
a9c8fca242
Fix for Isometric:
...
moved the troll out of the wall
2018-01-06 17:58:39 -05: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
TwistedTwigleg
b202ad6f1b
Fix for hexagonal_map:
...
Removed out of place tiles in the map, had to redo most of it (so it does look a little different)
2018-01-06 17:55:55 -05:00
TwistedTwigleg
ed3461f7ab
Fix for input_mapping:
...
Fixed bug when you push a key before you press a button.
2018-01-06 17:53:35 -05:00
TwistedTwigleg
2181660344
Fix for rich_text_bbcode:
...
Fixed/Changed the link from the github wiki to the BBCode page in the documentation.
2018-01-06 17:51:00 -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
Rémi Verschelde
8b9ae0f444
Fix invalid .gitignore on *.import files
...
Those define how the resources must be imported, and can
therefore contain important information (e.g. whether filters
should be used).
2018-01-05 19:03:00 +01:00
Rémi Verschelde
a74210b9d1
Remove obsolete .tex binary files from Kinematic Character demo
...
Fixes https://github.com/godotengine/godot/issues/14747
2018-01-05 19:00:40 +01:00
Rémi Verschelde
296da279ea
Monkey Pong: fix case of Normalized
...
This was changed between 3.0-alpha2 and 3.0-beta1.
2017-12-09 18:36:36 +01:00
Pedro J. Estébanez
abf561255c
Examples about (multi)touch events
2017-12-07 03:34:10 +01:00
Rémi Verschelde
faf9f49024
Merge pull request #170 from Vega-KH/master
...
Fixed remaining occurances of rotation_deg
2017-12-06 19:12:13 +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
Rémi Verschelde
edbcdd6e76
Merge pull request #169 from Vega-KH/master
...
Update animation to 3.0 API
2017-12-06 18:56:04 +01:00
Kyle Howard
aa097bd97d
Update animation to 3.0 API
...
Changed the property in the animation from "rotation_deg" to
"rotation_degrees."
2017-12-06 11:46:19 -06:00
Juan Linietsky
d1dd62140a
Clean up demo and fix it, closes #84
2017-12-04 17:35:46 -03:00
RaXaR
f95e16aabe
Fix animation property in pause demo.
2017-12-03 04:58:52 +02:00
Rémi Verschelde
677eab4e12
Merge pull request #103 from TwistedTwigleg/Joypad_Demo_Fix
...
Fixed the joypad demo to work with Godot 3 Beta 1
2017-12-02 10:38:05 +01:00
TwistedTwigleg
4e41829e3d
Fixed the joypad demo to work with Godot 3 Beta 1
2017-12-01 17:11:48 -05:00
Rémi Verschelde
e22000bcee
Merge pull request #97 from mrcdk/hdr_2d_fix
...
Fixes HDR for 2D demo
2017-11-20 20:01:05 +01:00
MrCdK
33dad2474d
Fixes HDR for 2D demo
2017-11-20 19:45:57 +01:00
Rémi Verschelde
936ccf38ba
Merge pull request #96 from x1212/fix_3din2d
...
Update 3d in 2d demo for Godot 3.0
2017-11-19 19:55:48 +01:00
x1212
f4bbbe37d9
Update 3d in 2d demo for Godot 3.0
2017-11-19 14:41:50 +01:00
Rémi Verschelde
d11b2b5702
Merge pull request #94 from RoyBerube/master
...
Move SDF demo to proper folder
2017-11-13 21:12:00 +01:00
RoyBerube
14abcf13ab
Move SDF demo to proper folder
...
Signed distance field font demo was not created in its own folder. Moved files to their own folder.
2017-11-13 12:20:12 -07:00
Rémi Verschelde
38dc7b0d44
Merge pull request #93 from RoyBerube/master
...
Updated SDF demo to 3.0
2017-11-13 08:17:36 +01:00
RoyBerube
cb80b00a55
Updated SDF demo to 3.0
2017-11-12 19:46:51 -07:00
Rémi Verschelde
f2e2d60dba
Merge pull request #92 from cbscribe/kcc_fixes
...
GDScript style fixes and other minor corrections
2017-11-12 21:02:10 +01:00
Chris Bradfield
4f6c514f17
GDScript style fixes and other minor corrections
2017-11-11 19:53:14 -08:00
Rémi Verschelde
49b0f87eb9
Merge pull request #90 from BastiaanOlij/sensors
...
Sensor example
2017-11-09 12:36:40 +01:00
BastiaanOlij
262faa2e2f
Sensor example
2017-11-09 22:20:33 +11:00
Rémi Verschelde
3616322c70
Mono Pong: C# style fixes
2017-10-31 16:22:07 +01:00
Rémi Verschelde
faf120e257
Merge pull request #86 from Hinsbart/mono-pong
...
Code enhancements for the mono pong demo.
2017-10-31 14:33:57 +01:00
Andreas Haas
111c0d4eee
Code enhancements for mono pong demo.
...
- Use pattern matching instead of check-and-cast.
- Rename constants to fit the usual c# code-style.
2017-10-31 14:21:54 +01:00
Rémi Verschelde
5df74f5693
Merge pull request #85 from StraToN/fix-issue-83
...
Fix regex demo after godot commit e3e2f06
2017-10-30 19:44:25 +01:00
Rémi Verschelde
b2d228e80d
Mono: Version csproj, sln and Properties are recommended by neikeq
2017-10-30 19:42:27 +01:00
Julian Murgia
bc672d8959
Fix regex demo after godot commit e3e2f06
2017-10-30 19:30:23 +01:00
Rémi Verschelde
0af6d01f94
Add Mono conversion of the Pong demo
...
Quick and dirty port by a complete C# newbie,
could probably be optimized a bit.
2017-10-30 19:11:51 +01:00