summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-12AnimationTreePlayer: fix discrete value tracks.Josh Grams
Discrete value tracks don't update every frame (only when a new key is reached). So we can't use the actual property value as an accumulator: it will end up being zero most of the time.
2016-04-11AnimationTreePlayer: allow animating resource properties.Josh Grams
e.g. Particles2D config and param values.
2016-04-11Merge pull request #4155 from JoshuaGrams/anim_tree_switchedRémi Verschelde
AnimationTreePlayer: Various processing improvements
2016-04-11Merge pull request #4264 from leezh/nrex-0.2Rémi Verschelde
Updated nrex to v0.2
2016-04-11Merge pull request #4266 from Paulb23/line_number_colorRémi Verschelde
Added a setting to change the line number color
2016-04-11Merge pull request #4269 from SaracenOne/subclass_extendRémi Verschelde
Subclasses can now extend from other subclasses in relative scripts.
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-09Subclasses can now extend from other subclasses contained in scripts derived ↵Saracen
from relative paths.
2016-04-09Fixed undo redo interaction with find replacePaulb23
2016-04-08Setting to change line number colorPaulb23
2016-04-08Updated nrex to v0.2Zher Huei Lee
* Fixed capturing groups matching to invalid results * Fixed parents of recursive quantifiers not expanding properly * Fixed LookAhead sometimes adding to result
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-06AnimationTreePlayer (transition_node_set_current): fix by removing ↵Josh Grams
copy-paste duplication.
2016-04-06AnimationTreePlayer (set_active, reset, constructor): seek all animations to ↵Josh Grams
start.
2016-04-06AnimationTreePlayer (_process_node): more robust oneshot termination condition.Josh Grams
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