COMMITS
/ editor/project_manager.cpp January 22, 2023
F
Add benchmark logic
Fredia Huya-Kouadio committed
January 10, 2023
R
One Copyright Update to rule them all
Rémi Verschelde committed
December 20, 2022
R
Fix some Clang -Wunused-but-set-variable warnings
Rémi Verschelde committed
March 21, 2022
R
Add editor setting for AcceptDialog OK/Cancel buttons positioning
Rémi Verschelde committed
November 29, 2022
R
Project Manager: Fix hacky code for project rename
Rémi Verschelde committed
September 6, 2022
F
Disable logic that triggers automatic focus gain as the Godot Editor is loaded
Fredia Huya-Kouadio committed
August 13, 2022
P
Overhaul CLI argument forwarding to processes started by the editor
Pedro J. Estébanez committed
July 8, 2022
R
AssetLib: Only notify when unavailable in verbose mode
Rémi Verschelde committed
June 29, 2022
F
[AssetLib] Fix crash in Web editor.
Fabio Alessandrelli committed
July 2, 2022
P
Make asset library's column count dynamic
python273 committed
R
Merge pull request #59576 from techiepriyansh/fix-multiple-instances-3.x
Rémi Verschelde committed
June 3, 2022
H
Fix empty space after project sort options
Haoyu Qiu committed
May 25, 2022
R
HTML5: Always disable Asset Library
Rémi Verschelde committed
R
Project Manager: Fix crash on resize with assetlib disabled
Rémi Verschelde committed
May 20, 2022
H
Swap the filter and order fields in the project manager
Hugo Locurcio committed
H
Fix project manager display at small window sizes
Hugo Locurcio committed
A
Tweaks to improve the Project Manager display at small sizes
Aaron Franke committed
April 15, 2022
H
Fix project manager window position when editor scale is above 100%
Hugo Locurcio committed
April 2, 2022
H
Add missing newlines to the generated `default_env.tres` in new projects
Hugo Locurcio committed
March 4, 2022
P
fix same project opening mutliple times from project manager
Priyansh Rathi committed
March 18, 2022
H
Improves editor property name extraction
Haoyu Qiu committed
March 13, 2022
P
Drop mouse focus and over when gui input is globally disabled
Pedro J. Estébanez committed
February 8, 2022
R
Core: Move generated `VERSION_HASH` to a `.cpp` file
Rémi Verschelde committed
January 18, 2022
R
Merge pull request #56630 from Pineapple/replace-find-last
Rémi Verschelde committed
January 13, 2022
R
Update copyright statements to 2022
Rémi Verschelde committed
January 8, 2022
B
Replace String::find_last with rfind where possible (backward compatible with old API)
Bartłomiej T. Listwon committed
January 5, 2022
B
Fix decoding UTF-8 filenames on unzipping.
bruvzg committed
December 16, 2021
J
Backport NavigationServer with RVO2 to `3.x`
Jake Young committed
November 30, 2021
K
Improve language lists in localization editor
kobewi committed
October 30, 2021
I
Turn off physics servers in the Project Manager.
Ibrahn Sahir committed
November 12, 2021
H
Use Enter instead of F2 as an editor renaming shortcut on macOS
Hugo Locurcio committed
September 10, 2021
F
Provide a getter for the project data directory.
Fredia Huya-Kouadio committed
July 23, 2021
R
Merge pull request #47201 from LightningAA/delete-from-project-manager-3.x
Rémi Verschelde committed
July 15, 2021
H
Automatically focus the Search field when displaying asset library
Hugo Locurcio committed
April 14, 2021
H
Add keyboard shortcuts to the project manager
Hugo Locurcio committed
H
Strip leading/trailing whitespace for project name in the project manager
Hugo Locurcio committed
June 7, 2021
A
Separate version hash from version number in editor and project manager
Andrii Doroshenko (Xrayez) committed
May 9, 2021
H
Handle portrait mode monitors in the automatic editor scale detection
Hugo Locurcio committed
April 13, 2021
A
Rename tabs in the project manager
Aaron Franke committed
June 1, 2021
R
Merge pull request #48771 from LightningAA/scrollcontainer-ensure-item-visible-3.x
Rémi Verschelde committed
May 15, 2021
L
ScrollContainer: Expose `_ensure_focused_visible` to the API
Lightning_A committed
May 19, 2021
E
Fix zip_root not being defined when importing by drag&drop
Ev1lbl0w committed
March 20, 2021
L
Add the ability to remove project contents from the remove project dialog
Lightning_A committed
May 5, 2021
R
Style: Enforce braces around if blocks and loops
Rémi Verschelde committed
May 4, 2021
R
Merge pull request #48450 from Calinou/version-click-to-copy-3.x
Rémi Verschelde committed
R
Style: Replaces uses of 0/NULL by nullptr (C++11)
Rémi Verschelde committed
R
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde committed
December 24, 2019
H
Make it possible to copy the Godot version identifier by clicking it
Hugo Locurcio committed
May 1, 2021
H
Add the About dialog to the project manager
Hugo Locurcio committed
October 18, 2020
E
Allow Godot to import .ZIP files with non-regular structure
Ev1lbl0w committed