aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | 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
| | | |
* | | | Switch Mac version to 2.1-dev tooRémi Verschelde2016-04-021-2/+2
| |/ / |/| |
* | | Function syntax highlightingPaul Batty2016-04-022-0/+2
| | |
* | | Remove trailing spacesRémi Verschelde2016-04-0210-194/+192
| | |
* | | 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
| |
* | Merge pull request #4077 from sanikoyes/Pr-resourcepreloader-multiple-selectRémi Verschelde2016-03-182-28/+32
|\ \ | | | | | | Allow select multiple files in ResourcePreloaderEditor
| * | Rename path to pathssanikoyes2016-03-182-4/+4
| | |
| * | Allow select multiple files in ResourcePreloaderEditorsanikoyes2016-03-172-28/+32
| | |
* | | Option to toggle tab drawingPaulb232016-03-182-1/+3
| | |
* | | Merge pull request #4076 from Paulb23/word_highlightingRémi Verschelde2016-03-172-0/+5
|\ \ \ | |/ / |/| | Highlight all occurrences of selected word
| * | Highlight all occurrences of selected wordPaulb232016-03-162-0/+5
| | |
* | | Merge pull request #4065 from TheHX/issue-4058Rémi Verschelde2016-03-163-3/+7
|\ \ \ | |/ / |/| | Fix editors panels, of the bottom panel, not resizing in some cases
| * | Fix editors panels, of the bottom panel, not resizing in some casesFranklin Sobrinho2016-03-153-3/+7
| |/
* | Merge pull request #4006 from TheHX/tilemap-editorRémi Verschelde2016-03-152-455/+883
|\ \ | | | | | | Several improvements for the Tilemap editor
| * | Tilemap Editor: Fix some last issues of PR-4006Franklin Sobrinho2016-03-151-2/+3
| | |
| * | Tilemap Editor: Use ItemList::set_item_icon_region in tile paletteFranklin Sobrinho2016-03-141-9/+3
| | |
| * | Tilemap Editor: Bucket tool - optimize memory usage, "removed safety limit"Franklin Sobrinho2016-03-142-66/+38
| | |
| * | Tilemap Editor: Bucket fillFranklin Sobrinho2016-03-142-18/+136
| | |
| * | Tilemap Editor: Shortcuts for the editor menu, fixed small inconsistenciesFranklin Sobrinho2016-03-142-104/+115
| | |
| * | Tilemap Editor: Line drawing and erasingFranklin Sobrinho2016-03-142-9/+133
| | |
| * | Tilemap Editor: Rectangle drawing/erasing and small improvementsFranklin Sobrinho2016-03-142-412/+620
| | |
* | | Merge pull request #4051 from AlexHolly/fileeditor-open-anyRémi Verschelde2016-03-152-7/+8
|\ \ \ | | | | | | | | (editor)filedialog open file and dir MODE_OPEN_ANY
| * | | (editor)filedialog mode open anyAlexander Holland2016-03-142-7/+8
| | | |
* | | | Merge pull request #4057 from TheHX/particles-pluginRémi Verschelde2016-03-142-17/+17
|\ \ \ \ | | | | | | | | | | Fix file dialog, of Particles2D plugin, showing "Error" icons
| * | | | Fix file dialog, of Particles2D plugin, showing "Error" iconsFranklin Sobrinho2016-03-142-17/+17
| | |_|/ | |/| |
* | | | Merge pull request #4052 from TheHX/issue-4048Rémi Verschelde2016-03-141-1/+1
|\ \ \ \ | | | | | | | | | | Fix crash when importing sub-scenes
| * | | | Fix crash when importing sub-scenesFranklin Sobrinho2016-03-141-1/+1
| |/ / /