summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2015-12-08Merge pull request #2873 from neikeq/editor_layoutsJuan Linietsky
Editor layouts menu
2015-12-08Merge pull request #2888 from TheHX/item_list_pluginJuan Linietsky
Make ItemListEditor plugin functional
2015-12-08Merge pull request #2919 from TheHX/pr-groups-editorJuan Linietsky
Update Groups Editor
2015-12-08Merge pull request #2956 from est31/add_system_wide_export_pathJuan Linietsky
Add way to look for templates at system wide level too
2015-12-08Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky
2015-12-08added option to add_child, to use the same deduplication convention as in ↵Juan Linietsky
the editor, closes #3017
2015-12-06Better hidden folders display preferences for editor file dialogsFranklin Sobrinho
2015-12-06Script Editor: maintain cursor column after duplicate a lineFranklin Sobrinho
2015-12-06Update Groups EditorFranklin Sobrinho
2015-12-05Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky
2015-12-05-Display on animation editor which keys are invalid and which tracks are ↵Juan Linietsky
unresolved -Added a tool to clean up unresolved tracks and unused keys
2015-12-04Merge pull request #2989 from StraToN/2967fix_button_breaklinesRémi Verschelde
Set default destination filename of imported font
2015-12-04Merge pull request #2990 from neikeq/file_dialog_refreshRémi Verschelde
Add refresh button to file dialogs
2015-12-04Add refresh button to file dialogsneikeq
2015-12-04Set default destination filename of imported font to be input font filenameJulian Murgia - StraToN
if destination filename was ".fnt" (ie. no filename set by user)
2015-12-04Fix 'Save Scene' doing nothing on new scenesneikeq
2015-12-04missing pngsJuan Linietsky
2015-12-04Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky
2015-12-04-Upgraded webp to a MUCH newer version. Hoping it fixes some bugs in the ↵Juan Linietsky
process. Keeping old version just in case for now. -Added ability to convert xml and tscn scenes to binary on export, makes loading of larger scenes faster
2015-12-03Make ItemListEditor plugin functionalFranklin Sobrinho
2015-12-03Fix editor crash after closing scene with certain types of nodesFranklin Sobrinho
2015-12-01Merge pull request #2969 from neikeq/fix_bracket_completeRémi Verschelde
Fix auto bracket completion disabled on newly open scripts
2015-12-01Merge pull request #2968 from neikeq/line_duplicateRémi Verschelde
Fix script editor not clonning down last line
2015-12-01Fix script editor not clonning down last lineneikeq
2015-12-01ScriptTextEditor: fix auto bracket completion not enabledneikeq
2015-12-01Merge pull request #2890 from neikeq/cl_select_childrenRémi Verschelde
Allow selecting CanvasLayer children in canvas editor
2015-11-30Make the setting unix-only.est31
For this, put the detection into the OS class and its subclass.
2015-11-30Add way to look for templates at system wide level tooest31
Useful for everybody wanting to package godot. Fixes #1026. -> Retain the old behaviour: path in error msg only when exporting. -> User templates override system templates
2015-11-29Script Editor: automatic indentation after a colonkoalefant
2015-11-29-orphan resource explorer dialog + tools menuJuan Linietsky
2015-11-28Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky
2015-11-28-Fixed bug with scene inheritance, should work againJuan Linietsky
-Proper .tscn and .tres parsing, should work, please test well!
2015-11-28Fix message - ERROR: get_path: Condition ' !is_inside_tree() ' is true - ↵Franklin Sobrinho
when closing the editor
2015-11-28Merge pull request #2932 from TheHX/pr-editor-help-scrollRémi Verschelde
Fix editor help scroll to result
2015-11-27Fix editor help scroll to resultFranklin Sobrinho
2015-11-27Update copyright header in ios xcode templatesRémi Verschelde
2015-11-27Replace hardcoded references to Okam Studio by Godot EngineRémi Verschelde
Since the engine development is now independent. Fixes #2836.
2015-11-26Merge pull request #2891 from TheHX/fix_matrix_propertyRémi Verschelde
Fix property editor Matrix3 and Matrix32 editing
2015-11-25Merge pull request #2912 from TheHX/pr-mesh-import-pluginRémi Verschelde
Better import mesh warnings
2015-11-25Better import mesh warningsFranklin Sobrinho
2015-11-25Editor layouts menuneikeq
2015-11-25Merge pull request #2895 from TheHX/oneshot_connectionRémi Verschelde
Add ability to set oneshot connection from Editor
2015-11-25Merge pull request #2910 from est31/export_error_on_headlessRémi Verschelde
Print errors to console when exporting
2015-11-25Merge pull request #2909 from neikeq/imp_2908Rémi Verschelde
Put 2D, 3D and Script editor table indexes in enum
2015-11-25Print errors to console when exportingest31
Now you the errors when exporting via godot server binary. When exporting via non-headless godot, it is useful to have the error on the console as well. Also exit and print a list of valid export platforms when the supplied platform was not found.
2015-11-25Put 2D, 3D and Script editor index in enumneikeq
To avoid invalid index out of bounds mistakes.
2015-11-25Merge pull request #2908 from neikeq/fix_editor_selectRémi Verschelde
Fix bugs caused by merged Script and Help tabs
2015-11-25Fix Class Reference request from Inspectorneikeq
2015-11-25Fix switching between 2D/3D/Scriptneikeq
2015-11-24Merge pull request #2907 from neikeq/fix_2887Rémi Verschelde
Fix Class Search dialog not showing