summaryrefslogtreecommitdiff
path: root/tools/editor/plugins
AgeCommit message (Collapse)Author
2016-04-21Adds a remove class item option in the theme editor.Aren Villanueva
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.
2016-04-20Merge pull request #4302 from Anarchid/gridmap-navmeshRémi Verschelde
Navmesh support for GridMaps
2016-04-20Implement GridMap support for navigation meshesAnarchid
2016-04-12Made trackpad behaviour optional in 3D mode (issue #4265)Marc Gilleron
2016-04-08Setting to change line number colorPaulb23
2016-04-07Merge pull request #4258 from neikeq/pr-imp-canvas-selectRémi Verschelde
Avoid selecting items from instanced scenes in CanvasItemEditorPlugin
2016-04-07CanvasItemEditorPlugin: Avoid selecting items from instanced scenesIgnacio Etcheverry
- This behaviour is only applied to click selection. Rect selection and List selection can still select these items
2016-04-06Merge pull request #4251 from Paulb23/block_indent_issue_3803Rémi Verschelde
Fixed block indent inconsistency, issue #3803
2016-04-06Option to toggle syntax highlightingPaulb23
2016-04-06Fixed block indent inconsistency, fixes issue 3803Paulb23
2016-04-06Merge pull request #4248 from bojidar-bg/fix-launchmedia-for-bonesRémi Verschelde
Fix Ctrl+LaunchMedia showing up as a shortcut for "Make Bones"
2016-04-06Merge pull request #4238 from Paulb23/caret_colorRémi Verschelde
Ability to change the caret color
2016-04-06Merge pull request #4234 from Paulb23/member_variable_syntax_highlightingRémi Verschelde
Member variable syntax highlighting
2016-04-06Merge pull request #4174 from Hodes/masterRémi Verschelde
Multiple editor plugins for same obj type
2016-04-06Fix Ctrl+LaunchMedia showing up as a shortcut for "Make Bones"Bojidar Marinov
Close #4044
2016-04-06Bind Z key (without modifiers) to toggle wireframe in 3D viewBojidar Marinov
Fixed #4124
2016-04-06Fixed text edit undo and redo operation interactionPaul Batty
2016-04-06Fixes errors occurring when switching to a new scene with a spatial editor ↵SaracenOne
from a canvas editor.
2016-04-06Added rotation/panning support for trackpads in 3D mode #53sunnystormy
2016-04-05Ability to change the caret colorPaulb23
2016-04-05Member variable syntax highlightingPaulb23
2016-04-04Separate help pages from scripts by defaultRémi Verschelde
Fixes #4199
2016-04-04Change toggle comment behaviour. Fixes #4198Luiz Paulo de Vasconcellos
2016-04-02Enables the possibility of editing on multiple plugins at same time on same ↵hodes
object type.
2016-04-02Function syntax highlightingPaul Batty
2016-03-30Option to toggle line numbersPaulb23
2016-03-21Syntax highlighting for numbersPaulb23
2016-03-20Merge pull request #4033 from akien-mga/pr-sample-lib-stop-buttonRémi Verschelde
Add stop and delete buttons to sample library (supersedes #3339)
2016-03-18Merge pull request #4077 from sanikoyes/Pr-resourcepreloader-multiple-selectRémi Verschelde
Allow select multiple files in ResourcePreloaderEditor
2016-03-18Option to toggle tab drawingPaulb23
2016-03-18Rename path to pathssanikoyes
2016-03-17Merge pull request #4076 from Paulb23/word_highlightingRémi Verschelde
Highlight all occurrences of selected word
2016-03-17Allow select multiple files in ResourcePreloaderEditorsanikoyes
2016-03-16Highlight all occurrences of selected wordPaulb23
2016-03-16Merge pull request #4065 from TheHX/issue-4058Rémi Verschelde
Fix editors panels, of the bottom panel, not resizing in some cases
2016-03-15Merge pull request #4006 from TheHX/tilemap-editorRémi Verschelde
Several improvements for the Tilemap editor
2016-03-15Fix editors panels, of the bottom panel, not resizing in some casesFranklin Sobrinho
2016-03-15Tilemap Editor: Fix some last issues of PR-4006Franklin Sobrinho
2016-03-14Merge pull request #4057 from TheHX/particles-pluginRémi Verschelde
Fix file dialog, of Particles2D plugin, showing "Error" icons
2016-03-14Tilemap Editor: Use ItemList::set_item_icon_region in tile paletteFranklin Sobrinho
2016-03-14Fix file dialog, of Particles2D plugin, showing "Error" iconsFranklin Sobrinho
2016-03-14Tilemap Editor: Bucket tool - optimize memory usage, "removed safety limit"Franklin Sobrinho
2016-03-14Tilemap Editor: Bucket fillFranklin Sobrinho
2016-03-14Tilemap Editor: Shortcuts for the editor menu, fixed small inconsistenciesFranklin Sobrinho
2016-03-14Tilemap Editor: Line drawing and erasingFranklin Sobrinho
2016-03-14Tilemap Editor: Rectangle drawing/erasing and small improvementsFranklin Sobrinho
2016-03-14Added configuable tab sizePaulb23
2016-03-13Remove redundant buttonsRémi Verschelde
Now the Load button is alone on its line, we probably need to find it a better place.
2016-03-13Add stop and delete buttons to sample libraryRémi Verschelde
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.
2016-03-09fix six possible "divide by zero"Hubert Jarosz