Age | Commit message (Expand) | Author |
2021-08-22 | Replace BIND_VMETHOD by new GDVIRTUAL syntax | reduz |
2021-08-09 | Added EditorCommandPalette | Bhuvan Vemula |
2021-06-03 | Rename Transform to Transform3D in core | Aaron Franke |
2021-05-31 | Implement shader caching | reduz |
2021-05-04 | Provide a way to hook into Inspectors UndoRedo. | Gilles Roudière |
2021-04-12 | Expose edit_node() for editor plugins | kobewi |
2021-04-05 | Expose editor scale to the plugin API | Yuri Sizov |
2021-02-13 | Fix editor always redrawing | reduz |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-19 | Rename EditorInterface get_editor_viewport to get_editor_main_control | Marcel Admiraal |
2020-12-16 | Make tool menu plugins use Callables for callback | kobewi |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-10-18 | Refactor MethodBind to use variadic templates | reduz |
2020-09-23 | Added inspector_only option to inspect_object in EditorInterface. | andriyDev |
2020-08-26 | Added debugger plugin support | simpu |
2020-07-06 | Expose methods to play scene from plugin code | Yuri Sizov |
2020-07-02 | Add translation parser plugin support | SkyJJ |
2020-06-19 | Remove ToolButton in favor of Button | Hugo Locurcio |
2020-06-03 | Add a getter and property for the editor distraction-free mode | Hugo Locurcio |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-05-14 | Port member initialization from constructor to declaration (C++11) | Rémi Verschelde |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-27 | Renamed 2D and 3D nodes to make their types explicit | Juan Linietsky |
2020-03-18 | Expose FileSystemDock to the scripting API and fixed signals | Ignacio Etcheverry |
2020-03-17 | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde |
2020-02-11 | Texture refactor | Juan Linietsky |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-09-01 | Expose current path to EditorPlugin | Bhupendra Aole |
2019-08-21 | Support for file not found in ConfigFile::Load and handle a few specific cases | PouleyKetchoupp |
2019-08-12 | Remove redundant author doc comments | IAmActuallyCthulhu |
2019-08-06 | Let EditorPlugins set editor/distraction-free mode | Will Nations |
2019-07-05 | Script API methods must return Ref<T> instead of Reference* | Ignacio Etcheverry |
2019-06-26 | Some code changed with Clang-Tidy | qarmin |
2019-06-19 | Made use of semicolons more consitent, fixed formatting | JohnJLight |
2019-06-03 | Merge pull request #25522 from aqnuep/MeshLibrary_improvements | Rémi Verschelde |
2019-05-28 | Be able to add to the editor setting tabs. | K. S. Ernest (iFIre) Lee |
2019-03-12 | Add EditorInspector getter. Update Sub-Inspectors. | Will Nations |
2019-02-03 | MeshLibrary export improvements | Daniel Rakos |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-12-30 | Merge pull request #24506 from JFonS/expose_gizmos | Rémi Verschelde |
2018-12-21 | Expose the new gizmo plugin system to scripting | JFonS |
2018-12-15 | Added basic support for custom resource savers and loaders | Marc Gilleron |
2018-09-18 | Fixes drawing of the 2D plugins on the 3D view | groud |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-08-22 | Add option to move Tile/GridMap editors to another side | Michael Alexsander Silva Dias |
2018-08-15 | Merge pull request #19837 from willnationsdev/plugin-utilities | Rémi Verschelde |
2018-08-09 | New gizmo structure and new gizmo disabling menu | JFonS |
2018-07-26 | Add PluginConfigDialog, EditorPluginSettings GUI | Will Nations |
2018-07-04 | Expose ScriptCreateDialog to EditorPlugin | willnationsdev |
2018-05-26 | Merge pull request #15489 from willnationsdev/gdnative-hook | Max Hilbrunner |