Commit Graph
26 Commits
Author SHA1 Message Date
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
PouleyKetchoupp 854185495c Fixed code tags for true/false/null and a few property references 2019-11-02 13:09:14 +01:00
skyace65 de7e7b8699 Update VR Primer image 2019-07-11 21:10:48 -04:00
Chris Bradfield e1dcc40686 VR tutorial cleanup 2019-03-15 21:35:31 -07:00
Matthew c45a8d9617 Start to add C# to VR starter tutorial (#2065) 2019-03-10 11:22:20 +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 315e8f787f Merge pull request #2144 from corrigentia/patch-122
Fix punctuation and grammar in vr_primer
2019-01-16 22:56:26 +01:00
corrigentia 00cf87b778 Tweak vr_starter_tutorial
Fix punctuation, spelling, grammar and GDScript style guide compliance in vr_starter_tutorial. Remove duplication.
"a" becomes "an" before vowel sound.
Do **NOT** use ["different" after "various"](https://www.thefreedictionary.com/various)!
2019-01-16 21:17:08 +02:00
corrigentia bec0c16e51 Fix punctuation and grammar in vr_primer
Fix punctuation and grammar in vr_primer.
"then" < When?
"than" < Compared to what?

"acceptable" (adjective) = the nature of an object/thing;
"acceptably" (adverb)     = the nature of an action/process.
2019-01-16 10:47:13 +02:00
Rémi Verschelde 739ea5eeb9 Fix most Sphinx warnings 2019-01-07 12:14:46 +01:00
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
Hugo Locurcio 0ee39090cd Improve writing style in the VR starter tutorial 2018-11-15 20:53:12 +01:00
M. Huri 034bb63e84 Repaired mistyped of 'its'. 2018-10-19 19:39:49 +07:00
Frido 7fa9e9da19 Fixed grammar and typos in VR tutorial 2018-10-16 23:54:42 +02:00
Kevin Abellan 3af39ab3bd replace tabs with x4 spaces per PR specs 2018-09-22 09:28:27 -04:00
Kevin Abellan d60b05b480 Add missing if block to VR tutorial source example
Fixed formatting and corrected the example code to better reflect the intent of the tutorial text.
i.e.  "...The last thing we are doing in button_pressed is checking to see if the button pressed is 1..."
2018-09-21 18:44:14 -04:00
Rémi Verschelde e29dc58cbb Heading capitalization fixes + misc edits 2018-08-23 10:57:22 +02:00
TwistedTwigleg 5a4a4308f3 Added a starter VR tutorial. (#1545)
* Added a starter VR tutorial.

The VR tutorial covers the basics of making a VR game, along with making a teleportation system,
a RigidBody pick-up/drop system, and a few different special RigidBody nodes.
2018-07-10 14:00:19 +02: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 6212017e76 Add C# to ARVR page 2018-03-31 22:08:40 -04:00
Joe Sweeney 09fa52e5ac Fix spelling errors 2018-01-31 08:35:22 +01:00
Unknown 882b31d361 Restructuring 2018-01-26 16:28:20 +01:00