davidvereb
a3f07af295
Further explanation of `continue`. ( #6642 )
...
* Further explanation of ``continue``.
I find this remark quite useful for beginner programmers unused to loops.
Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com >
2023-01-24 01:28:19 +01:00
Guilherme
fc44323517
Fix CameraPivot rotation in Moving the player with code ( #6654 )
...
CameraPivot should be rotated -45 degrees instead of 45 degrees
in order to produce the results demonstrated in the screenshots.
Otherwise, the camera will be pointing upwards instead of downwards.
2023-01-24 01:26:40 +01:00
Rémi Verschelde
57cf02276a
Update copyright statement from 2022 to 'present'
...
(cherry picked from commit b4a43f14b8 )
2023-01-20 14:51:11 +01:00
Rémi Verschelde
9e00968a4f
Update release policy, shifting Q4 2022 estimates to Q1 2023
...
Label the upcoming 3.6 as LTS and clarify that it will come after 4.0.
(cherry picked from commit 407285335f )
2023-01-20 14:51:05 +01:00
Hugo Locurcio
5f5a93784d
Document tangents being required for normal maps in Using the SurfaceTool
2022-12-01 16:47:38 +01:00
Nông Văn Tình
aa78ead1f4
Mention DEPTH must be set in all branches in Spatial shaders ( #6429 )
...
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
2022-11-28 22:52:01 +01:00
Hugo Locurcio
88c8d3d071
Document SSR not working with SCREEN_TEXTURE/DEPTH_TEXTURE ( #6382 )
...
closes https://github.com/godotengine/godot/issues/44339
2022-11-15 00:08:34 +01:00
David Graham
7299355dbf
Update VS Community license terms in Configuring an IDE ( #6360 )
2022-11-03 16:56:31 +01:00
Binney
f77c83510e
Remove prints which make the program hang in Recording with microphone ( #6346 )
2022-10-28 21:40:00 +02:00
belzecue
2eab8adce4
Fix typo in Exporting for the Web ( #6321 )
2022-10-17 16:57:29 +02:00
Raul Santos
5cde624a67
Warn about non-tool plugin scripts in C# ( #6138 )
...
* Warn about non-tool plugin scripts in C#
- Add warning about C# plugins not reloaded when they are not tools
- Add `[Tool]` attribute to plugin scripts in examples so they are not lost on reload
2022-10-15 18:21:14 +02:00
Rémi Verschelde
916ad43e52
Remove info box about other versions as it always gets outdated
2022-10-14 18:06:02 +02:00
Rémi Verschelde
68bb6009d7
classref: Sync with 3.5.1-stable
2022-09-28 12:16:44 +02:00
Nathan Lovato
10052e5d73
add page linking to the Learn GDScript app
...
The variable in the app's URL ensures the user gets a special end screen that
does not promote our paid course.
(cherry picked from commit d58a6b6c9f )
2022-09-28 12:16:12 +02:00
clayjohn
9baaed9628
Fix order of EXTRA_MATRIX and WORLD_MATRIX
...
in CanvasItem Shader reference page
(cherry picked from commit 32ef437729 )
2022-09-28 12:15:52 +02:00
Rémi Verschelde
05aaca417a
classref: Sync with current 3.5 branch (26a28d6bb)
2022-09-09 15:19:53 +02:00
Raul Santos
4127b5106a
Warn users about Activate now on C#
...
- Add a warning about enabling `Activate now` for C# plugins
- Add tabs to `Create Plugin` dialog values
(cherry picked from commit 39f488e62e )
2022-09-09 15:18:23 +02:00
Rémi Verschelde
4b9efd20fd
Data paths: Fix editor paths and improve docs on custom user dir
...
(cherry picked from commit 00beb9f6f5 )
2022-09-09 15:18:23 +02:00
Evan
a9d97dcd8e
Fixed spelling error in Running on MacOS docs
...
(cherry picked from commit 7c815422db )
2022-09-09 15:18:23 +02:00
Hugo Locurcio
42faa95287
Document registering an autoload when an editor plugin is enabled
...
(cherry picked from commit 9baaf4dc42 )
2022-09-09 15:18:23 +02:00
TuxTheAstronaut
4c0a92f8e8
Add missing dependincies like Alsa and Pulseaudio to Alpine linux one-liner
...
adds "eudev-dev", "alsa-lib-dev", and "pulseaudio-dev" to the list of dependency's to install for alpine Linux to get the editor to compile and audio to work on both godot 4 and 3.x
(cherry picked from commit 76b6c83ff5 )
2022-09-09 15:18:23 +02:00
Hugo Locurcio
aa3b710738
Document custom feature tags not being used when running from editor
...
(cherry picked from commit a849a3b6a5 )
2022-09-09 15:18:23 +02:00
Hugo Locurcio
651f8be09a
Warn about the importance of registering the RichTextEffect
...
(cherry picked from commit 23dd5d21ae )
2022-09-09 15:18:23 +02:00
Daria Kolodzey
436e9ab3bf
iOS export: update required options
...
The exporter was updated and the number of required options
decreased. This commit updates the docs accordingly.
(cherry picked from commit 075a8c9a6a )
2022-09-09 15:18:23 +02:00
Rémi Verschelde
18e126af58
Compiling for Windows: Clarify that VS is Windows only ( #5970 )
...
Co-authored-by: Yuri Sizov <11782833+YuriSizov@users.noreply.github.com >
(cherry picked from commit 1f499d5d4b )
2022-09-09 15:18:23 +02:00
Rémi Verschelde
b097529d4d
Sync consoles page with master
...
(cherry picked from commit 5b3951bf1f )
2022-09-09 15:07:02 +02:00
Spencer Kotys
51b9979a69
Improved documentation for GDScript in keyword ( #5883 )
...
* Improve 'in' operator description
* Apply syntax suggestions from code review
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
(cherry picked from commit 22f820a036 )
2022-09-09 15:03:35 +02:00
Yuri Sizov
9d7de8e55d
Revert "Add newly shader built-ins to docs backport" ( #6154 )
2022-09-08 16:14:01 +03:00
Max Hilbrunner
401456d848
Merge pull request #6152 from paddy-exe/backport-shader-built-ins
...
Add newly shader built-ins to docs backport
2022-09-08 13:41:17 +02:00
Patrick
2b7c4911f4
Add newly shader built-ins to docs backport
...
Backport of https://github.com/godotengine/godot-docs/pull/6022
2022-09-08 13:03:24 +02:00
Douglas Leão
a3c88d9f3b
Fix FFmpeg filter command in Playing videos ( #6151 )
2022-09-08 03:02:52 +02:00
David Briscoe
385453decb
Rename print_x_times to print_n_times in Cross-language scripting ( #6143 )
...
Change code to match the rest of the documentation. C# examples
use PrintNTimes and calls print_n_times, so change gdscript to match.
2022-09-06 18:19:36 +02:00
hhhhour
829ad96075
Use exact name of AnimationPlayer node in Character animation ( #6141 )
2022-09-06 01:51:03 +02:00
pkowal1982
465c5758ca
Document changing Windows export template icon without external tools ( #6132 )
2022-09-02 17:34:11 +02:00
Max Hilbrunner
ef03d093af
Merge pull request #6128 from Calinou/visualscript-add-removal-notice
...
Add VisualScript pending removal notice in Godot 4.0
2022-09-01 09:09:20 +02:00
Hugo Locurcio
ed76af5660
Add VisualScript pending removal notice in Godot 4.0
2022-09-01 01:51:24 +02:00
Yuri Sizov
8eed3a2be7
Fix the styling of the HTML shell reference ( #6119 )
...
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
2022-08-31 16:36:19 +02:00
Matthew
5cd7d6afc9
Merge pull request #6112 from cromerc/3.5
...
Remove beta tag from version
2022-08-25 21:44:10 -04:00
Chris Cromer
63999e9986
Remove beta tag from version
2022-08-25 21:30:49 -04:00
Cameron Reikes
02db4f3cad
Clarify issue with GLES2 renderer ( #6100 )
...
* Clarify issue with GLES2 renderer
See #6098
* Apply suggestions from code review
Co-authored-by: Clay John <claynjohn@gmail.com >
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
2022-08-24 16:54:23 +02:00
Max Hilbrunner
7842c5b50a
Codespell & typo fixes ( #6101 )
...
* Codespell & typo fixes
* Apply suggestions from code review
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
2022-08-23 15:40:00 +02:00
Matthew
2539b661ad
Document type variations and update images ( #6080 )
2022-08-16 14:42:46 +02:00
bitsawer
cdbebb0e9b
Add missing vertex normal array in TSCN file format ( #6068 )
2022-08-13 18:49:26 +02:00
Alex786
da35c3052d
Fix typo in Your first 3D shader ( #6061 )
2022-08-10 12:02:14 +02:00
Max Hilbrunner
d68edf7065
Release policy: Mark 3.5 stable release ( #6057 )
...
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com >
(cherry picked from commit 63bf9a6be9 )
2022-08-08 22:23:01 +02:00
Rémi Verschelde
f13755a65b
Merge pull request #6040 from Calinou/compiling-linuxbsd-alpine-add-mesa-dependency
...
(cherry picked from commit 05ac649c25 )
2022-08-08 20:36:24 +02:00
Henry Catalini Smith
f7ae2175b3
Add macOS keyboard shortcut in Creating your first script ( #6032 )
...
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
(cherry picked from commit b81f0030b7 )
2022-08-08 20:34:57 +02:00
m-at-FNSPE
92e100ab21
Fix mob scene typo in Your first 2D game ( #6007 )
...
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
(cherry picked from commit 55d3093715 )
2022-08-08 20:33:57 +02:00
Stanislav Balia
59efae784a
Nodes & Scenes: Added macOS shortcuts mentioning. ( #5993 )
...
* Added macOS shortcuts mentioning.
Unfortunately, suggested hotkeys don't work for macOS. I guess it will be useful to mention macOS shortcuts directly in the docs.
* Apply suggestions from code review
Co-authored-by: Yuri Sizov <11782833+YuriSizov@users.noreply.github.com >
(cherry picked from commit 523a1c0f03 )
2022-08-08 20:32:11 +02:00
Max Hilbrunner
612d52dc40
Merge pull request #5985 from 31/dev/31/winbugs
...
Add notes for common C# bugs on Windows
(cherry picked from commit 420ed2739f )
2022-08-08 20:30:03 +02:00