47 Commits

Author SHA1 Message Date
Chris Bradfield
3391152cb2 Remove __MACOSX folder from zip files 2019-05-28 11:34:42 -07:00
Chris Bradfield
41b67909fe Minor tutorial fixes for 3.1 2019-03-20 18:35:40 -07:00
Ignacio Etcheverry
a129652342 Fixes and improvements of C# code examples 2019-02-18 22:08:01 +01:00
Rémi Verschelde
5b2aaf8d41 Optimize PNGs with optipng
Using `find -name "*.png" -exec optipng \;` and optipng 0.7.7
2019-01-26 22:10:03 +01:00
Rémi Verschelde
64e7b5a1f5 Cosmetic change for SoftBody tutorial 2019-01-09 10:55:25 +01:00
Rémi Verschelde
9988dd783e Merge pull request #1805 from ZX-WT/softbody
added softbody tutorial
2019-01-08 17:54:31 +01:00
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
Rémi Verschelde
0f1c4669c5 Merge pull request #2075 from corrigentia/patch-87
Tweak kinematic_character_2d
2018-12-28 14:59:50 +01:00
Rémi Verschelde
4eac43a37e Merge pull request #2074 from corrigentia/patch-86
Tweak ragdoll_system
2018-12-28 14:58:45 +01:00
Rémi Verschelde
4d1b4baab4 Merge pull request #2073 from corrigentia/patch-85
Fix some punctuation and grammar in ray-casting
2018-12-28 14:58:21 +01:00
corrigentia
d946dc5c04 Tweak kinematic_character_2d
Fix some punctuation, grammar and a remnant of C# copy-and-paste in kinematic_character_2d.
2018-12-21 13:26:00 +02:00
corrigentia
9054631479 Tweak ragdoll_system
Fix some punctuation and spelling in ragdoll_system.
2018-12-21 11:52:56 +02:00
corrigentia
2925265833 Fix some punctuation and grammar in ray-casting
Fix some punctuation and grammar in ray-casting.
2018-12-21 10:36:24 +02:00
corrigentia
3b5bb2828d Tweak using_kinematic_body_2d
Fix punctuation in using_kinematic_body_2d. Remove conceptual redundancy.
2018-12-20 14:31:56 +02:00
Rémi Verschelde
4505da6fb9 Merge pull request #2069 from corrigentia/patch-83
Tweak rigid_body
2018-12-20 11:07:51 +01:00
corrigentia
61ed5d99e3 Tweak rigid_body
Fix punctuation, grammar, function - method distinction and some relational conceptualization in rigid_body.
2018-12-20 11:59:47 +02:00
corrigentia
15a137ea48 Fix punctuation in physics_introduction
Fix punctuation in physics_introduction.
2018-12-20 11:25:30 +02:00
ZX-WT
fe2528c07c added softbody tutorial 2018-11-21 22:51:00 +08: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
Michael Alexsander Silva Dias
f9ac4bce06 Some small fixups 2018-10-10 13:57:59 -03:00
Chris Bradfield
e2fede9d96 Add move_and_slide_with_snap to K2D doc 2018-10-09 23:52:39 -07:00
Michael Alexsander Silva Dias
f6308187bb Move images for "Ragdoll system" page to the correct directory 2018-10-07 20:36:38 -03:00
Nathan Lovato
afb6c6f327 Move ragdoll tutorial to physics category 2018-10-07 09:27:07 +09:00
mhilbrunner
f215a0cf26 Proofing/review: Remove filler words, adhere to style guide 2018-05-06 05:23:37 +02:00
Yuri Chornoivan
11d534015d Fix minor typos 2018-04-18 21:44:15 +03:00
skyace65
1e499d0c96 Add C# code 2018-04-16 22:01:00 -04:00
Chris Bradfield
bf257d7f11 New tutorial: Using KinematicBody2D 2018-04-12 06:51:10 -07:00
Chris Bradfield
774d634424 Fix broken :ref: link 2018-04-05 22:23:03 -07:00
Chris Bradfield
1717f343cc Fix broken ref links 2018-04-05 22:19:42 -07:00
Chris Bradfield
9f4393dc19 Minor GDScript fix 2018-04-05 22:17:53 -07:00
Michael Alexsander Silva Dias
ffea7766f5 Fixed broken reference in the physics introduction page. 2018-04-05 12:42:00 -03:00
Paul Joannon
fb069fe875 Translate Tutorials/Physics/RayCasting to C# 2018-04-05 14:52:46 +02:00
Paul Joannon
790a866d17 Translate Tutorials/Physics to C# 2018-04-05 14:51:50 +02:00
Michael Alexsander Silva Dias
dfc73eedce Fixed bad hyperlink in Rigid Body. 2018-04-04 03:06:30 -03:00
Andrea Catania
d9ddd643af Added rigid body doc 2018-04-02 10:23:01 +02:00
Poommetee Ketson
2cf560bc8a Fix typos with codespell 2018-03-29 12:38:45 +07:00
Chris Bradfield
92500b5ba6 Update ray-casting tutorial 2018-03-04 22:13:00 -08: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
skyace65
9b37ec50e8 Fix Broken Tab 2018-02-04 15:37:01 -05:00
skyace65
60fbc594ba Update Kinematic Character(2D) Page 2018-02-04 09:27:47 -05: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