Commit Graph
4769 Commits
Author SHA1 Message Date
EnhexandHugo Locurcio 5cfdce49ab Document using nproc instead of hardcoded number of threads (#4476)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2020-12-24 14:49:02 +01:00
Nathan Lovato 5b4fae0dc1 Merge pull request #4463 from Calinou/fix-ways-to-contribute-list
Fix list formatting and outdated information in Ways to contribute
2020-12-22 07:03:53 -06:00
Nathan Lovato 92874850b5 Merge pull request #4457 from Calinou/baked-lightmaps-fix-property-names
Fix property names in the Baked lightmaps documentation
2020-12-22 07:03:40 -06:00
Nathan Lovato b4a57eeaa8 Merge pull request #4472 from psobolik/animation-intro-tweaks
Edit animation intro page for clarity and grammar
2020-12-22 07:03:01 -06:00
Nathan Lovato bf5ee98c6d Edit animation intro page
Improving phrasing, addressing some typos, adding italics for references to the editor labels.
2020-12-22 07:00:09 -06:00
Paul Sobolik 76fbc3aeef Fixed spelling error 2020-12-21 16:19:03 -05:00
Paul Sobolik 215c3b35f6 Edit animation intro page for clarity and grammar 2020-12-21 15:58:20 -05:00
Nathan Lovato 5ce942f8ba Merge pull request #4464 from MattObs/patch-1
Fix Hide() in _ready() first player example code
2020-12-16 07:14:22 -06:00
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 5d6aff1fb9 Fix list formatting and outdated information in Ways to contribute
`doc/base/classes.xml` was removed since Godot 3.0.
2020-12-15 18:43:59 +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
Dirk KrauseandHugo Locurcio 790d7d0e0b Add data path location for macOS starting from 10.15 (Catalina) (#4456)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2020-12-13 22:08:56 +01:00
Hugo Locurcio 282218d08a Fix property names in the Baked lightmaps documentation
This closes #4455.
2020-12-13 17:35:29 +01:00
Will Nations f48ef2d539 Mention BornCG's 2D tutorials in Tutorials and resources (#4444) 2020-12-08 02:29:12 +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 942c90d2f6 Merge pull request #4422 from NathanLovato/move-getting-started-pages
Move remaining files out of step_by_step/
2020-12-02 20:39:05 -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 96637f2d5b Merge pull request #4325 from NathanLovato/content/getting_started_2.0
Rewrite the step_by_step series
2020-12-02 15:54:06 -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
István Palócz bdeb07691a Fix URL typo in the README (#4415)
Missing the r letter is in the /contributing/
2020-12-01 15:41:47 +01:00
Nathan Lovato 164e6909c0 Add kbd tags to the 3D tutorial 2020-11-30 08:56:08 -06:00
Nathan Lovato f1f7238035 Merge pull request #4410 from Calinou/locales-rename-page
Rename the Locales pages to Locale codes for better SEO
2020-11-28 10:15:48 -06:00
Nathan Lovatoand f68a6a25c5 Update direction comparison
Co-authored-by: arnfranke@yahoo.com
2020-11-27 19:27:47 -06:00
Hugo Locurcio 4b50407201 Rename the Locales pages to Locale codes for better SEO 2020-11-27 23:29:52 +01: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 Lovato 907df88549 Merge pull request #4335 from Calinou/improve-one-click-deploy-2
Improve the one-click deploy page
2020-11-27 16:03:43 -06:00
Nathan Lovato 62a3ef6c51 Merge pull request #4363 from Calinou/multiple-resolutions-hidpi
Document hiDPI support in Multiple resolutions
2020-11-27 16:03:08 -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 9cbbf12dcc Merge pull request #4343 from Calinou/shading-language-float-comparison
Document how to compare floats properly in Shading language
2020-11-27 12:06:26 -06:00
Nathan Lovato 408746e671 Merge pull request #4401 from skyace65/profiler
Add GDQuest profiler page
2020-11-27 11:14:07 -06:00
Nathan Lovato 5ab8841c25 Edit shading language page
Fill columns, fix a list, move explanations about floating-point
comparisons outside code blocks so they can be translated.
2020-11-27 11:12:50 -06:00
Nathan Lovato 9622480ffe Edit the_profiler.rst 2020-11-27 11:04:58 -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