10 Commits

Author SHA1 Message Date
hpnrep6
0d99c1f3c1 Remove unnecessary parentheses from if statements in VR started tutorial (#5024) 2021-06-21 09:41:53 +02:00
Hugo Locurcio
2edaff745f Fix code samples in VR starter tutorial part 1 (#4740)
This closes #4739.
2021-03-13 19:36:05 +01: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