Commit Graph
4588 Commits
Author SHA1 Message Date
devloglogan 58a5b507a4 Create xr full screen effects page 2025-03-17 06:46:22 -05:00
Hugo Locurcio 721603d902 Merge pull request #10714 from Calinou/custom-postprocessing-update-anchors
Update instructions on setting Full Rect anchor in Custom post-processing
2025-02-26 21:34:14 -05:00
Matthew 8015e9fb1f Merge pull request #10614 from berarma/update_playing_videos
Update playing videos
2025-02-26 21:26:32 -05:00
Matthew 9c21eadb7d Merge pull request #10716 from allenwp/update-tonemap-docs
Update Tonemap docs in Environment and post-processing page
2025-02-26 20:27:52 -05:00
Matthew deb0adeaea Merge pull request #10718 from tetrapod00/fix-web-export-links
Fix bad links in Exporting for web
2025-02-26 18:54:58 -05:00
Bernat Arlandis 87b09492bb Change warning and add update section 2025-02-27 00:37:24 +01:00
tetrapod00 c37e56f8f6 Fix bad links in Exporting for web 2025-02-26 12:57:28 -08:00
tetrapod 6361c66aa3 Merge pull request #10711 from raulsntos/dotnet/export-tool-diagnostics
C#: Document `[ExportToolButton]` diagnostics
2025-02-26 12:42:18 -08:00
Allen Pestalukyandtetrapod ea849e5acb Update Tonemap docs in Environment and post-processing page to include AgX and match 4.4.0 class reference.
Co-authored-by: tetrapod <145553014+tetrapod00@users.noreply.github.com>
2025-02-26 14:13:58 -05:00
Bernat Arlandis 992b11c56d Update playing videos
Add information about GOP size and caveats using FFmpeg.
2025-02-26 10:24:39 +01:00
Hugo Locurcio 2d96a058c1 Document comma-separated values not supporting spaces between values in BBCode in RichTextLabel 2025-02-24 20:26:08 +01:00
tetrapod d80b1505c3 Merge pull request #10526 from skyace65/Jolt
Document Jolt built-in module in 4.4
2025-02-23 12:13:13 -08:00
skyace65 fdd3260740 Document Jolt built-in module in 4.4 2025-02-23 10:45:58 -05:00
Raul Santos 662a055a66 C#: Document [ExportToolButton] diagnostics 2025-02-23 04:45:06 +01:00
Hugo Locurcio aec34d67ad Mention renderer limitations in Resolution scaling 2025-02-22 21:18:03 +01:00
Matthew 59a53252ec Merge pull request #10659 from tetrapod00/doc-not-toc
Update links to C# and GDScript sections
2025-02-22 08:13:44 -05:00
Max Hilbrunner 237468c3b8 Merge pull request #10697 from skyace65/AnimationMarkers
Document animation markers
2025-02-19 20:52:51 +01:00
Max Hilbrunner e2c795c03d Merge pull request #10680 from Calinou/ci-check-urls
GitHub Actions: Check URLs using lychee
2025-02-19 19:53:49 +01:00
skyace65 5a185cb0cf Document animation markers 2025-02-17 12:36:22 -05:00
Hugo Locurcio 51a597f7b6 GitHub Actions: Check URLs using lychee
This makes it possible to be aware of dead links and replace
them with other resources (such as archived versions) as
soon as possible.
2025-02-17 15:56:09 +01:00
Hugo Locurcio 8d9085ae7c Add guidelines on inline comments in GDScript style guide (#9433)
* Add guidelines on inline comments in GDScript style guide
2025-02-15 23:03:26 -05:00
tetrapod00 6902e58d09 Reorder Output panel message categories to match order in editor 2025-02-15 18:28:54 -08:00
Harry Keightley 126dcf1b6d Switch ordering of *error* and *warning* in debug docs.
Error and Warning were incorrectly given each-other's descriptions. This change switches the sub-titles for each section.
2025-02-16 10:59:39 +09:00
Matthew 3d1bd087e9 Merge pull request #10693 from GlitchCode24/master
Add `else if` to shading reference
2025-02-15 17:07:47 -05:00
tetrapod 3870586d32 Merge pull request #10640 from skyace65/GridmapsUpdate
Update Gridmaps page for 4.4
2025-02-15 13:05:28 -08:00
tetrapod 247213ac8b Merge pull request #10594 from skyace65/OpenXRAndroid
Update XR Deploying to android page for 4.4
2025-02-15 12:59:41 -08:00
GlitchCode24andtetrapod 619edd2cae Update tutorials/shaders/shader_reference/shading_language.rst
Co-authored-by: tetrapod <145553014+tetrapod00@users.noreply.github.com>
2025-02-15 22:56:43 +02:00
GlitchCode24 99b4f2494c Add else if 2025-02-15 22:47:20 +02:00
Thibault J. 70def630be Clarify the global registration of named_classes (#10679)
* Add a clarification about named class registry
2025-02-15 15:24:53 -05:00
Artsiom Babukh bbb720ec7f Add missing InputEvent.is_echo()
Seems that it was accidentally removed in https://github.com/godotengine/godot-docs/commit/4b8ffe360034dfb70be988cf6b3188f55139e2a9
2025-02-15 10:10:11 +01:00
cosmiccrossway ed0e60302b Updated GPUParticles3D typo on the 2d particle systems page
This sentence is about preferring GPUParticles2D instead of CPUParticles2D. The mention of GPUParticles3D doesn't make sense in the context of the sentence or the page. As such I assumed this to be a type and am submitting a fix to it.
2025-02-13 14:48:45 -07:00
Matthew 9d5712ec5b Merge pull request #10677 from tetrapod00/no-profiler-macos
Document limitation of Visual Profiler on macOS in Compatibility
2025-02-12 06:56:59 -05:00
tetrapod00 6311520290 Document limitation of Visual Profiler on macOS 2025-02-12 00:31:40 -08:00
tetrapod00 6476bd6be4 Remove outdated disadvantages to upgrading to Godot 4 2025-02-11 12:39:50 -08:00
tetrapod00 048bb2775e Update links to C# and GDScript sections
- Change all links to '_doc' anchors instead of 'toc's.
- Move 'doc_c_sharp' and 'doc_gdscript' to the index pages.
- Add 'doc_gdscript_reference' anchor.
- Update all existing links to point to the right place,
updating grammar if needed.
2025-02-09 16:16:43 -08:00
Matthew 058f0f65ba Merge pull request #10649 from Muller-Castro/shape-keys-warning
Change path to "Export Deformation Bones Only"
2025-02-09 18:59:30 -05:00
tetrapod00 9ffbae745e Improve links to Step by step 2025-02-09 09:47:04 -08:00
skyace65 ffb3f46445 Update XR Deploying to android page for 4.4 2025-02-09 11:41:41 -05:00
Muller-Castro 0999453158 Change path to "Export Deformation Bones Only" 2025-02-09 11:03:52 -03:00
Max Hilbrunner 1683f6a2c4 Merge pull request #10634 from skyace65/Supersampling
Document supersampling for lightmaps
2025-02-08 20:01:03 +01:00
Max Hilbrunner 35eb8dad83 Merge pull request #10643 from skyace65/MP3Loading
Document MP3 runtime loading
2025-02-08 20:00:33 +01:00
skyace65 5cf03b89ea Update UV preivew screenshot 2025-02-08 11:18:40 -05:00
skyace65 773c2928e2 Document MP3 runtime loading 2025-02-08 11:11:41 -05:00
skyace65 c3650fb0e9 Update Gridmaps page for 4.4 2025-02-07 17:27:51 -05:00
skyace65 8decfe764c Document supersampling for lightmaps 2025-02-07 14:17:20 -05:00
Rémi Verschelde ffac3a0408 GDExtension: Fix typo on compatibility_minimum property 2025-02-07 13:25:14 +01:00
skyace65 1a4ba56b0f Remove shader materials page 2025-02-06 19:59:36 -05:00
Vojtech Krajnansky ff89b4611e Fix C# _Process method signatures 2025-02-05 20:14:35 +01:00
Max Hilbrunner 5dea521db6 Merge pull request #10619 from skyace65/ParticleMinMaxImage
Update particle process material min max image
2025-02-05 13:15:05 +01:00
Hugo Locurcio 7d34e4e42e Clarify difference between Godot's scene instancing and hardware instancing
- Link to tutorial about instancing scenes by code in Creating instances
  (and link the other way around too).
2025-02-05 11:23:25 +01:00