| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | Merge pull request #4251 from Paulb23/block_indent_issue_3803 | Rémi Verschelde | 2016-04-06 | 1 | -26/+2 | |
| |\ \ \ \ | | | | | | | | | | | Fixed block indent inconsistency, issue #3803 | |||||
| | * | | | | Fixed block indent inconsistency, fixes issue 3803 | Paulb23 | 2016-04-06 | 1 | -26/+2 | |
| | | | | | | ||||||
| * | | | | | Option to toggle syntax highlighting | Paulb23 | 2016-04-06 | 2 | -1/+4 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #4248 from bojidar-bg/fix-launchmedia-for-bones | Rémi Verschelde | 2016-04-06 | 1 | -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 Marinov | 2016-04-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Close #4044 | |||||
| * | | | | | | Merge pull request #4238 from Paulb23/caret_color | Rémi Verschelde | 2016-04-06 | 2 | -0/+2 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Ability to change the caret color | |||||
| | * | | | | | | Ability to change the caret color | Paulb23 | 2016-04-05 | 2 | -0/+2 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge pull request #4234 from Paulb23/member_variable_syntax_highlighting | Rémi Verschelde | 2016-04-06 | 2 | -0/+2 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Member variable syntax highlighting | |||||
| | * | | | | | | | Member variable syntax highlighting | Paulb23 | 2016-04-05 | 2 | -0/+2 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #4174 from Hodes/master | Rémi Verschelde | 2016-04-06 | 7 | -37/+145 | |
| |\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | Multiple editor plugins for same obj type | |||||
| | * | | | | | | Enables the possibility of editing on multiple plugins at same time on same ↵ | hodes | 2016-04-02 | 7 | -37/+145 | |
| | | |_|_|/ / | |/| | | | | | | | | | | | | | | | | object type. | |||||
| * | | | | | | Bind Z key (without modifiers) to toggle wireframe in 3D view | Bojidar Marinov | 2016-04-06 | 1 | -0/+11 | |
| | |_|/ / / |/| | | | | | | | | | | | | | | Fixed #4124 | |||||
| * | | | | | Fixed text edit undo and redo operation interaction | Paul Batty | 2016-04-06 | 1 | -2/+10 | |
| | | | | | | ||||||
| * | | | | | Fixes errors occurring when switching to a new scene with a spatial editor ↵ | SaracenOne | 2016-04-06 | 1 | -24/+30 | |
| | | | | | | | | | | | | | | | | | | | | | from a canvas editor. | |||||
| * | | | | | Added rotation/panning support for trackpads in 3D mode #53 | sunnystormy | 2016-04-06 | 1 | -5/+22 | |
| | |/ / / |/| | | | ||||||
| * | | | | Separate help pages from scripts by default | Rémi Verschelde | 2016-04-04 | 1 | -1/+1 | |
| | | | | | | | | | | | | | Fixes #4199 | |||||
| * | | | | Change toggle comment behaviour. Fixes #4198 | Luiz Paulo de Vasconcellos | 2016-04-04 | 1 | -0/+5 | |
| | | | | | ||||||
| * | | | | Switch Mac version to 2.1-dev too | Rémi Verschelde | 2016-04-02 | 1 | -2/+2 | |
| | |/ / |/| | | ||||||
| * | | | Function syntax highlighting | Paul Batty | 2016-04-02 | 2 | -0/+2 | |
| | | | | ||||||
| * | | | Remove trailing spaces | Rémi Verschelde | 2016-04-02 | 10 | -194/+192 | |
| | | | | ||||||
| * | | | Option to toggle line numbers | Paulb23 | 2016-03-30 | 2 | -0/+4 | |
| | | | | ||||||
| * | | | Stopped save scene flicker, issue 4118 | Paulb23 | 2016-03-26 | 1 | -2/+6 | |
| |/ / | ||||||
| * | | Syntax highlighting for numbers | Paulb23 | 2016-03-21 | 2 | -0/+2 | |
| | | | ||||||
| * | | Merge pull request #4033 from akien-mga/pr-sample-lib-stop-button | Rémi Verschelde | 2016-03-20 | 2 | -110/+59 | |
| |\ \ | |/ |/| | Add stop and delete buttons to sample library (supersedes #3339) | |||||
| | * | Remove redundant buttons | Rémi Verschelde | 2016-03-13 | 2 | -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 library | Rémi Verschelde | 2016-03-13 | 2 | -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 filename | demolitions | 2016-03-18 | 1 | -1/+8 | |
| | | | ||||||
| * | | Fix for #4014, changed to 2 instead of 3 chars to trigger search | demolitions | 2016-03-18 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge pull request #4077 from sanikoyes/Pr-resourcepreloader-multiple-select | Rémi Verschelde | 2016-03-18 | 2 | -28/+32 | |
| |\ \ | | | | | | | Allow select multiple files in ResourcePreloaderEditor | |||||
| | * | | Rename path to paths | sanikoyes | 2016-03-18 | 2 | -4/+4 | |
| | | | | ||||||
| | * | | Allow select multiple files in ResourcePreloaderEditor | sanikoyes | 2016-03-17 | 2 | -28/+32 | |
| | | | | ||||||
| * | | | Option to toggle tab drawing | Paulb23 | 2016-03-18 | 2 | -1/+3 | |
| | | | | ||||||
| * | | | Merge pull request #4076 from Paulb23/word_highlighting | Rémi Verschelde | 2016-03-17 | 2 | -0/+5 | |
| |\ \ \ | |/ / |/| | | Highlight all occurrences of selected word | |||||
| | * | | Highlight all occurrences of selected word | Paulb23 | 2016-03-16 | 2 | -0/+5 | |
| | | | | ||||||
| * | | | Merge pull request #4065 from TheHX/issue-4058 | Rémi Verschelde | 2016-03-16 | 3 | -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 cases | Franklin Sobrinho | 2016-03-15 | 3 | -3/+7 | |
| | |/ | ||||||
| * | | Merge pull request #4006 from TheHX/tilemap-editor | Rémi Verschelde | 2016-03-15 | 2 | -455/+883 | |
| |\ \ | | | | | | | Several improvements for the Tilemap editor | |||||
| | * | | Tilemap Editor: Fix some last issues of PR-4006 | Franklin Sobrinho | 2016-03-15 | 1 | -2/+3 | |
| | | | | ||||||
| | * | | Tilemap Editor: Use ItemList::set_item_icon_region in tile palette | Franklin Sobrinho | 2016-03-14 | 1 | -9/+3 | |
| | | | | ||||||
| | * | | Tilemap Editor: Bucket tool - optimize memory usage, "removed safety limit" | Franklin Sobrinho | 2016-03-14 | 2 | -66/+38 | |
| | | | | ||||||
| | * | | Tilemap Editor: Bucket fill | Franklin Sobrinho | 2016-03-14 | 2 | -18/+136 | |
| | | | | ||||||
| | * | | Tilemap Editor: Shortcuts for the editor menu, fixed small inconsistencies | Franklin Sobrinho | 2016-03-14 | 2 | -104/+115 | |
| | | | | ||||||
| | * | | Tilemap Editor: Line drawing and erasing | Franklin Sobrinho | 2016-03-14 | 2 | -9/+133 | |
| | | | | ||||||
| | * | | Tilemap Editor: Rectangle drawing/erasing and small improvements | Franklin Sobrinho | 2016-03-14 | 2 | -412/+620 | |
| | | | | ||||||
| * | | | Merge pull request #4051 from AlexHolly/fileeditor-open-any | Rémi Verschelde | 2016-03-15 | 2 | -7/+8 | |
| |\ \ \ | | | | | | | | | (editor)filedialog open file and dir MODE_OPEN_ANY | |||||
| | * | | | (editor)filedialog mode open any | Alexander Holland | 2016-03-14 | 2 | -7/+8 | |
| | | | | | ||||||
| * | | | | Merge pull request #4057 from TheHX/particles-plugin | Rémi Verschelde | 2016-03-14 | 2 | -17/+17 | |
| |\ \ \ \ | | | | | | | | | | | Fix file dialog, of Particles2D plugin, showing "Error" icons | |||||
| | * | | | | Fix file dialog, of Particles2D plugin, showing "Error" icons | Franklin Sobrinho | 2016-03-14 | 2 | -17/+17 | |
| | | |_|/ | |/| | | ||||||
| * | | | | Merge pull request #4052 from TheHX/issue-4048 | Rémi Verschelde | 2016-03-14 | 1 | -1/+1 | |
| |\ \ \ \ | | | | | | | | | | | Fix crash when importing sub-scenes | |||||
| | * | | | | Fix crash when importing sub-scenes | Franklin Sobrinho | 2016-03-14 | 1 | -1/+1 | |
| | |/ / / | ||||||
