Commit Graph
4027 Commits
Author SHA1 Message Date
RedStainedInk dfdb5bcd2c Removed outdated information about Mono SDK beeing necessary
Mono SDK isn't necessary any more for Godot .NET to work properly on Linux. All functionality that was needed from Mono back then is now provided by .NET proper.

I fear Mono SDK might even cause some conflict with up-to-date .NET.
2024-10-04 03:46:28 +02:00
Matthew a00772a0d0 Merge pull request #9897 from FarzadBT/FarzadBT-patch-1
Add info to turn off preview sunlight before working with 3D shader lighting in 'Your first 3D shader'.
2024-10-04 03:46:20 +02:00
Hugo Locurcio 5dfcf84e7b Fix decals demo link in Using decals 2024-10-04 03:45:51 +02:00
Hugo Locurcio 30da51b4b6 Document physics interpolation not being supported in 2D particles yet 2024-10-04 03:45:42 +02:00
Lukas Fletcher e4649e89de Update misspelled word in using_tilesets.rst 2024-10-04 03:45:01 +02:00
yesfish 619cea0dc3 Improve next_pass documentation in Standard Material 3D (#9762) 2024-10-04 03:44:50 +02:00
Matthew 542a8a4a82 Merge pull request #9773 from darkstarworks/master
Update 07.killing_player.rst
2024-10-04 03:44:36 +02:00
Hana - Piralein 0f3fabbb5a Update codespell path and fix spelling errors 2024-10-04 03:44:22 +02:00
Lukas Fletcher d0949b8cac Update animations text in data_preferences.rst
Fix grammar in one sentence
Add reference to mentioned node
2024-10-04 03:44:04 +02:00
Lukas Fletcher f0889ed8f4 remove article before plural noun from autoloads_versus_internal_nodes.rst autoloads_versus_internal_nodes.rst
remove 'a' from "share a variables"
2024-10-04 03:43:54 +02:00
829c82c643 Add C# examples to Playing videos
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
Co-authored-by: Raul Santos <raulsntos@gmail.com>
2024-10-04 03:43:46 +02:00
Shawn HardernandRaul Santos bf067871c0 Add C# examples to Using Viewports documentation
Co-authored-by: Raul Santos <raulsntos@gmail.com>
2024-10-04 03:43:35 +02:00
Shawn HardernandRaul Santos 8523eca7b7 Add C# examples to Using NavigationMaps
Co-authored-by: Raul Santos <raulsntos@gmail.com>
2024-10-04 03:43:26 +02:00
Shawn HardernandRaul Santos 25aae6b45e Add C# examples to Creating movies
Co-authored-by: Raul Santos <raulsntos@gmail.com>
2024-10-04 03:43:17 +02:00
Shawn HardernandRaul Santos 2d05a30428 Add C# examples to Background loading
Co-authored-by: Raul Santos <raulsntos@gmail.com>
2024-10-04 03:43:03 +02:00
Shawn HardernandRaul Santos f975e49bd7 Add C# examples to High-level Multiplayer documentation
Co-authored-by: Raul Santos <raulsntos@gmail.com>
2024-10-04 03:42:46 +02:00
Shawn Hardern 5e3c570f7b Add C# examples to Mesh level of detail 2024-10-04 03:42:26 +02:00
Shawn Hardern bfec637741 Add C# examples to Occlusion culling 2024-10-04 03:42:19 +02:00
Shawn HardernandA Thousand Ships 50cb22fd09 Add C# examples to CPU optimization
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
2024-10-04 03:42:01 +02:00
74a2c38cc4 Add C# examples to Using NavigationRegions
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
Co-authored-by: Raul Santos <raulsntos@gmail.com>
2024-10-04 03:41:51 +02:00
Kongfa Waroros 050c9b94a9 Update certain example code snippets to use the new syntax 2024-10-04 03:41:25 +02:00
Sam Freed 63470c02d7 Fix out of date comment about depth buffer 2024-10-04 03:40:58 +02:00
bruvzg c14a6216e8 [GDExtension] Add missing iOS instructions and build/config example code. 2024-10-04 03:40:48 +02:00
Raul Santos 47327606b0 C#: Remove references to GODOT_SERVER and GODOT_HTML5 defines
- The `GODOT_SERVER` preprocessor define is no longer available in Godot 4, since the dedicated server platform was removed.
- Replaced a reference to `GODOT_HTML5` with `GODOT_WEB` since that platform was also renamed in Godot 4.
- Remove note about `<DefineConstants>` that only really applies to Godot 3.
2024-10-04 03:40:36 +02:00
tetrapod00 8be74fd9ac Fix glTF capitalization in manual 2024-10-04 03:40:22 +02:00
Patrick Exner d29c88d0a0 Fix project structure diagram in gdextension docs system docs 2024-10-04 03:40:08 +02:00
tetrapod00 d603e62698 Fix compile error in advanced_postprocessing.rst 2024-08-31 03:26:16 +02:00
Dmitry Matveev 59c77ad8c7 Add a link for JetBrains Rider LSP/DAP support 2024-08-16 07:59:37 +02:00
Matthew d3f3c4fa3c Merge pull request #9741 from HotariTobu/HotariTobu-patch-1
Add pre-cond command to install Godot using Scoop on Windows
2024-08-14 19:56:02 -04:00
Matthew 6a61ee7632 Merge pull request #9735 from tetrapod00/spatial-custom-uvs
Update spatial_shaders.rst with CUSTOM0,1,2,3 descriptions (used for extra UVs)
2024-08-14 19:50:27 -04:00
Matthew 603f4dcd1a Merge pull request #9734 from tetrapod00/time-shader
Update description of shader variable TIME and add description to Fog, Particle, Sky, and Spatial shader pages
2024-08-14 19:47:02 -04:00
tetrapod00 27a205a9cc Update spatial_shaders.rst with CUSTOM0,1,2,3 descriptions. 2024-08-14 11:24:46 -07:00
Max Hilbrunner 36630bc7ec Merge pull request #7829 from Calinou/fixing-jitter-stutter-buffer-size
Mention buffer size and Windows 11 mouse polling in Fixing jitter, stutter and input lag
2024-08-14 19:44:36 +02:00
DDoopandMax Hilbrunner e9035f7cf0 Add warnings for classes named "Editor" in GDscript and C# pages, class_name keyword/global class attribute (#9548)
* Added warning about Editor hiding class_names beginning with Editor prefix

---------

Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
2024-08-14 19:42:36 +02:00
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
Hotari d9d0efc144 Add pre-cond command to install Godot using Scoop on Windows 2024-08-13 08:27:38 +09: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
tetrapod00 19dc2ff818 Add description of TIME to shader pages, add label to global uniform header
Added/changed description of TIME in CanvasItem, Fog, Particle, Sky, and Spatial shader pages. Description now links to other relevant docs pages. Added a label to the global uniform header of shading_languge.rst, so it can be cross referenced from elsewhere.
2024-08-10 17:39:44 -07: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