summaryrefslogtreecommitdiff
path: root/editor/plugins
AgeCommit message (Collapse)Author
2017-07-23-Ability to set default import presets for typeJuan Linietsky
-More presets for scene importer -Option in scene importer to export root nodes as separate scenes -Fixed MeshInstance preview
2017-07-23Merge pull request #9788 from Zylann/freelook_modifierRémi Verschelde
Added configurable modifier key to activate freelook
2017-07-23Merge pull request #9762 from Paulb23/_scipt_close_tab_selection_issue_8400Rémi Verschelde
Fixed script tab selection on file close, issue 8400
2017-07-23Merge pull request #9761 from Noshyaar/pr-fixRémi Verschelde
ScriptEditor: suppress get_child errors
2017-07-23Added configurable modifier key to activate freelookMarc Gilleron
2017-07-22Merge pull request #9749 from kubecz3k/animtree-slider-fixRémi Verschelde
AnimationTree nodes sliders fixes
2017-07-22Merge pull request #9717 from kubecz3k/plugin-methods-renameRémi Verschelde
Rename of two EditorPlugin methods
2017-07-22Fixed script tab selection on file close, issue 8400Paulb23
2017-07-22ScriptEditor: suppress get_child errorsPoommetee Ketson
2017-07-21AnimationTree nodes sliders fixesJakub Grzesik
2017-07-20EditorPlugin methods and signals renameJakub Grzesik
2017-07-19-Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky
-Added system for feature overrides, it's pretty cool :)
2017-07-19Merge pull request #9703 from Noshyaar/docsRémi Verschelde
Add object type hint for docs
2017-07-19Merge pull request #9565 from kubecz3k/tool-signalsRémi Verschelde
Make more informations available for Tool Plugins about the editor
2017-07-19Add object type hint for docsPoommetee Ketson
2017-07-18Fixed button flat behavior when not in normal state.Daniel J. Ramirez
Also changed some buttons to flat mode
2017-07-18Make available more informations about editor for Tool PluginsJakub Grzesik
2017-07-18Merge pull request #9482 from Noshyaar/pr-rampRémi Verschelde
Fix shrunk ColorPickers
2017-07-18Fix ColorPicker to use theme constantsPoommetee Ketson
2017-07-17-Reorganized all properties of project settings (Sorry, Again).Juan Linietsky
(Lot's of bloat accumulated, so it was time for clean up.) -Made EditorSettings and ProjectSettings search more useful (search in sections too)
2017-07-17Merge pull request #9577 from MarianoGnu/masterRémi Verschelde
Add anchor shortcut to fit parent
2017-07-17Merge pull request #9666 from toger5/betterFocusCanvasEditorRémi Verschelde
Focus box size fix for new theme
2017-07-17Merge pull request #9652 from djrm/theme_fixesRémi Verschelde
Improvements and fixes for the default theme.
2017-07-17Fixed bug that prevented creating polygons.redtoorange
2017-07-16Improvements and fixes for the default theme.Daniel J. Ramirez
Added customizable border size and window highlight.
2017-07-16focus box size fix for new themetoger5
2017-07-15Lots of work on Audio & Physics engine:Juan Linietsky
-Added new 3D stream player node -Added ability for Area to capture sound from streams -Added small features in physics to be able to properly guess distance to areas for sound -Fixed 3D CollisionObject so shapes are added the same as in 2D, directly from children -Fixed KinematicBody API to make it the same as 2D.
2017-07-15Some more typo fixes for "threshold"Rémi Verschelde
Looks like @reduz really does not like that word.
2017-07-14Add anchor shortcut to fit parentMariano Suligoy
Also remove old Edit -> Expand to Parent menu option
2017-07-10Ability to toggle script panel visibilityJakub Grzesik
2017-07-08Refactor 'treshold' to 'threshold'Poommetee Ketson
2017-07-08Fix wrong cast to Node2D instead of ControlRémi Verschelde
As reported by @sanikoyes.
2017-07-07[#9292] Renamed Image.put_pixel() to set_pixel().ducdetronquito
2017-07-06Ability to set rotation and scaling pivot for controls.Juan Linietsky
2017-07-04ItemList: expose methods, in-editor items editing supportPoommetee Ketson
2017-07-03Merge pull request #9457 from TwistedTwigleg/Fixed_Vector3_snapRémi Verschelde
Fixed syntax inconsistency in Vector3.snap and Vector3.snapped
2017-07-03Merge pull request #9465 from Zylann/curve_previewRémi Verschelde
Added Curve preview thumbnail
2017-07-03Fixed syntax inconsistency in Vector3.snap and Vector3.snappedTwistedTwigleg
2017-07-02Script editor help: Prevent loading empty instances from layoutRémi Verschelde
2017-07-02Added Curve preview thumbnailMarc Gilleron
2017-07-01Merge pull request #9463 from bojidar-bg/9461-fix-backcompatRémi Verschelde
Readd tilemap's shape_transform and bugfixes
2017-07-01Animation Editor: Fix trying to stop playback without player.Andreas Haas
Fixes #9280
2017-07-01Readd tilemap's shape_transform and bugfixesBojidar Marinov
This reverts commit a808f53020aa710ff81392e2349b8a39c55d2717.
2017-07-01Revert "Fix Tileset/tilemap issues related to my adding of one-way ↵Juan Linietsky
collisions to them"
2017-06-30-Many fixes to VisualScript, fixed property names, etc.Juan Linietsky
-Added ability to set/get a field in GetSet, as well as assignment ops -Added a Select node -Fixed update bugs related to variable list and exported properties, closes #9458
2017-06-30Fix #9409, fixup #9370; tileset now has shape transform instead of offsetBojidar Marinov
Fix bad return type in CollisionObject2D, Shape -> Shape2D. Was causing unintended null when casting. (9409) Fix a misplaced ++ operator. (9370) Fix merging with exiting tileset duplicating shapes. (9370)
2017-06-28Fix curve saving, refined undo/redoMarc Gilleron
2017-06-27Merge pull request #9404 from Zylann/curve_improvementJuan Linietsky
Curve improvement
2017-06-27Merge pull request #9360 from GodotExplorer/pr-external-editor-language-checkRémi Verschelde
Better user experience with external text editors.
2017-06-27Better user expirence with external text editors.geequlim
Implements open_in_external_editor for subclasses of ScriptLanguage. Add option 'Debug with external editor' to debug menu to control the behavoir of script opened by editor.