Commit Graph
119 Commits
Author SHA1 Message Date
Noah Beard d3ab23348d Synced FPS tutorial zip files with the change from PR #1580 2018-07-12 14:17:50 -04:00
Socterean cebf813cd0 FPS Tutorial Part02-04 general phrase corrections (#1560)
* FPS Tutorial Part02 general phrase corrections

* FPS Tutorial Part03 minor phrase corrections

Also I have fixed the audio name convention so now the sound will play as intended.

* FPS Tutorial Part04 minor phrase corrections

* Changes to the joypad input handling  to include the PS controller

I have made some changes so the tutorial works for both the Xbox controller and the Playstation controller. However I have not managed to find a solution to include them in the same script so now it works just with one of them or the other.
2018-07-12 04:56:57 +02:00
Max Hilbrunner 549a9ed4a4 Merge pull request #1582 from NigelTicknor/patch-1
Improved the grammar in some places.
2018-07-10 14:11:21 +02:00
Max Hilbrunner 7088594429 Merge pull request #1580 from skyace65/FPSTutorialFix
Fix FPS Tutorial move_and_slide
2018-07-10 14:08:13 +02:00
Max Hilbrunner 4f4c6e1b86 Merge pull request #1570 from EIREXE/master
Add recommendation to disable sky contribution to spatial material doc toon diffuse mode explaination.
2018-07-10 14:06:11 +02:00
NateRiz bb839c644c Typos and Grammar fixes for 3D FPS Tutorial (#1565)
* typos in fps_tut part_one

* typos/grammar for 3d_fps part_two
2018-07-10 14:01:48 +02:00
Nigel Ticknor d07a497efb Improved the grammar in some places. 2018-07-10 20:06:48 +09:00
Matthew Ehrenhofler fad1c8397b Fix FPS Tutorial move_and_slide 2018-07-08 21:44:44 -04:00
Alex Roman 63ad3f5d4f Add recommendation to disable sky contribution to spatial material doc. 2018-07-05 23:02:08 +02:00
Allan Nordhøy eb6bdf40e1 Spelling: Various fixes 2018-07-02 14:55:47 +02:00
Yuri Chornoivan be6ef615b1 Fix minor typos 2018-07-01 15:50:18 +02:00
clayjohn 69441fb5c6 rewrote mesh generation tutorial 2018-06-24 19:48:33 -07:00
Michael Alexsander Silva Dias 3606562c15 Fix bullet point in 'Reflection Probes' page 2018-06-19 03:51:27 -03:00
Jason Maa d110f7bd88 Grammar and readability fixes for "Step by step", "2D", and "3D" (#1518)
* Minor changes to UI control doc

* Step by step minor grammar fixes

* Editor readability and grammar tweaks

* 2D readability and grammar tweaks

* 3D readibility and grammar tweaks, rewrite part of IK

* Fix bad merge

* Add requested changes, update lifebar UI screenshot
2018-06-18 05:22:32 +02:00
TwistedTwigleg af8de6f73f FPS RigidBody Fix (#1500)
* Changed the wording in the first three parts of the FPS tutorial to
not use "we" when refering to the player.

Changed the name of variables outside of a function to "class variables"
(instead of "global variables", which was less accurate and can be confusing)

Changed the code in RigidBody_hit_test.gd to take bullet rotation into account.

* Changed part 4 and part 5 of the FPS tutorial to not use "we" as often, and not to use "we" for referring to scripts
and other objects.

Changed some of the code to reflect changes in RigidBody_hit_test.gd.

Fixed typos and other small changes.

* Changed part 6 of the FPS tutorial to not use "we" when referring to scripts and other objects.
Fixed a couple minor things in part 2.
Updated all of the zip files to reflect the changed code in RigidBody_hit_test.gd.
2018-06-07 01:37:01 +02:00
None f064e4f7a7 Fix 404s, some redirects and some broken links. 2018-05-30 16:49:21 -07:00
keltwookie 00f14cadbc Minor typos fixing (#1459)
* fix minor typos
2018-05-21 05:35:43 +02:00
JFonS e0a765cdd2 Add disable shadows flag on material explanation 2018-05-08 18:52:04 +02:00
mhilbrunner f215a0cf26 Proofing/review: Remove filler words, adhere to style guide 2018-05-06 05:23:37 +02:00
TwistedTwigleg 4c74b8198b Synced the ZIP files so they are up to date with master.
Changed some of the wording in part 2 so it is less vague
and (hopefully) easier to understand. Added a bit explaining how blend time works.
2018-05-01 12:26:13 -04:00
Michael Labbé 2e4d341f75 typo fix spriting -> sprinting 2018-04-29 08:17:24 -07:00
Max Hilbrunner 3bf12a7ea6 Merge pull request #1401 from acfaruk/typos
fix various typos and grammatical errors
2018-04-25 19:20:33 +02:00
Max Hilbrunner fe71a2e048 Merge pull request #1396 from Noshyaar/fps
FPS/Part1: Fix missing param in move_and_slide
2018-04-25 19:14:14 +02:00
Faruk Acibal d659954a81 fix various typos and grammatical errors 2018-04-25 14:30:59 +02:00
Max Hilbrunner bc46526288 Merge pull request #1392 from KellyThomas/3d-using_transforms
c sharp samples for using 3D transforms
2018-04-25 12:05:16 +02:00
Poommetee Ketson 3d767f7c20 FPS/Part1: Fix missing param in move_and_slide 2018-04-24 23:14:49 +07:00
Kelly thomas bf817ddfc3 c sharp samples for using 3D transforms 2018-04-24 12:15:52 +08:00
Poommetee Ketson 23d3521cb8 FPS/Part1: fix GDScript missing char 2018-04-23 00:40:22 +07:00
Faruk Acibal ee4ca3d3b8 fix wrong image for interior setting in reflection_probes 2018-04-22 17:10:41 +02:00
Faruk Acibal 21d038dd6a fix typos in lights_and_shadows 2018-04-22 13:43:25 +02:00
Noah Beard 0714eb1b31 Fixed a couple things I missed in part 6 of the FPS tutorial 2018-04-21 16:46:08 -04:00
TwistedTwigleg 627078c325 FPS tutorial remaster (#1357)
* Started remastering first two parts of the FPS tutorial.

Now both parts follow a consistant coding style,
have up to date Zip files for every part.

* Finished the first draft for part 2, and did some edits to part 1.

* Finished writing the first draft for part 3. (Still needs editing)

I also added a blank page for part 5 and added it to the index.

* Updated and fixed a few things in Part 3

* Removed the old part 4 of the FPS tutorial and replaced it with a new part!
(Which would have been part 5 had part 4 not been removed)

* Added part 5 of the FPS tutorial.
Made a few changes to parts 4 and 1.
Added a template/overview of what to write in part 6.

* Finished part 6 of the FPS tutorial.
Now every part of the FPS tutorial is written out!

Made some minor edits to part 5.

* Added all of the zip files for the first three parts of the FPS tutorial.
Updated/Redid all of the pictures for the first three parts as well.
Fixed a few minor issues/inconsistencies in the written material.

* Added all of the zip files for the last three parts of the FPS tutorial.
Updated/Redid all of the pictures for the last three parts as well.
Fixed a few minor issues/inconsistencies in the written material.
Updated the blender files zip.

* Did some editing on parts 3 through 5 on the FPS tutorial.
2018-04-21 17:42:58 +02:00
Faruk Acibal abd04a76e5 fix transform_camera image not showing up 2018-04-19 19:09:07 +02:00
Yuri Chornoivan 11d534015d Fix minor typos 2018-04-18 21:44:15 +03:00
follower 844555793f Typo fix "ojects" --> "objects". (#1369) 2018-04-17 22:21:57 +02:00
Poommetee Ketson 2aefcb5459 ReflectionProbe: fix typo 2018-04-16 18:02:45 +07:00
Poommetee Ketson d935cb01b7 UsingTransforms: minor typo togehter -> together 2018-04-13 01:54:09 +07:00
Max Hilbrunner 455aaa3476 Merge pull request #1325 from drambique/patch-1
FPS Tutorial Part 2 Revisions
2018-04-08 18:53:06 +02:00
MohamedAlFahim 1223d74f1a Small grammar fixes + spelling fix 2018-04-07 16:31:42 -07:00
Drambique 983edbe274 revisions 2018-04-07 03:46:19 -04:00
Hugo Locurcio 2d3d52232b Improve grammar and add a link in 3D Transforms 2018-04-05 13:04:05 +02:00
Chris Bradfield d355c2c7e0 Fix misnamed transform gifs 2018-04-04 20:57:54 -07:00
Poommetee Ketson b9bd60f091 Tutorial/3D/Transforms: remove trailing spaces, fix typos 2018-04-05 10:22:42 +07:00
Chris Bradfield ef371da3d7 Fixes to 3D Transforms doc (#1306) 2018-04-05 05:05:59 +02:00
Juan Linietsky 6493c06853 Some fixes to transform tutorial 2018-04-04 23:13:07 -03:00
Juan Linietsky 44f7e27fe2 Small fix 2018-04-04 23:13:07 -03:00
Michael Alexsander Silva Dias 2c8f669d65 Fixed small typo in the part one of the FPS tutorial. 2018-04-04 21:35:55 -03:00
Michael Alexsander Silva Dias 8726090eb0 Fixed "Vector math" reference in the new "Using transforms for 3D" page. 2018-04-04 19:55:37 -03:00
Juan Linietsky d3bbae3310 fix some section craze 2018-04-04 16:34:50 -03:00
Juan Linietsky c1e284bc64 Fixes 2018-04-04 16:23:26 -03:00