Rémi Verschelde
ce7a9a6eab
Images: Remove unused images (no 'image::' or 'figure::' reference)
2020-06-05 14:43:20 +02:00
Josef Vlach
71515b4a7d
minor typo fix in state_design_pattern tutorial
2020-05-25 08:33:55 +01:00
Hugo Locurcio
3faa26fadf
Mention lawnjelly's smoothing add-on in Fixing jitter and stutter
2020-05-18 21:58:29 +02:00
Hugo Locurcio
d494d19dac
Remove trailing whitespace and irregular whitespace
2020-05-17 00:26:19 +02:00
AntonWetzel
a364907465
Added guide to edit variables ( #3049 )
...
* Added guide to edit variables
* Style updated
removed static typing
added line between function
added space after #
* Apply suggestions from code review
Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com >
2020-05-14 17:52:47 +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
Marcel Admiraal
a865a960f7
Convert SpatialMaterial references to StandardMaterial3D.
2020-05-04 20:09:23 +01:00
Hugo Locurcio
046215542d
Fix some typos and grammar mistakes found using LanguageTool
2020-04-16 23:07:05 +02:00
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