Rémi Verschelde
d69cc10a0b
Merge pull request #205 from vnen/fix-reverb-platformer
...
Fix reverb predelay feedback for platformer 3d
3.0-d69cc10
2018-01-26 15:00:10 +01:00
George Marques
c307520d41
Fix reverb predelay feedback for platformer 3d
2018-01-26 11:45:21 -02:00
Rémi Verschelde
3606b2621e
Merge pull request #201 from MarianoGnu/master
...
Update TileSet's tile offset, Fixes #200
2018-01-18 09:36:08 +01:00
Mariano Suligoy
f8cb21c366
Update TileSet's tile offset, Fixes #200
2018-01-17 20:12:48 -03:00
Rémi Verschelde
c76125babf
Merge pull request #199 from TwistedTwigleg/Platformer3D_AnimationTreeFix
...
Moved Platformer3D animation tree nodes
2018-01-16 18:23:17 +01:00
TwistedTwigleg
bdd014c021
Moved the animation tree nodes in Platformer3D so they are no longer on top of each other. Other files changed when the project opened
2018-01-16 12:07:39 -05:00
Rémi Verschelde
219783e24d
Merge pull request #198 from bojidar-bg/x-fixes
...
Make some demos work again, reimport
3.0-219783e
2018-01-16 16:55:43 +01:00
Bojidar Marinov
03ba4fc1df
Make some demos work again, reimport
2018-01-16 17:46:10 +02:00
Rémi Verschelde
59751d35d3
Merge pull request #108 from TwistedTwigleg/Particles_2D_redux
...
Redid the particles 2D demo
3.0-59751d3
2018-01-15 16:47:20 +01:00
TwistedTwigleg
ec5324af99
Redid the particles 2D demo, staying as close as possible to the Godot 2 version
2018-01-14 18:52:38 -05:00
Rémi Verschelde
dabd28cc92
Merge pull request #192 from vnen/import-plugin
...
Add a proper import plugin demo
2018-01-14 21:44:46 +01:00
George Marques
0bf5a9935d
Add a custom import plugin demo
...
This is a direct port from the Godot 2.1 version of the demo.
2018-01-14 18:29:49 -02:00
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