aboutsummaryrefslogtreecommitdiff
path: root/editor/editor_node.h
Commit message (Expand)AuthorAgeFilesLines
* -Added AnimationGraphPlayer (still missing features)Juan Linietsky2018-06-181-1/+3
* Fix shortcuts using KEY_MASK_CTRL instead of KEY_MASK_CMDRémi Verschelde2018-06-111-1/+1
* Entirely new (and much improved) animation editor.Juan Linietsky2018-06-071-0/+3
* Moved inspector functionality from EditorNode to InspectorDock.Daniel J. Ramirez2018-05-171-55/+11
* -New inspector.Juan Linietsky2018-05-151-3/+3
* Drag to rearrange Tabs and TabContainerianb962018-04-081-0/+1
* Merge pull request #17576 from Mr-Slurpy/masterRémi Verschelde2018-03-231-15/+2
|\
| * Added tool menu functions in EditorPluginMr-Slurpy2018-03-171-15/+2
* | Update icons when theme changedPoommetee Ketson2018-02-251-0/+1
* | Added an auto quit and auto build flag to the command line options.Nathan Warden2018-02-191-1/+2
* | Enable EditorPlugin to add/remove autoloadsWill Nations2018-02-141-0/+2
|/
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* -Add lightmapperJuan Linietsky2017-12-141-5/+5
* 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