summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Quick open now can open multiple scenes and scriptsFranklin Sobrinho2016-01-084-15/+50
* Merge pull request #3191 from neikeq/filedialog_hotkeysRémi Verschelde2016-01-072-1/+46
|\
| * FileDialog: keyboard shortcut to toggle "show hidden files"Ignacio Etcheverry2016-01-022-1/+46
* | Merge pull request #3208 from nounoursheureux/masterRémi Verschelde2016-01-061-4/+6
|\ \
| * | You can create an inherited scene based on an already opened scene.Nounours Heureux2016-01-061-4/+6
* | | Merge pull request #3187 from neikeq/fix_3186Rémi Verschelde2016-01-061-6/+8
|\ \ \
| * | | Fix editor layout savingIgnacio Etcheverry2016-01-011-6/+8
* | | | Merge pull request #3217 from neikeq/asframes_patchRémi Verschelde2016-01-061-1/+0
|\ \ \ \
| * | | | Disable renaming AnimatedSprite framesIgnacio Etcheverry2016-01-031-1/+0
| |/ / /
* | | | Merge pull request #3216 from nounoursheureux/spriteframesRémi Verschelde2016-01-061-1/+1
|\ \ \ \
| * | | | Show the texture name after the frame number in the SpriteFrames editorNounours Heureux2016-01-031-1/+1
| | |/ / | |/| |
* | | | Merge pull request #3219 from nounoursheureux/change_subscene_stringRémi Verschelde2016-01-061-1/+1
|\ \ \ \
| * | | | Change Import > Sub-Scene to Import > Node from sceneNounours Heureux2016-01-031-1/+1
| |/ / /
* | | | Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2016-01-051-1/+1
|\ \ \ \
| * | | | Fix typoRémi Verschelde2016-01-051-1/+1
* | | | | -completely rewritten filesystem dock and internal editor filesystem manageme...Juan Linietsky2016-01-052-430/+605
|/ / / /
* | | | Fix KP5 toggle perspective shortcut, fixes #2035Juan Linietsky2016-01-041-1/+4
* | | | small usability improvement, change everything related to resolution and scal...Juan Linietsky2016-01-031-2/+13
* | | | having active items is pointless in input mapJuan Linietsky2016-01-031-2/+4
* | | | -Replaced tinyjpg for jpgd (public domain), fixes progressive encoded jpgs an...Juan Linietsky2016-01-033-0/+88
* | | | Added var2bytes and bytes2var to convet any variable to bytes and back. Close...Juan Linietsky2016-01-021-2/+6
* | | | -Fix global transform cache not being cleared in 2D nodes, fixes many editor ...Juan Linietsky2016-01-022-3/+0
* | | | -Ability to roll-back script-exported properties to their default value on th...Juan Linietsky2016-01-022-49/+123
|/ / /
* | | Make buttons properly obey stylebox content marins, closes #2156Juan Linietsky2016-01-022-0/+2
* | | fixed uninitialized tool mode in path 2d editorJuan Linietsky2016-01-021-0/+1
* | | Support BMFont in font editor plugin, closes #2204Juan Linietsky2016-01-021-0/+22
* | | -New reparent option "keep global transform" on reparent dialog. It is enable...Juan Linietsky2016-01-024-9/+52
* | | Properly hide assign/clear dialog, closes #2295Juan Linietsky2016-01-021-0/+3
* | | proper joy axis support as actions, can be configured and inquired, fixes #2317Juan Linietsky2016-01-021-5/+8
|/ /
* | Update copyright to 2016 in headersGeorge Marques2016-01-01188-189/+189
* | Make sure auto bracket completion setting always works, closes #2332Juan Linietsky2016-01-011-0/+9
* | make json sub-dictionaries shared, fixes #2381Juan Linietsky2015-12-311-0/+1
* | When inserting new values in array property editor, keep type of last item, c...Juan Linietsky2015-12-311-0/+9
* | changed shortcuts to be better friends with OSX, closes #2398Juan Linietsky2015-12-311-1/+1
* | properly implement save as from script editor, fixes #2415Juan Linietsky2015-12-311-2/+10
* | -Fixed focus for shader editor when switching tab, closes #2551Juan Linietsky2015-12-311-5/+2
* | Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2015-12-3112-558/+213
|\ \
| * | removed wron return types, fixes #2483reduz2015-12-292-502/+0
| * | -property change object's rotation pivot on children of scaled CanvasLayer, f...reduz2015-12-291-2/+4
| * | do not allow editing of tilemap if it's invisible, fixes #2601reduz2015-12-281-1/+2
| * | Fix proper ordering of project settings properties, also fixes inability to c...reduz2015-12-281-4/+7
| * | -Added proper code completion for singletonsreduz2015-12-281-1/+1
| * | Ability to set autoloads as singleton global variablesreduz2015-12-282-11/+110
| * | Merge branch 'master' of https://github.com/okamstudio/godotreduz2015-12-282-2/+2
| |\ \
| | * | Add missing argument names in GDScript bindingsRémi Verschelde2015-12-282-2/+2
| | |/
| * / -added a visual tool to change the pivot of a sprite/asprite/polygon/etc. Clo...reduz2015-12-283-34/+70
| |/
| * Merge branch 'master' of https://github.com/okamstudio/godotreduz2015-12-267-22/+57
| |\
| | * Colorize Rect2 and NodePath in script editorhondres2015-12-241-0/+2
| * | -Added table support to RichTextLabelreduz2015-12-261-4/+18
* | | -Ensure .tscn and .tres always save in a deterministic way, fixes #2495Juan Linietsky2015-12-312-29/+36
| |/ |/|