Commit Graph
3872 Commits
Author SHA1 Message Date
Max Hilbrunner 30c9b2aa80 Merge pull request #3502 from Calinou/hyphenate-thread-safe
Add an hyphen to all instances of "thread-safe"
2020-05-07 00:30:36 +02:00
Max Hilbrunner 33c900db1d Merge pull request #3501 from Louis-Simon22/master
Instancing section added to the running code in the editor tutorial
2020-05-07 00:29:58 +02:00
Max Hilbrunner eb2e4c85e7 Merge pull request #3500 from Vasanthan-/patch-1
Added BBcode tags for Table and Cell
2020-05-07 00:27:48 +02:00
Hugo Locurcio 692c30a287 Add an hyphen to all instances of "thread-safe" 2020-05-06 19:37:02 +02:00
Louis-Simon Mc Nicoll 222402ed82 Instancing section added to the running code in the editor tutorial 2020-05-06 13:06:13 -04:00
Vasanthan 30047535df Added BBcode tags for Table and Cell
These tags are inbuilt with Godot but never mentioned in the documentation.
2020-05-06 15:26:13 +05:30
Rémi Verschelde e614de27ed Merge pull request #3494 from RandomShaper/canvas_modulate
Improve docs on TIME
2020-05-06 08:15:52 +02:00
Pedro J. Estébanez 10e2e31c88 Improve documentation about TIME CI shader builtin 2020-05-05 20:46:40 +02:00
Max Hilbrunner 908e780bb4 Merge pull request #3497 from dolorismachina/add-community-tutorial
Add Gonkee YouTube channel to video tutorials
2020-05-05 18:17:16 +02:00
Radoslaw Polczyk f84c160efe Add YouTube channel to video tutorials 2020-05-05 17:07:54 +01:00
Max Hilbrunner bddbda8134 Merge pull request #3412 from madmiraal/fix-broken-links
Convert SpatialMaterial references to StandardMaterial3D.
2020-05-05 01:22:52 +02:00
Marcel Admiraal a865a960f7 Convert SpatialMaterial references to StandardMaterial3D. 2020-05-04 20:09:23 +01:00
Hugo Locurcio a53ab27329 Add file name conventions in the GDScript style guide (#3355)
This closes #2376.
2020-05-04 19:07:29 +02:00
Mason BiallyandMax Hilbrunner be0733a5b5 Attempting to clean up thread safe language. (#3336)
* Attempting to clean up thread safe language to remove confusing and conflicting repetition.

* Update tutorials/threads/thread_safe_apis.rst

Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
2020-05-04 19:04:21 +02:00
Ivan TsoninskiandMax Hilbrunner 46fe0e181d How to fix "Could not create settings" (#3350)
* How to fix "Could not create settings"

I added an explanation for what to do if you get an error "Warning: Could not create settings".

* Update getting_started/workflow/export/android_custom_build.rst

Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
2020-05-04 19:01:17 +02:00
needfulthingandMax Hilbrunner a7e0fc1854 Unclear instruction (#3380)
* Unclear instruction

Select “New InputEventAction” and click the new “InputEvent”.

There is no "InputEvent" to click on. The action tab already shows up after selecting “New InputEventAction”.

* Update getting_started/step_by_step/your_first_game.rst

Go with Calinou's suggestion

Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
2020-05-04 18:57:07 +02:00
Andrii DoroshenkoandMax Hilbrunner 387882f458 Document GDScript export category and property grouping (#3444)
* Document GDScript export category and property grouping

* Update getting_started/scripting/gdscript/gdscript_exports.rst

Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
2020-05-04 16:26:18 +02:00
Max Hilbrunner 773d71b90f Merge pull request #3482 from Calinou/add-3d-limitations-page
Add a dedicated page for 3D rendering limitations
2020-05-04 16:15:44 +02:00
Max Hilbrunner c28376e85f Merge pull request #3490 from Calinou/exporting-pcks-replace-optout
Document how to opt-out of replacing files when loading a PCK file
2020-05-04 16:12:10 +02:00
Hugo Locurcio ab2f52baf0 Document how to opt-out of replacing files when loading a PCK file
This feature was added in Godot 3.2.
2020-05-04 10:00:23 +02:00
Max Hilbrunner 5ed9127a8f Merge pull request #3488 from Calinou/mention-normal-map-coordinates
Mention the normal map coordinate system expected by Godot
2020-05-04 02:11:05 +02:00
Hugo Locurcio 53eedbfdd0 Mention the normal map coordinate system expected by Godot 2020-05-03 21:23:14 +02:00
Hugo Locurcio 555a68601e Add a dedicated page for 3D rendering limitations
The "3D performance and limitations" page was renamed to reflect
this change. It will specifically focus on 3D performance in the future.
2020-05-03 15:26:27 +02:00
Michael Alexsander e4f6430262 Make more snippets in GDScript basics page follow the styleguide (#3487) 2020-05-03 15:22:42 +02:00
Max Hilbrunner f7ca54c021 Merge pull request #3484 from ah0y/patch-2
FPS Tutorial Part 5 typo fix
2020-05-03 04:55:24 +02:00
abe fdf4c98a69 FPS Tutorial Part 5 typo fix 2020-05-02 19:41:36 -04:00
Max Hilbrunner fb45e50509 Merge pull request #2644 from Xrayez/gdscript-coroutines-completed
Elaborate on yielding to `completed` signal in GDScript basics
2020-05-03 01:00:03 +02:00
Max Hilbrunner e06888b372 Merge pull request #3468 from Calinou/mention-cross-language-inheritance
Mention the lack of support for cross-language script inheritance
2020-05-03 00:06:45 +02:00
Rémi Verschelde 5bbdd1ad9e Merge pull request #3483 from mhilbrunner/generate-description
Create Sphinx extension to generate HTML meta description tags
2020-05-02 23:44:06 +02:00
8ea31de5ef Added documentation for drag-and-drop support for exported arrays (#3480)
* Added documentation for drag-and-drop support for exported arrays

* Apply suggestions from code review

Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>

Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2020-05-02 22:32:02 +02:00
Max Hilbrunner 2927a912a5 Create Sphinx extension to generate HTML meta description tags 2020-05-02 21:34:02 +02:00
Max Hilbrunner a5ef2d8f5c Merge pull request #3467 from VardenTheOne/patch-1
Fix method name
2020-05-02 15:38:07 +02:00
mechPenSketch b844c946d9 Expand NodePath hints, added Resource hints to GDScript exports (#3473) 2020-05-02 14:03:24 +02:00
Rémi Verschelde 5a6b12d423 Merge pull request #3478 from Calinou/hlm-network-peer-property
Use `network_peer` as a property instead of using the setter method
2020-05-02 10:47:46 +02:00
Hugo Locurcio 726fe7ca1f Use network_peer as a property instead of using the setter method 2020-05-02 01:12:09 +02:00
tanchar 63a97f6d8a Replace Meta keyboard shortcut with explicit key (#3477) 2020-05-01 22:21:01 +02:00
Hugo Locurcio a492d292b9 Mention the lack of support for cross-language script inheritance
See https://github.com/godotengine/godot/issues/38352.
2020-04-30 20:16:35 +02:00
VardenTheOne a56bfcad1f Fix method name 2020-04-30 18:32:10 +03:00
Max Hilbrunner c54d5e320f Merge pull request #3464 from Calinou/importing-images-bmp-limitations
Document BMP loading limitations in Importing images
2020-04-30 15:35:43 +02:00
Hugo Locurcio b99bcb2bbd Document BMP loading limitations in Importing images 2020-04-29 18:02:48 +02:00
Max Hilbrunner 9c35b81f24 Merge pull request #3461 from mhilbrunner/fix-locale-names
Fix locale names
2020-04-28 19:29:44 +02:00
Max Hilbrunner 0b6d26e33d Prepend "(DEV)" to HTML titles if build locally/not on RTD 2020-04-28 16:53:08 +02:00
Max Hilbrunner b6e257a378 Merge pull request #3462 from Calinou/hlm-clarify-cpp-implementation
Clarify that NetworkedMultiplayerPeer cannot be extended via GDScript
2020-04-28 14:58:37 +02:00
Hugo Locurcio 30230b2971 Clarify that NetworkedMultiplayerPeer cannot be extended via GDScript
See #3460.
2020-04-28 09:39:20 +02:00
Max Hilbrunner 3c79f3e321 Fix locale names AGAIN :)
this time formatting to ISO 639-1 dynamically
2020-04-27 19:48:52 +02:00
Clay John 8bd9da0ca0 Initial Sky shader reference page (#3416)
* Initial Sky shader reference page
2020-04-27 18:56:10 +02:00
Lee MatosandHugo Locurcio 75f6f8997c Clarify that "right side" means Advanced menu in Signal interface (#3453)
Co-Authored-By: Hugo Locurcio <hugo.locurcio@hugo.pro>
2020-04-27 17:39:16 +02:00
cc17b4ca09 Include how to preview animations (#3456)
* Include how to preview animations

As a Godot newbie, it wasn't very clear running through this tutorial how to actually preview animations when I got to the "scrubbing the timeline" part.

* Apply Calinou's suggestion

Co-Authored-By: Hugo Locurcio <hugo.locurcio@hugo.pro>
Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
2020-04-27 16:32:57 +02:00
Rémi Verschelde 66d185d5d2 conf: Fix handling of composite language codes with regional specifier
And fix another bug where I used `en` instead of a string.
2020-04-27 13:12:04 +02:00
Rémi Verschelde e6b00ca97a Misc formatting fixes 2020-04-27 12:17:47 +02:00