Commit Graph
2968 Commits
Author SHA1 Message Date
Max Hilbrunner ad442babea Merge pull request #7453 from smix8/update_navmesh_create_from_mesh_4.x 2023-08-01 03:32:11 +02:00
Max Hilbrunner bef2b30d29 Merge pull request #7446 from mhilbrunner/get-rid-of-weirdness 2023-08-01 03:31:58 +02:00
Max Hilbrunner f5cc90c19c Merge pull request #7447 from smix8/navlink_location_4.x
Fix NavigationLink doc using old property names
2023-08-01 03:31:49 +02:00
Max Hilbrunner 5f794b05e1 Merge pull request #7441 from br1trs/delete-get-root 2023-08-01 03:31:38 +02:00
Max Hilbrunner 9956a1cff0 Merge pull request #7436 from bitsawer/update_pygments 2023-08-01 03:31:28 +02:00
Max Hilbrunner d60eb818f8 Merge pull request #7439 from m4gr3d/update_android_section 2023-08-01 03:31:08 +02:00
Max Hilbrunner 65939092ae Merge pull request #7412 from dalexeev/update-doc-bbcode 2023-08-01 03:30:39 +02:00
Max Hilbrunner 8c370d7083 Merge pull request #7440 from aaronfranke/fix-3d-asset-dir 2023-08-01 03:23:25 +02:00
Aaron Franke 8d61871b27 Merge pull request #7406 from aaronfranke/3d-asset-directions
Add information about 3D asset direction conventions to "Importing 3D scenes"
2023-08-01 03:23:11 +02:00
Jason McGhee e8aabc1e03 Fix compute_shaders.rst C# code snippets to compile (#7433) 2023-08-01 03:22:48 +02:00
Max Hilbrunner 2417c3193c Merge pull request #7419 from Calinou/command-line-tutorial-export-headless 2023-08-01 03:22:39 +02:00
Max Hilbrunner 2409c0db55 Merge pull request #7426 from dalexeev/gds-onready-export 2023-08-01 03:22:29 +02:00
Matthew a4103ede56 Merge pull request #7430 from kkoang/patch-10
Update using_character_body_2d.rst
2023-08-01 03:22:13 +02:00
Matthew 309099ac8c Merge pull request #7417 from MisoMosiSpy/excel_cvs_warning
Remove outdated warning from Importing translations tutorial
2023-08-01 03:21:41 +02:00
John Doughty 199dc1ddb0 Update animation_tree.rst to reflect One Shot's C# enums not being li… (#7391) 2023-08-01 03:19:38 +02:00
Max Hilbrunner 890637d608 Merge pull request #7396 from fedorenchik/patch-1 2023-08-01 03:19:24 +02:00
Matthew a5790f72c7 Merge pull request #7394 from hakro/patch-1
Fix description in standard_material_3d.rst
2023-08-01 03:19:10 +02:00
Max Hilbrunner d0fc0ad7a2 Merge pull request #7393 from yashmistri/fix-7388 2023-08-01 03:18:39 +02:00
Max Hilbrunner 879d07c876 Merge pull request #7386 from Piralein/enum-stuff 2023-08-01 03:16:40 +02:00
Max Hilbrunner 960776563d Merge pull request #7389 from Calinou/using-fonts-pixel-art-size-2 2023-08-01 03:15:19 +02:00
Konstantin KopkaandMax Hilbrunner 58f104892c 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-08-01 03:14:57 +02:00
OgGhostJelly 76f753db0e 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-08-01 03:13:48 +02:00
Max Hilbrunner fd3b8cfb35 Merge pull request #7613 from raulsntos/dotnet/fix-diff 2023-07-18 14:11:15 +02:00
Raul Santos 0c7134470d Fix C# differences list for 4.0 2023-07-05 13:58:43 +02:00
smix8 414f4be329 Update navigation different actor types
Updates navigation different actor types.
2023-07-05 11:05:52 +02:00
Timothe Bonhoure 051fbdf505 Update gdextension_cpp_example.rst 2023-06-03 13:29:26 +02:00
smix8 d5a63a016e [4.0] Fix wrong navigation agent example code
Fixes wrong navigation agent example code.
2023-05-18 21:54:55 +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 HilbrunnerandDoug Thompson 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
matt08-progandMax Hilbrunner 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
Danil AlexeevandMax Hilbrunner 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 146e077ae6 Merge pull request #7368 from Calinou/animationtree-fix-code-literals 2023-05-18 10:38:06 +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 MarquesandMax Hilbrunner 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
KittenDeveloperandYuri Sizov 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 EsandMax Hilbrunner 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
VestedGrammarandRaul Santos 50f8f10250 Update physics_introduction.rst (#7360)
Co-authored-by: Raul Santos <raulsntos@gmail.com>
2023-05-17 10:14:39 +02:00
Hugo LocurcioandMax Hilbrunner 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
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
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