summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2016-05-03Modified editor strings to be translatable in the futureJuan Linietsky
2016-05-01Support for dynamic fonts (TTF)Juan Linietsky
Added support for DynamicFont, which can load a TTF of any size to use as a font. No import required.
2016-05-01Debugger: Fix breaked signal binding (#4508)Rémi Verschelde
Closes #4270.
2016-05-01Merge pull request #4502 from volzhs/import-fontRémi Verschelde
Allow any directory for custom character set and gradient image file …
2016-05-01FileDialog: reset mkdir label after use (#4500)Rémi Verschelde
Closes #1686.
2016-05-01AnimationPlayer: Prevent resetting timeline when pinned (#4497)Rémi Verschelde
Fixes #1019
2016-05-01Project manager: unescape project names (#4494)Rémi Verschelde
Fixes #3609
2016-05-01Add math/script expression evaluation in editor (#3620)Franco Eusébio Garcia
Rebase of #453
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