Commit Graph
57 Commits
Author SHA1 Message Date
Hugo Locurcio 76bf1d2636 Add singular "Signal" meta keyword to signal tutorials
This makes possible to find them when searching for "signal",
instead of just "signals".

This closes #2629.
2020-04-09 15:00:51 +02:00
Hugo Locurcio 6fb8d9b5de Rename all instances of the x11 platform to linuxbsd
Export template binaries haven't been renamed yet, so their names
were left as-is.
2020-04-01 09:15:45 +02:00
Aaron Franke c66b287706 Update Transform and Basis value descriptions for binary serialization
Also fix incorrect documentation about int and float being 32-bit when they are actually 64-bit due to Variant.
2020-03-22 22:10:26 -04:00
Yuri Sizov 075acc61b0 Replace Pool*Arrays with Packed*Arrays in tutorials and references 2020-03-17 11:15:34 +03:00
Antonio Marcum 52026c1a0a Add a state design pattern tutorial (#2710) 2020-03-03 22:32:39 +01:00
skyace65 0ebc8389c7 Fix HDRI description in differences between GLES2 and GLES3 2020-02-11 23:30:38 -05:00
Rémi Verschelde 2e68d271fe Add DANGER admonition about freeing nodes in tool scripts
Closes godotengine/godot#35422 and many similar misunderstandings.
2020-01-22 09:51:01 +01:00
Hugo Locurcio 218794d55d Mention that ETC texture compression doesn't support transparency
This closes #2899.
2019-11-25 14:42:18 +01:00
skyace65 274b00acfd Add note about shader function performance in GLES2 2019-11-13 13:22:52 -05:00
Yuri Roubinsky b1f125ce3c Some fixes for GLES2/GLES3 differences table 2019-11-01 20:24:40 +03:00
clayjohn 686cecf8ac Update GLES2 differences doc with recent changes 2019-10-29 07:29:17 -07:00
Rémi Verschelde 5123465942 Fix some Sphinx warnings 2019-10-29 12:54:08 +01:00
Rémi Verschelde 8d949c45d3 Merge pull request #2835 from Calinou/improve-handling-quit-requests
Improve the Handling quit requests page
2019-10-29 09:03:53 +01:00
Jérôme GULLY c3c2a8819b add doc workaround textureSize() with gles2 (#2811) 2019-10-29 08:56:35 +01:00
frido 6a6464aea1 Fix various typos and grammar issues in tutorial articles 2019-10-09 23:56:08 +02:00
Hugo Locurcio fdac2a6db5 Improve the Handling quit requests page 2019-10-08 19:14:22 +02:00
skyace65 f02fb199b2 Update pause tutorial images for Godot 3.1 2019-08-13 17:41:39 -04:00
Kaligule db52c60bbe Add example code for setting the pause mode 2019-06-11 08:18:38 +02:00
Meriipu 2a4939036b another one 2019-06-08 14:42:08 +00:00
Michael Alexsander Silva Dias ba8632b7ae Move "Instancing with signals" images to the new doc location 2019-05-06 11:35:44 -03:00
Chris Bradfield 70bd699748 Move complex signal example to its own doc 2019-05-03 09:44:35 -07:00
clayjohn 2bd33f5a46 first pass at reviewing reduz' new docs 2019-04-22 15:15:30 -07:00
Juan Linietsky dbf5a855d5 Added documentation on optimization.
Added missing containers files.
2019-04-22 16:57:36 -03:00
clayjohn 11cd993bac updated gles2 differences 2019-04-17 08:01:25 -07:00
Gio Aleman 00cac8e212 Fixed small formatting issue in pausing games tutorial 2019-03-18 14:47:29 -04:00
Clay John d0eacac884 Added shading language differences to gles2 doc (#2237) 2019-03-10 11:24:29 +01:00
Rémi Verschelde 2ae280c4da Update gles2_gles3_differences.rst 2019-03-04 12:33:09 +01:00
clayjohn 58add6a6d1 added more information to gles2 gles3 2019-03-02 15:23:59 -08:00
Clay John cadfa956e5 Add tutorial on gles2 and gles3 differences (#2209) 2019-03-01 13:48:32 +01:00
Ignacio Etcheverry a129652342 Fixes and improvements of C# code examples 2019-02-18 22:08:01 +01:00
Rémi Verschelde 5b2aaf8d41 Optimize PNGs with optipng
Using `find -name "*.png" -exec optipng \;` and optipng 0.7.7
2019-01-26 22:10:03 +01:00
Juan Linietsky 82ffb39992 typo 2019-01-23 12:25:27 -03:00
Rémi Verschelde d8020549ad First proofreading of jitter/stutter tutorial 2019-01-23 15:52:36 +01:00
Juan Linietsky 419c313635 Add a short tutorial explaining how to fix (or report) jitter or stutter. 2019-01-23 11:40:11 -03:00
Rémi Verschelde a1af0dfc13 Adapt tutorial hyperlinks after godotengine/godot#24640 2019-01-07 11:43:18 +01:00
Rémi Verschelde cebd2fd588 Merge pull request #1912 from willnationsdev/change-scene
Added 'Changing scenes manually' section
2018-12-13 11:42:45 +01:00
Will Nations b1efd097de Added 'Changing scenes manually' section 2018-12-07 13:57:11 -06:00
Rémi Verschelde 4ef06a4135 Removing trailing whitespace
With `sed -i $(rg -l '[[:blank:]]*$' -g'!classes') -e 's/[[:blank:]]*$//g'`
2018-11-20 11:08:34 +01:00
Michael Alexsander Silva Dias 058dcdf71b Fix mistakes in "Running code in the editor" page 2018-10-02 20:24:11 -03:00
wingedadventurer 50a41a10db Add tutorial about running code in the editor (#1778)
* Add tutorial about running code in the editor

* Slight modifications based on requested changes

tool keyword should be at the top of the code, so I've modified the article accordingly.

Last note made more gramatically correct.
2018-10-02 17:07:24 +02:00
mhilbrunner f215a0cf26 Proofing/review: Remove filler words, adhere to style guide 2018-05-06 05:23:37 +02:00
Yuri Chornoivan 11d534015d Fix minor typos 2018-04-18 21:44:15 +03:00
Neil Moore 5ce57724d8 Merge branch 'master' into issue-1023 2018-04-10 19:09:47 -04:00
Max Hilbrunner c995a6bcd3 Merge pull request #1329 from ZX-WT/translation
modify internationalizing_games
2018-04-07 22:40:26 +02:00
ZX-WT f9f1cc7386 modify i18n-tutor 2018-04-07 22:27:10 +08:00
Paul Joannon 7eeb91a8fc Translate 'Saving games' to C# 2018-04-07 11:37:43 +02:00
Paul Joannon bd8cefdaa7 Translate Tutorials/Misc/PausingGames to C# 2018-04-05 13:29:52 +02:00
Paul Joannon c0a72f7745 Translate Tutorials/Misc/HandlingQuitRequests to C# 2018-04-05 13:22:07 +02:00
Neil Moore dc7463f7dc Moved certain tutorials to better-named subfolders from 'Misc' 2018-04-04 23:23:11 -04:00
Antonio Torres Moríñigo dee0cf26d2 Fix dictionary declaration in 'Saving games' tutorial 2018-03-22 20:14:26 +01:00