Commit Graph
4043 Commits
Author SHA1 Message Date
e09439a4e0 Add missing C# code examples to documentation
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
Co-authored-by: Raul Santos <raulsntos@gmail.com>
2024-08-27 11:14:49 +01:00
A Thousand Ships 6b1bd26c12 Merge pull request #9817 from ShawnHardern/update-playing-videos-csharp
Add C# example to Playing videos
2024-08-24 14:10:30 +02:00
2a252ae70b 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-08-24 11:23:31 +01:00
Matthew 88d2383eb1 Merge pull request #9804 from ShawnHardern/update-viewports-examples-csharp
Add C# examples to Using Viewports documentation
2024-08-23 19:28:08 -04:00
A Thousand Ships c0d608cba1 Merge pull request #9816 from ShawnHardern/update-creating-movies-csharp
Add C# example to Creating movies
2024-08-23 19:42:02 +02:00
A Thousand Ships 20f5a2752f Merge pull request #9820 from ShawnHardern/update-background-loading-csharp
Add C# examples to Background loading
2024-08-23 19:39:02 +02:00
Shawn HardernandRaul Santos 64753216d2 Add C# examples to Creating movies
Co-authored-by: Raul Santos <raulsntos@gmail.com>
2024-08-23 18:30:33 +01:00
Shawn HardernandRaul Santos 93fa10d590 Add C# examples to Background loading
Co-authored-by: Raul Santos <raulsntos@gmail.com>
2024-08-23 18:28:49 +01:00
A Thousand Ships f3bf2cad8f Merge pull request #9798 from ShawnHardern/update-high-level-multiplayer-csharp
Add C# examples to High-level Multiplayer documentation
2024-08-23 19:24:21 +02:00
Shawn HardernandRaul Santos c4a17abb6b Add C# examples to High-level Multiplayer documentation
Co-authored-by: Raul Santos <raulsntos@gmail.com>
2024-08-23 18:17:50 +01:00
A Thousand Ships b685a63a8d Merge pull request #9810 from ShawnHardern/update-CPU-optimization-csharp
Add C# example to CPU optimization
2024-08-23 19:02:54 +02:00
Shawn HardernandA Thousand Ships 0edbe34b89 Add C# examples to CPU optimization
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
2024-08-23 18:02:15 +01:00
A Thousand Ships 69fe8f0df5 Merge pull request #9813 from ShawnHardern/update-using-navigation-regions-csharp
Add C# examples to Using NavigationRegions
2024-08-23 18:53:24 +02:00
A Thousand Ships f3ddfc313a Merge pull request #9814 from ShawnHardern/update-occlusion-culling-csharp
Add C# examples to Occlusion culling
2024-08-23 18:50:53 +02:00
A Thousand Ships eef7d06305 Merge pull request #9815 from ShawnHardern/update-mesh-load-csharp
Add C# examples to Mesh level of detail
2024-08-23 18:49:29 +02:00
A Thousand Ships edb2b85a98 Merge pull request #9812 from ShawnHardern/update-using-navigationmaps-csharp
Add C# examples to Using NavigationMaps
2024-08-23 18:48:39 +02:00
Shawn HardernandRaul Santos 0c5d6868a1 Add C# examples to Using NavigationMaps
Co-authored-by: Raul Santos <raulsntos@gmail.com>
2024-08-23 17:42:46 +01:00
6a68d3e5c0 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-08-23 17:30:30 +01:00
Shawn Hardern d24c0c3e27 Add C# examples to Mesh level of detail 2024-08-23 15:26:09 +01:00
Shawn Hardern 35c34b3f9c Add C# examples to Occlusion culling 2024-08-23 15:02:34 +01:00
Kongfa Waroros f27d12979d Update certain example code snippets to use the new syntax 2024-08-23 14:16:54 +07:00
Shawn HardernandRaul Santos 83f61332d2 Add C# examples to Using Viewports documentation
Co-authored-by: Raul Santos <raulsntos@gmail.com>
2024-08-22 20:59:23 +01:00
Matthew e98b2c77c2 Merge pull request #9767 from cordellbonnieux/patch-1
Update navigation_using_navigationagents.rst
2024-08-22 07:53:28 -04:00
Sam Freed 689cc55682 Fix out of date comment about depth buffer 2024-08-21 16:40:58 -07:00
Max Hilbrunner b6e3e5b2f9 Merge pull request #9790 from bruvzg/gde_ios
[GDExtension] Add missing iOS instructions and build/config example code.
2024-08-21 13:53:38 +02:00
Matthew be8e0d52cc Merge pull request #9773 from darkstarworks/master
Update 07.killing_player.rst
2024-08-20 21:54:57 -04:00
Matthew f31489be83 Merge pull request #9713 from esainane/dancestors
Fix description of typed resource exports
2024-08-20 21:42:29 -04:00
Matthew 58f0770650 Merge pull request #9791 from MajorGonzo/master
Corrected typo in gdscript_basics.rst
2024-08-20 21:21:32 -04:00
Matthew ce997a0ec7 Merge pull request #9793 from raulsntos/dotnet/defines
C#: Remove references to `GODOT_SERVER` and `GODOT_HTML5` defines
2024-08-20 21:14:13 -04:00
Raul Santos c138ee01eb 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-08-20 16:53:10 +02:00
MajorGonzo 1d05bdd9f1 Corrected typo in gdscript_basics.rst
beging -> begin
2024-08-20 08:38:57 -05:00
bruvzg 3414754a36 [GDExtension] Add missing iOS instructions and build/config example code. 2024-08-20 10:59:23 +03:00
CordellandA Thousand Ships 861eb13458 Update tutorials/navigation/navigation_using_navigationagents.rst
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
2024-08-17 16:01:10 -07:00
Dark Star 4664e7ab19 Updated images to match docs
Fixing issues/9775
2024-08-17 22:16:10 +02:00
Cordell 0f8477ae19 Update navigation_using_navigationagents.rst
In "avoidance_priority" property description, changed "important npcs characters" to "important non playable characters". The term "npc", means "non playable character", so to say "non playable characters characters" seems like an error.
2024-08-16 20:05:45 -07:00
tetrapod00 f48748a05c Fix compile error in advanced_postprocessing.rst 2024-08-16 12:11:21 -07:00
Matthew b54f912c77 Merge pull request #9582 from russellsanborn/comma-before-but
Add commas before "but" throughout documentation
2024-08-15 21:35:04 -04:00
Matthew 35e2adc277 Merge pull request #9754 from tetrapod00/gltf-capitalization-manual
Fix glTF capitalization in manual
2024-08-15 20:57:14 -04:00
Max Hilbrunner 1228ab4859 Merge pull request #9753 from paddy-exe/fix-project-structure-docs-gdextension-system
Fix project structure diagram in gdextension docs system docs
2024-08-15 20:38:35 +02:00
tetrapod00 387d5f8145 Fix glTF capitalization in manual 2024-08-15 10:46:51 -07:00
Patrick Exner 03f966ab73 Fix project structure diagram in gdextension docs system docs 2024-08-15 19:11:25 +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