aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/editor_node.h
Commit message (Expand)AuthorAgeFilesLines
* renamed _input_event for GUI events to _gui_input, so it's more differentiate...Juan Linietsky2017-01-081-2/+2
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-1/+1
* Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-021-2/+2
|\
| * -Added ViewportContainer, this is the only way to make viewports show up in G...Juan Linietsky2016-10-051-2/+2
* | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* | Merge pull request #6673 from J08nY/issue-update-spinnerRémi Verschelde2016-10-091-0/+1
|\ \ | |/ |/|
| * editor_node: add an option to stop the update spinner from spinning, fixes #6653J08nY2016-10-081-0/+1
* | Merge pull request #6479 from RandomShaper/improve-debug-focusRémi Verschelde2016-10-031-0/+1
|\ \ | |/ |/|
| * Improve debug focus behaviorPedro J. Estébanez2016-09-141-0/+1
* | Call run callbackJuan Linietsky2016-09-141-0/+1
* | Added API version and hashing to ObjectTypeDBJuan Linietsky2016-09-141-1/+7
* | -Add a distraction free mode button (so users know it's there)Juan Linietsky2016-09-131-1/+5
* | Made it possible to properly draw over the 2D canvas for 2D objects. Arranged...Juan Linietsky2016-09-101-1/+2
|/
* Likely with bugs and with some features are missing, as well as profiler supp...Juan Linietsky2016-08-061-0/+12
* More progress on visual script editingJuan Linietsky2016-08-031-0/+1
* "FileSystem" dock now instance all selected scenes in one actionFranklin Sobrinho2016-07-211-1/+2
* Renamed scenes_dock to filesystem_dock (makes more sense, it has not been a s...Juan Linietsky2016-07-211-3/+3
* Save all edited scenes when Runing (and auto-save is enabled). Fixes #4410MarianoGNU2016-07-081-2/+3
* Cleanup: drop ImportSettingsDialog, replaced by contextual actionsRémi Verschelde2016-07-081-3/+0
* Fix addon disablingFranklin Sobrinho2016-07-041-1/+1
* Editor properly reloads scenes if they changed on disk or were reimportedJuan Linietsky2016-06-281-1/+3
* Ask about selecting a main scene if one has not been selected.Juan Linietsky2016-06-271-0/+2
* Fix error reporting when a scene is not imported properly, closes #3968Juan Linietsky2016-06-261-2/+2
* Drop empty files that are not used anywhereRémi Verschelde2016-06-181-1/+0
* -added missing .inc filesJuan Linietsky2016-06-171-0/+1
* -Add visible IO errors when closing a file fails due to it being locked (most...Juan Linietsky2016-06-131-0/+1
* -Heavily improved editor startup and exit performanceJuan Linietsky2016-06-071-0/+3
* Created a NodeDock with signals and groupsJuan Linietsky2016-06-041-1/+3
* Signals became a tabJuan Linietsky2016-06-031-0/+1
* Cleaned up remote menuJuan Linietsky2016-06-031-1/+1
* Merge pull request #4926 from Paulb23/fullscreen_and_distraction_free_modeRémi Verschelde2016-06-021-1/+9
|\
| * Added fullscreen and distraction free modesPaulb232016-05-301-1/+9
* | Ability to reload scripts on running gameJuan Linietsky2016-06-011-0/+1
|/
* -Some fixes to OSX retina scaling for window functionsJuan Linietsky2016-05-301-0/+1
* Changed import workflowJuan Linietsky2016-05-271-0/+5
* -Improve resource previewsJuan Linietsky2016-05-231-0/+2
* Merge remote-tracking branch 'origin/master'Juan Linietsky2016-05-211-2/+2
|\
| * remove trailing whitespaceHubert Jarosz2016-05-211-2/+2
* | First version of ProfilerJuan Linietsky2016-05-211-1/+3
|/
* Contextualized Scene Tree menuJuan Linietsky2016-05-161-0/+1
* ability to drag scenes from filesystem to tree for instancingJuan Linietsky2016-05-111-1/+1
* -begun implementing drag & drop editor wideJuan Linietsky2016-05-111-1/+9
* Move export GUI debug toggle to export settings windoweska2016-04-281-1/+0
* Enables the possibility of editing on multiple plugins at same time on same o...hodes2016-04-021-3/+33
* -Made editor support SSL certs by default (embedded them)Juan Linietsky2016-03-121-1/+1
* remove trailing whitespaceHubert Jarosz2016-03-091-4/+4
* Adds EditorPlugin::remove_control_from_bottom_panel()Zher Huei Lee2016-02-281-0/+1
* Completed the support for plugins! It is not possible to add plugins.Juan Linietsky2016-02-271-11/+27
* Added option to restart custom sceneIgnacio Etcheverry2016-02-171-0/+1
* Fix _quick_run method (Play custom scene)Ignacio Etcheverry2016-02-171-1/+1