aboutsummaryrefslogtreecommitdiff
path: root/tools/editor
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Fixed shader editor syntax coloringPaulb232016-04-291-0/+6
| | | | |
* | | | | move Font to BitmapFontJuan Linietsky2016-04-284-25/+25
|/ / / / | | | | | | | | | | | | so we can add DynamicFont later..
* | | | Merge pull request #4468 from Hinsbart/better_axis_descRémi Verschelde2016-04-281-24/+18
|\ \ \ \ | | | | | | | | | | More precise InputMap Axis descriptions in project settings.
| * | | | More precise InputMap Axis descriptions in project settings.Hinsbart2016-04-281-24/+18
| |/ / / | | | | | | | | | | | | Now it's "Left Stick {Up, Down, Left, Right}" instead of just "Left Stick" repeated 4x.
* | | | Merge pull request #4466 from eska014/move-export-debug-toggleRémi Verschelde2016-04-286-17/+61
|\ \ \ \ | | | | | | | | | | Make export GUI debug toggle more obvious
| * | | | Move export GUI debug toggle to export settings windoweska2016-04-286-17/+61
| |/ / /
* | | | 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-233-3/+54
|/ / /
* | | 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
| | |/ | |/|
* | | Merge pull request #4359 from neikeq/pr-issue-4351Rémi Verschelde2016-04-181-0/+1
|\ \ \ | | | | | | | | Fix 'Quit to Project Manager' not stopping the running application
| * | | Fix 'Quit to Project Manager' not stopping the running applicationIgnacio Etcheverry2016-04-171-0/+1
| | | |
* | | | Merge pull request #4299 from neikeq/pr-issue-4297Rémi Verschelde2016-04-181-0/+1
|\ \ \ \ | |/ / / |/| | | Keep editable instances data when replacing tree root node
| * | | Keep editable instances data when replacing tree root nodeIgnacio Etcheverry2016-04-121-0/+1
| | | |
* | | | correct typo "overwrite"volzhs2016-04-141-2/+2
| | | |
* | | | Made trackpad behaviour optional in 3D mode (issue #4265)Marc Gilleron2016-04-122-1/+3
| | | |
* | | | Merge pull request #4266 from Paulb23/line_number_colorRémi Verschelde2016-04-112-0/+2
|\ \ \ \ | | | | | | | | | | Added a setting to change the line number color
| * | | | Setting to change line number colorPaulb232016-04-082-0/+2
| |/ / /
* / / / Fixed undo redo interaction with find replacePaulb232016-04-091-1/+2
|/ / /
* | | 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-062-1/+4
| | | | |
* | | | | 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-062-0/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Ability to change the caret color
| * | | | | | Ability to change the caret colorPaulb232016-04-052-0/+2
| | | | | | |
* | | | | | | Merge pull request #4234 from Paulb23/member_variable_syntax_highlightingRémi Verschelde2016-04-062-0/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Member variable syntax highlighting
| * | | | | | | Member variable syntax highlightingPaulb232016-04-052-0/+2
| |/ / / / / /
* | | | | | | Merge pull request #4174 from Hodes/masterRémi Verschelde2016-04-067-37/+145
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Multiple editor plugins for same obj type
| * | | | | | Enables the possibility of editing on multiple plugins at same time on same ↵hodes2016-04-027-37/+145
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | 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-022-0/+2
| | |
* | | Remove trailing spacesRémi Verschelde2016-04-021-7/+7
| | |
* | | Option to toggle line numbersPaulb232016-03-302-0/+4
| | |
* | | Stopped save scene flicker, issue 4118Paulb232016-03-261-2/+6
|/ /
* | Syntax highlighting for numbersPaulb232016-03-212-0/+2
| |
* | 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.
* | Fixes #3942 - Throws an error when exporting for X11 with no filenamedemolitions2016-03-181-1/+8
| |
* | Fix for #4014, changed to 2 instead of 3 chars to trigger searchdemolitions2016-03-181-1/+1
| |