Commit Graph

7277 Commits

Author SHA1 Message Date
Godot Organization
167c58e46f classref: Sync with current master branch (809a982) 2023-05-20 03:19:15 +00:00
Konstantin Kopka
8e45b3c141 Clarify that iOS plugin's files have to be in a very specific directory to work (#7379)
Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
2023-05-19 09:41:56 +02:00
Max Hilbrunner
b48520388d Merge pull request #7381 from OgGhostJelly/patch-1 2023-05-19 09:40:35 +02:00
OgGhostJelly
6441b69378 Fixed code snippet using 3.x name for PhysicsServer2D
The code was originally using Physics2DServer which has been renamed to PhysicsServer2D in 4.x
2023-05-19 10:54:50 +07:00
Max Hilbrunner
1c64c4aecf Merge pull request #7376 from smix8/fix_navagent_example_4.x 2023-05-18 21:40:56 +02:00
smix8
9f4ef23a9a Fix wrong navigation agent example code
Fixes wrong navigation agent example code.
2023-05-18 21:24:58 +02:00
Max Hilbrunner
b4b1d606ff Merge pull request #7350 from smix8/update_navagent_doc_4.x 2023-05-18 14:41:35 +02:00
smix8
cf9760d61a Update NavigationAgent doc for avoidance rework
Updates NavigationAgent doc for avoidance rework.
2023-05-18 14:37:31 +02:00
Max Hilbrunner
e1e8f41e1d Merge pull request #7373 from godotengine/classref-fixes 2023-05-18 14:29:14 +02:00
Max Hilbrunner
98452b288a Classref fixes 2023-05-18 14:23:55 +02:00
Max Hilbrunner
c83b1da9a2 Merge pull request #7334 from smix8/update_navobstacle_doc_4.x 2023-05-18 13:39:24 +02:00
Max Hilbrunner
3fb3f67b86 Merge pull request #7340 from Calinou/volumetric-fog-noisetexture3d 2023-05-18 13:34:08 +02:00
Max Hilbrunner
03b98998a4 Merge pull request #7342 from godotengine/classref/sync-c64afeb 2023-05-18 13:31:25 +02:00
Max Hilbrunner
b98dabbc73 Merge pull request #7371 from raulsntos/dotnet/renames-2 2023-05-18 13:19:16 +02:00
Max Hilbrunner
ab22e5488a Merge pull request #7372 from mhilbrunner/creating-my-own-enemies 2023-05-18 13:17:30 +02:00
Raul Santos
c457ab79ec Update some C# examples
- Rename members that have been renamed in Godot's C# API for 4.0.
- Change `delta` parameter type to `double`.
- Ensure parameters match base declaration.
- Follow our code style more closely.
- Other minor code fixes.
2023-05-18 13:14:05 +02:00
Max Hilbrunner
1645e5740c Clarification in Getting Started 2D 2023-05-18 13:12:43 +02:00
Max Hilbrunner
97b6f53622 Merge pull request #7370 from mhilbrunner/snakes-everywhere 2023-05-18 12:55:55 +02:00
Max Hilbrunner
72c0af46b2 Snake-case .tscn, .gd and _on_* callbacks
Co-authored-by: Doug Thompson <s-git@dougthompson.co.uk>
2023-05-18 12:46:58 +02:00
Max Hilbrunner
03081e0f14 Merge pull request #7369 from mhilbrunner/score-and-replay-grammar 2023-05-18 12:13:27 +02:00
Max Hilbrunner
9542c3d181 Small grammar fix in Getting Started 3D 2023-05-18 12:08:29 +02:00
matt08-prog
88e02928f3 rework two funcref code examples (#6542)
Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
2023-05-18 11:32:07 +02:00
dprime
4fa13df80f make the section describing wiring up the hit signal slightly more verbose (#6480)
Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
2023-05-18 11:20:48 +02:00
Kory Postma
94d621b65f Update 07.finishing-up.rst (#7093)
Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
2023-05-18 11:08:07 +02:00
Danil Alexeev
4aff3ddc8a Update "GDScript reference" (operators and match) (#7323)
Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
2023-05-18 10:57:40 +02:00
Max Hilbrunner
f7611bb4ad Merge pull request #7200 from MisoMosiSpy/input_example_keymodifiers 2023-05-18 10:49:15 +02:00
Max Hilbrunner
c0c7197e19 Merge pull request #6133 from Calinou/add-rendering-architecture 2023-05-18 10:39:52 +02:00
Max Hilbrunner
146e077ae6 Merge pull request #7368 from Calinou/animationtree-fix-code-literals 2023-05-18 10:38:06 +02:00
Atul Varma
7b17bdaad4 Document project settings in 01.project_setup.rst (#7359)
Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
2023-05-18 10:37:13 +02:00
Hugo Locurcio
00381a521b Add a page documenting Godot's internal rendering architecture
This is intended for new and returning engine contributors.
2023-05-18 09:56:38 +02:00
Hugo Locurcio
f52305f9df Fix code literal syntax in Using AnimationTree
These paragraphs were copied over from the class reference, but
the formatting wasn't changed to match reStructuredText.
2023-05-18 09:52:49 +02:00
Max Hilbrunner
31035b21d9 Merge pull request #6857 from KittenDeveloper/master 2023-05-18 09:46:35 +02:00
Felipe Augusto Marques
c4db831703 More precise documentation about property underlying access (#7362)
Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
2023-05-18 09:36:54 +02:00
Max Hilbrunner
2383ef6aba Further work on background loading tutorial 2023-05-18 09:35:35 +02:00
yashm
8a09a24999 Fix typo in lights_and_shadows.rst (#7363) 2023-05-18 02:19:37 +02:00
KittenDeveloper
6e15d35a20 Update background_loading.rst
Update tutorials/io/background_loading.rst

Co-authored-by: Yuri Sizov <11782833+YuriSizov@users.noreply.github.com>

Update background_loading.rst

fix a warning about underlines
2023-05-17 11:56:43 +02:00
Max Hilbrunner
d0b68537e6 Merge pull request #7018 from trash-max/IAP_method_getProducts 2023-05-17 10:59:12 +02:00
Max Hilbrunner
a7cad26eca Merge pull request #7353 from and-rad/export-config 2023-05-17 10:53:11 +02:00
Max Hilbrunner
a8867973bb Merge pull request #7349 from ddxt/patch-1 2023-05-17 10:38:10 +02:00
Max Hilbrunner
e91cc12ab6 Merge pull request #7351 from Lunarmagpie/patch-1 2023-05-17 10:37:04 +02:00
Alex Es
c3cda2cf50 Update descriptions and types for CanvasItem built-ins (#7283)
Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
2023-05-17 10:29:18 +02:00
VestedGrammar
50f8f10250 Update physics_introduction.rst (#7360)
Co-authored-by: Raul Santos <raulsntos@gmail.com>
2023-05-17 10:14:39 +02:00
Hugo Locurcio
cdc3f1f3ab Document font size caveats for pixel art fonts in Using fonts (#7355)
Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
2023-05-16 10:27:17 +02:00
Ashley
9dcef8a465 Added a C# tutorial for the "Setting up XR"-section (#7352)
Co-authored-by: Raul Santos <raulsntos@gmail.com>
Co-authored-by: Ashtreighlia <daginberth@gmail.com>
2023-05-16 01:15:58 +02:00
Max Hilbrunner
aaa3c60213 Merge pull request #7354 from Calinou/svg-thorvg 2023-05-16 01:14:58 +02:00
Max Hilbrunner
a6b2a75cba Update tutorials/3d/volumetric_fog.rst
Co-authored-by: Clay John <claynjohn@gmail.com>
2023-05-16 01:13:58 +02:00
Hugo Locurcio
b062fbfd6f Link to ThorVG viewer to check whether a SVG can render correctly 2023-05-15 16:20:49 +02:00
Andreas Raddau
b6f197c064 Documented export config files and evironment vars 2023-05-15 14:02:38 +02:00
Lunarmagpie
760cb085d1 Update cpu_optimization.rst 2023-05-14 23:54:03 -04:00
toafloast
d21e992878 Update submitting_to_assetlib.rst (#7339)
Co-authored-by: Aaron Franke <arnfranke@yahoo.com>
Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
2023-05-15 01:45:16 +02:00