summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2016-05-01Allow any directory for custom character set and gradient image file when ↵volzhs
import font fix #4486
2016-04-29Merge pull request #4485 from bojidar-bg/2d-snap-axisRémi Verschelde
Allow dragging on only one axis when holding down shift in 2D
2016-04-29Allow dragging on only one (global) axis when holding down shiftBojidar Marinov
Closes #1723
2016-04-29Shader editor now uses text editor settingsPaulb23
2016-04-29Merge pull request #4473 from Paulb23/shader_editor_color_fixRémi Verschelde
Fixed shader editor syntax coloring
2016-04-28move Font to BitmapFontJuan Linietsky
so we can add DynamicFont later..
2016-04-29Fixed shader editor syntax coloringPaulb23
2016-04-28Merge pull request #4468 from Hinsbart/better_axis_descRémi Verschelde
More precise InputMap Axis descriptions in project settings.
2016-04-28Merge pull request #4466 from eska014/move-export-debug-toggleRémi Verschelde
Make export GUI debug toggle more obvious
2016-04-28Merge pull request #4451 from JoshuaGrams/anim-tree-filterRémi Verschelde
Anim tree: add filters on Animation nodes
2016-04-28Move export GUI debug toggle to export settings windoweska
2016-04-28More precise InputMap Axis descriptions in project settings.Hinsbart
Now it's "Left Stick {Up, Down, Left, Right}" instead of just "Left Stick" repeated 4x.
2016-04-26AnimationTree: add filters to Animation nodes.Josh Grams
2016-04-25Remove last NACL referencesRémi Verschelde
2016-04-23Trim trailing white space on save, issue 4383Paulb23
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