Rémi Verschelde
01f137830e
Merge pull request #4348 from van800/rider
...
Update Rider prerequisites to match Godot 3.2.3+
2021-01-04 16:53:37 +01:00
Nex
c52ddd9c4b
Add commas to improve readability in GDNative C++ example ( #4513 )
...
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
2021-01-03 06:22:19 +01:00
Anton Ivanov
48f0243158
Fix PR workflow git-scm.com URL with correct rST syntax ( #4504 )
2020-12-30 18:40:43 +01:00
Hugo Locurcio
279bcf06b3
Improve grammar for icon paragraph in Exporting for Android ( #4493 )
...
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
2020-12-28 02:39:20 +01:00
Hugo Locurcio
cd25d4f87f
Apply suggestions from code review
2020-12-28 02:39:09 +01:00
Hugo Locurcio
0234b06468
Apply suggestions from code review
2020-12-28 02:37:34 +01:00
LightningAA
629cc11317
Update exporting_for_android.rst
2020-12-27 16:16:58 -07:00
Anton Ivanov
ac055fc0b2
CLion setup: Reference clang-format alternative ( #4492 )
...
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
2020-12-27 22:42:19 +01:00
Anton Ivanov
f3586d755a
CLion setup: Update path and screenshot for CMakeLists.txt ( #4490 )
2020-12-27 20:57:15 +01:00
John Losito
6740682341
Dependabot: Ignore Sphinx upgrades due to ReadTheDocs on v1 ( #4486 )
...
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
2020-12-25 17:58:05 +01:00
John Losito
71d207ff19
Allow Dependabot to check Python dependencies ( #4482 )
2020-12-25 15:44:46 +01:00
Hayden
c7953f3fd1
Fix MinGW typo in Compiling for Windows ( #4481 )
2020-12-25 11:28:21 +01:00
Yuri Roubinsky
48069fe078
Merge pull request #4440 from Calinou/shading-language-ternary-operator
...
Document the ternary operator in Shading language
2020-12-25 12:21:22 +03:00
Enhex
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 Krause
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
Hugo Locurcio
414eee471f
Document the ternary operator in Shading language
2020-12-08 16:18:59 +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
Ivan Shakhov
111b3d9ac0
Update external editors prerequisites to match Godot 3.2.3+
2020-12-05 11:30:08 +01: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 Lovato
f68a6a25c5
Update direction comparison
...
Co-authored-by: arnfranke@yahoo.com
2020-11-27 19:27:47 -06:00