summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* Don't include `core/io/image.h` in `core/os/os.h`Yevhen Babiichuk (DustDFG)2024-10-185-1/+5
| | | | | | | | | | | | | | | `core/os/os.h` doesn't use `core/io/image.h`. It just brings transitive dependencies. Lots of dependencies because `core/os/os.h` is transitively included in almost every file of godot Also added `core/io/image.h` into files^1 where `Ref<Image>` and `core/os/os.h` were used to prevent obscure errors involving `Ref<Image>` ^1 except those which include `core/io/image_loader.h` or `core/io/image.h` by corresponding .h file with the same name Signed-off-by: Yevhen Babiichuk (DustDFG) <dfgdust@gmail.com> Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
* Merge pull request #98085 from dalexeev/gds-fix-typed-dict-static-default-initClay John2024-10-171-1/+7
|\ | | | | GDScript: Add missing static default initialization for typed dictionaries
| * GDScript: Add missing static default initialization for typed dictionariesDanil Alexeev2024-10-111-1/+7
| |
* | Replaced some distance checks with square distance checks in NavMap, ↵Zi Ye2024-10-151-10/+12
| | | | | | | | wherever the purpose is only to find the nearest element.
* | Merge pull request #97938 from fire/GODOT_rest_transformThaddeus Crews2024-10-141-5/+1
|\ \ | | | | | | | | | Assign the correct bone rest transform to nodes with matrix in GLTF
| * | Assign the correct bone rest transform to nodes with matrix in GLTFK. S. Ernest (iFire) Lee2024-10-071-5/+1
| | |
* | | Merge pull request #97582 from BlueCube3310/basisu-hdrThaddeus Crews2024-10-144-82/+150
|\ \ \ | | | | | | | | | | | | BasisU: Update to 1.50.0 and add HDR support
| * | | BasisU: Update to 1.50.0 and add HDR supportBlueCube33102024-10-124-82/+150
| | |/ | |/|
* | | Merge pull request #97295 from BlueCube3310/betsy-bc4Thaddeus Crews2024-10-144-22/+217
|\ \ \ | | | | | | | | | | | | Betsy: Implement BC4 compression
| * | | Betsy: Implement BC4 compressionBlueCube33102024-09-224-22/+217
| | | |
* | | | Merge pull request #98059 from zaevi/fix_csharp_unhandled_GD0303Thaddeus Crews2024-10-142-1/+14
|\ \ \ \ | |_|/ / |/| | | | | | | [.NET] Fix unhandled GD0303 error for nested generic attribute types
| * | | C#: Fix unhandled GD0303 error for nested generic attribute typesZae2024-10-112-1/+14
| | | |
* | | | Merge pull request #97873 from BlueCube3310/image-decompress-4-fixThaddeus Crews2024-10-101-13/+22
|\ \ \ \ | | | | | | | | | | | | | | | Fix decompressing textures with dimensions that are not multiples of 4
| * | | | Fix decompressing textures with dimensions that are not multiples of 4BlueCube33102024-10-061-13/+22
| | | | |
* | | | | Merge pull request #96329 from ↵Thaddeus Crews2024-10-103-20/+120
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Delsin-Yu/dotnet-replace-array-with-ros-in-binding-apis [.NET] Generate `ReadOnlySpan<T>` Overloads for GodotSharp APIs
| * | | | | Add ReadOnlySpan API OverloadsDE YU2024-10-093-20/+120
| | |/ / / | |/| | | | | | | | | | | | | | | | | | Co-authored-by: Raul Santos <raulsntos@gmail.com> Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
* / | | | Fix lookup symbol for enum members to search a correct code definitionChaosus2024-10-082-4/+25
|/ / / /
* | | | Merge pull request #97951 from juanjp600/dotnet-dictionary-debug-viewThaddeus Crews2024-10-081-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | Fix untyped dictionary .NET debug visualization showing keys as values
| * | | | Fix untyped dictionary .NET debug visualization showing keys as valuesJuan Pablo Arce2024-10-071-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #97270 from timothyqiu/optional-edconfigThaddeus Crews2024-10-081-2/+0
|\ \ \ \ | | | | | | | | | | | | | | | Create `.editorconfig` file only on project creation
| * | | | Create `.editorconfig` file only on project creationHaoyu Qiu2024-10-051-2/+0
| |/ / /
* / / / Clarify SIMPLEX and SIMPLEX_SMOOTH typessquidgyberries2024-10-071-2/+2
|/ / /
* | | Merge pull request #85321 from Calinou/basis-universal-disable-unused-featuresRémi Verschelde2024-10-041-0/+20
|\ \ \ | | | | | | | | | | | | Disable unused Basis Universal features to reduce binary size
| * | | Disable unused Basis Universal features to reduce binary sizeHugo Locurcio2024-09-291-0/+20
| | | |
* | | | GDScript: Fix `GDScriptCache::get_full_script()` uses non-remapped pathDanil Alexeev2024-10-031-4/+8
| | | |
* | | | Merge pull request #97727 from SlugFiller/llvm-computed-gotoRémi Verschelde2024-10-021-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | Enable use of Labels as Values feature in Clang when not wrapped by GCC
| * | | | Enable use of Labels as Values feature in Clang when not wrapped by GCCSlugFiller2024-10-021-1/+1
| | | | |
* | | | | Merge pull request #97677 from bruvzg/hb1001Rémi Verschelde2024-10-022-0/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Update HarfBuzz to 10.0.1
| * | | | | Update HarfBuzz to 10.0.1bruvzg2024-10-012-0/+2
| | |_|/ / | |/| | |
* | | | | Merge pull request #97281 from reptofrog/deadzone-new-defaultRémi Verschelde2024-10-021-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Input: Change the default deadzone value for new actions from 0.5 to 0.2
| * | | | | Changed the default deadzone value for new actions from 0.5 to 0.2Roman Morozov2024-10-011-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge pull request #96693 from HolonProduction/annotation-arg-hintRémi Verschelde2024-10-022-7/+14
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Autocompletion: Add arghint for annotations
| * | | | | Autocompletion: Add arghint for annotationsHolonProduction2024-09-072-7/+14
| | | | | |
* | | | | | Merge pull request #95216 from Chaosed0/enet-get-packet-flagsRémi Verschelde2024-10-023-0/+13
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add method for getting packet flags from ENetPacketPeer
| * | | | | | Add method for getting packet flags from ENetPacketPeerEdward Lu2024-10-023-0/+13
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #92263 from ↵Rémi Verschelde2024-10-021-5/+8
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | HolonProduction/autocompletion-get-node-set-value-if-type-compatible Autocompletion: Keep `get_node` values which are compatible with type hint
| * | | | | Autocompletion: Keep get_node values which are compatible with type hintHolonProduction2024-07-121-5/+8
| | | | | |
* | | | | | Merge pull request #97693 from bruvzg/ts_fb_silentRémi Verschelde2024-10-014-10/+64
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [TextServer] Silently skip invalid system fallback fonts.
| * | | | | | [TextServer] Silently skip invalid system fallback fonts.bruvzg2024-10-014-10/+64
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #97648 from twrightsman/fix-icu-loadRémi Verschelde2024-10-011-1/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix ICU support data loading
| * | | | | | Fix ICU support data loadingTravis Wrightsman2024-09-301-1/+3
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | This fixes an error in loading the ICU support data on platforms that don't use either the builtin icu4c or the static ICU support data.
* | | | | | Merge pull request #97638 from mhilbrunner/fix-duplicate-wordsRémi Verschelde2024-10-011-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Docs: remove duplicate words
| * | | | | | Docs: remove duplicate wordsMax Hilbrunner2024-09-302-2/+2
| |/ / / / /
* | | | | | Merge pull request #97607 from pafuent/firsts_multiplayer_unit_testsRémi Verschelde2024-10-013-1/+292
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add unit tests for `SceneMultiplayer`
| * | | | | | Add unit tests for `SceneMultiplayer`Pablo Andres Fuente2024-09-293-1/+292
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This PR aims to help "fix" #43440 Also fixing a small typo on `SceneMultiplayer` docs.
* | | | | | Merge pull request #92237 from timothyqiu/url-fragmentRémi Verschelde2024-10-013-4/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | String: Parse fragment from URL
| * | | | | Parse fragment from URLHaoyu Qiu2024-09-273-4/+6
| | | | | |
* | | | | | Merge pull request #97589 from pkowal1982/fix_97454Rémi Verschelde2024-09-291-5/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix error message on startup when camera is busy
| * | | | | | Fix error message on startup when camera is busyPaweł2024-09-281-5/+5
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #97547 from lalitshankarchowdhury/audio-code-fixRémi Verschelde2024-09-291-1/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Vorbis: Remove redundant bounds check