aboutsummaryrefslogtreecommitdiff
path: root/editor/editor_node.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update meshes when reimporting,Daniel J. Ramirez2017-11-121-7/+4
| | | | Save scene preview even when not doing save and play.
* Fixed theme update and some widgets.Daniel J. Ramirez2017-11-111-3/+4
|
* Some fixes and improvements.Daniel J. Ramirez2017-11-101-10/+10
| | | | | Changed FileDialogs for EditorFileDialogs in EditorNode. Updated CheckButton.
* Merge pull request #12796 from djrm/pr_some_virtual_classesRémi Verschelde2017-11-101-3/+3
|\ | | | | Expose some editor singletons as virtual
| * Expose some editor singletons as virtualDaniel J. Ramirez2017-11-091-3/+3
| |
* | Merge pull request #12390 from MillionOstrich/filesystem-folder-dragRémi Verschelde2017-11-101-45/+37
|\ \ | |/ |/| Improved file/folder drag preview for filesystem dock
| * Improve file/folder drag preview on filesystem dockMillionOstrich2017-11-031-45/+37
| | | | | | | | | | | | | | | | | | 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
* | Fix crash when converting empty scene to TileSetCaleb Richardson2017-11-091-0/+9
|/ | | | | Closes #12708. Cherry-picked from #12732.
* Fix warning message format for addon pluginvolzhs2017-10-241-5/+5
|
* Merge pull request #12254 from seixasfelipe/fix_recent_scenes_resizing_fontRémi Verschelde2017-10-211-0/+2
|\ | | | | Fix recent scenes layout when resizing font
| * Fix drop-down size when resizing font #12207Felipe Seixas2017-10-211-0/+2
| | | | | | | | | | Fixes Scene > Open Recent Fixes ScriptEditor > File > Open Recent
* | Cleanup unnecessary debug printsRémi Verschelde2017-10-211-11/+1
|/
* Merge pull request #12052 from hi-ogawa/particle-material-conversion-pluginRémi Verschelde2017-10-201-0/+4
|\ | | | | Create ParticlesMaterialConversionPlugin
| * Create ParticlesMaterialConversionPlugin and format generated shader codeHiroshi Ogawa2017-10-121-0/+4
| |
* | Merge pull request #12195 from groud/fix_snappingRémi Verschelde2017-10-201-4/+4
|\ \ | | | | | | | | | | | | Fix snapping with 2D nodes [ci skip]
| * | Fixes snapping and replaces the _draw_canvas by forward_canvas_drawGilles Roudiere2017-10-181-4/+4
| | |
* | | Adjusted editable_warning for "This resource was imported...." alert:Indah Sylvia2017-10-201-1/+1
|/ / | | | | | | | | - fixed a typo from it's to its - added 'then' to make it clearer
* | Add an option to clear recent scenes in the 'Open Recent' submenuvonzimr2017-10-121-4/+17
| |
* | Merge pull request #11875 from endragor/fix-export-loopRémi Verschelde2017-10-111-0/+3
|\ \ | |/ |/| Fix command-line export looping infinitely
| * Fix command-line export looping infinitelyRuslan Mustakov2017-10-061-0/+3
| | | | | | | | | | | | | | | | 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
* | Merge pull request #11718 from poke1024/retinaRémi Verschelde2017-10-091-1/+2
|\ \ | | | | | | Fixes some retina problems on multi monitor setups
| * | fixes several scaling problems on multi monitor retina/non-retina setups on OS XBernhard Liebl2017-10-051-1/+2
| |/
* / Added the set/get_setting function in Editor/Project settings. Renamed has() ↵Juan Linietsky2017-10-051-1/+1
|/ | | | to has_setting. Fixes #11844
* Merge pull request #11399 from toger5/bottom_panel_debuggerGilles Roudiere2017-10-011-9/+9
|\ | | | | Bottom panel debugger
| * fixed bottom panel debugger exceptiontoger52017-09-281-9/+9
| | | | | | | | | | - make it work in combination with the border for tabs - fixed updating when changing theme
* | Merge pull request #11704 from Hinsbart/move_interface_propertiesGilles Roudiere2017-09-301-13/+13
|\ \ | | | | | | EditorSettings: Move interface/ properties to interface/editor
| * | EditorSettings: Move interface/ properties to interface/editorAndreas Haas2017-09-291-13/+13
| |/ | | | | | | | | | | 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.
* / Restored ability to import OBJ files as meshes directly. Finally closes #9445.Juan Linietsky2017-09-291-0/+4
|/
* Remove unecessary anchors&margins set causing bad display (sons of containers)Gilles Roudiere2017-09-271-3/+0
|
* Removed most of the custom colors from the interface.Daniel J. Ramirez2017-09-251-1/+1
|
* Merge pull request #11424 from groud/control_node_presetsRémi Verschelde2017-09-261-4/+4
|\ | | | | Implements set_margins_preset(...)
| * Remove set_area_as_parent_rect and replace it by ↵Gilles Roudiere2017-09-221-4/+4
| | | | | | | | set_anchors_and_margins_preset(PRESET_WIDE)
* | Ability to convert from SpatialMaterial to ShaderMaterialJuan Linietsky2017-09-221-0/+27
|/
* Show button name always in main toolbarvolzhs2017-09-201-18/+0
|
* Fixed metrics.Daniel J. Ramirez2017-09-171-8/+10
|
* Merge pull request #11220 from toger5/bottom_panel_debugger_tabs_fixRémi Verschelde2017-09-171-0/+8
|\ | | | | made tabs visible in debugger fixes: #11212
| * fixed double border for debugger tab paneltoger52017-09-151-1/+0
| |
| * made tabs visible in debugger fixes: #11212toger52017-09-131-0/+9
| | | | | | | | | | - the stylebox is changed so the top part is transparent when the debugger is selected
* | Merge pull request #11274 from Rubonnek/keep-argument-names-consistentRémi Verschelde2017-09-171-2/+2
|\ \ | | | | | | Renamed function arguments to keep them consistent between declaration and implementation
| * | Renamed function arguments to keep them consistent between declaration and ↵Wilson E. Alvarez2017-09-141-2/+2
| | | | | | | | | | | | implementation
* | | Merge pull request #11075 from ISylvox/fix-main-scene-stateRémi Verschelde2017-09-171-26/+21
|\ \ \ | | | | | | | | Fixes Tab Switching of Main Scene State. Closes #11045
| * | | Fixed Tab Switching of Main Scene State. Closes #11045Indah Sylvia2017-09-141-26/+21
| | | |
* | | | Merge pull request #10900 from toger5/theme_tab_borderRémi Verschelde2017-09-171-1/+1
|\ \ \ \ | | | | | | | | | | Added border for tabs + container.
| * | | | Added border for tabs + container.toger52017-09-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | - moved tabConetent position to be more reasonable. - fixed drawing order to allow those kind of styles.
* | | | | Re-Added export plugins with a more interesting API, as well as the ability ↵Juan Linietsky2017-09-141-23/+18
|/ / / / | | | | | | | | | | | | | | | | | | | | to do path remapping. Also added ability to tell the exporter that a shared object needs to be bundled in the build.
* | | | Fixed typo in editor_node.cpp: 'my' to 'may'Indah Sylvia2017-09-141-1/+1
| | | |
* | | | Warn the user that changes to resources will be lost when editing imported ↵Juan Linietsky2017-09-141-0/+52
| |/ / |/| | | | | | | | or instanced resources from scenes.
* | | Merge pull request #7908 from SaracenOne/recastRémi Verschelde2017-09-131-0/+2
|\ \ \ | |_|/ |/| | In-editor navmesh generation.
| * | Recast integration.Saracen2017-09-041-0/+2
| | |
* | | Fixed file system dialog iconsDaniel J. Ramirez2017-09-121-1/+1
| | |