summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | | Merge pull request #76404 from sodaJar/gdrepRémi Verschelde2023-04-251-3/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix wrong file name on function call error
| * | | | | | | | | | | | | Fix wrong file on function call errorsodaJar2023-04-241-3/+4
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #76315 from RandomShaper/vk_fix_barriersRémi Verschelde2023-04-252-50/+54
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix issues with Vulkan layout transitions
| * | | | | | | | | | | | | | Fix issues with Vulkan layout transitionsPedro J. Estébanez2023-04-242-50/+54
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge pull request #76084 from timothyqiu/nested-foldersRémi Verschelde2023-04-254-53/+251
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make create folder popup support nested folders
| * | | | | | | | | | | | | | Make create folder popup support nested foldersHaoyu Qiu2023-04-234-53/+251
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #76105 from anvilfolk/tooltipRémi Verschelde2023-04-251-2/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix @export variable tooltips not showing up in Inspector in scripts with inner classes
| * | | | | | | | | | | | | | | Fix @export variable tooltips not showing up in Inspector when there isocean (they/them)2023-04-211-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | an inner class
* | | | | | | | | | | | | | | | Merge pull request #75429 from ↵Rémi Verschelde2023-04-251-10/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MewPurPur/Literally-cant-have-a-functioning-level-editor-because-of-this-please-helppp Fix PackedScenes created with PackedScene.pack() have their exported nodes become null
| * | | | | | | | | | | | | | | | Fix PackedScenes created with PackedScene.pack() have their exported nodes ↵VolTer2023-04-131-10/+9
| | |_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | become null
* | | | | | | | | | | | | | | | Merge pull request #74101 from RandomShaper/fix_gds_obj_tempsRémi Verschelde2023-04-255-52/+77
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix edge cases of object lifetime when signals involved
| * | | | | | | | | | | | | | | | Fix edge cases of object lifetime when signals involvedPedro J. Estébanez2023-04-115-1/+30
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | GDScript: Don't use pool for reference typesGeorge Marques2023-04-111-51/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since they need to be properly initialized and finalized to adjust the reference counter.
* | | | | | | | | | | | | | | | | Merge pull request #73656 from TokageItLab/expose-3d-tracksRémi Verschelde2023-04-2511-116/+193
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expose interpolation methods for 3D track in `Animation` class
| * | | | | | | | | | | | | | | | | Expose interpolation methods for 3D track in Animation classSilc Renew2023-04-2511-116/+193
| | |_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #69698 from Daylily-Zeleen/daylily-zeleen/show_in_explorerRémi Verschelde2023-04-2512-15/+87
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement and expose OS::shell_show_in_file_manager()
| * | | | | | | | | | | | | | | | | Implement and expose OS::shell_show_in_file_manager()Daylily-Zeleen2023-04-2512-15/+87
| | |_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #69266 from aaronfranke/gltf-physicsRémi Verschelde2023-04-2512-1/+1164
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement physics support in the GLTF module
| * | | | | | | | | | | | | | | | Implement physics support in the GLTF moduleAaron Franke2023-03-0912-1/+1164
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #76403 from bitsawer/reduce_hashmap_sizeRémi Verschelde2023-04-241-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Optimize HashMap size
| * | | | | | | | | | | | | | | | | Optimize HashMap sizebitsawer2023-04-241-3/+3
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #76396 from ↵Rémi Verschelde2023-04-241-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rindbee/fix_line_spacing_not_update_in_code_editor Fix `line_spacing` in code editor will not take effect immediately on change
| * | | | | | | | | | | | | | | | | | Fix `line_spacing` in code editor will not take effect immediately on changeRindbee2023-04-241-0/+1
| |/ / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, in CodeTextEditor, `line_spacing` was forgotten to update when the editor setting property changed.
* | | | | | | | | | | | | | | | | | Merge pull request #76394 from bruvzg/macos_1013Rémi Verschelde2023-04-242-25/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [macOS] Bump min. version to 10.13, and remove deprecated code.
| * | | | | | | | | | | | | | | | | | [macOS] Bump min. version to 10.13, and remove deprecated code.bruvzg2023-04-242-25/+10
| |/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Merge pull request #76374 from OverloadedOrama/more-tab-container-signalsRémi Verschelde2023-04-243-0/+34
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add missing `TabBar` signals to `TabContainer`
| * | | | | | | | | | | | | | | | | | Add more signals to `TabContainer` that `TabBar` already hasEmmanouil Papadeas2023-04-233-0/+34
| | |_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #76364 from timothyqiu/expansionRémi Verschelde2023-04-241-5/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix layout list not resizing in editor layout dialog
| * | | | | | | | | | | | | | | | | | Fix layout list not resizing in editor layout dialogHaoyu Qiu2023-04-231-5/+2
| | |_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #76363 from timothyqiu/whats-undo-redoRémi Verschelde2023-04-242-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Translate undo/redo messages in settings dialogs
| * | | | | | | | | | | | | | | | | | Translate undo/redo messages in settings dialogsHaoyu Qiu2023-04-232-4/+4
| |/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Merge pull request #76352 from MewPurPur/add-physical-bone-iconRémi Verschelde2023-04-241-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add missing PhysicalBone2D icon
| * | | | | | | | | | | | | | | | | | Add missing PhysicalBone2D iconVolTer2023-04-231-0/+1
| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge pull request #76311 from aaronfranke/t2d-basis-detRémi Verschelde2023-04-245-8/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expose `determinant` in Transform2D, rename internal method
| * | | | | | | | | | | | | | | | | | | Expose `determinant` in Transform2D, rename internal methodAaron Franke2023-04-225-8/+16
| | |_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge pull request #76279 from TheSecondReal0/buttongroup-unpressRémi Verschelde2023-04-243-1/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add an option for ButtonGroups to be unpressed
| * | | | | | | | | | | | | | | | | | | Add option for ButtonGroups to be unpressedTheSecondReal02023-04-203-1/+18
| | |_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add an option for ButtonGroups to be unpressed Apply suggestions from code review Co-Authored-By: Tomek <kobewi4e@gmail.com> Co-Authored-By: Yuri Rubinsky <chaosus89@gmail.com> Co-Authored-By: kleonc <9283098+kleonc@users.noreply.github.com>
* | | | | | | | | | | | | | | | | | | Merge pull request #76145 from manueldun/usability-auto-indentRémi Verschelde2023-04-242-1/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix auto-indentation in typed arrays, comments, and after colon
| * | | | | | | | | | | | | | | | | | | Fix auto-indentation in typed arrays, comments, and after colonManuel Dun2023-04-202-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now the editor won't add indentation when pressing enter, is declaring typed variables and there is a colon in the comment example: var a:=0#:[press enter] no indentation
* | | | | | | | | | | | | | | | | | | | Merge pull request #76122 from spanzeri/fix_animation_snap_slider_crashRémi Verschelde2023-04-242-1/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix editor spin slider remaining editable if set read_only during and edit and fix related animation player crash
| * | | | | | | | | | | | | | | | | | | | Fix editor spin slider remaining editable if set read_only during an edit ↵Samuele Panzeri2023-04-222-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and fix related animation player crash
* | | | | | | | | | | | | | | | | | | | | Merge pull request #76095 from adamscott/fix-rename-lsp-variablesRémi Verschelde2023-04-243-19/+45
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [LSP] Fix GDScript inner method variable rename
| * | | | | | | | | | | | | | | | | | | | | Fix GDScript LSP variable renameAdam Scott2023-04-223-19/+45
| | |_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge pull request #75759 from TokageItLab/reimplement-grouped-statemachineRémi Verschelde2023-04-2415-1137/+1252
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rework for nested `AnimationNodeStateMachine`
| * | | | | | | | | | | | | | | | | | | | | Rework StateMachine and nested StateMachine processSilc Renew2023-04-1815-1137/+1252
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Breaking compatibility: If a StateMachineTransition is connected to a nested StateMachine prior to this, it is removed. Also, there was a feature to connect another StateMachine as the End of a StateMachine, which is also removed to avoid reference confusion. It was like a GoTo Statement, also further passing the same reference to the blending process, causing the blending calculation to break or causing some StateMachines to not work.
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #75640 from bruvzg/mem_infoRémi Verschelde2023-04-2410-4/+275
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [OS] Implement and expose to scripting APIs `get_memory_info` method instead of old `get_free_static_memory`.
| * | | | | | | | | | | | | | | | | | | | | | [OS] Implement and expose to scripting APIs `get_memory_info` method instead ↵bruvzg2023-04-2410-4/+275
| | |_|_|_|_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of old `get_free_static_memory`.
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #75605 from anvilfolk/type-baseRémi Verschelde2023-04-243-3/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make GDScript type not found errors more informative.
| * | | | | | | | | | | | | | | | | | | | | | Make type not found errors more informative.ocean (they/them)2023-04-023-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This PR removes a check for whether a datatype is a meta type when generating a datatype's to_string() result. This means that error messages that fail to find the type will now print their class names, which is much more useful when trying to identify errors.
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #75016 from timothyqiu/watch-outRémi Verschelde2023-04-241-3/+22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix TouchScreenButton not redrawn when texture changes