Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't include `core/io/image.h` in `core/os/os.h` | Yevhen Babiichuk (DustDFG) | 2024-10-18 | 5 | -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-init | Clay John | 2024-10-17 | 1 | -1/+7 |
|\ | | | | | GDScript: Add missing static default initialization for typed dictionaries | ||||
| * | GDScript: Add missing static default initialization for typed dictionaries | Danil Alexeev | 2024-10-11 | 1 | -1/+7 |
| | | |||||
* | | Replaced some distance checks with square distance checks in NavMap, ↵ | Zi Ye | 2024-10-15 | 1 | -10/+12 |
| | | | | | | | | wherever the purpose is only to find the nearest element. | ||||
* | | Merge pull request #97938 from fire/GODOT_rest_transform | Thaddeus Crews | 2024-10-14 | 1 | -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 GLTF | K. S. Ernest (iFire) Lee | 2024-10-07 | 1 | -5/+1 |
| | | | |||||
* | | | Merge pull request #97582 from BlueCube3310/basisu-hdr | Thaddeus Crews | 2024-10-14 | 4 | -82/+150 |
|\ \ \ | | | | | | | | | | | | | BasisU: Update to 1.50.0 and add HDR support | ||||
| * | | | BasisU: Update to 1.50.0 and add HDR support | BlueCube3310 | 2024-10-12 | 4 | -82/+150 |
| | |/ | |/| | |||||
* | | | Merge pull request #97295 from BlueCube3310/betsy-bc4 | Thaddeus Crews | 2024-10-14 | 4 | -22/+217 |
|\ \ \ | | | | | | | | | | | | | Betsy: Implement BC4 compression | ||||
| * | | | Betsy: Implement BC4 compression | BlueCube3310 | 2024-09-22 | 4 | -22/+217 |
| | | | | |||||
* | | | | Merge pull request #98059 from zaevi/fix_csharp_unhandled_GD0303 | Thaddeus Crews | 2024-10-14 | 2 | -1/+14 |
|\ \ \ \ | |_|/ / |/| | | | | | | | [.NET] Fix unhandled GD0303 error for nested generic attribute types | ||||
| * | | | C#: Fix unhandled GD0303 error for nested generic attribute types | Zae | 2024-10-11 | 2 | -1/+14 |
| | | | | |||||
* | | | | Merge pull request #97873 from BlueCube3310/image-decompress-4-fix | Thaddeus Crews | 2024-10-10 | 1 | -13/+22 |
|\ \ \ \ | | | | | | | | | | | | | | | | Fix decompressing textures with dimensions that are not multiples of 4 | ||||
| * | | | | Fix decompressing textures with dimensions that are not multiples of 4 | BlueCube3310 | 2024-10-06 | 1 | -13/+22 |
| | | | | | |||||
* | | | | | Merge pull request #96329 from ↵ | Thaddeus Crews | 2024-10-10 | 3 | -20/+120 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Delsin-Yu/dotnet-replace-array-with-ros-in-binding-apis [.NET] Generate `ReadOnlySpan<T>` Overloads for GodotSharp APIs | ||||
| * | | | | | Add ReadOnlySpan API Overloads | DE YU | 2024-10-09 | 3 | -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 definition | Chaosus | 2024-10-08 | 2 | -4/+25 |
|/ / / / | |||||
* | | | | Merge pull request #97951 from juanjp600/dotnet-dictionary-debug-view | Thaddeus Crews | 2024-10-08 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | Fix untyped dictionary .NET debug visualization showing keys as values | ||||
| * | | | | Fix untyped dictionary .NET debug visualization showing keys as values | Juan Pablo Arce | 2024-10-07 | 1 | -1/+1 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #97270 from timothyqiu/optional-edconfig | Thaddeus Crews | 2024-10-08 | 1 | -2/+0 |
|\ \ \ \ | | | | | | | | | | | | | | | | Create `.editorconfig` file only on project creation | ||||
| * | | | | Create `.editorconfig` file only on project creation | Haoyu Qiu | 2024-10-05 | 1 | -2/+0 |
| |/ / / | |||||
* / / / | Clarify SIMPLEX and SIMPLEX_SMOOTH types | squidgyberries | 2024-10-07 | 1 | -2/+2 |
|/ / / | |||||
* | | | Merge pull request #85321 from Calinou/basis-universal-disable-unused-features | Rémi Verschelde | 2024-10-04 | 1 | -0/+20 |
|\ \ \ | | | | | | | | | | | | | Disable unused Basis Universal features to reduce binary size | ||||
| * | | | Disable unused Basis Universal features to reduce binary size | Hugo Locurcio | 2024-09-29 | 1 | -0/+20 |
| | | | | |||||
* | | | | GDScript: Fix `GDScriptCache::get_full_script()` uses non-remapped path | Danil Alexeev | 2024-10-03 | 1 | -4/+8 |
| | | | | |||||
* | | | | Merge pull request #97727 from SlugFiller/llvm-computed-goto | Rémi Verschelde | 2024-10-02 | 1 | -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 GCC | SlugFiller | 2024-10-02 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #97677 from bruvzg/hb1001 | Rémi Verschelde | 2024-10-02 | 2 | -0/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Update HarfBuzz to 10.0.1 | ||||
| * | | | | | Update HarfBuzz to 10.0.1 | bruvzg | 2024-10-01 | 2 | -0/+2 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge pull request #97281 from reptofrog/deadzone-new-default | Rémi Verschelde | 2024-10-02 | 1 | -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.2 | Roman Morozov | 2024-10-01 | 1 | -1/+1 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge pull request #96693 from HolonProduction/annotation-arg-hint | Rémi Verschelde | 2024-10-02 | 2 | -7/+14 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Autocompletion: Add arghint for annotations | ||||
| * | | | | | Autocompletion: Add arghint for annotations | HolonProduction | 2024-09-07 | 2 | -7/+14 |
| | | | | | | |||||
* | | | | | | Merge pull request #95216 from Chaosed0/enet-get-packet-flags | Rémi Verschelde | 2024-10-02 | 3 | -0/+13 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add method for getting packet flags from ENetPacketPeer | ||||
| * | | | | | | Add method for getting packet flags from ENetPacketPeer | Edward Lu | 2024-10-02 | 3 | -0/+13 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge pull request #92263 from ↵ | Rémi Verschelde | 2024-10-02 | 1 | -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 hint | HolonProduction | 2024-07-12 | 1 | -5/+8 |
| | | | | | | |||||
* | | | | | | Merge pull request #97693 from bruvzg/ts_fb_silent | Rémi Verschelde | 2024-10-01 | 4 | -10/+64 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [TextServer] Silently skip invalid system fallback fonts. | ||||
| * | | | | | | [TextServer] Silently skip invalid system fallback fonts. | bruvzg | 2024-10-01 | 4 | -10/+64 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge pull request #97648 from twrightsman/fix-icu-load | Rémi Verschelde | 2024-10-01 | 1 | -1/+3 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix ICU support data loading | ||||
| * | | | | | | Fix ICU support data loading | Travis Wrightsman | 2024-09-30 | 1 | -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-words | Rémi Verschelde | 2024-10-01 | 1 | -1/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Docs: remove duplicate words | ||||
| * | | | | | | Docs: remove duplicate words | Max Hilbrunner | 2024-09-30 | 2 | -2/+2 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #97607 from pafuent/firsts_multiplayer_unit_tests | Rémi Verschelde | 2024-10-01 | 3 | -1/+292 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add unit tests for `SceneMultiplayer` | ||||
| * | | | | | | Add unit tests for `SceneMultiplayer` | Pablo Andres Fuente | 2024-09-29 | 3 | -1/+292 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This PR aims to help "fix" #43440 Also fixing a small typo on `SceneMultiplayer` docs. | ||||
* | | | | | | Merge pull request #92237 from timothyqiu/url-fragment | Rémi Verschelde | 2024-10-01 | 3 | -4/+6 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | String: Parse fragment from URL | ||||
| * | | | | | Parse fragment from URL | Haoyu Qiu | 2024-09-27 | 3 | -4/+6 |
| | | | | | | |||||
* | | | | | | Merge pull request #97589 from pkowal1982/fix_97454 | Rémi Verschelde | 2024-09-29 | 1 | -5/+5 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix error message on startup when camera is busy | ||||
| * | | | | | | Fix error message on startup when camera is busy | Paweł | 2024-09-28 | 1 | -5/+5 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge pull request #97547 from lalitshankarchowdhury/audio-code-fix | Rémi Verschelde | 2024-09-29 | 1 | -1/+0 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Vorbis: Remove redundant bounds check |