summaryrefslogtreecommitdiff
path: root/tools/editor
AgeCommit message (Collapse)Author
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
2015-12-16Merge pull request #3090 from neikeq/fix_3088Rémi Verschelde
Fix Remove Item option in TileSet plugin
2015-12-16small fix for undo redoJuan Linietsky
2015-12-16added labels to sections and propertiesJuan Linietsky
2015-12-15Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky
2015-12-15-split view of property editor and editor settingsJuan Linietsky
2015-12-15Fix Remove Item option in TileSet pluginIgnacio Etcheverry
2015-12-15Merge pull request #3080 from akien-mga/pr-input-presetsRémi Verschelde
Prevent deleting input presets as it does not work
2015-12-15Merge pull request #3083 from TheHX/pr-file-dialogRémi Verschelde
Add editor setting for display mode on file dialog and filesystem dock
2015-12-15Add editor setting for display mode on file dialog and filesystem dockFranklin Sobrinho
2015-12-15Prevent deleting input presets as it does not workRémi Verschelde
Follow-up of #3076. Now the only thing possible to do with input presets is to add/remove key bindings. It was already the case previously but it's now clearer in the UI.
2015-12-14Merge pull request #3076 from neikeq/rename_actionsRémi Verschelde
Option to rename input actions
2015-12-14Forbid renaming input presetsIgnacio Etcheverry
2015-12-14Added input actions renamingIgnacio Etcheverry
2015-12-14Avoid project manager from processing gamepad inputFranklin Sobrinho
2015-12-14Fix editor layouts broken after 9a7ff65Ignacio Etcheverry
2015-12-14Merge pull request #3074 from neikeq/editor_layouts_patchRémi Verschelde
Editor layout dialog: name field grabs focus on popup
2015-12-14Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky
2015-12-14Editor layout dialog: name field grabs focus on popupIgnacio Etcheverry
2015-12-14Merge pull request #3073 from TheHX/pr-editor-dialogsRémi Verschelde
Implement double-click on remaining dialogs
2015-12-14Implement double-click on remaining dialogsFranklin Sobrinho
2015-12-14replaced :var by :Variant in documentation, fixes #2897Juan Linietsky
2015-12-14do not open dominant script if external editor is selected, fixes #3067Juan Linietsky
2015-12-14Merge pull request #3061 from TheHX/pr-tree-dialogsRémi Verschelde
Double-click item for reparent and choose a node in NodePath dialog
2015-12-14Merge pull request #3065 from TheHX/pr-array-editorRémi Verschelde
Fix array editor NodePath being relative to editor
2015-12-13-scenes are properly reloaded when a dependency changes, fixes #2896Juan Linietsky
(it's clevery done so local changes to scenes are kept even if unsaved)
2015-12-13fixed and improved selection and list selection, closes #2852Juan Linietsky
2015-12-13added binary API to StreamPeer, fixes #2863Juan Linietsky
2015-12-13Fix array editor NodePath being relative to editorFranklin Sobrinho
2015-12-13Double-click item for reparent and choose a node in NodePath dialogFranklin Sobrinho
2015-12-13Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky
2015-12-13fix zip exportJuan Linietsky
2015-12-13Merge pull request #3045 from TheHX/pr-nav-meshRémi Verschelde
Fix crash caused by a empty NavigationMesh
2015-12-13Merge pull request #3047 from eska014/fix-play-project-buttonRémi Verschelde
Fix "Play Project" button icon
2015-12-13Merge pull request #3053 from TheHX/pr-revert-3043Rémi Verschelde
Remove last remaining variables of PR-3043
2015-12-13ability to export scene to zipJuan Linietsky
2015-12-12Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky