Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973 | Spartan322 | 2024-11-27 | 20 | -445/+224 |
|\ | |||||
| * | Merge pull request #98670 from DarioSamo/rd-transient-targets | Thaddeus Crews | 2024-11-27 | 1 | -4/+3 |
| |\ | | | | | | | | | | Automatically resolve initial and final action for draw lists. | ||||
| | * | Resolve load and store ops automatically for render passes for discardable ↵ | Dario | 2024-11-25 | 1 | -4/+3 |
| | | | | | | | | | | | | textures. | ||||
| * | | Merge pull request #99295 from HolonProduction/yet-another-lsp-violation | Thaddeus Crews | 2024-11-27 | 3 | -1/+43 |
| |\ \ | | | | | | | | | | | | | LSP: Fix spec violations that break the VSCode outline | ||||
| | * | | LSP: Fix spec violations that break the VSCode outline | HolonProduction | 2024-11-15 | 3 | -1/+43 |
| | | | | |||||
| * | | | Merge pull request #85443 from smix8/gridmap_castshadows | Thaddeus Crews | 2024-11-27 | 2 | -0/+5 |
| |\ \ \ | | | | | | | | | | | | | | | | Add ShadowCastingSetting to MeshLibrary / GridMap items | ||||
| | * | | | Add ShadowCastingSetting to MeshLibrary / GridMap items | smix8 | 2024-11-27 | 2 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | Adds ShadowCastingSetting to MeshLibrary / GridMap items. | ||||
| * | | | | Merge pull request #99600 from Spartan322/permit/non-spec-dds | Thaddeus Crews | 2024-11-27 | 1 | -0/+9 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | Round DDS width/height to next divisor multiple for block compression | ||||
| | * | | | | Round DDS width/height to next divisor multiple for block compression | Spartan322 | 2024-11-25 | 1 | -0/+9 |
| | | | | | | |||||
| * | | | | | Merge pull request #99459 from bruvzg/svg_font_fix | Thaddeus Crews | 2024-11-27 | 8 | -383/+125 |
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | | Fix SVG font rendering. | ||||
| | * | | | | Fix SVG font rendering. | Pāvels Nadtočajevs | 2024-11-21 | 8 | -383/+125 |
| | | | | | | |||||
| * | | | | | Merge pull request #99563 from akien-mga/fix-projection-stringification | Thaddeus Crews | 2024-11-26 | 2 | -0/+2 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix stringification of Projection | ||||
| | * | | | | | Fix stringification of Projection | Rémi Verschelde | 2024-11-25 | 2 | -0/+2 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #99626 from smix8/performance_data | Thaddeus Crews | 2024-11-26 | 3 | -49/+37 |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | Change navigation map performance monitor to use a struct | ||||
| | * | | | | | Change navigation map performance monitor to use a struct | smix8 | 2024-11-24 | 3 | -49/+37 |
| | | |_|_|/ | | |/| | | | | | | | | | | | | | | | Changes navigation map performance monitor to use a struct as it is easier to pass to sub functions. | ||||
* | | | | | | Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ce | Spartan322 | 2024-11-26 | 85 | -669/+1195 |
|\| | | | | | |||||
| * | | | | | Merge pull request #99545 from KoBeWi/Vector4.0 | Thaddeus Crews | 2024-11-25 | 2 | -7/+12 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix stringification of Vector4 | ||||
| | * | | | | | Fix stringification of Vector4 | kobewi | 2024-11-22 | 2 | -7/+12 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #99597 from Faless/upnp/custom_instance | Thaddeus Crews | 2024-11-25 | 10 | -488/+734 |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | | [UPNP] Allow disabling UPNP implementation on the Web | ||||
| | * | | | | | [UPNP] Allow disabling UPNP implementation on the Web | Fabio Alessandrelli | 2024-11-23 | 10 | -488/+734 |
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make UPNP classes custom instance, so they can come with empty implementation on the Web (where the would not work anyway) without breaking scripts referencing it. This results in smaller Web builds by not including the library which also results in the emscripten socket wrappers to be stipped away. | ||||
| * | | | | | Merge pull request #99424 from dalexeev/core-fix-builtin-enum-const-binds | Thaddeus Crews | 2024-11-22 | 10 | -36/+161 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Core: Fix built-in enum constant bindings | ||||
| | * | | | | | Core: Fix built-in enum constant bindings | Danil Alexeev | 2024-11-22 | 10 | -36/+161 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #99548 from Repiteo/style/clang-format-19-options | Thaddeus Crews | 2024-11-22 | 3 | -3/+0 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Style: Add 19.1.0 LLVM options to `.clang-format` | ||||
| | * | | | | | Style: Add 19.1.0 LLVM options to `.clang-format` | Thaddeus Crews | 2024-11-22 | 3 | -3/+0 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #99102 from Lazy-Rabbit-2001/autocompletion-optimization | Thaddeus Crews | 2024-11-22 | 52 | -113/+126 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Improve GDScript autocompletion for methods | ||||
| | * | | | | | Improve GDScript autocompletion for methods | Lazy-Rabbit-2001 | 2024-11-22 | 52 | -113/+126 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #99485 from raulsntos/dotnet/dictionary-compat | Thaddeus Crews | 2024-11-22 | 1 | -4/+13 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [.NET] Preserve no-hint behavior for unmarshallable generics in dictionaries | ||||
| | * | | | | | [.NET] Preserve no-hint behavior for unmarshallable generics in dictionaries | Raul Santos | 2024-11-21 | 1 | -4/+13 |
| | | |/ / / | | |/| | | | |||||
| * | | | | | Merge pull request #99483 from badsectoracula/cancel_lightmap_bake | Thaddeus Crews | 2024-11-22 | 1 | -11/+104 |
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | | Add lightmap bake cancelling | ||||
| | * | | | | Add lightmap bake cancelling | Bad Sector | 2024-11-21 | 1 | -11/+104 |
| | |/ / / | |||||
| * | | | | Merge pull request #99274 from shana/vsproj-calculate-dependencies | Thaddeus Crews | 2024-11-21 | 1 | -5/+0 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | Use scons to calculate all the sources needed for vsproj generation. | ||||
| | * | | | | Use scons to calculate all the sources needed for vsproj generation. | Andreia Gaita | 2024-11-21 | 1 | -5/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Scons knows every file - sources, headers, etc - that the binary depends on, and trying to figure that out manually is just too prone to error. | ||||
| * | | | | | Fix crash when division by zero/modulo by zero happen on vectors | Chaosus | 2024-11-21 | 5 | -2/+37 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge commit godotengine/godot@9e6098432aac35bae42c9089a29ba2a80320d823 | Spartan322 | 2024-11-20 | 21 | -6/+419 |
|\| | | | | |||||
| * | | | | Merge pull request #99354 from Nodragem/fix-hidden-gizmo-at-startup | Thaddeus Crews | 2024-11-19 | 1 | -1/+4 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | GridMap: Fix hidden gizmo at start-up | ||||
| | * | | | | fix hidden gizmo at start-up | Nodragem | 2024-11-17 | 1 | -1/+4 |
| | | |/ / | | |/| | | |||||
| * | | | | Merge pull request #97894 from paulloz/dotnet/export-tool-button | Thaddeus Crews | 2024-11-19 | 18 | -3/+406 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | Implement `[ExportToolButton]` | ||||
| | * | | | | Implement [ExportToolButton] | Paul Joannon | 2024-11-18 | 18 | -3/+406 |
| | | | | | | |||||
| * | | | | | Merge pull request #99137 from KoBeWi/uideal_scenario | Thaddeus Crews | 2024-11-19 | 2 | -2/+9 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Handle scene UIDs in MultiplayerSpawner | ||||
| | * | | | | | Handle scene UIDs in MultiplayerSpawner | kobewi | 2024-11-14 | 2 | -2/+9 |
| | | |_|_|/ | | |/| | | | |||||
* | | | | | | Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3ef | Spartan322 | 2024-11-19 | 13 | -47/+38 |
|\| | | | | | |||||
| * | | | | | Merge pull request #99376 from clayjohn/basisu-defer-init | Thaddeus Crews | 2024-11-18 | 1 | -4/+10 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Defer initializing BasisU encoder until it is needed | ||||
| | * | | | | | Defer initializing BasisU encoder until it is needed. | clayjohn | 2024-11-17 | 1 | -4/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This saves a lot of time on startup | ||||
| * | | | | | | Merge pull request #99206 from a-johnston/fix_double_diagnostic | Thaddeus Crews | 2024-11-18 | 1 | -18/+3 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Remove duplicate read/write-only property warning from ScriptPropertiesGenerator | ||||
| | * | | | | | | remove duplicate read/write only property warning from ScriptPropertiesGenerator | Adam Johnston | 2024-11-13 | 1 | -18/+3 |
| | | | | | | | | |||||
| * | | | | | | | Use `(r)find_char` instead of `(r)find` for single characters | A Thousand Ships | 2024-11-17 | 11 | -25/+25 |
| | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23 | Spartan322 | 2024-11-15 | 17 | -36/+211 |
|\| | | | | | | |||||
| * | | | | | | Merge pull request #98138 from CrayolaEater/better-explanation-mp-sync | Thaddeus Crews | 2024-11-15 | 1 | -2/+2 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Better explanation for replication interval and delta interval (MultiplayerSynchronizer) | ||||
| | * | | | | | | Better explanation for the replication interval and delta interval in the ↵ | Bogdan Inculet | 2024-11-15 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MultiplayerSynchronizer node | ||||
| * | | | | | | | Merge pull request #98099 from dalexeev/pot-gen-add-comment-support | Thaddeus Crews | 2024-11-15 | 4 | -10/+105 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | POT Generator: Add support for `TRANSLATORS:` and `NO_TRANSLATE` comments |