summaryrefslogtreecommitdiffstats
path: root/editor/editor_node.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings on virtual methods [-Woverloaded-virtual] [-Wdelete-non-virtual-...Rémi Verschelde2018-10-021-3/+3
* Merge pull request #22354 from evandropoa/resources_list_icon_issueRémi Verschelde2018-10-021-1/+1
|\
| * Fix issue #22320.Evandro Bitencourt2018-09-221-1/+1
* | Merge pull request #22364 from YeldhamDev/rect2_inspector_singlelineRémi Verschelde2018-10-021-1/+1
|\ \
| * | Make Rect2 EditorProperty obey the horizontal settingMichael Alexsander Silva Dias2018-09-231-1/+1
| |/
* | Fix warning about functions defined but not used [-Wunused-function]Rémi Verschelde2018-09-291-1/+0
* | Reflection probe support in GLES2 back-end.Juan Linietsky2018-09-281-0/+14
|/
* Merge pull request #22225 from groud/fix_draw_on_viewportRémi Verschelde2018-09-201-4/+18
|\
| * Fixes drawing of the 2D plugins on the 3D viewgroud2018-09-181-4/+18
* | EditorNode: New default dock layoutRémi Verschelde2018-09-201-21/+27
* | EditorNode: Reorder and cleanup initial dock setupRémi Verschelde2018-09-201-122/+77
* | Merge pull request #21426 from groud/add_files_to_tree_viewRémi Verschelde2018-09-201-2/+11
|\ \ | |/ |/|
| * Replace the -show in filesystem- button by a RMB entrygroud2018-09-141-0/+9
| * Merge the disable_split and show_files_in_tree settingsgroud2018-09-141-1/+1
| * Add thumnails to the tree viewgroud2018-09-141-1/+1
* | Bundle SSL certs with the templates.Fabio Alessandrelli2018-09-151-2/+0
* | Fix video toggle UX issueRémi Verschelde2018-09-151-7/+0
* | Refactor editor icon retrievalwillnationsdev2018-09-141-6/+88
|/
* Use plain text instead of icons for video driver toggleRémi Verschelde2018-09-131-8/+5
* Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde2018-09-131-3/+3
|\
| * Misc. typosluz.paz2018-09-121-3/+3
* | Fix project and editor data paths not being opened correctly on macOSHugo Locurcio2018-09-111-3/+3
|/
* Replace last occurrences of PropertyEditor by EditorInspectorRémi Verschelde2018-09-111-4/+0
* Merge pull request #21971 from scayze/window_title_updateRémi Verschelde2018-09-111-0/+2
|\
| * update window title when switching scenesManuel Strey2018-09-111-0/+2
* | Revert "Fix selection of spatial nodes after selecting a non-spatial one."Rémi Verschelde2018-09-111-2/+0
|/
* Merge pull request #21835 from DualMatrix/save_branchRémi Verschelde2018-09-101-0/+10
|\
| * Prevent overwriting open scenes when savingDualMatrix2018-09-071-0/+10
* | Fix selection of spatial nodes after selecting a non-spatial one.JFonS2018-09-071-0/+2
|/
* Drop old ShaderGraph code, obsoleted by VisualShaderRémi Verschelde2018-08-241-1/+0
* Merge pull request #21274 from YeldhamDev/meshlib_editor_fixesRémi Verschelde2018-08-221-1/+1
|\
| * Fix MeshLibrary editorMichael Alexsander Silva Dias2018-08-211-1/+1
* | Merge pull request #21252 from vnen/remove-autoload-initRémi Verschelde2018-08-211-4/+4
|\ \ | |/ |/|
| * Disable scripting and physics early in EditorNodeGeorge Marques2018-08-201-4/+4
* | Massive rewrite to AnimationTree. Many APIs changed in order to:Juan Linietsky2018-08-201-4/+2
|/
* Merge pull request #19837 from willnationsdev/plugin-utilitiesRémi Verschelde2018-08-151-0/+19
|\
| * Add PluginConfigDialog, EditorPluginSettings GUIWill Nations2018-07-261-0/+19
* | Merge pull request #20997 from Gamblify/add_files_to_tree_viewRémi Verschelde2018-08-141-1/+1
|\ \
| * | Add a way to disable the split viewgroud2018-08-141-1/+1
* | | Avoid scripts from being opened in same inspector, closes #20111Juan Linietsky2018-08-141-1/+1
* | | Merge pull request #20621 from YeldhamDev/bottom_panel_minRémi Verschelde2018-08-141-0/+1
|\ \ \
| * | | Adjust bottom panel's minimal height for the expand iconMichael Alexsander Silva Dias2018-07-301-0/+1
| |/ /
* | | Add warning color to output logChaosus2018-08-131-1/+1
* | | Fix a typo in a TTR() callHugo Locurcio2018-08-081-1/+1
* | | Merge pull request #20737 from Calinou/use-standard-button-textsJuan Linietsky2018-08-081-25/+25
|\ \ \
| * | | Use a standard "OK" text for confirmation buttons in error dialogsHugo Locurcio2018-08-051-25/+25
* | | | Several improvements to inspector.Juan Linietsky2018-08-071-0/+2
* | | | Added proper import support for 3D and Array texturesJuan Linietsky2018-08-061-0/+11
|/ / /
* / / Implemented IKAndreaCatania2018-08-041-0/+2
|/ /
* | It is now possible to import images as a separate resource, closes #5738 and ...Juan Linietsky2018-07-291-0/+5