aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/editor_node.cpp
Commit message (Expand)AuthorAgeFilesLines
* Signals became a tabJuan Linietsky2016-06-031-8/+23
* Cleaned up remote menuJuan Linietsky2016-06-031-10/+14
* Merge pull request #4926 from Paulb23/fullscreen_and_distraction_free_modeRémi Verschelde2016-06-021-16/+82
|\
| * Added fullscreen and distraction free modesPaulb232016-05-301-16/+82
* | Ability to reload scripts on running gameJuan Linietsky2016-06-011-0/+6
* | Added more translatable strings in code. Updated template tools.pot.DimOkGamer2016-05-301-1/+1
|/
* -Some fixes to OSX retina scaling for window functionsJuan Linietsky2016-05-301-9/+10
* Finalized DynamicFont implementationJuan Linietsky2016-05-291-1/+1
* Editor: Fix base dir when going back to project managerRémi Verschelde2016-05-281-2/+2
* Changed import workflowJuan Linietsky2016-05-271-8/+60
* -Improve resource previewsJuan Linietsky2016-05-231-4/+10
* use node name as filename when save scenevolzhs2016-05-231-1/+2
* Merge remote-tracking branch 'origin/master'Juan Linietsky2016-05-211-81/+83
|\
| * i18n: Use %d instead of %i in vformatRémi Verschelde2016-05-211-2/+2
| * remove trailing whitespaceHubert Jarosz2016-05-211-3/+3
| * i18n: Second pass at proofreadingRémi Verschelde2016-05-211-29/+29
| * i18n: Proofreading of all stringsRémi Verschelde2016-05-211-50/+51
* | First version of ProfilerJuan Linietsky2016-05-211-10/+7
|/
* Contextualized Scene Tree menuJuan Linietsky2016-05-161-1/+4
* Changes to FileSystem DockJuan Linietsky2016-05-151-8/+3
* ability to drag scenes from filesystem to tree for instancingJuan Linietsky2016-05-111-3/+2
* -begun implementing drag & drop editor wideJuan Linietsky2016-05-111-2/+124
* i18n: Don't make print_line calls translatableRémi Verschelde2016-05-041-3/+3
* Merge remote-tracking branch 'origin/master'Juan Linietsky2016-05-031-1/+6
|\
| * Fix checking unsaved changes only in current sceneIgnacio Etcheverry2016-05-021-1/+5
* | Modified editor strings to be translatable in the futureJuan Linietsky2016-05-031-226/+226
|/
* Support for dynamic fonts (TTF)Juan Linietsky2016-05-011-0/+1
* Move export GUI debug toggle to export settings windoweska2016-04-281-5/+0
* Fix 'Quit to Project Manager' not stopping the running applicationIgnacio Etcheverry2016-04-171-0/+1
* Merge pull request #4174 from Hodes/masterRémi Verschelde2016-04-061-24/+92
|\
| * Enables the possibility of editing on multiple plugins at same time on same o...hodes2016-04-021-24/+92
* | Stopped save scene flicker, issue 4118Paulb232016-03-261-2/+6
|/
* -Made editor support SSL certs by default (embedded them)Juan Linietsky2016-03-121-2/+4
* Merge pull request #4011 from neikeq/fix_regr_3280Rémi Verschelde2016-03-111-14/+11
|\
| * TileSet Export: Avoid invalid error when merge is enabled but file does not e...Ignacio Etcheverry2016-03-111-14/+11
* | remove trailing whitespaceHubert Jarosz2016-03-091-56/+56
|/
* Removed "__editor_plugin_screen__" metadata creationFranklin Sobrinho2016-03-051-19/+0
* -wip on addon editorJuan Linietsky2016-02-291-0/+2
* Adds EditorPlugin::remove_control_from_bottom_panel()Zher Huei Lee2016-02-281-0/+22
* Completed the support for plugins! It is not possible to add plugins.Juan Linietsky2016-02-271-3/+181
* First attempt at making a more useful EditorPlugin API. Still undocumented, b...Juan Linietsky2016-02-271-0/+4
* adds -pm and -project_manager command line options to start project managerAriel Manzur2016-02-251-2/+3
* Fixed closing a scene tab when it was not the CURRENT tab. Fixes #3810Julian Murgia - StraToN2016-02-241-1/+1
* Added a setting in editor defining scene tabs close button policy. Fixes #3777Julian Murgia - StraToN2016-02-201-1/+5
* Keep 'Play custom scene' button unpressed when not runningIgnacio Etcheverry2016-02-181-0/+1
* Remove unimplemented SceneAnimationImport plugin from menuRémi Verschelde2016-02-171-1/+2
* Added option to restart custom sceneIgnacio Etcheverry2016-02-171-4/+18
* Fix _quick_run method (Play custom scene)Ignacio Etcheverry2016-02-171-2/+2
* export from command lineAriel Manzur2016-02-101-0/+10
* -Property apply limits to V/H Splits in main editor window. Fixes #3567Juan Linietsky2016-02-081-14/+11