aboutsummaryrefslogtreecommitdiff
path: root/editor/editor_node.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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
| | |
* | | Improved theme generation, and other fixesDaniel J. Ramirez2017-09-121-1/+2
| | |
* | | Fix unused variable warningsHein-Pieter van Braam2017-09-081-8/+2
| |/ |/| | | | | The forth in my quest to make Godot 3.x compile with -Werror on GCC7
* | Merge pull request #10899 from toger5/theme_fixes_from_lightRémi Verschelde2017-09-041-4/+20
|\ \ | | | | | | Theme fixes from light
| * | fixed hover line for menu buttontoger52017-09-041-4/+20
| | |
* | | Improve guessing of what editor to switch to, fixes #10405Juan Linietsky2017-09-041-10/+22
|/ /
* / Fixes language overridden external editorsIgnacio Etcheverry2017-09-031-1/+12
|/
* Removed empty segmentWilson E. Alvarez2017-09-021-1/+0
|
* Fix typo 'begining' to 'beginning'Poommetee Ketson2017-09-011-1/+1
|
* Fix issues regarding reload of resources in imported scenes. Closes #10017Juan Linietsky2017-08-311-19/+49
|
* Merge pull request #10382 from toger5/dark_iconsRémi Verschelde2017-08-311-1/+30
|\ | | | | Light Theme
| * added icon updating to most ui elementstoger52017-08-301-1/+30
| |
* | Fix a crash when an early dialog tries to appearHein-Pieter van Braam2017-08-301-32/+32
|/ | | | | | | | | This changes the order of creating some of the dialogs that may appear during project import/startup. It is possible for the 'accept' dialog to be required before it is initialized. This moves all of these dialogs to earlier in the constructor so this can't happen.
* Merge pull request #10771 from neikeq/pr-improve-build-callbacksJuan Linietsky2017-08-291-8/+13
|\ | | | | Improve build callbacks
| * Improve build callbacksIgnacio Etcheverry2017-08-291-9/+13
| | | | | | | | | | - Build callbacks now return bool to determine if the build was successful. If the build fails, the editor won't run the game. - Makes sure build callbacks are called after saving the scene ("Save Before Running" option).
* | Merge pull request #10716 from Noshyaar/pr-updateRémi Verschelde2017-08-291-4/+9
|\ \ | | | | | | Change editor update_mode to boolean (update_always)
| * | Change editor update_mode to booleanPoommetee Ketson2017-08-291-4/+9
| | | | | | | | | | | | | | | Fix potential issues when MenuOptions enum or the entry in project metadata file is altered.
* | | Merge pull request #10704 from Noshyaar/pr-sceneRémi Verschelde2017-08-291-11/+41
|\ \ \ | | | | | | | | EditorNode: enhance open scene error dialog
| * | | EditorNode: enhance open scene error dialogPoommetee Ketson2017-08-291-11/+41
| |/ /
* / / EditorNode: fix scene save over othersPoommetee Ketson2017-08-291-5/+12
|/ /
* / -Moved script run to editor, removed from projectJuan Linietsky2017-08-271-26/+1
|/ | | | | -fixed to code completion -fix shader crash bug reported by tagcup
* Dead code tells no talesRémi Verschelde2017-08-271-10/+0
|
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
|
* Merge pull request #10625 from Rubonnek/fixed-leaksRémi Verschelde2017-08-271-0/+1
|\ | | | | Fixed several memory leaks
| * Fixed several memory leaksWilson E. Alvarez2017-08-251-14/+1
| |
* | Save update mode in project metadata.Andreas Haas2017-08-261-2/+11
| |
* | Cleanup tons of obsolete commented out codeRémi Verschelde2017-08-261-876/+113
| | | | | | | | | | Mostly in EditorNode, dropping some obsolete editor plugins and also a cleanup of ProjectSettings/EditorSettings.