aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/editor_node.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7347 from bebae/masterRémi Verschelde2016-12-231-2/+3
|\
| * Allows to start the scene with custom arguments within the editorbebae2016-12-211-2/+3
* | PopupMenu upgrade: Hide on item selection (#7306)Ivan P. Skodje2016-12-231-0/+1
|/
* Won't change editor tabs when using External Editor.Henrique L. Alves2016-10-291-2/+6
* editor_node: add an option to stop the update spinner from spinning, fixes #6653J08nY2016-10-081-4/+12
* Fix crash when disabling main screen pluginGeorge Marques2016-09-211-0/+4
* Merge pull request #6549 from Hinsbart/default_layoutRémi Verschelde2016-09-191-3/+3
|\
| * Make the choosable default editor layout the same as the actual default one.Andreas Haas2016-09-191-3/+3
* | Add a function to plugin get the main screen parentGeorge Marques2016-09-161-1/+1
|/
* Call run callbackJuan Linietsky2016-09-141-0/+11
* Added API version and hashing to ObjectTypeDBJuan Linietsky2016-09-141-0/+12
* Make Godot detect if the screen is too small (<1200 pixels wide), and use sin...Juan Linietsky2016-09-131-4/+20
* -Added VeryLowDPI and MidDPI modes to Godot editor.Juan Linietsky2016-09-131-4/+8
* -Add a distraction free mode button (so users know it's there)Juan Linietsky2016-09-131-18/+34
* -Cleaned up find/replace bar for replace (made selection only default if sele...Juan Linietsky2016-09-111-3/+3
* -Added bindings to the resource filesystem for editorJuan Linietsky2016-09-101-0/+3
* Made it possible to properly draw over the 2D canvas for 2D objects. Arranged...Juan Linietsky2016-09-101-19/+28
* -Added way to generate resource previews from script plugin.Juan Linietsky2016-09-101-0/+2
* Merge pull request #5920 from 29jm/fix-warningsJuan Linietsky2016-09-101-1/+1
|\
| * Fix various warningsJohan Manuel2016-08-131-1/+1
* | Move hardcoded theme colors from editor_node into editor_themesRalf Hölzemer2016-09-091-5/+0
* | Merge pull request #6190 from iammangod96/patch-1Ignacio Etcheverry2016-09-081-1/+1
|\ \
| * | Fixed running the game before saving sceneManish Sharma2016-08-181-1/+1
* | | Merge pull request #6185 from TheHX/pr-issue-3496Rémi Verschelde2016-08-291-1/+1
|\ \ \
| * | | Better editor settings for the FileSystem dockFranklin Sobrinho2016-08-161-1/+1
| |/ /
* / / More visual script workJuan Linietsky2016-08-251-1/+1
|/ /
* | Likely with bugs and with some features are missing, as well as profiler supp...Juan Linietsky2016-08-061-0/+16
* | Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2016-08-021-7/+11
|\ \
| * | AboutDialog: Popup respecting its minimum sizeIgnacio Etcheverry2016-07-271-1/+1
| * | Fix some warningsJohan Manuel2016-07-251-3/+3
| |/
| * Merge pull request #5821 from TheHX/issue-5795Rémi Verschelde2016-07-231-3/+7
| |\
| | * "FileSystem" dock now instance all selected scenes in one actionFranklin Sobrinho2016-07-211-3/+7
* | | WIP visual scripting, not working yet but you can check out stuffJuan Linietsky2016-08-021-0/+3
|/ /
* / Removed support for saving paths as relative, closes #5728Juan Linietsky2016-07-221-4/+4
|/
* Renamed scenes_dock to filesystem_dock (makes more sense, it has not been a s...Juan Linietsky2016-07-211-2/+2
* Fix main scene not being saved when set via Play buttonRémi Verschelde2016-07-191-0/+2
* Merge pull request #5758 from TheHX/issue-5756Rémi Verschelde2016-07-171-2/+9
|\
| * Fix editor states saving, and remove related error messagesFranklin Sobrinho2016-07-171-2/+9
* | Merge pull request #5467 from RandomShaper/enhance-tidy-extensionsJuan Linietsky2016-07-161-1/+1
|\ \ | |/ |/|
| * Revert "make default extension .tscn"Pedro J. Estébanez2016-06-281-1/+1
* | Fix "Play custom scene" keyboard shortcutFranklin Sobrinho2016-07-111-1/+2
* | As volzhs mentioned in #5385, changes to save to FILE_SAVE_ALL_SCENESJuan Linietsky2016-07-101-1/+1
* | Merge pull request #5385 from volzhs/autosave-androidJuan Linietsky2016-07-101-5/+10
|\ \
| * | Fix autosave when run on remote devicevolzhs2016-06-241-5/+10
* | | Merge pull request #5421 from MarianoGnu/issuesJuan Linietsky2016-07-101-15/+26
|\ \ \
| * | | save the editor state of the right scene instead of currentMarianoGNU2016-07-081-2/+2
| * | | Save all edited scenes when Runing (and auto-save is enabled). Fixes #4410MarianoGNU2016-07-081-13/+24
* | | | Fix custom types showing on wrong dialogsFranklin Sobrinho2016-07-101-1/+1
* | | | do not show help on multi node selection, array editing, etc, closes #5550Juan Linietsky2016-07-091-5/+10
|/ / /
* | | Cleanup: drop ImportSettingsDialog, replaced by contextual actionsRémi Verschelde2016-07-081-8/+0