Commit Graph
1080 Commits
Author SHA1 Message Date
Matt a9a0e99fef Fix Hide() in _ready() first player example code
Hide() on line 216 and 222 give an unintended result when the user following the tutorial is requested on line 354 to Play the Scene. The Player will not be shown.
Removing Hide() on line 216 and 222 will fix this.
2020-12-15 23:35:42 +01:00
Hugo Locurcio 4204e6087f Fix incorrect YouTube video link in Godot's design philosophy (#4451)
This closes #4450.
2020-12-14 22:09:11 +01:00
Nathan Lovato 8789e2ba02 Merge pull request #4443 from NathanLovato/first-3d-tutorial-fix-input-actions
Replace outdated pictures in first_3d_game/
2020-12-07 06:59:17 -06:00
Nathan Lovato fc7c7fef35 Replace outdated pictures in first_3d_game/
The input actions were changed from move_up and move_down to
move_forward etc. but the pics not updated.
2020-12-07 06:55:52 -06:00
Nathan Lovato 238f7bd83e Merge pull request #4430 from NathanLovato/improve-learning-with-community
Improve learning_new_features.rst
2020-12-06 05:51:48 -06:00
Nathan Lovato 058b4aec3f Improve learning_new_features.rst
Added more guidelines for when asking for support.
2020-12-05 19:47:45 -06:00
Nathan Lovato d0eb1eb6bc Move remaining files out of step_by_step/
Moved those to scripting/:

- filesystem
- resources
- singletons_autoload
- scene_tree

export to export/

and godot_design_philosophy to introduction/
2020-12-02 20:31:01 -06:00
Nathan Lovato 15b02ecae0 Remove scripting_continued.rst 2020-12-02 15:47:29 -06:00
Nathan Lovato 1d2ff09f89 Rewrite step_by_step/signals.rst
Closes #4174
2020-12-02 15:47:29 -06:00
Nathan Lovato f68abde1e8 Write first script and player input pages
Closes #4173
2020-12-02 15:47:29 -06:00
Nathan Lovato fbb8105a54 Rewrite and rename scripting -> scripting_languages
The page now focuses on giving an overview of official scripting languages.
Removed first example using signals. We'll introduce signals later in
the series.

Moved the explanation of what scripts are and do to the top, before
talking about languages.

Mentioned other things like that GDScript isn't like Python, that it's
an imperative and OO language, with links to wikipedia that explain the
jargon.

Closes #4172
2020-12-02 15:47:29 -06:00
Nathan Lovato e7643e5925 Remove unused pictures 2020-12-02 15:47:29 -06:00
Nathan Lovato d6cc5614cb Re-write instancing.rst
This is a complete rewrite and merge of instancing.rst and
instancing_continued.rst. The goal was to simplify the language and
unify the tutorial around the falling ball. Some instructions are more
detailed than in the original article.

There are also more pictures, all new, and using yellow outlines for
color-blind people.

