Rémi Verschelde
91c974aeb3
Merge pull request #1804 from ZX-WT/csg
...
added csg tutorial
2018-11-20 11:30:39 +01:00
Rémi Verschelde
4ef06a4135
Removing trailing whitespace
...
With `sed -i $(rg -l '[[:blank:]]*$' -g'!classes') -e 's/[[:blank:]]*$//g'`
2018-11-20 11:08:34 +01:00
Rémi Verschelde
a0e32ac017
Fix mixed use of tabs and spaces in indented blocks
...
4-space is our convention for indented blocks and should be used consistently.
The only exception is for C++ code which is tab-indented, as the engine code.
2018-11-20 11:02:11 +01:00
ZX-WT
ae8fcbe9bb
added 3d gizmos description to 3d intro ( #1829 )
...
* added 3d gizmos description to 3d intro
* Fixup
2018-11-20 10:09:59 +01:00
M. Huri
034bb63e84
Repaired mistyped of 'its'.
2018-10-19 19:39:49 +07:00
Nathan Lovato
d0b853c804
Merge pull request #1865 from mega-bit/godot-docs/3d-tutorial-typo
...
Fixed typo in 3D tutorial
2018-10-17 08:08:47 +09:00
Frido
1425717878
Fixed typo in 3D tutorial
2018-10-16 23:00:32 +02:00
Frido
70b7e904f6
Fixed more typos in FPS tutorial
2018-10-16 22:35:03 +02:00
Frido
958989dba3
Fixed a few typos in FPS tutorial
2018-10-16 22:28:43 +02:00
Michael Alexsander Silva Dias
f6308187bb
Move images for "Ragdoll system" page to the correct directory
2018-10-07 20:36:38 -03:00
ZX-WT
078761018d
added csg tutorial
2018-10-07 18:10:17 +08:00
Nathan Lovato
afb6c6f327
Move ragdoll tutorial to physics category
2018-10-07 09:27:07 +09:00
Nathan Lovato
0886bf3eca
Proofed the ragdoll tutorial
2018-10-07 08:30:17 +09:00
Michael Alexsander Silva Dias
f9cb95a2af
Fix "Ragdoll system" page
2018-10-06 14:30:32 -03:00
ZX-WT
0c899163f0
added ragdoll tutorial
2018-10-05 19:41:44 +08:00
Hugo Locurcio
854eb9523c
Fix typo in FPS tutorial part 1 ( #1746 )
...
This closes #1739 .
2018-09-20 13:22:36 +02:00
Rémi Verschelde
e29dc58cbb
Heading capitalization fixes + misc edits
2018-08-23 10:57:22 +02:00
Chris Bradfield
5314093763
Grammar/style fixes
2018-08-21 15:47:21 -07:00
Hugo Locurcio
6d9b7d5407
Improve the "Spatial Material" page
...
This improves writing style and documents the new
Disable Ambient Light option.
2018-08-19 10:21:51 +02:00
Chris Bradfield
e7137bdabc
Fix incorrect filename in example
2018-08-15 19:48:58 -07:00
Nathan Lovato
d3e0b40a6f
Merge pull request #1630 from FeralBytes/patch-4
...
Ensure GRAVITY is spelled out throughout Tutorial
2018-08-11 14:26:02 +09:00
Nathan Lovato
25b3e9de77
Merge pull request #1669 from ntfwc/ntfwc-fps3-names
...
Fixed some referenced names in FPS Tutorial Part 3
2018-08-08 14:34:14 +09:00
ntfwc
653ce49d2d
Fixed some names in FPS Tutorial Part 3
2018-08-06 21:52:08 -05:00
ntfwc
00634497c9
Fixed some typos and grammar issues in FPS tutorial 2
2018-08-06 21:32:00 -05:00
FeralBytes
47aa4cfe04
Ensure GRAVITY is spelled out throughout Tutorial
...
Fixes #1628
2018-07-31 06:08:55 -08:00
clayjohn
56fecdd858
fixed height variable typo in fbm function
2018-07-30 16:52:40 -07:00
clayjohn
acde1ab54e
fixed typos in noise function
2018-07-25 16:50:26 -07:00
Max Hilbrunner
4b84ce3e07
Merge pull request #1604 from YeldhamDev/fps_six_fix
...
Fix code blocks in the sixth part of the FPS tutorial
2018-07-24 18:09:07 +02:00
Alex Roman
36f0c7aa82
Add recommendations to use the new shader feature with toon shaders
2018-07-23 22:41:21 +02:00
Michael Alexsander Silva Dias
c7c102dff5
Fix code blocks in the sixth part of the FPS tutorial
2018-07-22 18:53:39 -03:00
Max Hilbrunner
26cc612925
Merge pull request #1595 from rcorre/master
...
Fix a few typos in part 1 of the FPS tutorial.
2018-07-22 16:37:33 +02:00
Max Hilbrunner
21390a011e
Merge pull request #1590 from YeldhamDev/fps_tutorial_tabs_fix
...
Fixed controller tabs in the fourth part of the FPS tutorial
2018-07-22 16:36:58 +02:00
Max Hilbrunner
8d7bdddeea
Merge pull request #1591 from Socterean/master
...
FPS Tutorial Part05-06 general phrase corrections
2018-07-22 16:35:57 +02:00
Ryan Roden-Corrent
3a40ef5be7
Fix a few typos in part 1 of the FPS tutorial.
...
For "Let's look is ``process_movement`` next", the following text is
actually referring to "process_input", and even says "and now back to
process_input" later in the same section.
2018-07-20 07:57:26 -04:00
Socterean
e68200236f
FPS Tutorial Part05-06 general phrase corrections
...
Complete Part05 general phrase corrections
Updated the line 722 in Turret.gd script
Updated a line to be the same as in the current master branch in the Turret.gd script. Before I just pasted my code from the editor following the tutorial from the website witch has an outdated line of code
Removed an empty line inserted by mistake
Part06 partial phrase corrections
Part05 fixed a typo in the corrections
Complete Part06 general phrase corrections
Changed line 488 to be more clear for beginners
I changed the line 488 from "if ray_result:" to "if ray_result != null" so it should be more in line with the code standards and to be more easy to understand by the new users learning how to code.
2018-07-20 03:51:42 +03:00
Michael Alexsander Silva Dias
5dbf3f2979
Fixed controller tabs in the fourth part of the FPS tutorial.
2018-07-13 16:33:55 -03:00
Noah Beard
d3ab23348d
Synced FPS tutorial zip files with the change from PR #1580
2018-07-12 14:17:50 -04:00
Socterean
cebf813cd0
FPS Tutorial Part02-04 general phrase corrections ( #1560 )
...
* FPS Tutorial Part02 general phrase corrections
* FPS Tutorial Part03 minor phrase corrections
Also I have fixed the audio name convention so now the sound will play as intended.
* FPS Tutorial Part04 minor phrase corrections
* Changes to the joypad input handling to include the PS controller
I have made some changes so the tutorial works for both the Xbox controller and the Playstation controller. However I have not managed to find a solution to include them in the same script so now it works just with one of them or the other.
2018-07-12 04:56:57 +02:00
Max Hilbrunner
549a9ed4a4
Merge pull request #1582 from NigelTicknor/patch-1
...
Improved the grammar in some places.
2018-07-10 14:11:21 +02:00
Max Hilbrunner
7088594429
Merge pull request #1580 from skyace65/FPSTutorialFix
...
Fix FPS Tutorial move_and_slide
2018-07-10 14:08:13 +02:00
Max Hilbrunner
4f4c6e1b86
Merge pull request #1570 from EIREXE/master
...
Add recommendation to disable sky contribution to spatial material doc toon diffuse mode explaination.
2018-07-10 14:06:11 +02:00
NateRiz
bb839c644c
Typos and Grammar fixes for 3D FPS Tutorial ( #1565 )
...
* typos in fps_tut part_one
* typos/grammar for 3d_fps part_two
2018-07-10 14:01:48 +02:00
Nigel Ticknor
d07a497efb
Improved the grammar in some places.
2018-07-10 20:06:48 +09:00
Matthew Ehrenhofler
fad1c8397b
Fix FPS Tutorial move_and_slide
2018-07-08 21:44:44 -04:00
Alex Roman
63ad3f5d4f
Add recommendation to disable sky contribution to spatial material doc.
2018-07-05 23:02:08 +02:00
Allan Nordhøy
eb6bdf40e1
Spelling: Various fixes
2018-07-02 14:55:47 +02:00
Yuri Chornoivan
be6ef615b1
Fix minor typos
2018-07-01 15:50:18 +02:00
clayjohn
69441fb5c6
rewrote mesh generation tutorial
2018-06-24 19:48:33 -07:00
Michael Alexsander Silva Dias
3606562c15
Fix bullet point in 'Reflection Probes' page
2018-06-19 03:51:27 -03:00
Jason Maa
d110f7bd88
Grammar and readability fixes for "Step by step", "2D", and "3D" ( #1518 )
...
* Minor changes to UI control doc
* Step by step minor grammar fixes
* Editor readability and grammar tweaks
* 2D readability and grammar tweaks
* 3D readibility and grammar tweaks, rewrite part of IK
* Fix bad merge
* Add requested changes, update lifebar UI screenshot
2018-06-18 05:22:32 +02:00