summaryrefslogtreecommitdiff
path: root/editor/editor_node.cpp
AgeCommit message (Collapse)Author
2017-11-14Finalized ability to convert from CanvasItem/Spatial/Particles materials to ↵Juan Linietsky
ShaderMaterial, closes #10242
2017-11-12Update meshes when reimporting,Daniel J. Ramirez
Save scene preview even when not doing save and play.
2017-11-11Fixed theme update and some widgets.Daniel J. Ramirez
2017-11-10Some fixes and improvements.Daniel J. Ramirez
Changed FileDialogs for EditorFileDialogs in EditorNode. Updated CheckButton.
2017-11-10Merge pull request #12796 from djrm/pr_some_virtual_classesRémi Verschelde
Expose some editor singletons as virtual
2017-11-10Merge pull request #12390 from MillionOstrich/filesystem-folder-dragRémi Verschelde
Improved file/folder drag preview for filesystem dock
2017-11-09Expose some editor singletons as virtualDaniel J. Ramirez
2017-11-09Fix crash when converting empty scene to TileSetCaleb Richardson
Closes #12708. Cherry-picked from #12732.
2017-11-03Improve file/folder drag preview on filesystem dockMillionOstrich
Added icons for files/folders in drag preview Fixed folders getting an empty string label Don't show "1 more file(s)" label instead of the file Added "more folders" case if moving folders exclusively Merged drag_files and drag_files_and_dirs to reduce code duplication Simplified get_drag_data_fw and removed commented out code
2017-10-24Fix warning message format for addon pluginvolzhs
2017-10-21Merge pull request #12254 from seixasfelipe/fix_recent_scenes_resizing_fontRémi Verschelde
Fix recent scenes layout when resizing font
2017-10-21Cleanup unnecessary debug printsRémi Verschelde
2017-10-21Fix drop-down size when resizing font #12207Felipe Seixas
Fixes Scene > Open Recent Fixes ScriptEditor > File > Open Recent
2017-10-20Merge pull request #12052 from hi-ogawa/particle-material-conversion-pluginRémi Verschelde
Create ParticlesMaterialConversionPlugin
2017-10-20Merge pull request #12195 from groud/fix_snappingRémi Verschelde
Fix snapping with 2D nodes [ci skip]
2017-10-20Adjusted editable_warning for "This resource was imported...." alert:Indah Sylvia
- fixed a typo from it's to its - added 'then' to make it clearer
2017-10-18Fixes snapping and replaces the _draw_canvas by forward_canvas_drawGilles Roudiere
2017-10-12Add an option to clear recent scenes in the 'Open Recent' submenuvonzimr
2017-10-12Create ParticlesMaterialConversionPlugin and format generated shader codeHiroshi Ogawa
2017-10-11Merge pull request #11875 from endragor/fix-export-loopRémi Verschelde
Fix command-line export looping infinitely
2017-10-09Merge pull request #11718 from poke1024/retinaRémi Verschelde
Fixes some retina problems on multi monitor setups
2017-10-06Fix command-line export looping infinitelyRuslan Mustakov
EditorProgress calls Main::iteration which calls MessageQueue::flush which may result in _fs_changed being called again. This fixes the loop Godot enters in such case. Fixes #11189
2017-10-05Added the set/get_setting function in Editor/Project settings. Renamed has() ↵Juan Linietsky
to has_setting. Fixes #11844
2017-10-05fixes several scaling problems on multi monitor retina/non-retina setups on OS XBernhard Liebl
2017-10-01Merge pull request #11399 from toger5/bottom_panel_debuggerGilles Roudiere
Bottom panel debugger
2017-09-30Merge pull request #11704 from Hinsbart/move_interface_propertiesGilles Roudiere
EditorSettings: Move interface/ properties to interface/editor
2017-09-29Restored ability to import OBJ files as meshes directly. Finally closes #9445.Juan Linietsky
2017-09-29EditorSettings: Move interface/ properties to interface/editorAndreas Haas
Fixes inconsistent behaviour where clicking on the "Interface" in the Editor Settings wouldn't collapse the category as is the case for all the other categories.
2017-09-28 fixed bottom panel debugger exceptiontoger5
- make it work in combination with the border for tabs - fixed updating when changing theme
2017-09-27Remove unecessary anchors&margins set causing bad display (sons of containers)Gilles Roudiere
2017-09-25Removed most of the custom colors from the interface.Daniel J. Ramirez
2017-09-26Merge pull request #11424 from groud/control_node_presetsRémi Verschelde
Implements set_margins_preset(...)
2017-09-22Ability to convert from SpatialMaterial to ShaderMaterialJuan Linietsky
2017-09-22Remove set_area_as_parent_rect and replace it by ↵Gilles Roudiere
set_anchors_and_margins_preset(PRESET_WIDE)
2017-09-20Show button name always in main toolbarvolzhs
2017-09-17Fixed metrics.Daniel J. Ramirez
2017-09-17Merge pull request #11220 from toger5/bottom_panel_debugger_tabs_fixRémi Verschelde
made tabs visible in debugger fixes: #11212
2017-09-17Merge pull request #11274 from Rubonnek/keep-argument-names-consistentRémi Verschelde
Renamed function arguments to keep them consistent between declaration and implementation
2017-09-17Merge pull request #11075 from ISylvox/fix-main-scene-stateRémi Verschelde
Fixes Tab Switching of Main Scene State. Closes #11045
2017-09-17Merge pull request #10900 from toger5/theme_tab_borderRémi Verschelde
Added border for tabs + container.
2017-09-15Added border for tabs + container.toger5
- moved tabConetent position to be more reasonable. - fixed drawing order to allow those kind of styles.
2017-09-14Re-Added export plugins with a more interesting API, as well as the ability ↵Juan Linietsky
to do path remapping. Also added ability to tell the exporter that a shared object needs to be bundled in the build.
2017-09-15fixed double border for debugger tab paneltoger5
2017-09-14Renamed function arguments to keep them consistent between declaration and ↵Wilson E. Alvarez
implementation
2017-09-14Fixed typo in editor_node.cpp: 'my' to 'may'Indah Sylvia
2017-09-14Warn the user that changes to resources will be lost when editing imported ↵Juan Linietsky
or instanced resources from scenes.
2017-09-14Fixed Tab Switching of Main Scene State. Closes #11045Indah Sylvia
2017-09-13Merge pull request #7908 from SaracenOne/recastRémi Verschelde
In-editor navmesh generation.
2017-09-13made tabs visible in debugger fixes: #11212toger5
- the stylebox is changed so the top part is transparent when the debugger is selected
2017-09-12Fixed file system dialog iconsDaniel J. Ramirez