Commit Graph
3990 Commits
Author SHA1 Message Date
Balázs Kalydi 91717ff234 Update GDExtension tutorial with the hot reload feature (#9618)
Although the tutorial assumed the hot reload feature, it wasn't enabled in the example config file. Also it didn't mention that it only works if it's compiled in debug mode.
2024-08-14 19:31:17 +02:00
Patrick Exner (FlameLizard)andMax Hilbrunner b21addcf51 Add page about gdextension docs generation (#9667)
* Adding page about gdextension docs generation

---------

Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
2024-08-14 19:27:31 +02:00
Max Hilbrunner 7b26368c5c Merge pull request #9719 from Calinou/importing-images-cubemap-templates
Add cubemap template images to Importing images
2024-08-14 15:20:11 +02:00
Max Hilbrunner c5a0776c64 Merge pull request #9739 from skyace65/Instancing-Message
Add info for opening demo projects
2024-08-13 11:17:47 +02:00
Max Hilbrunner c34eaebc6c Merge pull request #9736 from smix8/tilemap_navwarn
Add tip and warning about TileMap build-in navigation
2024-08-12 08:00:33 +02:00
skyace65 f15784d14b Add info in instancing for opening the demo project 2024-08-11 22:45:27 -04:00
smix8 48343bebde Add tip and warning about TileMap build-in navigation
Adds a tip to TileMap navigation section that informs users to prefer baking the TileMap navigation.
Also adds a warning that 2D navigation meshes can not overlap.
2024-08-11 22:52:31 +02:00
smix8 01103403c3 Add 2D versions of NavigationAgent script templates
Adds 2D versions of the NavigationAgent script templates and condenses all the templates in a tab menu.
2024-08-10 18:23:03 +02:00
smix8 ea26ff9269 Update NavigationAgent doc with new simplify_path property
Mentions the new simplify_path  properties on the NavigationAgents.
2024-08-10 14:03:02 +02:00
smix8 9017929096 Add links to navigation mesh chunks demos
Adds links to navigation mesh chunks demos.
2024-08-08 20:10:51 +02:00
Hugo Locurcio 48df572ab9 Add cubemap template images to Importing images
Images were generated using
<https://github.com/Calinou/godot-cubemap-generator>.
2024-08-08 19:34:33 +02:00
Max Hilbrunner 0447cfc4a8 Merge pull request #9640 from dsnopek/xr-start-real-pause
Truly pause game in XR start script tutorial
2024-08-08 02:30:00 +02:00
Max Hilbrunner 7503ecbc46 Merge pull request #9400 from skyace65/VisualShader
Update VisualShader page for 4.3
2024-08-08 00:45:27 +02:00
Max Hilbrunner 083f7589b9 Merge pull request #9708 from thejacer87/patch-1
Update gdscript_styleguide.rst
2024-08-06 05:58:39 +02:00
Max Hilbrunner 8cd8134acf Merge pull request #9702 from TAGames/patch-1
CSharp example missing return type
2024-08-05 17:07:23 +02:00
smix8 04f9e34d04 Mention that the NavigationMesh border_size only works along xz-axis
Adds a warning that the NavigationMesh border_size property only works along xz-axis as a limitation of the Recast third-party baking library.
2024-08-04 21:33:14 +02:00
Jace Bennest d71c24c699 Update gdscript_styleguide.rst
fixes typo
2024-08-04 10:48:19 -07:00
Rémi VerscheldeandMax Hilbrunner d74dc49db1 Upgrade to 4.3: Add note about Multiplayer protocol compat breakage (#9685)
* Upgrade to 4.3: Add note about Multiplayer protocol compat breakage

Closes https://github.com/godotengine/godot/issues/94769.

---------

Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
2024-08-04 16:52:09 +02:00
Tristan A. a2d29557ed CSharp example missing return type 2024-08-02 22:34:28 +02:00
Max Hilbrunner 2886f9b8b6 Merge pull request #9642 from Incognito357/Incognito357-update-docs-scene_organization
Update scene_organization.rst
2024-08-02 03:29:57 +02:00
Matthew e7ba9ce9c0 Merge pull request #9693 from Giganzo/patch-1
Add Duplicate Lines shortcut to Text Editor
2024-08-01 21:17:16 -04:00
Muller-Castro a36ff907f9 Add typed loop variable example in GDScript reference (#9388) 2024-08-02 02:30:20 +02:00
Mateus EliasandHugo Locurcio b389d1d6ed Finish incomplete setence in High-level multiplayer tutorial (#9421)
Added clarification regarding the matching of function arguments in RPC signatures between server and client code.

Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2024-08-02 02:28:03 +02:00
The-Cyber-Captain a293204d03 Fix outdated method name in code sample in 3D gizmo plugins (#9695)
Addresses "Unnamed Gizmo" error when following example code;
now overriding `_get_gizmo_name` function, not `get_name`.
2024-08-02 01:41:45 +02:00
cakepie f9f9b69313 Update standard_material_3d.rst to Godot 4 (#9641)
* Depth renamed to Height in Standard Material 3D
2024-08-01 18:11:09 -04:00
Max Hilbrunner 25e2ae64aa Merge pull request #9690 from Calinou/advanced-postprocessing-unshaded-render-mode
Recommend `unshaded` render mode for quad in Advanced post-processing
2024-08-01 19:09:20 +02:00
Max Hilbrunner fc8df8692c Merge pull request #9689 from Calinou/using-fonts-add-variable-font-weight-table
Add variable font weight table to Using fonts
2024-08-01 19:07:30 +02:00
Max Hilbrunner e5bb07f420 Merge pull request #9686 from Jordyfel/patch-1
Document Windows Defender causing slow startup in large projects
2024-08-01 19:05:42 +02:00
Max Hilbrunner ea0c079daf Merge pull request #9681 from skyace65/TileMapLayer
Update docs for new TileMapLayer node
2024-08-01 19:03:50 +02:00
Giganzo 8b7377681d Add Duplicate Lines shortcut to Text Editor
Added Duplicate Lines shortcut to Text Editor section
2024-08-01 14:15:43 +02:00
skyace65 9050e076e7 Update docs for new TileMapLayer node 2024-08-01 07:06:12 -04:00
Hugo Locurcio fdf310da93 Recommend unshaded render mode for quad in Advanced post-processing
This prevents the quad from being affected by lighting, while also
improving performance.
2024-08-01 03:37:28 +02:00
Hugo Locurcio 709fe6aab2 Add variable font weight table to Using fonts 2024-08-01 03:17:07 +02:00
Yordan Dolchinkov 81e6a38ae5 Update troubleshooting.rst 2024-07-31 14:55:23 +03:00
Stqrm264 ed3adefdea Changed "OS.web_has_feature("web_ios")" (which doesn't exist) to the correct method "OS.has_feature("web_ios")" 2024-07-30 23:50:46 +03:00
A Thousand Ships 0c9eaf14c3 Merge pull request #9644 from Incognito357/Incognito357-update-docs-change_scenes_manually
Update change_scenes_manually.rst
2024-07-30 07:32:08 -09:00
Fredia Huya-KouadioandHugo Locurcio 73091bea0a Update the Android build documentation (#9669)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2024-07-30 08:39:57 +02:00
8d1bff6aea Document behavior of modulo operator (#9358)
Different languages and contexts have different default behaviors for modulo
where one or both operands are negative. "The remainder of an integer division"
is underspecified. As such, clarification is in order.

Co-authored-by: Aaron Franke <arnfranke@yahoo.com>
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2024-07-30 07:38:27 +02:00
Matthew afbece3bdf Merge pull request #9250 from raulsntos/breaking_changes_4.3
Add "Upgrading from Godot 4.2 to Godot 4.3" page
2024-07-28 15:38:30 -04:00
Volkan Gezer b08d7fea84 First look at editor's interface iteration 2024-07-27 14:02:02 +02:00
Matthew cdfb87efbb Merge pull request #9481 from vgezer/intro3d
A Revisited "Intro to 3D Page"
2024-07-26 22:03:50 -04:00
skyace65 5712db6da1 Update VisualShader page for 4.3 2024-07-26 21:50:13 -04:00
Raul Santos 305eca6f51 Add "Upgrading from Godot 4.2 to Godot 4.3" page 2024-07-26 17:33:40 +02:00
Jason 6ffdb2ff0d Update change_scenes_manually.rst
Rewrote to use active voice. Reworded some sections for grammar, clarity, or removal of banned words
2024-07-23 22:29:12 -04:00
Jason 750879c632 Update scene_organization.rst
Rewrote to use active voice. Reworded some sections for grammar, clarity, or removal of banned words
2024-07-23 21:56:55 -04:00
David Snopek 7e0bbcaf70 Truly pause game in XR start script tutorial 2024-07-23 08:41:15 -05:00
Max Hilbrunner 5419bbbd05 Merge pull request #9579 from ayanchavand/android-docs-fix
Updated required package link for Android docs
2024-07-22 16:14:09 +02:00
RiyyiandA Thousand Ships f001dcf2d8 Update alignment
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
2024-07-21 17:02:00 +00:00
Riyyi 700b8bda73 Update "Autoload" navigation to match 4.3 menu
The "Project Settings" menu was restructured in 4.3, reflect this in the navigation instructions.
2024-07-21 16:00:16 +00:00
Matthew f2354acf64 Merge pull request #9613 from smix8/navmesh_obstacle
Mention that unwanted navmesh can be discarded with a NavigationObstacle3D
2024-07-17 19:04:34 -04:00