Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-27 | Merge pull request #25355 from YeldhamDev/color_picker_changes | Rémi Verschelde | |
Make some small enhancements to the ColorPicker | |||
2019-01-27 | Fix pixelized previews, but also instances of breaking ImageTexture cache. ↵ | Juan Linietsky | |
Closes #25378. | |||
2019-01-27 | Make some small enhancements to the ColorPicker | Michael Alexsander Silva Dias | |
2019-01-25 | Properly warn about the effects of changing an import type, as well as force ↵ | Juan Linietsky | |
editor restart. Fixes #23874 | |||
2019-01-25 | Ability to keep images in ImageTexture cached while using editor, fixes #25243 | Juan Linietsky | |
2019-01-17 | Perform a cleaner exit for resource preview, fixes #24206 | Juan Linietsky | |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! | |||
2018-12-31 | Fix "method not found" error when script is removed from object | Chaosus | |
2018-12-30 | Merge pull request #24506 from JFonS/expose_gizmos | Rémi Verschelde | |
Expose the new gizmo plugin system to scripting | |||
2018-12-21 | Expose the new gizmo plugin system to scripting | JFonS | |
2018-12-16 | Change global timestamp behaviour earlier | Alexandre LittleWhite Laurent | |
2018-12-16 | Merge pull request #19501 from Zylann/custom_loaders | Rémi Verschelde | |
Added basic support for custom resource savers and loaders | |||
2018-12-15 | Added basic support for custom resource savers and loaders | Marc Gilleron | |
2018-12-09 | Merge pull request #20609 from YeldhamDev/menu_hover_explicit | Rémi Verschelde | |
Make opening menus with the same parent on mouse focus explicit | |||
2018-12-09 | Cleanup some unused controls in the editor's top bar | Michael Alexsander Silva Dias | |
2018-12-07 | Merge pull request #22323 from williamd1k0/ignore-main-scene | Rémi Verschelde | |
Editor: Skip loading main scene if restore_scenes_on_load is used | |||
2018-11-28 | Disable progress dialog on export from command line, stab at fixing #24031 | Juan Linietsky | |
2018-11-27 | Added test to avoid saving cyclic scene instancing, fixes #9686 | Juan Linietsky | |
2018-11-27 | NORMALMAP was not working (no normal being used detected), fixes #9263 | Juan Linietsky | |
2018-11-25 | Rewrite code for unfolding and make it automatic on scene load, which works ↵ | Juan Linietsky | |
better. | |||
2018-11-22 | Merge pull request #23680 from YeldhamDev/unified_help_search_revived | Rémi Verschelde | |
Unified Class and Reference Search 2: Resurrection | |||
2018-11-21 | Merge pull request #22983 from Ashafix/master | Max Hilbrunner | |
Better error message for malformed plugins | |||
2018-11-20 | Reworked how non-imported resources are reloaded on change, fixes #19852 | Juan Linietsky | |
2018-11-20 | Unify editor class and reference search | Ray Koopa | |
Co-authored-by: Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | |||
2018-11-20 | Make opening menus with the same parent on mouse focus explicit | Michael Alexsander Silva Dias | |
2018-11-20 | Merge pull request #23802 from JFonS/add_save_option | Rémi Verschelde | |
Add Save option to resource property menu | |||
2018-11-18 | Add argument to UndoRedo's "clear_history()" to not increase the version | Michael Alexsander Silva Dias | |
2018-11-18 | Add Save option to resource property menu | JFonS | |
2018-11-12 | Merge pull request #23649 from willnationsdev/fix-scene-icons | Rémi Verschelde | |
Fix scene dock not showing custom icons | |||
2018-11-11 | Many fixes to script editor remote debugger, closes #13346 | Juan Linietsky | |
2018-11-10 | Fix scene dock not showing custom icons | Will Nations | |
2018-11-08 | -Moved EditorDefaultValue to ClassDB, made it core | Juan Linietsky | |
-Removed one and zero hints for properties, replaced by default value | |||
2018-11-05 | doc: Use HTTPS for docs.godotengine.org and point to latest branch | Rémi Verschelde | |
Fixes #23509. | |||
2018-11-02 | Let user fix dependencies in resources | Pedro J. Estébanez | |
2018-11-01 | Merge pull request #23311 from YeldhamDev/editor_capitalization_fix | Rémi Verschelde | |
Small capitalization fixes across the editor | |||
2018-10-29 | Automatically unfold sections of properties that someone else edited (no ↵ | Juan Linietsky | |
local info exists). | |||
2018-10-29 | Moved folding outside the resource files, now saved outside the project. | Juan Linietsky | |
2018-10-29 | Ability to revert any property, not just from inherited scenes or scripts. | Juan Linietsky | |
2018-10-26 | Small capitalization fixes across the editor | Michael Alexsander Silva Dias | |
2018-10-26 | Fixes the editor layout | groud | |
2018-10-25 | Better error message for malformed plugins | Ashafix | |
2018-10-25 | Fix default layout dock sizes | Michael Alexsander Silva Dias | |
2018-10-25 | Merge pull request #23114 from groud/allow_smaller_dock_width | Rémi Verschelde | |
Allow the editor dock to have a lower width | |||
2018-10-21 | Don't create scene thumbnail before its saved, issue 22890 | Paulb23 | |
2018-10-18 | Allow the editor dock to have a lower width | groud | |
2018-10-07 | Revert "Make KEY_ESCAPE close all output/debugger docks on bottom" | Rémi Verschelde | |
This reverts commit 2ae2735a7a2631ef1a2c901a81135b1a1f3f954f. It also closes panels like the shader text editor when trying to discard code completion tooltips. It could be readded with extra care that modals like tooltips will take precedence and mark the event as handled. Fixes #17159, fixes #20738, closes #22727. | |||
2018-10-06 | Remove redundant "== false" code | Aaron Franke | |
Some of this code has been re-organized. f | |||
2018-10-02 | Editor: Skip loading main scene if restore_scenes_on_load is used | William Tumeo | |
2018-10-02 | Fix warnings on virtual methods [-Woverloaded-virtual] ↵ | Rémi Verschelde | |
[-Wdelete-non-virtual-dtor] Fixes the following Clang 7 warnings: ``` editor/editor_help.h:123:7: warning: 'EditorHelpIndex::popup' hides overloaded virtual function [-Woverloaded-virtual] editor/editor_help.h:95:7: warning: 'EditorHelpSearch::popup' hides overloaded virtual function [-Woverloaded-virtual] editor/editor_help.h:96:7: warning: 'EditorHelpSearch::popup' hides overloaded virtual function [-Woverloaded-virtual] editor/plugins/curve_editor_plugin.h:141:15: warning: 'CurvePreviewGenerator::generate' hides overloaded virtual function [-Woverloaded-virtual] editor/plugins/script_editor_plugin.h:70:7: warning: 'ScriptEditorQuickOpen::popup' hides overloaded virtual function [-Woverloaded-virtual] editor/quick_open.h:69:7: warning: 'EditorQuickOpen::popup' hides overloaded virtual function [-Woverloaded-virtual] main/tests/test_io.cpp:53:15: warning: 'TestIO::TestMainLoop::input_event' hides overloaded virtual function [-Woverloaded-virtual] servers/audio/effects/audio_effect_record.h:69:15: warning: 'AudioEffectRecordInstance::process_silence' hides overloaded virtual function [-Woverloaded-virtual] core/os/memory.h:119:2: warning: destructor called on non-final 'ContextGL_X11' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor] core/os/memory.h:119:2: warning: destructor called on non-final 'EditorScriptCodeCompletionCache' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor] core/os/memory.h:119:2: warning: destructor called on non-final 'Engine' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor] core/os/memory.h:119:2: warning: destructor called on non-final 'PhysicalBone::JointData' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor] core/os/memory.h:119:2: warning: destructor called on non-final 'VisualServerScene' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor] core/os/memory.h:119:2: warning: destructor called on non-final 'VisualServerViewport' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor] ``` | |||
2018-10-02 | Merge pull request #22354 from evandropoa/resources_list_icon_issue | Rémi Verschelde | |
Fix icon issue for the resource list popup #22320. |