aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/plugins
Commit message (Collapse)AuthorAgeFilesLines
* New reworked AnimatedSprite!Juan Linietsky2016-05-146-77/+733
| | | | | | | | | -New SpriteFrames editor, with support for drag&drop, multiple animation sets, animation speed and loop. -New AnimatedSprite, with support for all the new features! AnimatedSprite3D has not been updated yet. -Added support for drag&drop to other editors, such as resourcepreload, sample library, etc.
* -begun implementing drag & drop editor wideJuan Linietsky2016-05-111-0/+2
| | | | | | -filesystem dock dnd support -property list dnd support -scene tree dnd support
* Added caret blink in text editorPaulb232016-05-092-0/+10
|
* Fixed animation player auto-queue duplication and undo/redoPaulb232016-05-072-7/+29
|
* i18n: Don't make print_line calls translatableRémi Verschelde2016-05-046-16/+16
|
* Modified editor strings to be translatable in the futureJuan Linietsky2016-05-0343-848/+847
|
* AnimationPlayer: Prevent resetting timeline when pinned (#4497)Rémi Verschelde2016-05-011-0/+3
| | | Fixes #1019
* Merge pull request #4485 from bojidar-bg/2d-snap-axisRémi Verschelde2016-04-291-3/+14
|\ | | | | Allow dragging on only one axis when holding down shift in 2D
| * Allow dragging on only one (global) axis when holding down shiftBojidar Marinov2016-04-291-3/+14
| | | | | | | | Closes #1723
* | Shader editor now uses text editor settingsPaulb232016-04-292-3/+31
| |
* | Fixed shader editor syntax coloringPaulb232016-04-291-0/+6
| |
* | Merge pull request #4451 from JoshuaGrams/anim-tree-filterRémi Verschelde2016-04-281-23/+29
|\ \ | |/ |/| Anim tree: add filters on Animation nodes
| * AnimationTree: add filters to Animation nodes.Josh Grams2016-04-261-23/+29
| |
* | Trim trailing white space on save, issue 4383Paulb232016-04-232-3/+53
|/
* Adds a remove class item option in the theme editor.Aren Villanueva2016-04-212-1/+64
| | | | I've also added a get_stylebox_types helper function to the theme class in order to figure out exactly what types are available to a theme.
* Merge pull request #4302 from Anarchid/gridmap-navmeshRémi Verschelde2016-04-201-2/+15
|\ | | | | Navmesh support for GridMaps
| * Implement GridMap support for navigation meshesAnarchid2016-04-201-2/+15
| |
* | Made trackpad behaviour optional in 3D mode (issue #4265)Marc Gilleron2016-04-121-1/+2
| |
* | Setting to change line number colorPaulb232016-04-081-0/+1
| |
* | Merge pull request #4258 from neikeq/pr-imp-canvas-selectRémi Verschelde2016-04-072-2/+11
|\ \ | | | | | | Avoid selecting items from instanced scenes in CanvasItemEditorPlugin
| * | CanvasItemEditorPlugin: Avoid selecting items from instanced scenesIgnacio Etcheverry2016-04-072-2/+11
| | | | | | | | | | | | - This behaviour is only applied to click selection. Rect selection and List selection can still select these items
* | | Merge pull request #4251 from Paulb23/block_indent_issue_3803Rémi Verschelde2016-04-061-26/+2
|\ \ \ | | | | | | | | Fixed block indent inconsistency, issue #3803
| * | | Fixed block indent inconsistency, fixes issue 3803Paulb232016-04-061-26/+2
| | | |
* | | | Option to toggle syntax highlightingPaulb232016-04-061-1/+2
| | | |
* | | | Merge pull request #4248 from bojidar-bg/fix-launchmedia-for-bonesRémi Verschelde2016-04-061-1/+1
|\ \ \ \ | | | | | | | | | | Fix Ctrl+LaunchMedia showing up as a shortcut for "Make Bones"
| * | | | Fix Ctrl+LaunchMedia showing up as a shortcut for "Make Bones"Bojidar Marinov2016-04-061-1/+1
| | | | | | | | | | | | | | | | | | | | Close #4044
* | | | | Merge pull request #4238 from Paulb23/caret_colorRémi Verschelde2016-04-061-0/+1
|\ \ \ \ \ | | | | | | | | | | | | Ability to change the caret color
| * | | | | Ability to change the caret colorPaulb232016-04-051-0/+1
| | | | | |
* | | | | | Merge pull request #4234 from Paulb23/member_variable_syntax_highlightingRémi Verschelde2016-04-061-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Member variable syntax highlighting
| * | | | | | Member variable syntax highlightingPaulb232016-04-051-0/+1
| |/ / / / /
* | | | | | Merge pull request #4174 from Hodes/masterRémi Verschelde2016-04-062-8/+8
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Multiple editor plugins for same obj type
| * | | | | Enables the possibility of editing on multiple plugins at same time on same ↵hodes2016-04-022-8/+8
| | |_|_|/ | |/| | | | | | | | | | | | | object type.
* | | | | Bind Z key (without modifiers) to toggle wireframe in 3D viewBojidar Marinov2016-04-061-0/+11
| |_|/ / |/| | | | | | | | | | | Fixed #4124
* | | | Fixed text edit undo and redo operation interactionPaul Batty2016-04-061-2/+10
| | | |
* | | | Fixes errors occurring when switching to a new scene with a spatial editor ↵SaracenOne2016-04-061-24/+30
| | | | | | | | | | | | | | | | from a canvas editor.
* | | | Added rotation/panning support for trackpads in 3D mode #53sunnystormy2016-04-061-5/+22
| |/ / |/| |
* | | Separate help pages from scripts by defaultRémi Verschelde2016-04-041-1/+1
| | | | | | | | | Fixes #4199
* | | Change toggle comment behaviour. Fixes #4198Luiz Paulo de Vasconcellos2016-04-041-0/+5
| |/ |/|
* | Function syntax highlightingPaul Batty2016-04-021-0/+1
| |
* | Option to toggle line numbersPaulb232016-03-301-0/+2
|/
* Syntax highlighting for numbersPaulb232016-03-211-0/+1
|
* Merge pull request #4033 from akien-mga/pr-sample-lib-stop-buttonRémi Verschelde2016-03-202-110/+59
|\ | | | | Add stop and delete buttons to sample library (supersedes #3339)
| * Remove redundant buttonsRémi Verschelde2016-03-132-79/+3
| | | | | | | | | | Now the Load button is alone on its line, we probably need to find it a better place.
| * Add stop and delete buttons to sample libraryRémi Verschelde2016-03-132-32/+57
| | | | | | | | | | | | Based on the work by @rdcklinux in #3339. The play button becomes a stop button while playing. A delete button is added in the last column.
* | Merge pull request #4077 from sanikoyes/Pr-resourcepreloader-multiple-selectRémi Verschelde2016-03-182-28/+32
|\ \ | | | | | | Allow select multiple files in ResourcePreloaderEditor
| * | Rename path to pathssanikoyes2016-03-182-4/+4
| | |
| * | Allow select multiple files in ResourcePreloaderEditorsanikoyes2016-03-172-28/+32
| | |
* | | Option to toggle tab drawingPaulb232016-03-181-1/+2
| | |
* | | Merge pull request #4076 from Paulb23/word_highlightingRémi Verschelde2016-03-171-0/+3
|\ \ \ | |/ / |/| | Highlight all occurrences of selected word
| * | Highlight all occurrences of selected wordPaulb232016-03-161-0/+3
| | |