| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | Fixed shader editor syntax coloring | Paulb23 | 2016-04-29 | 1 | -0/+6 | |
| | | | | | | ||||||
| * | | | | | move Font to BitmapFont | Juan Linietsky | 2016-04-28 | 4 | -25/+25 | |
| |/ / / / | | | | | | | | | | | | | so we can add DynamicFont later.. | |||||
| * | | | | Merge pull request #4468 from Hinsbart/better_axis_desc | Rémi Verschelde | 2016-04-28 | 1 | -24/+18 | |
| |\ \ \ \ | | | | | | | | | | | More precise InputMap Axis descriptions in project settings. | |||||
| | * | | | | More precise InputMap Axis descriptions in project settings. | Hinsbart | 2016-04-28 | 1 | -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-toggle | Rémi Verschelde | 2016-04-28 | 6 | -17/+61 | |
| |\ \ \ \ | | | | | | | | | | | Make export GUI debug toggle more obvious | |||||
| | * | | | | Move export GUI debug toggle to export settings window | eska | 2016-04-28 | 6 | -17/+61 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #4451 from JoshuaGrams/anim-tree-filter | Rémi Verschelde | 2016-04-28 | 1 | -23/+29 | |
| |\ \ \ \ | |/ / / |/| | | | Anim tree: add filters on Animation nodes | |||||
| | * | | | AnimationTree: add filters to Animation nodes. | Josh Grams | 2016-04-26 | 1 | -23/+29 | |
| | | | | | ||||||
| * | | | | Trim trailing white space on save, issue 4383 | Paulb23 | 2016-04-23 | 3 | -3/+54 | |
| |/ / / | ||||||
| * | | | Adds a remove class item option in the theme editor. | Aren Villanueva | 2016-04-21 | 2 | -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-navmesh | Rémi Verschelde | 2016-04-20 | 1 | -2/+15 | |
| |\ \ \ | | | | | | | | | Navmesh support for GridMaps | |||||
| | * | | | Implement GridMap support for navigation meshes | Anarchid | 2016-04-20 | 1 | -2/+15 | |
| | | |/ | |/| | ||||||
| * | | | Merge pull request #4359 from neikeq/pr-issue-4351 | Rémi Verschelde | 2016-04-18 | 1 | -0/+1 | |
| |\ \ \ | | | | | | | | | Fix 'Quit to Project Manager' not stopping the running application | |||||
| | * | | | Fix 'Quit to Project Manager' not stopping the running application | Ignacio Etcheverry | 2016-04-17 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | Merge pull request #4299 from neikeq/pr-issue-4297 | Rémi Verschelde | 2016-04-18 | 1 | -0/+1 | |
| |\ \ \ \ | |/ / / |/| | | | Keep editable instances data when replacing tree root node | |||||
| | * | | | Keep editable instances data when replacing tree root node | Ignacio Etcheverry | 2016-04-12 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | correct typo "overwrite" | volzhs | 2016-04-14 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | Made trackpad behaviour optional in 3D mode (issue #4265) | Marc Gilleron | 2016-04-12 | 2 | -1/+3 | |
| | | | | | ||||||
| * | | | | Merge pull request #4266 from Paulb23/line_number_color | Rémi Verschelde | 2016-04-11 | 2 | -0/+2 | |
| |\ \ \ \ | | | | | | | | | | | Added a setting to change the line number color | |||||
| | * | | | | Setting to change line number color | Paulb23 | 2016-04-08 | 2 | -0/+2 | |
| | |/ / / | ||||||
| * / / / | Fixed undo redo interaction with find replace | Paulb23 | 2016-04-09 | 1 | -1/+2 | |
| |/ / / | ||||||
| * | | | Merge pull request #4258 from neikeq/pr-imp-canvas-select | Rémi Verschelde | 2016-04-07 | 2 | -2/+11 | |
| |\ \ \ | | | | | | | | | Avoid selecting items from instanced scenes in CanvasItemEditorPlugin | |||||
| | * | | | CanvasItemEditorPlugin: Avoid selecting items from instanced scenes | Ignacio Etcheverry | 2016-04-07 | 2 | -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_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 | |
| | |/ / |/| | | ||||||
| * | | | Function syntax highlighting | Paul Batty | 2016-04-02 | 2 | -0/+2 | |
| | | | | ||||||
| * | | | Remove trailing spaces | Rémi Verschelde | 2016-04-02 | 1 | -7/+7 | |
| | | | | ||||||
| * | | | 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 | |
| | | | ||||||
