aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* better support for broken collada, fixes #2959Juan Linietsky2015-12-121-1/+5
* fix broken mergeJuan Linietsky2015-12-122-15/+0
* Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2015-12-123-6/+19
|\
| * Script debugger remains visible when using Debug->Show DebuggerFranklin Sobrinho2015-12-123-13/+20
* | -added option to keep debugger open, fixes #3031Juan Linietsky2015-12-124-14/+33
|/
* Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2015-12-112-72/+75
|\
| * Merge pull request #2883 from TheHX/mesh_editor_pluginRémi Verschelde2015-12-102-72/+75
| |\
| | * Add StaticBody collision generation for all selected MeshInstance nodesFranklin Sobrinho2015-11-222-72/+75
* | | -remove (can be added back in editor settings) icons from property editorJuan Linietsky2015-12-113-26/+55
|/ /
* | Merge pull request #3027 from TheHX/pr-project-manager-fontRémi Verschelde2015-12-091-4/+13
|\ \
| * | Fix project manager not picking custom fontFranklin Sobrinho2015-12-091-4/+13
* | | Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2015-12-091-0/+5
|\ \ \
| * \ \ Merge pull request #2986 from TheHX/pr-shader-editorRémi Verschelde2015-12-091-0/+5
| |\ \ \ | | |/ / | |/| |
| | * | Fix shader editor focus when switching tabsFranklin Sobrinho2015-12-061-0/+5
* | | | -ability to change scripts in external editor and still have properties reloa...Juan Linietsky2015-12-096-19/+115
|/ / /
* | | -made it add the node name from the file, closes #3010Juan Linietsky2015-12-081-8/+21
* | | Merge pull request #2873 from neikeq/editor_layoutsJuan Linietsky2015-12-084-21/+317
|\ \ \
| * | | Editor layouts menuneikeq2015-11-254-21/+317
* | | | Merge pull request #2888 from TheHX/item_list_pluginJuan Linietsky2015-12-084-240/+281
|\ \ \ \
| * | | | Make ItemListEditor plugin functionalFranklin Sobrinho2015-12-034-240/+281
* | | | | Merge pull request #2919 from TheHX/pr-groups-editorJuan Linietsky2015-12-082-111/+90
|\ \ \ \ \
| * | | | | Update Groups EditorFranklin Sobrinho2015-12-062-111/+90
* | | | | | Merge pull request #2956 from est31/add_system_wide_export_pathJuan Linietsky2015-12-083-15/+63
|\ \ \ \ \ \
| * | | | | | Make the setting unix-only.est312015-11-302-11/+2
| * | | | | | Add way to look for templates at system wide level tooest312015-11-304-15/+72
* | | | | | | Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2015-12-082-7/+12
|\ \ \ \ \ \ \
| * | | | | | | Better hidden folders display preferences for editor file dialogsFranklin Sobrinho2015-12-062-7/+12
* | | | | | | | added option to add_child, to use the same deduplication convention as in the...Juan Linietsky2015-12-081-10/+10
|/ / / / / / /
* | / / / / / Script Editor: maintain cursor column after duplicate a lineFranklin Sobrinho2015-12-061-1/+3
| |/ / / / / |/| | | | |
* | | | | | Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2015-12-054-1/+11
|\ \ \ \ \ \
| * \ \ \ \ \ Merge pull request #2989 from StraToN/2967fix_button_breaklinesRémi Verschelde2015-12-041-0/+4
| |\ \ \ \ \ \
| | * | | | | | Set default destination filename of imported font to be input font filenameJulian Murgia - StraToN2015-12-041-0/+4
| * | | | | | | Merge pull request #2990 from neikeq/file_dialog_refreshRémi Verschelde2015-12-042-0/+6
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | Add refresh button to file dialogsneikeq2015-12-042-0/+6
| | | |_|_|/ / | | |/| | | |
| * / | | | | Fix 'Save Scene' doing nothing on new scenesneikeq2015-12-041-1/+1
| |/ / / / /
* / / / / / -Display on animation editor which keys are invalid and which tracks are unre...Juan Linietsky2015-12-056-3/+187
|/ / / / /
* | | | | missing pngsJuan Linietsky2015-12-041-0/+0
* | | | | Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2015-12-041-0/+4
|\ \ \ \ \
| * | | | | Fix editor crash after closing scene with certain types of nodesFranklin Sobrinho2015-12-031-0/+4
* | | | | | -Upgraded webp to a MUCH newer version. Hoping it fixes some bugs in the proc...Juan Linietsky2015-12-047-0/+167
|/ / / / /
* | | | | Merge pull request #2969 from neikeq/fix_bracket_completeRémi Verschelde2015-12-011-0/+1
|\ \ \ \ \
| * | | | | ScriptTextEditor: fix auto bracket completion not enabledneikeq2015-12-011-0/+1
* | | | | | Merge pull request #2968 from neikeq/line_duplicateRémi Verschelde2015-12-011-2/+2
|\ \ \ \ \ \
| * | | | | | Fix script editor not clonning down last lineneikeq2015-12-011-2/+2
| |/ / / / /
* | | | | | Merge pull request #2890 from neikeq/cl_select_childrenRémi Verschelde2015-12-011-9/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Allow selecting CanvasLayer children in canvas editorneikeq2015-11-231-9/+3
* | | | | | Script Editor: automatic indentation after a colonkoalefant2015-11-291-0/+1
* | | | | | -orphan resource explorer dialog + tools menuJuan Linietsky2015-11-294-1/+226
* | | | | | Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2015-11-2815-63/+132
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Fix message - ERROR: get_path: Condition ' !is_inside_tree() ' is true - when...Franklin Sobrinho2015-11-281-1/+0