summaryrefslogtreecommitdiffstats
path: root/editor/editor_node.h
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #13233 from Krakean/add_eidtorinspector_collapseexpand_v2Rémi Verschelde2017-11-261-0/+6
|\
| * Implemented a collapse/expand all feature request for Inspector (issue #9427)...Dmitry Koteroff2017-11-241-0/+6
* | Merge pull request #13259 from Paulb23/restore_scenes_on_startup_issue_2385Rémi Verschelde2017-11-261-0/+4
|\ \
| * | Restore scenes on startup, issue 2385Paulb232017-11-241-0/+4
| |/
* / Universalize draw-over API for EditorPluginsPedro J. Estébanez2017-11-241-1/+4
|/
* add scene button and tab scrollingIan2017-11-181-0/+3
* Add a print handler for the editor output panelGeorge Marques2017-11-161-0/+4
* Update meshes when reimporting,Daniel J. Ramirez2017-11-121-1/+1
* Some fixes and improvements.Daniel J. Ramirez2017-11-101-4/+4
* Improve file/folder drag preview on filesystem dockMillionOstrich2017-11-031-2/+1
* Fixes snapping and replaces the _draw_canvas by forward_canvas_drawGilles Roudiere2017-10-181-2/+2
* Ability to convert from SpatialMaterial to ShaderMaterialJuan Linietsky2017-09-221-0/+6
* Show button name always in main toolbarvolzhs2017-09-201-1/+0
* Merge pull request #11274 from Rubonnek/keep-argument-names-consistentRémi Verschelde2017-09-171-1/+1
|\
| * Renamed function arguments to keep them consistent between declaration and im...Wilson E. Alvarez2017-09-141-1/+1
* | Apply clang-format again to recent changesRémi Verschelde2017-09-161-1/+0
* | Warn the user that changes to resources will be lost when editing imported or...Juan Linietsky2017-09-141-0/+4
|/
* fixed hover line for menu buttontoger52017-09-041-1/+2
* Fix issues regarding reload of resources in imported scenes. Closes #10017Juan Linietsky2017-08-311-0/+1
* Merge pull request #10771 from neikeq/pr-improve-build-callbacksJuan Linietsky2017-08-291-2/+2
|\
| * Improve build callbacksIgnacio Etcheverry2017-08-291-2/+2
* | EditorNode: enhance open scene error dialogPoommetee Ketson2017-08-291-1/+2
* | -Moved script run to editor, removed from projectJuan Linietsky2017-08-271-1/+0
|/
* Dead code tells no talesRémi Verschelde2017-08-271-2/+0
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Cleanup tons of obsolete commented out codeRémi Verschelde2017-08-261-55/+21
* -Split EditorPlugin into EditorPlugin and EditorInterfaceJuan Linietsky2017-08-261-1/+8
* Merge pull request #10254 from marcelofg55/masterRémi Verschelde2017-08-221-0/+2
|\
| * Added notification const NOTIFICATION_WM_ABOUTMarcelo Fernandez2017-08-171-0/+2
* | Merge pull request #10307 from Rubonnek/update-argument-namesRémi Verschelde2017-08-161-1/+1
|\ \
| * | Updated function argument namesWilson E. Alvarez2017-08-121-1/+1
| |/
* / Enable command-line exportRuslan Mustakov2017-08-141-2/+2
|/
* Fix !save_each_scene saving scenes with no filenamePoommetee Ketson2017-07-261-1/+1
* Move About dialog to editor_about.cppPoommetee Ketson2017-07-231-4/+2
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-191-2/+2
* EditorNode: remove obsolete comments in constructorPoommetee Ketson2017-07-181-7/+1
* ability to reposition scene tabs with drag & dropJakub Grzesik2017-07-101-0/+1
* About: add thirdparty license infoPoommetee Ketson2017-07-061-0/+5
* EditorNode: mark opened deleted scenes as unsavedPoommetee Ketson2017-06-301-0/+1
* EditorNode: enhance save/quit dialogPoommetee Ketson2017-06-271-1/+3
* EditorNode: enhance quit dialogPoommetee Ketson2017-06-251-0/+2
* EditorNode: add Save/Discard/Cancel dialogPoommetee Ketson2017-06-251-0/+2
* Merge pull request #9099 from kubecz3k/plugin-camera-exposeThomas Herzog2017-06-191-1/+4
|\
| * EditorPlugin can request user inputs from editor 3d viewUnknown2017-06-121-1/+4
* | Enhance scene tabsvolzhs2017-06-161-0/+6
|/
* -Added .hdr format supportJuan Linietsky2017-05-281-0/+1
* Added an help menuNuno Donato2017-05-261-1/+8
* Join text menus on the top-left, move shortcut buttons to new locationNuno Donato2017-05-241-3/+4
* Removal of InputEvent as built-in Variant type..Juan Linietsky2017-05-201-4/+4
* Merge pull request #8631 from volzhs/editor-theme-customRémi Verschelde2017-05-201-0/+3
|\