summaryrefslogtreecommitdiff
path: root/tools/editor
AgeCommit message (Collapse)Author
2016-01-08Fix TileSet not refreshed after exporting without mergeIgnacio Etcheverry
2016-01-07Merge pull request #3191 from neikeq/filedialog_hotkeysRémi Verschelde
Add keyboard shortcut to toggle "show hidden files" in FileDialog
2016-01-06Merge pull request #3208 from nounoursheureux/masterRémi Verschelde
You can now create an inherited scene based on an already opened scene
2016-01-06You can create an inherited scene based on an already opened scene.Nounours Heureux
2016-01-06Merge pull request #3187 from neikeq/fix_3186Rémi Verschelde
Fix editor layout saving
2016-01-06Merge pull request #3217 from neikeq/asframes_patchRémi Verschelde
Disable renaming SpriteFrames
2016-01-06Merge pull request #3216 from nounoursheureux/spriteframesRémi Verschelde
Show the texture name after the frame number in the SpriteFrames editor
2016-01-06Merge pull request #3219 from nounoursheureux/change_subscene_stringRémi Verschelde
Change Import > Sub-Scene to Import > Node from scene
2016-01-05-completely rewritten filesystem dock and internal editor filesystem ↵Juan Linietsky
management, fixes #1926 -filesystem dock now tracks objects and directories in real-time, fixes #2009
2016-01-04Fix KP5 toggle perspective shortcut, fixes #2035Juan Linietsky
2016-01-03small usability improvement, change everything related to resolution and ↵Juan Linietsky
scaling together in the project settings, closes #1974
2016-01-03having active items is pointless in input mapJuan Linietsky
2016-01-03-Replaced tinyjpg for jpgd (public domain), fixes progressive encoded jpgs ↵Juan Linietsky
and speeds up. Closes #2040 -Removed support of loading BitMap as image, now it must be load as a pnm, also closes #2040
2016-01-03Change Import > Sub-Scene to Import > Node from sceneNounours Heureux
2016-01-03Disable renaming AnimatedSprite framesIgnacio Etcheverry
2016-01-03Show the texture name after the frame number in the SpriteFrames editorNounours Heureux
2016-01-02-Fix global transform cache not being cleared in 2D nodes, fixes many editor ↵Juan Linietsky
bugs, closes #2115
2016-01-02-Ability to roll-back script-exported properties to their default value on ↵Juan Linietsky
the script, closes #2128
2016-01-02Make buttons properly obey stylebox content marins, closes #2156Juan Linietsky
2016-01-02fixed uninitialized tool mode in path 2d editorJuan Linietsky
2016-01-02Support BMFont in font editor plugin, closes #2204Juan Linietsky
2016-01-02-New reparent option "keep global transform" on reparent dialog. It is ↵Juan Linietsky
enabled by default. Closes #2284
2016-01-02Properly hide assign/clear dialog, closes #2295Juan Linietsky
2016-01-02proper joy axis support as actions, can be configured and inquired, fixes #2317Juan Linietsky
2016-01-02FileDialog: keyboard shortcut to toggle "show hidden files"Ignacio Etcheverry
2016-01-01Fix editor layout savingIgnacio Etcheverry
2016-01-01Update copyright to 2016 in headersGeorge Marques
2016-01-01Make sure auto bracket completion setting always works, closes #2332Juan Linietsky
2015-12-31make json sub-dictionaries shared, fixes #2381Juan Linietsky
2015-12-31When inserting new values in array property editor, keep type of last item, ↵Juan Linietsky
closes #2391
2015-12-31changed shortcuts to be better friends with OSX, closes #2398Juan Linietsky
2015-12-31properly implement save as from script editor, fixes #2415Juan Linietsky
2015-12-31-Fixed focus for shader editor when switching tab, closes #2551Juan Linietsky
2015-12-31Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky
2015-12-31-Ensure .tscn and .tres always save in a deterministic way, fixes #2495Juan Linietsky
-Scene edit state is saved outside the scene now, to avoid changes .tscn files when nothing really changed -Created a VariantWriter helper to unify all variant to text writing -Moved SceneFormatText writing to VariantWriter -Moved ConfigFile to use VariantWriter and VariantParser, added compatibility mode for old .cfg files that use engine.cfg format
2015-12-29removed wron return types, fixes #2483reduz
removed console, which was obsolete and unused sine long long ago
2015-12-29-property change object's rotation pivot on children of scaled CanvasLayer, ↵reduz
fixes #2599
2015-12-28do not allow editing of tilemap if it's invisible, fixes #2601reduz
2015-12-28Fix proper ordering of project settings properties, also fixes inability to ↵reduz
change order of autoloads
2015-12-28-Added proper code completion for singletonsreduz
2015-12-28Ability to set autoloads as singleton global variablesreduz
2015-12-28Merge branch 'master' of https://github.com/okamstudio/godotreduz
2015-12-28-added a visual tool to change the pivot of a sprite/asprite/polygon/etc. ↵reduz
Closes #2670
2015-12-28Add missing argument names in GDScript bindingsRémi Verschelde
All classes were reviewed apart from VisualServer for which no argument name is documented at all. While doing this review, I found quite a few bugs that were fixed either in earlier commits or this one (mostly documentation bugs though, i.e. some arguments were listed at the wrong place).
2015-12-26Merge branch 'master' of https://github.com/okamstudio/godotreduz
2015-12-26-Added table support to RichTextLabelreduz
-Made help more readable, closes #2851
2015-12-24Colorize Rect2 and NodePath in script editorhondres
2015-12-21Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky
2015-12-21-Fix to progress dialog, speding it upJuan Linietsky
-Fix potential deadlock in stream player -Fix collada to support broken files from ColladaMaya
2015-12-20this failed in msvc, didn't in linux and mingwAriel Manzur