Closes #4175
Closes #4171
2020-12-02 15:47:29 -06:00
Nathan Lovato f958094900 Write nodes and scenes
Closes #4170
2020-12-02 15:47:29 -06:00
Nathan Lovato eeb58b84b2 Write intro_to_the_editor_interface.rst
Closes #4167
2020-12-02 15:47:29 -06:00
Nathan Lovato 9f3f93912f Merge pull request #4403 from NathanLovato/content/first_3d_game_tutorial
Getting started: your first 3D game tutorial
2020-12-02 15:43:32 -06:00
Rémi Verschelde 1298ed2ea0 Merge pull request #4302 from NathanLovato/content/getting-started
Rewrite of the getting started introduction
2020-12-02 20:32:04 +01:00
Nathan Lovato 164e6909c0 Add kbd tags to the 3D tutorial 2020-11-30 08:56:08 -06:00
Nathan Lovatoand f68a6a25c5 Update direction comparison
Co-authored-by: arnfranke@yahoo.com
2020-11-27 19:27:47 -06:00
Nathan Lovato a187b11171 Update start project version
Fixes model offset and updated the code to match the edits in the tutorial
2020-11-27 16:13:53 -06:00
Nathan LovatoandAaron Franke 61d2d438f3 Edit first_look_at_the_editor.rst
Co-authored-by: Aaron Franke <arnfranke@yahoo.com>
2020-11-27 15:58:27 -06:00
Nathan Lovato ae99e3cb40 Fix typos, add missing link, use the expression main screen 2020-11-27 01:23:46 -06:00
Nathan Lovato 73ad35ce29 Write 3D course outro, add missing reference labels 2020-11-27 01:15:41 -06:00
Nathan Lovato a6bd1de290 Rename move actions and improve code block in 3d tutorial 2020-11-26 23:33:35 -06:00
3bd0ac9dc2 Edit the 3D tutorial series
Co-authored-by: Aaron Franke <arnfranke@yahoo.com>
Co-authored-by: PiOverFour <PiOverFour@users.noreply.github.com>
2020-11-26 23:24:11 -06:00
Nathan Lovato dec794f7de Write 3D tutorial part 9: animation 2020-11-26 22:42:37 -06:00
Nathan Lovato e34eae1048 Write part 8 of the 3D tutorial: score and replay 2020-11-26 15:19:15 -06:00
Nathan Lovato e8d1837989 Write part 7 of the 3D tutorial: killing the player 2020-11-25 23:28:02 -06:00
Nathan Lovato 6a04273975 Replace quotation marks 2020-11-25 22:20:37 -06:00
Nathan Lovato ca031fc26b Write 3D tutorial part 6: jump_and_squash 2020-11-25 22:19:47 -06:00
Nathan Lovato 6cc90eb58f Write part 5 of the 3D first game tutorial, add reference 2020-11-25 14:02:05 -06:00
Nathan Lovato a0622e19d4 Write 3D tutorial part 04.mob_scene.rst 2020-11-24 22:49:43 -06:00
Nathan Lovato e32454978c Write the first three parts of the 3D tutorial 2020-11-23 14:55:51 -06:00
Hugo Locurcio 471618db61 Clarify that GDScript is not based on Python
This also fixes capitalization where "GDscript" was used instead of
"GDScript".

This closes #4378.
2020-11-19 14:57:12 +01:00
Nathan Lovato 9df8c5c383 Edit content guidelines, remove typographic marks
- Removed typographic marks in the entire repo
- Removed a line about why we don't use a wiki
- Indented notes with 4 spaces
- Addressed review comments
2020-11-12 08:59:13 -06:00
Nathan Lovato 1eb9da99b6 Write and edit overridable_functions.rst, remove scripting_continued.rst 2020-11-08 09:49:48 -06:00
Nathan Lovato 7e7df1cc03 Merge class_name docs from scripting_continued.rst into gdscript docs 2020-11-07 23:23:19 -06:00
Nathan Lovato 9927bfbb71 Write nodes_and_scene_instances.rst from scripting_continued.rst
Rewrote the docs
Added an intro section about getting nodes and syntactic sugar
2020-11-07 23:11:29 -06:00
Nathan Lovato 61863b181f Move and rewrite groups.rst from sripting_continued.rst 2020-11-07 20:20:10 -06:00
Nathan Lovato e67663f81b Add idle_and_physics_processing.rst, write scripting/index.rst 2020-11-07 19:15:14 -06:00
Nathan Lovato 4741f8dba2 Move assets section to a new assets pipeline section 2020-11-04 12:37:30 -06:00
Nathan Lovato 36e6b29d5e Move project_setup documents to best_practices 2020-11-04 12:32:02 -06:00
Nathan Lovato a4c21f735d Move the best practices section to tutorials/ 2020-11-04 12:32:02 -06:00
Nathan Lovato edeb6a961f Move the export section to tutorials/ 2020-11-04 12:32:02 -06:00
Nathan Lovato 60064b5c9e Write intro_to_the_editor_interface.rst
Closes #4167
2020-10-30 11:13:10 -06:00
Nathan Lovato 8e368deef8 Write a page dedicated to the project manager's UI
Extracted and edited the project manager from
intro_to_the_editor_interface.rst, added it in the tutorials/editor
section
Wrote a short introduction for the editor section
2020-10-28 15:37:06 -06:00
Nathan Lovato 587667d99b Write key_concepts_overview.rst
Closes #4168
2020-10-28 15:37:04 -06:00
Nathan Lovato 3fafc6335b Write introduction_to_godot.rst
Closes #4177
2020-10-28 15:37:01 -06:00
Nathan Lovato 4481e89331 Move editor manual 2020-10-28 13:51:33 -06:00
Leonardo Jeanteur 199818695a Correct small mistakes to Step By Step Tutorial 2020-10-26 19:12:36 +01:00