25 Commits

Author SHA1 Message Date
jarommadsen
65ceb0e94c Remove obsolete C# methods from Using RigidBody2D (#5957) 2022-07-29 22:26:30 +02:00
vratajin
fc375181c0 Fix invalid variable name in C# example in Physics introduction (#5809) 2022-05-07 22:05:00 +02:00
snailrhymer
f394a0ac9e Fix a typo in Physics introduction (#5778) 2022-04-27 01:17:48 +02:00
Rémi Verschelde
e2b95576d8 Cleanup uses of double spaces between words or after punctuation 2021-07-13 00:44:58 +02:00
Matthew
fffdfe9ef4 Document physics material (#4817)
(cherry picked from commit b999f71b09)
2021-04-06 09:54:26 +02:00
Hugo Locurcio
f3e24e46b7 Fix code block formatting and reference in Physics introduction 2020-08-03 13:54:08 +02:00
balloonpopper
c40d74e19b Added examples for collision layer masks (#3863)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
Co-authored-by: Balloonpopper <balloonpopper@git.com>
2020-08-03 13:47:40 +02:00
Hugo Locurcio
942352738e Explain what delta is in Physics introduction
This closes #3627.
2020-06-02 22:14:30 +02:00
skyace65
6d34767fd4 Fix C# issues in intro to physics 2020-05-18 11:44:45 -04:00
Chris Bradfield
41b67909fe Minor tutorial fixes for 3.1 2019-03-20 18:35:40 -07: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
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