| Commit message (Expand) | Author | Age | Files | Lines |
| * | Change global timestamp behaviour earlier | Alexandre LittleWhite Laurent | 2018-12-16 | 1 | -3/+3 |
| * | Merge pull request #19501 from Zylann/custom_loaders | Rémi Verschelde | 2018-12-16 | 1 | -5/+9 |
| |\ |
|
| | * | Added basic support for custom resource savers and loaders | Marc Gilleron | 2018-12-15 | 1 | -5/+9 |
| * | | Merge pull request #20609 from YeldhamDev/menu_hover_explicit | Rémi Verschelde | 2018-12-09 | 1 | -0/+5 |
| |\ \ |
|
| | * | | Make opening menus with the same parent on mouse focus explicit | Michael Alexsander Silva Dias | 2018-11-20 | 1 | -0/+5 |
| * | | | Cleanup some unused controls in the editor's top bar | Michael Alexsander Silva Dias | 2018-12-09 | 1 | -20/+5 |
| * | | | Merge pull request #22323 from williamd1k0/ignore-main-scene | Rémi Verschelde | 2018-12-07 | 1 | -0/+18 |
| |\ \ \
| |_|/
|/| | |
|
| | * | | Editor: Skip loading main scene if restore_scenes_on_load is used | William Tumeo | 2018-10-02 | 1 | -0/+18 |
| * | | | Disable progress dialog on export from command line, stab at fixing #24031 | Juan Linietsky | 2018-11-28 | 1 | -5/+19 |
| * | | | Added test to avoid saving cyclic scene instancing, fixes #9686 | Juan Linietsky | 2018-11-27 | 1 | -1/+22 |
| * | | | NORMALMAP was not working (no normal being used detected), fixes #9263 | Juan Linietsky | 2018-11-27 | 1 | -1/+1 |
| * | | | Rewrite code for unfolding and make it automatic on scene load, which works b... | Juan Linietsky | 2018-11-25 | 1 | -2/+7 |
| * | | | Merge pull request #23680 from YeldhamDev/unified_help_search_revived | Rémi Verschelde | 2018-11-22 | 1 | -7/+1 |
| |\ \ \ |
|
| | * | | | Unify editor class and reference search | Ray Koopa | 2018-11-20 | 1 | -7/+1 |
| | | |/
| |/| |
|
| * | | | Merge pull request #22983 from Ashafix/master | Max Hilbrunner | 2018-11-21 | 1 | -0/+6 |
| |\ \ \ |
|
| | * | | | Better error message for malformed plugins | Ashafix | 2018-10-25 | 1 | -0/+6 |
| * | | | | Reworked how non-imported resources are reloaded on change, fixes #19852 | Juan Linietsky | 2018-11-20 | 1 | -34/+36 |
| | |/ /
|/| | |
|
| * | | | Merge pull request #23802 from JFonS/add_save_option | Rémi Verschelde | 2018-11-20 | 1 | -8/+8 |
| |\ \ \ |
|
| | * | | | Add Save option to resource property menu | JFonS | 2018-11-18 | 1 | -8/+8 |
| * | | | | Add argument to UndoRedo's "clear_history()" to not increase the version | Michael Alexsander Silva Dias | 2018-11-18 | 1 | -2/+2 |
| |/ / / |
|
| * | | | Merge pull request #23649 from willnationsdev/fix-scene-icons | Rémi Verschelde | 2018-11-12 | 1 | -22/+21 |
| |\ \ \ |
|
| | * | | | Fix scene dock not showing custom icons | Will Nations | 2018-11-10 | 1 | -22/+21 |
| * | | | | Many fixes to script editor remote debugger, closes #13346 | Juan Linietsky | 2018-11-11 | 1 | -0/+3 |
| |/ / / |
|
| * | | | -Moved EditorDefaultValue to ClassDB, made it core | Juan Linietsky | 2018-11-08 | 1 | -3/+1 |
| * | | | doc: Use HTTPS for docs.godotengine.org and point to latest branch | Rémi Verschelde | 2018-11-05 | 1 | -1/+1 |
| * | | | Let user fix dependencies in resources | Pedro J. Estébanez | 2018-11-02 | 1 | -4/+20 |
| * | | | Merge pull request #23311 from YeldhamDev/editor_capitalization_fix | Rémi Verschelde | 2018-11-01 | 1 | -2/+2 |
| |\ \ \ |
|
| | * | | | Small capitalization fixes across the editor | Michael Alexsander Silva Dias | 2018-10-26 | 1 | -2/+2 |
| * | | | | Automatically unfold sections of properties that someone else edited (no loca... | Juan Linietsky | 2018-10-29 | 1 | -0/+1 |
| * | | | | Moved folding outside the resource files, now saved outside the project. | Juan Linietsky | 2018-10-29 | 1 | -2/+23 |
| * | | | | Ability to revert any property, not just from inherited scenes or scripts. | Juan Linietsky | 2018-10-29 | 1 | -0/+3 |
| |/ / / |
|
| * | | | Fixes the editor layout | groud | 2018-10-26 | 1 | -6/+6 |
| * | | | Fix default layout dock sizes | Michael Alexsander Silva Dias | 2018-10-25 | 1 | -2/+2 |
| * | | | Merge pull request #23114 from groud/allow_smaller_dock_width | Rémi Verschelde | 2018-10-25 | 1 | -4/+4 |
| |\ \ \ |
|
| | * | | | Allow the editor dock to have a lower width | groud | 2018-10-18 | 1 | -4/+4 |
| | |/ / |
|
| * / / | Don't create scene thumbnail before its saved, issue 22890 | Paulb23 | 2018-10-21 | 1 | -1/+3 |
| |/ / |
|
| * | | Revert "Make KEY_ESCAPE close all output/debugger docks on bottom" | Rémi Verschelde | 2018-10-07 | 1 | -6/+0 |
| * | | Remove redundant "== false" code | Aaron Franke | 2018-10-06 | 1 | -1/+1 |
| * | | Fix warnings on virtual methods [-Woverloaded-virtual] [-Wdelete-non-virtual-... | Rémi Verschelde | 2018-10-02 | 1 | -3/+3 |
| * | | Merge pull request #22354 from evandropoa/resources_list_icon_issue | Rémi Verschelde | 2018-10-02 | 1 | -1/+1 |
| |\ \ |
|
| | * | | Fix issue #22320. | Evandro Bitencourt | 2018-09-22 | 1 | -1/+1 |
| | |/ |
|
| * | | Merge pull request #22364 from YeldhamDev/rect2_inspector_singleline | Rémi Verschelde | 2018-10-02 | 1 | -1/+1 |
| |\ \ |
|
| | * | | Make Rect2 EditorProperty obey the horizontal setting | Michael Alexsander Silva Dias | 2018-09-23 | 1 | -1/+1 |
| | |/ |
|
| * | | Fix warning about functions defined but not used [-Wunused-function] | Rémi Verschelde | 2018-09-29 | 1 | -1/+0 |
| * | | Reflection probe support in GLES2 back-end. | Juan Linietsky | 2018-09-28 | 1 | -0/+14 |
| |/ |
|
| * | Merge pull request #22225 from groud/fix_draw_on_viewport | Rémi Verschelde | 2018-09-20 | 1 | -4/+18 |
| |\ |
|
| | * | Fixes drawing of the 2D plugins on the 3D view | groud | 2018-09-18 | 1 | -4/+18 |
| * | | EditorNode: New default dock layout | Rémi Verschelde | 2018-09-20 | 1 | -21/+27 |
| * | | EditorNode: Reorder and cleanup initial dock setup | Rémi Verschelde | 2018-09-20 | 1 | -122/+77 |
| * | | Merge pull request #21426 from groud/add_files_to_tree_view | Rémi Verschelde | 2018-09-20 | 1 | -2/+11 |
| |\ \
| |/
|/| |
|