summaryrefslogtreecommitdiffstats
path: root/editor
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #87443 from YuriSizov/pms-hotter-younger-cousinRémi Verschelde2024-01-3013-432/+1094
|\
| * Correctly handle failures to open a projectYuri Sizov2024-01-301-4/+8
| * Replace empty list dialog with an integrated panelYuri Sizov2024-01-305-164/+236
| * Implement a quick settings dialog for the project managerYuri Sizov2024-01-305-173/+574
| * Add a network mode setting to bring the editor offlineYuri Sizov2024-01-307-66/+161
| * Improve the project manager UIYuri Sizov2024-01-304-126/+220
| * Create a MainScreenButton theme variationYuri Sizov2024-01-302-12/+8
* | Add Wayland supportRiteo2024-01-301-0/+10
|/
* Merge pull request #87712 from akien-mga/revert-gdscript-uid-annotations-for-nowRémi Verschelde2024-01-291-1/+0
|\
| * Revert "Add UID support to GDScript files"Rémi Verschelde2024-01-291-1/+0
* | Merge pull request #87170 from AThousandShips/run_fixRémi Verschelde2024-01-291-1/+2
|\ \
| * | Fix reloading current scene forgetting pathA Thousand Ships2024-01-141-1/+2
* | | Merge pull request #86765 from reduz/filesystem-to-bottomRémi Verschelde2024-01-296-63/+278
|\ \ \
| * | | Ability to move FileSystem dock to bottomJuan Linietsky2024-01-296-63/+278
| | |/ | |/|
* | | Merge pull request #84760 from KoBeWi/ultimate_get_property_list_reloadedRémi Verschelde2024-01-291-1/+1
|\ \ \
| * | | Fetch override list from ThemeDBkobewi2024-01-291-1/+1
| | |/ | |/|
* | | Extend minimum/maximum zoom level of TextureRegion editorHugo Locurcio2024-01-293-2/+9
| |/ |/|
* | Merge pull request #87688 from AThousandShips/what_is_thisRémi Verschelde2024-01-299-21/+21
|\ \
| * | Remove unnecessary `this->` expressionsA Thousand Ships2024-01-299-21/+21
* | | Merge pull request #87616 from ryevdokimov/cancel-transformation-2dRémi Verschelde2024-01-291-6/+8
|\ \ \
| * | | Add cancel transformation shortcut to 2DRobert Yevdokimov2024-01-261-6/+8
| |/ /
* | | Merge pull request #87535 from Mickeon/scene-tree-configuration-warnings-cleanupRémi Verschelde2024-01-291-17/+28
|\ \ \
| * | | Improve appearance of Node configuration warningsMicky2024-01-271-17/+28
* | | | Merge pull request #87381 from YuriSizov/core-sneaky-propertiesRémi Verschelde2024-01-293-4/+26
|\ \ \ \
| * | | | Better hide internal properties from usersYuri Sizov2024-01-293-4/+26
| | |/ / | |/| |
* | | | Merge pull request #85448 from mxaddict/masterRémi Verschelde2024-01-291-1/+1
|\ \ \ \
| * | | | Update blender_path behavior to require exact path to executable instead of t...mxaddict2024-01-271-1/+1
| |/ / /
* | | | Merge pull request #84515 from Calinou/editor-multi-window-unavailable-disabl...Rémi Verschelde2024-01-298-30/+70
|\ \ \ \
| * | | | Disable multi-window buttons instead of hiding them when support is unavailableHugo Locurcio2024-01-278-30/+70
| |/ / /
* | | | Merge pull request #83747 from Riteo/gdext-docRémi Verschelde2024-01-295-0/+57
|\ \ \ \
| * | | | GDExtension: add an interface for loading extra documentationRiteo2024-01-265-0/+57
* | | | | Merge pull request #82113 from nongvantinh/fix-50163Rémi Verschelde2024-01-291-1/+5
|\ \ \ \ \
| * | | | | Allow Editor to reload external changes of scriptsNông Văn Tình2024-01-261-1/+5
* | | | | | Merge pull request #80231 from romlok/input-key-locationRémi Verschelde2024-01-293-3/+53
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Add InputEventKey.location to tell left from rightMel Collins2024-01-263-3/+53
| | |/ / / | |/| | |
* | | | | Merge pull request #87356 from jsjtxietian/connection-errorRémi Verschelde2024-01-261-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Check is the ref shader valid in visual shader's update_option_menujsjtxietian2024-01-251-1/+1
| | |/ / | |/| |
* | | | Remove incorrect C# rename from the project converterYuri Sizov2024-01-241-1/+0
* | | | Merge pull request #87510 from adamscott/make-text-editor-consistent-with-scr...Yuri Sizov2024-01-241-15/+15
|\ \ \ \
| * | | | Make the text editor consistent with the script editorAdam Scott2024-01-231-15/+15
| |/ / /
* | | | Merge pull request #87417 from AThousandShips/tree_clearYuri Sizov2024-01-241-2/+1
|\ \ \ \
| * | | | Use callable for `TreeItem` custom drawA Thousand Ships2024-01-231-2/+1
| |/ / /
* | | | Merge pull request #87252 from ajreckof/Fix-renaming-a-node-to-the-name-of-it...Yuri Sizov2024-01-241-3/+2
|\ \ \ \
| * | | | Fix renaming a node to the name of its siblings breaking NodePathajreckof2024-01-161-3/+2
* | | | | Merge pull request #79374 from raulsntos/ignore-directories-in-tpzYuri Sizov2024-01-241-0/+7
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Ignore directory entries in TPZRaul Santos2023-07-121-0/+7
* | | | | Merge pull request #87476 from AThousandShips/search_fixYuri Sizov2024-01-221-0/+3
|\ \ \ \ \
| * | | | | Fix selection regression in `EditorHelpSearch`A Thousand Ships2024-01-221-0/+3
* | | | | | Merge pull request #87470 from AThousandShips/tile_thread_fixYuri Sizov2024-01-221-0/+9
|\ \ \ \ \ \
| * | | | | | [Editor] Fix threading problems with `TileMap` previewA Thousand Ships2024-01-221-0/+9
| |/ / / / /