aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | 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
| * | | | | | | Merge pull request #2932 from TheHX/pr-editor-help-scrollRémi Verschelde2015-11-281-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | Fix editor help scroll to resultFranklin Sobrinho2015-11-271-1/+1
| | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Update copyright header in ios xcode templatesRémi Verschelde2015-11-272-14/+56
| * | | | | | | Replace hardcoded references to Okam Studio by Godot EngineRémi Verschelde2015-11-274-5/+5
| |/ / / / / /
| * | | | | | Merge pull request #2891 from TheHX/fix_matrix_propertyRémi Verschelde2015-11-261-1/+8
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | Fix property editor Matrix3 and Matrix32 editingFranklin Sobrinho2015-11-231-1/+8
| | |/ / / /
| * | | | | Merge pull request #2912 from TheHX/pr-mesh-import-pluginRémi Verschelde2015-11-251-25/+14
| |\ \ \ \ \
| | * | | | | Better import mesh warningsFranklin Sobrinho2015-11-251-25/+14
| * | | | | | Merge pull request #2895 from TheHX/oneshot_connectionRémi Verschelde2015-11-252-4/+17
| |\ \ \ \ \ \
| | * | | | | | Add ability to set oneshot connection from EditorFranklin Sobrinho2015-11-232-4/+17
| | | |/ / / / | | |/| | | |
| * | | | | | Merge pull request #2910 from est31/export_error_on_headlessRémi Verschelde2015-11-252-1/+14
| |\ \ \ \ \ \
| | * | | | | | Print errors to console when exportingest312015-11-252-1/+14
| * | | | | | | Merge pull request #2909 from neikeq/imp_2908Rémi Verschelde2015-11-253-11/+17
| |\ \ \ \ \ \ \
| | * | | | | | | Put 2D, 3D and Script editor index in enumneikeq2015-11-253-11/+17
* | | | | | | | | -Fixed bug with scene inheritance, should work againJuan Linietsky2015-11-281-3/+4
|/ / / / / / / /
* | | | | | | | Merge pull request #2908 from neikeq/fix_editor_selectRémi Verschelde2015-11-253-7/+17
|\| | | | | | |
| * | | | | | | Fix Class Reference request from Inspectorneikeq2015-11-252-1/+2
| * | | | | | | Fix switching between 2D/3D/Scriptneikeq2015-11-252-6/+15
* | | | | | | | Merge pull request #2907 from neikeq/fix_2887Rémi Verschelde2015-11-241-6/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix Class Search dialog not showing upneikeq2015-11-241-6/+5
| |/ / / / / / /
* / / / / / / / Remember last help searchneikeq2015-11-243-2/+11
|/ / / / / / /