Commit Graph
15 Commits
Author SHA1 Message Date
Rémi Verschelde aa7a9f8675 Misc heading fixes 2019-01-08 11:30:55 +01:00
Rémi Verschelde a1af0dfc13 Adapt tutorial hyperlinks after godotengine/godot#24640 2019-01-07 11:43:18 +01:00
corrigentia 15a137ea48 Fix punctuation in physics_introduction
Fix punctuation in physics_introduction.
2018-12-20 11:25:30 +02: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
mhilbrunner f215a0cf26 Proofing/review: Remove filler words, adhere to style guide 2018-05-06 05:23:37 +02:00
Michael Alexsander Silva Dias ffea7766f5 Fixed broken reference in the physics introduction page. 2018-04-05 12:42:00 -03:00
Paul Joannon 790a866d17 Translate Tutorials/Physics to C# 2018-04-05 14:51:50 +02:00
Andrea Catania d9ddd643af Added rigid body doc 2018-04-02 10:23:01 +02:00
Chris Bradfield 530fb1cbb2 Physics intro: Fixed typo 2018-02-25 19:55:11 -08:00
Chris Bradfield 112ad104ee Rewrite of physics introduction 2018-02-23 22:14:33 -08:00
walomator b624339788 Change move() to move_and_slide() 2018-02-18 14:35:52 +01:00
Michael Alexsander Silva Dias 23cb08ce0a Fixes for the GDScript styling in various pages. 2018-02-05 20:12:52 -02:00
Michael Alexsander Silva Dias 8f3cb902e8 Various small fixes for the docs. 2018-01-29 21:00:02 -02:00
Nathan 18f889b6a4 Improve docs structure
Change Step by Step in Getting Started
Remove Engine Features category, move into a new Tutorials top-level section
2018-01-25 08:54:27 +01:00