Commit Graph
14 Commits
Author SHA1 Message Date
Aaron Franke 5c7f653347 Optimize PNG and SVG images using oxipng and svgcleaner (#5254) 2021-09-14 17:50:17 +02:00
bd19917ea0 Draft: Remove "simple", "simply", "easy", and "just" from the docs (#4496)
* Various style edits

* Edit out "simple" when possible

Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
Co-authored-by: Clay John <claynjohn@gmail.com>
2021-07-11 14:38:53 +02:00
hpnrep6 cbed78df87 Remove unnecessary parentheses from if statements in VR started tutorial (#5024) 2021-06-21 09:41:30 +02:00
Rémi Verschelde 044b6a74f8 Cleanup uses of double spaces between words or after punctuation 2021-06-07 10:44:02 +02:00
Hugo Locurcio 8ef314ad12 Fix code samples in VR starter tutorial part 1 (#4740)
This closes #4739.
2021-03-13 19:33:49 +01:00
Nathan Lovato c1f7f42ce6 Update the reference to the your_first_game document 2021-03-04 13:47:24 -06:00
skyace65 ba6061da8c Update VR starter tutorial for Godot 3.2 2020-05-18 21:39:48 -04:00
Hugo Locurcio d494d19dac Remove trailing whitespace and irregular whitespace 2020-05-17 00:26:19 +02:00
Hugo Locurcio 046215542d Fix some typos and grammar mistakes found using LanguageTool 2020-04-16 23:07:05 +02:00
Hugo Locurcio 8e0caddac3 Fix typos found using codespell -wi3 ^classes/**/*.rst 2020-04-16 21:01:09 +02:00
Hugo Locurcio 6929a811bc Fix the dead links for the thumbstick dead zones pages
The host is no longer online, so we'll point to the archived version
instead.

This also removes a redundant note in the VR starter tutorial.

This closes #3343.
2020-04-04 23:19:08 +02:00
Rémi Verschelde e23ee5b081 Fix typos with codespell
Using codespell 1.16.0.

Method:
```
$ cat > ../godot-word-whitelist.txt << EOF
ang
curvelinear
dof
doubleclick
leapyear
lod
merchantibility
nd
numer
ois
ony
que
seeked
synching
te
uint
unselect
webp
EOF

$ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"
$ git diff // undo unwanted changes
```
2019-12-06 22:07:59 +01:00
Michael Alexsander 55a0b824b5 Small consistency fixes for the VR tutorial pages 2019-12-03 18:50:56 -03:00
TwistedTwigleg dfb5cabbd7 VR Starter Tutorial rewrite/refactor (#2774)
* Initial VR starter tutorial rewrite

* More refactoring work on the VR starter tutorial. Moved the VR starter tutorial into its own sub directory and broke the tutorial into two parts

* Finished the first draf on most of the first part of the VR starter tutorial

* First draft for the first half of the VR tutorial is done! Now all that is left is the second half, which should be a tad easier to do

* About a fourth of the way through the refactor of the VR Starter tutorial part 2

* Almost finished part 2 of the VR starter tutorial rewrite. Just a little bit left

* Finished the second part of the VR starter tutorial rewrite

* Made small changes to the VR starter tutorial based on feedback from BastiaanOlij. Fixed merge conflict in PR
2019-12-02 09:13:23 +01:00