summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-11Merge pull request #4268 from Paulb23/find_replace_undo_redo_fixRémi Verschelde
Fixed undo redo interaction with find replace
2016-04-11Use non-templated nearest_power_of_2punto-
Works around #4262 and likely #4190. (cherry picked from commit 3a390e9b44cb196aa4b4843dd8b3a7875bbc3a3f)
2016-04-09Fixed undo redo interaction with find replacePaulb23
2016-04-07Sync docs with sourceRémi Verschelde
2016-04-07Remove duplicateRémi Verschelde
2016-04-07Merge pull request #4259 from neikeq/pr-issue-4224Rémi Verschelde
Fix RayCast not updating when debugging collissions
2016-04-07Merge pull request #4258 from neikeq/pr-imp-canvas-selectRémi Verschelde
Avoid selecting items from instanced scenes in CanvasItemEditorPlugin
2016-04-07Merge pull request #4257 from sanikoyes/Pr-gui-fix-warnRémi Verschelde
Fix warn print when hide an control does not inside_tree
2016-04-07Merge pull request #4256 from sanikoyes/Pr-fix-tween-crashRémi Verschelde
Fix crash when tween control object previous freed
2016-04-07Fix RayCast not updating when debugging collissionsIgnacio Etcheverry
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-07Doc: fix type of stream objectRémi Verschelde
2016-04-07Fix warn print when hide an control does not inside_treesanikoyes
2016-04-07Fix crash when tween control object previous freedsanikoyes
2016-04-06Merge pull request #4251 from Paulb23/block_indent_issue_3803Rémi Verschelde
Fixed block indent inconsistency, issue #3803
2016-04-06Merge pull request #4253 from Paulb23/toggle_syntax_highlightingRémi Verschelde
Option to toggle syntax highlighting
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-06Merge pull request #4169 from slapin/ikRémi Verschelde
InverseKinematics node, basic features
2016-04-06Merge pull request #4249 from bojidar-bg/add-sleep-state-change-signalRémi Verschelde
Add a `sleeping_state_changed` signal to RigidBody and RigidBody2D
2016-04-06Add a `sleeping_state_changed` signal to RigidBody and RigidBody2D classesBojidar Marinov
Closes #3911
2016-04-06Fix PopupMenu and MenuButton not activating items with shortcut inside submenusBojidar Marinov
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 viewRémi Verschelde
Bind Z key (without modifiers) to toggle wireframe in 3D view
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
2016-04-05Merge pull request #4231 from Paulb23/selection_undo_fixRémi Verschelde
Fixed undoing twice when removing selection and 'complex' typo in method name
2016-04-05Member variable syntax highlightingPaulb23
2016-04-05Fixed 'complex' typo in method namePaulb23
2016-04-05Fixed undoing twice when removing selectionPaulb23
2016-04-04Separate help pages from scripts by defaultRémi Verschelde
Fixes #4199
2016-04-04Change toggle comment behaviour. Fixes #4198Luiz Paulo de Vasconcellos
2016-04-04Merge pull request #4191 from leezh/progressbar_minsizeRémi Verschelde
Progress bar minsize now checks percent_visible
2016-04-03Merge pull request #4218 from Paulb23/text_edit_insert_modeRémi Verschelde
Fixed insert mode interaction with selection and autocomplete
2016-04-03memdelete 'joy_thread' + 'joy_mutex' on ::~joystick_linux()MSC
2016-04-03free Material 'shadow_material_double_sided' on ::finish()MSC
2016-04-03Fixed insert mode interaction with auto completePaulb23
2016-04-03Fixed insert mode removing first unselected characterPaulb23
2016-04-02Enables the possibility of editing on multiple plugins at same time on same ↵hodes
object type.
2016-04-02Switch Mac version to 2.1-dev tooRémi Verschelde
2016-04-02Function syntax highlightingPaul Batty
2016-04-02Remove trailing spacesRémi Verschelde
2016-04-02Merge pull request #4193 from Paulb23/text_edit_insert_modeRémi Verschelde
Added insert mode to text editor