Commit Graph
10325 Commits
Author SHA1 Message Date
Matthew 62a4e95b61 Merge pull request #10837 from AdriaandeJongh/remove-macos-app-format-not-supported-note
Remove outdated note on .app not being supported, and minor improvements to macOS export notes
2025-04-06 19:53:03 -04:00
Matthew 8343a181d5 Merge pull request #10832 from DeerUwU/patch-1
Fix Export Enum Example in c_sharp_exports.rst ( Line 458)
2025-04-06 19:33:36 -04:00
Matthew 1335f389ec Merge pull request #10781 from Lexyth/patch-3
Clarify type-safety of as
2025-04-06 19:29:18 -04:00
Matthew 7329907b4a Merge pull request #10834 from pixcai/patch-1
Fix description of `shadows_disabled` shader render mode
2025-04-06 19:25:37 -04:00
Matthew eb824404a8 Merge pull request #10828 from clayjohn/console-middleware
Add middleware section to consoles page and clean up some outdated text
2025-04-06 19:21:39 -04:00
Matthew 1a9c81e78f Merge pull request #10740 from DevPoodle/compute-shader
Add reminder to free RID's in compute shader tutorial
2025-04-05 22:44:46 -04:00
Hugo Locurcio 93963ab701 Document support for 2D per-instance uniforms in Shading language (#10749)
* Document support for 2D per-instance uniforms in Shading language
2025-04-05 13:22:18 -04:00
Matthew fd144170ef Merge pull request #10807 from Piralein/update-3d-player-img
Update images and clarify instructions in "Getting Started 3D - Player Input"
2025-04-05 13:09:15 -04:00
Adriaan de Jongh 3b7fa3f349 removed outdated note on .app not being supported, and minor improvements to macOS export notes 2025-04-05 15:13:47 +02:00
Matthew e44bbb69c4 Merge pull request #10762 from Calinou/mesh-automatic-instancing
Clarify the behavior of MeshInstance3D automatic instancing
2025-04-04 12:10:49 -04:00
pixcai ba72293880 Update spatial_shader.rst 2025-04-04 17:14:33 +08:00
Jason McIntosh 1d3bf8523c Merge pull request #10804 from jmacdotorg/about-license
Clarify the purpose of the MIT license.
2025-04-03 18:43:31 -04:00
Deer ♡ d3794505f0 Update c_sharp_exports.rst
changed line 458:
    public MyEnum MyEnum { get; set; }
to:
    public MyEnum MyEnumCurrent { get; set; }

because it throws an error if you reuse the already declared name
2025-04-03 19:19:01 +02:00
Matthew 80ff166341 Merge pull request #10829 from NNate1/getting-started-3d-game-character-consistent-orientation
[First 3D Game] Update player script recaps to use `Basis.looking_at()`
2025-04-02 23:17:24 -04:00
clayjohn bd52c22a19 Add middleware section to consoles page and clean up some outdated text 2025-04-02 19:00:29 -07:00
Matthew 17903a72d9 Merge pull request #10830 from Calinou/reflection-probes-compatibility-support
Fix outdated notice about reflection probes not being supported in Compatibility
2025-04-02 21:24:59 -04:00
Hugo Locurcio a26b51f306 Fix outdated notice about reflection probes not being supported in Compatibility 2025-04-03 01:07:05 +02:00
nnate1 e289b9263b [First 3D Game] update Pivot.look_at to Pivot.basis, follow up to 2954936 2025-04-02 09:16:30 +01:00
Matthew e58e30aeae Merge pull request #10826 from NNate1/getting-started-3d-game-character-animation-new-library
Update wording in "First 3D Game -> Character Animation"
2025-04-01 19:14:45 -04:00
nnate1 eb2b940918 update "Add Library" to "New Library" 2025-04-01 19:11:59 +01:00
PurpleBeast d0f481306a Added a hyperlink (#10799)
* Added a link to external web pages
2025-03-31 20:58:07 -04:00
Matthew 09cf8c9fb6 Merge pull request #10775 from Calinou/bbcode-in-richtextlabel-fgcolor-bgcolor-padding
Document `fgcolor` and `bgcolor` highlight padding in BBCode in RichTextLabel
2025-03-31 20:51:05 -04:00
Matthew a907b23f19 Merge pull request #10822 from Calinou/exporting-link-class-reference
Link to class reference for each platform that can be exported to
2025-03-31 20:44:52 -04:00
Hugo Locurcio c4c6d356cc Link to class reference for each platform that can be exported to
Each page provides a list of all export options for the given platform,
which can be searched through using Ctrl + F. While this information
is also available in the editor by hovering export option names, it can't
be quickly searched through.
2025-03-31 22:17:41 +02:00
Matthew 9924a69226 Merge pull request #10813 from ncksllvn/ncksllvn-getting-started-update
Remove duplicate paragraph from Getting Started page
2025-03-30 10:22:24 -04:00
Matthew 848476da43 Merge pull request #10770 from BLooperZ/axes_colors
Replace axes colors in image
2025-03-30 09:08:13 -04:00
Matthew bba95639c7 Merge pull request #10811 from Calinou/ci-check-urls-on-schedule-only
CI: Check URLs on schedule only to reduce false positives
2025-03-30 08:45:35 -04:00
Nick Sullivan acb16ee2b7 Remove duplicate paragraph 2025-03-28 18:06:40 -04:00
Hugo Locurcio 5bf9ef3aa6 CI: Check URLs on schedule only to reduce false positives
Links occasionally fail due to network issues or other transient problems.
This should not cause pull requests to fail checks.

The check is now performed weekly at a random-looking time on Fridays
(when server load isn't too high).
2025-03-28 15:43:32 +01:00
Niv Baehr 8c29424165 Adjust transform image and convert to WebP 2025-03-28 15:36:24 +03:00
Matthew da75dd1b98 Merge pull request #10763 from Calinou/internal-rendering-architecture-2d-batching
Update 2D batching notice in Internal rendering architecture for Godot 4.4
2025-03-27 20:38:07 -04:00
Matthew 2d81a29982 Merge pull request #10808 from raulsntos/dotnet/using_transforms
Fix C# example about interpolating with quaternions
2025-03-27 20:33:38 -04:00
Raul Santos f044c7c1d1 Fix C# example about interpolating with quaternions
The `GetQuaternion` method was unexposed in 4.0. The example now uses the `Quaternion(Basis)` constructor which matches the GDScript example.
2025-03-28 00:46:34 +01:00
Hana - Piralein 8f2068e6fd Update images and clarify instructions 2025-03-27 17:42:19 +01:00
Matthew 2ec67ebd43 Merge pull request #10782 from Lexyth/patch-4
Fix misplaced bad example
2025-03-26 12:50:56 -04:00
Matthew e263ffd81c Merge pull request #10803 from skyace65/FixURLCheck
Fix URL check errors
2025-03-26 11:30:44 -04:00
skyace65 bf27bf2c96 Fix URL check errors 2025-03-26 11:26:20 -04:00
Matthew 4a52813361 Merge pull request #10794 from larouxn/update_doctest_repo_links
Update doctest links from onqtam/doctest to doctest/doctest
2025-03-24 22:58:10 -04:00
Matthew c73a7b0a73 Merge pull request #10791 from jannikbertram/patch-1
Fix typo in instancing.rst
2025-03-24 22:29:27 -04:00
Matthew b74fda2c2b Merge pull request #10792 from austin226/patch-3
Fix typo - gdexample.cpp should be gdexample.c in the C documentation
2025-03-24 17:57:53 -04:00
Matthew ce31d173f3 Merge pull request #10796 from Calinou/release-policy-fix-typo
Fix typo in Release policy
2025-03-24 17:56:46 -04:00
Hugo Locurcio f03720228a Fix typo in Release policy 2025-03-24 21:48:54 +01:00
Nicholas La Roux 02311e55c7 Update doctest links from onqtam/doctest to doctest/doctest 2025-03-24 13:27:41 +09:00
Austin Almond 1966e9a844 Update gdextension_c_example.rst 2025-03-23 19:22:05 -04:00
jannikb ab5dd51204 Fix typo in instancing.rst
Quickfix for a typo on the "Creating instances" page
2025-03-23 20:41:23 +01:00
LexythandA Thousand Ships 571a85decf Update line length
Reduced the line length to make it more readable.

Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
2025-03-23 15:21:15 +01:00
LexythandDanil Alexeev 8609443a5b Update format
Used code-block format for "null" keyword.

Co-authored-by: Danil Alexeev <dalexeev12@yandex.ru>
2025-03-23 11:15:29 +01:00
Lexyth 4b04e656cd Remove Good example title from as keyword example
Removed Good example title from the example for the "as" keyword, as it is a neutral example.
2025-03-23 11:11:58 +01:00
Lexyth 014031046a Fix good/bad example order
Moved the bad example below the good example to stay consistent with previous instances.
2025-03-23 11:08:24 +01:00
Lexyth 58c9fdb6b5 Clarify null-safety vs type-safety
Changed the statement about the "as" keyword to clarify that it affects null-safety, not type-safety.
2025-03-23 10:28:47 +01:00