summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add Betsy to speed up BC6 compressionBlueCube33102024-08-1817-2/+1325
|
* Merge pull request #94802 from ↵Rémi Verschelde2024-08-161-1/+3
|\ | | | | | | | | Hilderin/fix-autoload-node-cannot-be-accessed-plugin-start-up Fix autoload node cannot be accessed by plugin on start-up
| * Fix autoload node cannot be accessed by plugin on start-upHilderin2024-07-261-1/+3
| |
* | Merge pull request #95613 from timothyqiu/split-emptyRémi Verschelde2024-08-162-50/+82
|\ \ | | | | | | | | | Fix `split_floats` behavior when spaces are used as separators
| * | Fix split_floats behavior when spaces are used as separatorsHaoyu Qiu2024-08-162-50/+82
| | |
* | | Merge pull request #95603 from tetrapod00/gltf-capitalization-errorsRémi Verschelde2024-08-167-44/+44
|\ \ \ | | | | | | | | | | | | Fix glTF capitalization in error messages
| * | | Change capitalization of glTF in errors and comments.tetrapod002024-08-157-44/+44
| | | |
* | | | Merge pull request #95578 from tetrapod00/gltf-capitalization-classrefRémi Verschelde2024-08-1617-106/+106
|\ \ \ \ | | | | | | | | | | | | | | | Fix glTF capitalization in class reference
| * | | | Fix glTF capitalization in class referencetetrapod002024-08-1517-106/+106
| |/ / /
* | | | Merge pull request #95554 from KoBeWi/subproperty_of_a_subproperty_of_a_propertyRémi Verschelde2024-08-162-2/+135
|\ \ \ \ | | | | | | | | | | | | | | | Allow picking partial properties in PropertySelector
| * | | | Allow picking partial properties in PropertySelectorkobewi2024-08-152-2/+135
| | | | |
* | | | | Merge pull request #95549 from timothyqiu/split-translation-serverRémi Verschelde2024-08-1630-1066/+1174
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Split `TranslationServer` into its own file
| * | | | | Split TranslationServer into its own fileHaoyu Qiu2024-08-1530-1066/+1174
| | | | | |
* | | | | | Merge pull request #95547 from Chaosus/shader_fix_for_middle_expressionRémi Verschelde2024-08-161-3/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix middle expression of `for` loop to accept not only operators
| * | | | | | Fix middle expression of `for` loop to accept not only operatorsChaosus2024-08-151-3/+3
| |/ / / / /
* | | | | | Merge pull request #95546 from KoBeWi/that_arrayRémi Verschelde2024-08-161-45/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Remove type icon array from PropertySelector
| * | | | | | Remove type icon array from PropertySelectorkobewi2024-08-151-45/+1
| |/ / / / /
* | | | | | Merge pull request #95545 from KoBeWi/finish_tween!Rémi Verschelde2024-08-162-8/+10
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add internal `_finish()` method to Tweener
| * | | | | | Add internal _finish() method to Tweenerkobewi2024-08-152-8/+10
| |/ / / / /
* | | | | | Merge pull request #95542 from KoBeWi/go_bind_yourselfRémi Verschelde2024-08-1676-347/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Remove empty `bind_methods()`
| * | | | | | Remove empty bind_methods()kobewi2024-08-1576-347/+0
| |/ / / / /
* | | | | | Merge pull request #95539 from tetrapod00/compositor-tutorial-linkRémi Verschelde2024-08-162-0/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add tutorial link in Compositor and CompositorEffect docs
| * | | | | | Add tutorial link in Compositor and CompositorEffect docstetrapod002024-08-142-0/+2
| |/ / / / /
* | | | | | Merge pull request #95536 from jsjtxietian/rename-alpha-scissorRémi Verschelde2024-08-163-3/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix undefined `alpha_scissor` in standard shader
| * | | | | | Fix undefined `alpha_scissor` in standard shaderjsjtxietian2024-08-153-3/+3
| | | | | | |
* | | | | | | Merge pull request #95529 from bruvzg/bmfont_match_hRémi Verschelde2024-08-161-3/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [BMFont] Fix importing fonts with `Match char height` enabled.
| * | | | | | | [BMFont] Fix importing fonts with `Match char height` enabled.bruvzg2024-08-141-3/+6
| | | | | | | |
* | | | | | | | Merge pull request #95513 from bruvzg/ds_init_cleanupRémi Verschelde2024-08-161-1/+28
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Run cleanup code on DisplayServer init failure to prevent crash on exit.
| * | | | | | | | Run cleanup code on DisplayServer init failure to prevent crash on exit.bruvzg2024-08-141-1/+28
| | | | | | | | |
* | | | | | | | | Merge pull request #95505 from lyuma/import_null_external_animation_libraryRémi Verschelde2024-08-161-2/+7
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid `[]` for `external_animation_library` import option
| * | | | | | | | | Avoid [] for external_animation_library import optionLyuma2024-08-131-2/+7
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Some uses of operator[] were causing "rest_pose/external_animation_library": null to be added to the .import file.
* | | | | | | | | Merge pull request #95502 from bruvzg/net_ext_detectRémi Verschelde2024-08-163-10/+9
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [.NET] Move search in files extension list definition to be after Scene level module init.
| * | | | | | | | | [.NET] Move search in files extension list definition to be after Scene ↵bruvzg2024-08-143-10/+9
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | level module init.
* | | | | | | | | Merge pull request #95498 from LeonardoDemartino/fix_macos_dylibsigningRémi Verschelde2024-08-161-4/+4
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | macOS: Only set entitlements for main binaries, fixing C# signing issues
| * | | | | | | | | Only main binaries require entitlements. This fixes signing issues on macOS.Leonardo Demartino2024-08-131-4/+4
| |/ / / / / / / /
* | | | | | | | | Merge pull request #95485 from sepTN/clarify-timer-docsRémi Verschelde2024-08-161-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clarify `Timer.start()` documentation to match the current behavior.
| * | | | | | | | | Clarify `Timer.start()` documentation to match the current behavior.Septian Ganendra S. K.2024-08-131-1/+1
| | | | | | | | | |
* | | | | | | | | | Merge pull request #95465 from jsjtxietian/remove-category-warningRémi Verschelde2024-08-161-1/+0
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove `missing a category` warning in visual shader node
| * | | | | | | | | | Remove `missing a category` warning in visual shader nodejsjtxietian2024-08-131-1/+0
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #95456 from smix8/navlink_mapchangeRémi Verschelde2024-08-166-71/+216
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add NavigationLink function to change navigation map
| * | | | | | | | | | Add NavigationLink function to change navigation mapsmix82024-08-156-71/+216
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds NavigationLink function to change navigation map.
* | | | | | | | | | Merge pull request #95444 from YeldhamDev/pot_gen_fixRémi Verschelde2024-08-161-3/+2
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix incorrect parsing of nested nodes when generating the POT
| * | | | | | | | | | Fix incorrect parsing of nested nodes when generating the POTMichael Alexsander2024-08-121-3/+2
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #95440 from ↵Rémi Verschelde2024-08-162-2/+2
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Calinou/tileset-editor-tweak-no-tile-source-message Tweak missing tile source message in the TileSet editor
| * | | | | | | | | | | Tweak missing tile source message in the TileSet editorHugo Locurcio2024-08-122-2/+2
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also renames the Tiles tab in the TileSet bottom panel to Tile Sources to make it more explicit (and avoid using the same name as the Tiles tab in the TileMap editor).
* | | | | | | | | | | Merge pull request #95431 from Joy-less/Fix-#10418Rémi Verschelde2024-08-161-1/+2
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | C#: Add `NotNullWhenAttribute` to `IsInstanceValid`
| * | | | | | | | | | | Add NotNullWhenAttribute to IsInstanceValidJoyless2024-08-121-1/+2
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #95426 from Jordyfel/spawner-docRémi Verschelde2024-08-161-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typo or unclear language in MultiplayerSpawner doc
| * | | | | | | | | | | | Fix typo in MultiplayerSpawner docJordyfel2024-08-121-2/+2
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #95420 from TokisanGames/fix-crash-selecting-notdescendantRémi Verschelde2024-08-161-9/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix crash by ensuring selected node is a descendant of the edited scene