summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Change UndoRedo to use Callableskobewi2022-09-184-151/+61
|
* Merge pull request #66040 from ↵Yuri Rubinsky2022-09-181-4/+3
|\ | | | | | | jeffres/fix-closing-shader-file-with-middle-mouse-click
| * Close shader under cursor when middle mouse clicking in editor listjeffres2022-09-181-4/+3
| | | | | | | | | | Previously middle mouse clicking resulted in the currently selected file to be closed, which is not the behavior commonly expected.
* | Merge pull request #44143 from KoBeWi/callable_multiplayerRémi Verschelde2022-09-1822-93/+62
|\ \ | |/ |/|
| * Port remaining connections to callable_mpTomasz Chabora2022-09-1822-101/+62
| |
* | Merge pull request #62417 from willnationsdev/gdres-quickopenRémi Verschelde2022-09-182-4/+18
|\ \ | | | | | | | | | Enable QuickOpen to see scripted resources
| * | Enable QuickOpen to see scripted resources.willnationsdev2022-09-172-4/+18
| |/
* | Merge pull request #62413 from willnationsdev/gdres-inspectorRémi Verschelde2022-09-182-55/+92
|\ \ | | | | | | | | | Script-class-aware Inspector & related controls.
| * | Script-class-aware Inspector & related controls.willnationsdev2022-09-172-55/+92
| |/
* | Merge pull request #62411 from willnationsdev/gdres-gdscriptRémi Verschelde2022-09-182-29/+82
|\ \ | | | | | | | | | Add GDScript resource export.
| * | Add GDScript resource export.willnationsdev2022-09-172-29/+82
| |/
* | Merge pull request #65979 from iwoithe/fix-onready-typoRémi Verschelde2022-09-181-1/+1
|\ \ | | | | | | | | | change "no" to "not" in the @onready documentation
| * | Spelling correction: change "no" to "not"I Woithe2022-09-171-1/+1
| | |
* | | Merge pull request #66018 from Mickeon/fix-animated-sprite-outdated-warningRémi Verschelde2022-09-181-1/+1
|\ \ \ | | | | | | | | | | | | Fix outdated warning in AnimatedSprite2D
| * | | Fix outdated warning in AnimatedSprite2DMicky2022-09-181-1/+1
| | | |
* | | | Merge pull request #66033 from timothyqiu/ft-doneRémi Verschelde2022-09-182-4/+4
|\ \ \ \ | | | | | | | | | | | | | | | Fix crash when executing `FontFile.get_face_count`
| * | | | Fix crash when executing `FontFile.get_face_count`Haoyu Qiu2022-09-182-4/+4
| |/ / /
* | | | Merge pull request #66031 from qarmin/compile_regex_editorRémi Verschelde2022-09-181-0/+2
|\ \ \ \ | | | | | | | | | | | | | | | Add missing constructor, to compile editor without regex module
| * | | | Add missing constructor, to compile editor without regex moduleRafał Mikrut2022-09-181-0/+2
| |/ / /
* | | | Merge pull request #65561 from ryburnj/inconsistent-cap-scene-file-nameRémi Verschelde2022-09-184-19/+25
|\ \ \ \ | | | | | | | | | | | | | | | Fix inconsistent scene file name casing
| * | | | Fix inconsistent scene file name casing by moving existing Name_Casing code ↵ryburnj2022-09-184-19/+25
| | |/ / | |/| | | | | | | | | | to separate function in editor_node, and adding a call from both editor_node and scene_tree_dock.
* | | | Merge pull request #66012 from Rindbee/fix-TabContainer-minimum_sizeRémi Verschelde2022-09-181-5/+6
|\ \ \ \ | |_|/ / |/| | | | | | | Fix minimum size calculation for `TabContainer`
| * | | Fix minimum size calculation for TabContainerRindbee2022-09-181-5/+6
| |/ /
* | | Merge pull request #66000 from KoBeWi/clear_'_clear_undo_history'Rémi Verschelde2022-09-182-8/+0
|\ \ \ | | | | | | | | | | | | Remove unused `_clear_undo_history` method
| * | | Remove unused _clear_undo_history methodkobewi2022-09-172-8/+0
| |/ /
* | | Merge pull request #66004 from bruvzg/hb52Rémi Verschelde2022-09-1888-3926/+6612
|\ \ \ | | | | | | | | | | | | Update to version 5.2.0, add new Unicode 15 blocks and scripts.
| * | | HarfBuzz: Update to version 5.2.0, add new Unicode 15 blocks and scripts.bruvzg2022-09-1788-3926/+6612
| | |/ | |/|
* | | Merge pull request #65975 from Faless/web/4.x_features_detectionRémi Verschelde2022-09-187-39/+127
|\ \ \ | | | | | | | | | | | | [Web] Add feature detection helpers to JS Engine class.
| * | | [Web] Add missing features warning in editor and export shell.Fabio Alessandrelli2022-09-172-22/+19
| | | |
| * | | [Web] Add feature detection helpers to JS Engine class.Fabio Alessandrelli2022-09-175-17/+108
| | |/ | |/|
* | | Merge pull request #65331 from derammo/derammo_natvis_3Rémi Verschelde2022-09-181-17/+67
|\ \ \ | | | | | | | | | | | | Add more data structures to Natvis for Visual Studio
| * | | added more data structures to Natvis for msdevderammo2022-09-041-17/+67
| | | | | | | | | | | | | | | | | | | | can now debug signal_map and connections in Objects can now view more Variant types, such as packed arrays
* | | | Merge pull request #65946 from antonWetzel/csharp-nd-arrayRémi Verschelde2022-09-181-2/+6
|\ \ \ \ | | | | | | | | | | | | | | | Don't marshal multidimensional arrays
| * | | | don't marshal multidimensional arraysantonWetzel2022-09-171-2/+6
| | |/ / | |/| |
* | | | Merge pull request #65945 from Faless/mp/4.x_nodes_warningsRémi Verschelde2022-09-184-0/+34
|\ \ \ \ | | | | | | | | | | | | | | | [MP] Add warnings to spawner and synchronizer.
| * | | | [MP] Add warnings to spawner and synchronizer.Fabio Alessandrelli2022-09-174-0/+34
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MultiplayerSpawner: - When spawn_path is invalid. - When the auto spawn list is empty and _spawn_custom is not overridden. Note: We remove the warning for placeholder scripts since there's no way of knowing if they have a certain method. MultiplayerSynchronizer: - When root_path is invalid.
* | | | Merge pull request #65931 from ↵Rémi Verschelde2022-09-188-22/+30
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | fabriceci/add-recovery-as-collision-in-low-level-methods Add recovery_as_collision in move_and_collide/test_move
| * | | | Add recovery_as_collision in move_and_collide/test_movefabriceci2022-09-178-22/+30
| | | | |
* | | | | Merge pull request #58567 from madmiraal/fix-26470Rémi Verschelde2022-09-183-11/+7
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Remove ParallaxLayer's invalid dependence on screen_offset
| * | | | | Remove ParallaxLayer's invalid dependence on screen_offsetMarcel Admiraal2022-02-263-11/+7
| | | | | |
* | | | | | Merge pull request #65877 from raulsntos/dotnet/signal-delegate-docsRémi Verschelde2022-09-181-0/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add documentation to signal delegates
| * | | | | | C#: Add documentation to signal delegatesRaul Santos2022-09-161-0/+9
| | | | | | |
* | | | | | | Merge pull request #65900 from YuriSizov/editor-animation-loopity-loops-loopRémi Verschelde2022-09-181-0/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix loop mode button update in the Animation editor
| * | | | | | | Fix loop mode button update in the Animation editorYuri Sizov2022-09-161-0/+4
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #65929 from bruvzg/rtl_theme_font_changeRémi Verschelde2022-09-182-10/+56
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix RichTextLabel not updating on theme/theme override change until text is updated.
| * | | | | | | Fix RichTextLabel not updating on theme/theme override change until text is ↵bruvzg2022-09-162-10/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | updated.
* | | | | | | | Merge pull request #65951 from TokageItLab/change-humanoid-thumb-definisionRémi Verschelde2022-09-183-4/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed the rest definition of SkeletonProfileHumanoid thumb to be more suitable for the game engine
| * | | | | | | | Changed the rest definition of SkeletonProfileHumanoid thumbSilc Renew2022-09-183-4/+4
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #65911 from EliasVincent/light-theme-palette-text-fixRémi Verschelde2022-09-181-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | color of Command Palette shortcut text not visible in Light theme
| * | | | | | | | Command Palette shortcut_text: font colorEliasVincent2022-09-161-1/+1
| | |/ / / / / / | |/| | | | | |