aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins
Commit message (Collapse)AuthorAgeFilesLines
* -Ability to set default import presets for typeJuan Linietsky2017-07-232-109/+79
| | | | | | -More presets for scene importer -Option in scene importer to export root nodes as separate scenes -Fixed MeshInstance preview
* Merge pull request #9788 from Zylann/freelook_modifierRémi Verschelde2017-07-231-28/+32
|\ | | | | Added configurable modifier key to activate freelook
| * Added configurable modifier key to activate freelookMarc Gilleron2017-07-231-28/+32
| |
* | Merge pull request #9762 from Paulb23/_scipt_close_tab_selection_issue_8400Rémi Verschelde2017-07-231-0/+3
|\ \ | | | | | | Fixed script tab selection on file close, issue 8400
| * | Fixed script tab selection on file close, issue 8400Paulb232017-07-221-1/+4
| | |
* | | Merge pull request #9761 from Noshyaar/pr-fixRémi Verschelde2017-07-231-2/+12
|\ \ \ | |_|/ |/| | ScriptEditor: suppress get_child errors
| * | ScriptEditor: suppress get_child errorsPoommetee Ketson2017-07-221-2/+12
| |/
* | Merge pull request #9749 from kubecz3k/animtree-slider-fixRémi Verschelde2017-07-221-1/+6
|\ \ | | | | | | AnimationTree nodes sliders fixes
| * | AnimationTree nodes sliders fixesJakub Grzesik2017-07-211-1/+6
| |/
* | Merge pull request #9717 from kubecz3k/plugin-methods-renameRémi Verschelde2017-07-222-8/+8
|\ \ | |/ |/| Rename of two EditorPlugin methods
| * EditorPlugin methods and signals renameJakub Grzesik2017-07-202-8/+8
| |
* | -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-1911-26/+26
|/ | | | -Added system for feature overrides, it's pretty cool :)
* Merge pull request #9703 from Noshyaar/docsRémi Verschelde2017-07-191-2/+2
|\ | | | | Add object type hint for docs
| * Add object type hint for docsPoommetee Ketson2017-07-191-2/+2
| |
* | Merge pull request #9565 from kubecz3k/tool-signalsRémi Verschelde2017-07-192-1/+67
|\ \ | | | | | | Make more informations available for Tool Plugins about the editor
| * | Make available more informations about editor for Tool PluginsJakub Grzesik2017-07-182-1/+67
| | |
* | | Fixed button flat behavior when not in normal state.Daniel J. Ramirez2017-07-181-0/+4
| |/ |/| | | | | Also changed some buttons to flat mode
* | Merge pull request #9482 from Noshyaar/pr-rampRémi Verschelde2017-07-181-3/+0
|\ \ | | | | | | Fix shrunk ColorPickers
| * | Fix ColorPicker to use theme constantsPoommetee Ketson2017-07-181-3/+0
| | |
* | | -Reorganized all properties of project settings (Sorry, Again).Juan Linietsky2017-07-172-10/+10
|/ / | | | | | | | | (Lot's of bloat accumulated, so it was time for clean up.) -Made EditorSettings and ProjectSettings search more useful (search in sections too)
* | Merge pull request #9577 from MarianoGnu/masterRémi Verschelde2017-07-172-26/+35
|\ \ | | | | | | Add anchor shortcut to fit parent
| * | Add anchor shortcut to fit parentMariano Suligoy2017-07-142-26/+35
| | | | | | | | | | | | Also remove old Edit -> Expand to Parent menu option
* | | Merge pull request #9666 from toger5/betterFocusCanvasEditorRémi Verschelde2017-07-171-5/+0
|\ \ \ | | | | | | | | Focus box size fix for new theme
| * | | focus box size fix for new themetoger52017-07-161-5/+0
| | | |
* | | | Merge pull request #9652 from djrm/theme_fixesRémi Verschelde2017-07-172-5/+11
|\ \ \ \ | | | | | | | | | | Improvements and fixes for the default theme.
| * | | | Improvements and fixes for the default theme.Daniel J. Ramirez2017-07-162-5/+11
| |/ / / | | | | | | | | | | | | Added customizable border size and window highlight.
* / / / Fixed bug that prevented creating polygons.redtoorange2017-07-171-1/+1
|/ / /
* | | Lots of work on Audio & Physics engine:Juan Linietsky2017-07-155-353/+305
| | | | | | | | | | | | | | | | | | | | | | | | -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.
* | | Some more typo fixes for "threshold"Rémi Verschelde2017-07-152-9/+9
| |/ |/| | | | | Looks like @reduz really does not like that word.
* | Ability to toggle script panel visibilityJakub Grzesik2017-07-102-0/+6
| |
* | Refactor 'treshold' to 'threshold'Poommetee Ketson2017-07-085-23/+23
|/
* Fix wrong cast to Node2D instead of ControlRémi Verschelde2017-07-081-1/+1
| | | | As reported by @sanikoyes.
* [#9292] Renamed Image.put_pixel() to set_pixel().ducdetronquito2017-07-073-7/+7
|
* Ability to set rotation and scaling pivot for controls.Juan Linietsky2017-07-062-4/+55
|
* ItemList: expose methods, in-editor items editing supportPoommetee Ketson2017-07-042-0/+69
|
* Merge pull request #9457 from TwistedTwigleg/Fixed_Vector3_snapRémi Verschelde2017-07-032-2/+2
|\ | | | | Fixed syntax inconsistency in Vector3.snap and Vector3.snapped
| * Fixed syntax inconsistency in Vector3.snap and Vector3.snappedTwistedTwigleg2017-07-032-2/+2
| |
* | Merge pull request #9465 from Zylann/curve_previewRémi Verschelde2017-07-032-0/+80
|\ \ | | | | | | Added Curve preview thumbnail
| * | Added Curve preview thumbnailMarc Gilleron2017-07-022-0/+80
| | |
* | | Script editor help: Prevent loading empty instances from layoutRémi Verschelde2017-07-021-0/+3
|/ /
* | Merge pull request #9463 from bojidar-bg/9461-fix-backcompatRémi Verschelde2017-07-011-4/+19
|\ \ | | | | | | Readd tilemap's shape_transform and bugfixes
| * | Readd tilemap's shape_transform and bugfixesBojidar Marinov2017-07-011-4/+19
| | | | | | | | | | | | This reverts commit a808f53020aa710ff81392e2349b8a39c55d2717.
* | | Animation Editor: Fix trying to stop playback without player.Andreas Haas2017-07-011-0/+4
|/ / | | | | | | Fixes #9280
* | Revert "Fix Tileset/tilemap issues related to my adding of one-way ↵Juan Linietsky2017-07-011-19/+4
| | | | | | | | collisions to them"
* | -Many fixes to VisualScript, fixed property names, etc.Juan Linietsky2017-06-304-7/+15
| | | | | | | | | | | | -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
* | Fix #9409, fixup #9370; tileset now has shape transform instead of offsetBojidar Marinov2017-06-301-4/+19
|/ | | | | | 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)
* Fix curve saving, refined undo/redoMarc Gilleron2017-06-282-31/+53
|
* Merge pull request #9404 from Zylann/curve_improvementJuan Linietsky2017-06-272-44/+149
|\ | | | | Curve improvement
| * Curve featuresMarc Gilleron2017-06-262-44/+149
| | | | | | | | | | | | - Ability to set tangents as linear - Indicative min and max values - CurveTexture doesn't need min and max anymore
* | Merge pull request #9360 from GodotExplorer/pr-external-editor-language-checkRémi Verschelde2017-06-273-7/+20
|\ \ | |/ |/| Better user experience with external text editors.