Commit Graph
12 Commits
Author SHA1 Message Date
Rémi Verschelde a1af0dfc13 Adapt tutorial hyperlinks after godotengine/godot#24640 2019-01-07 11:43:18 +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 e29dc58cbb Heading capitalization fixes + misc edits 2018-08-23 10:57:22 +02:00
Mads Ynddal 70abc39b59 Corrected function/variable cases for C# examples (#1583)
* Corrected function/variable cases for C# examples

This commit corrects a few charecter cases in relation to
godot/modules/mono/glue/cs_files/Mathf.cs. The documentation currently states
Pi is defined as `Mathf.PI`, while it's actually `Mathf.Pi`.

The same mistake was found and fixed for some misc. arithmetical functions.

* Reverted Pi to PI
2018-07-19 16:50:35 -07:00
mhilbrunner f215a0cf26 Proofing/review: Remove filler words, adhere to style guide 2018-05-06 05:23:37 +02:00
Kelly thomas f61f756421 Discuss identity in c# 2018-04-08 18:59:00 +08:00
Kelly thomas 7e255dbbb1 C# code samples for Matrices and transforms 2018-04-06 18:29:55 +08:00
Max Hilbrunner 5399a7a81b Document local/global space helpers, closes #292 2018-03-13 19:46:04 +01:00
Unknown 66c073e899 Fix broken links in docs 2018-02-07 14:55:12 +01:00
Michael Alexsander Silva Dias 8f3cb902e8 Various small fixes for the docs. 2018-01-29 21:00:02 -02:00
Omicron c12ab57157 Fix typo and wrong Basis class reference
Closing opened parenthesis, replacing non-existent Matrix3 class reference.
2018-01-27 18:46:06 +01: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