summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2016-04-26AnimationTree: add filters to Animation nodes.Josh Grams
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-18Merge pull request #4359 from neikeq/pr-issue-4351Rémi Verschelde
Fix 'Quit to Project Manager' not stopping the running application
2016-04-18Merge pull request #4299 from neikeq/pr-issue-4297Rémi Verschelde
Keep editable instances data when replacing tree root node
2016-04-17Fix 'Quit to Project Manager' not stopping the running applicationIgnacio Etcheverry
2016-04-14correct typo "overwrite"volzhs
2016-04-12Keep editable instances data when replacing tree root nodeIgnacio Etcheverry
2016-04-12Made trackpad behaviour optional in 3D mode (issue #4265)Marc Gilleron
2016-04-11Merge pull request #4266 from Paulb23/line_number_colorRémi Verschelde
Added a setting to change the line number color
2016-04-09Fixed undo redo interaction with find replacePaulb23
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-02Switch Mac version to 2.1-dev tooRémi Verschelde
2016-04-02Function syntax highlightingPaul Batty
2016-04-02Remove trailing spacesRémi Verschelde
2016-03-30Option to toggle line numbersPaulb23
2016-03-26Stopped save scene flicker, issue 4118Paulb23
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-18Fixes #3942 - Throws an error when exporting for X11 with no filenamedemolitions
2016-03-18Fix for #4014, changed to 2 instead of 3 chars to trigger searchdemolitions
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