Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-12 | AnimationTreePlayer: 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-11 | AnimationTreePlayer: allow animating resource properties. | Josh Grams | |
e.g. Particles2D config and param values. | |||
2016-04-11 | Merge pull request #4155 from JoshuaGrams/anim_tree_switched | Rémi Verschelde | |
AnimationTreePlayer: Various processing improvements | |||
2016-04-11 | Merge pull request #4264 from leezh/nrex-0.2 | Rémi Verschelde | |
Updated nrex to v0.2 | |||
2016-04-11 | Merge pull request #4266 from Paulb23/line_number_color | Rémi Verschelde | |
Added a setting to change the line number color | |||
2016-04-11 | Merge pull request #4269 from SaracenOne/subclass_extend | Rémi Verschelde | |
Subclasses can now extend from other subclasses in relative scripts. | |||
2016-04-11 | Merge pull request #4268 from Paulb23/find_replace_undo_redo_fix | Rémi Verschelde | |
Fixed undo redo interaction with find replace | |||
2016-04-11 | Use non-templated nearest_power_of_2 | punto- | |
Works around #4262 and likely #4190. (cherry picked from commit 3a390e9b44cb196aa4b4843dd8b3a7875bbc3a3f) | |||
2016-04-09 | Subclasses can now extend from other subclasses contained in scripts derived ↵ | Saracen | |
from relative paths. | |||
2016-04-09 | Fixed undo redo interaction with find replace | Paulb23 | |
2016-04-08 | Setting to change line number color | Paulb23 | |
2016-04-08 | Updated nrex to v0.2 | Zher 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-07 | Sync docs with source | Rémi Verschelde | |
2016-04-07 | Remove duplicate | Rémi Verschelde | |
2016-04-07 | Merge pull request #4259 from neikeq/pr-issue-4224 | Rémi Verschelde | |
Fix RayCast not updating when debugging collissions | |||
2016-04-07 | Merge pull request #4258 from neikeq/pr-imp-canvas-select | Rémi Verschelde | |
Avoid selecting items from instanced scenes in CanvasItemEditorPlugin | |||
2016-04-07 | Merge pull request #4257 from sanikoyes/Pr-gui-fix-warn | Rémi Verschelde | |
Fix warn print when hide an control does not inside_tree | |||
2016-04-07 | Merge pull request #4256 from sanikoyes/Pr-fix-tween-crash | Rémi Verschelde | |
Fix crash when tween control object previous freed | |||
2016-04-07 | Fix RayCast not updating when debugging collissions | Ignacio Etcheverry | |
2016-04-07 | CanvasItemEditorPlugin: Avoid selecting items from instanced scenes | Ignacio Etcheverry | |
- This behaviour is only applied to click selection. Rect selection and List selection can still select these items | |||
2016-04-07 | Doc: fix type of stream object | Rémi Verschelde | |
2016-04-07 | Fix warn print when hide an control does not inside_tree | sanikoyes | |
2016-04-07 | Fix crash when tween control object previous freed | sanikoyes | |
2016-04-06 | AnimationTreePlayer (transition_node_set_current): fix by removing ↵ | Josh Grams | |
copy-paste duplication. | |||
2016-04-06 | AnimationTreePlayer (set_active, reset, constructor): seek all animations to ↵ | Josh Grams | |
start. | |||
2016-04-06 | AnimationTreePlayer (_process_node): more robust oneshot termination condition. | Josh Grams | |
2016-04-06 | Merge pull request #4251 from Paulb23/block_indent_issue_3803 | Rémi Verschelde | |
Fixed block indent inconsistency, issue #3803 | |||
2016-04-06 | Merge pull request #4253 from Paulb23/toggle_syntax_highlighting | Rémi Verschelde | |
Option to toggle syntax highlighting | |||
2016-04-06 | Option to toggle syntax highlighting | Paulb23 | |
2016-04-06 | Fixed block indent inconsistency, fixes issue 3803 | Paulb23 | |
2016-04-06 | Merge pull request #4248 from bojidar-bg/fix-launchmedia-for-bones | Rémi Verschelde | |
Fix Ctrl+LaunchMedia showing up as a shortcut for "Make Bones" | |||
2016-04-06 | Merge pull request #4238 from Paulb23/caret_color | Rémi Verschelde | |
Ability to change the caret color | |||
2016-04-06 | Merge pull request #4234 from Paulb23/member_variable_syntax_highlighting | Rémi Verschelde | |
Member variable syntax highlighting | |||
2016-04-06 | Merge pull request #4174 from Hodes/master | Rémi Verschelde | |
Multiple editor plugins for same obj type | |||
2016-04-06 | Merge pull request #4169 from slapin/ik | Rémi Verschelde | |
InverseKinematics node, basic features | |||
2016-04-06 | Merge pull request #4249 from bojidar-bg/add-sleep-state-change-signal | Rémi Verschelde | |
Add a `sleeping_state_changed` signal to RigidBody and RigidBody2D | |||
2016-04-06 | Add a `sleeping_state_changed` signal to RigidBody and RigidBody2D classes | Bojidar Marinov | |
Closes #3911 | |||
2016-04-06 | Fix PopupMenu and MenuButton not activating items with shortcut inside submenus | Bojidar Marinov | |
2016-04-06 | Fix Ctrl+LaunchMedia showing up as a shortcut for "Make Bones" | Bojidar Marinov | |
Close #4044 | |||
2016-04-06 | Bind Z key (without modifiers) to toggle wireframe in 3D view | Rémi Verschelde | |
Bind Z key (without modifiers) to toggle wireframe in 3D view | |||
2016-04-06 | Bind Z key (without modifiers) to toggle wireframe in 3D view | Bojidar Marinov | |
Fixed #4124 | |||
2016-04-06 | Fixed text edit undo and redo operation interaction | Paul Batty | |
2016-04-06 | Fixes errors occurring when switching to a new scene with a spatial editor ↵ | SaracenOne | |
from a canvas editor. | |||
2016-04-06 | Added rotation/panning support for trackpads in 3D mode #53 | sunnystormy | |
2016-04-05 | Ability to change the caret color | Paulb23 | |
2016-04-05 | Merge pull request #4231 from Paulb23/selection_undo_fix | Rémi Verschelde | |
Fixed undoing twice when removing selection and 'complex' typo in method name | |||
2016-04-05 | Member variable syntax highlighting | Paulb23 | |
2016-04-05 | Fixed 'complex' typo in method name | Paulb23 | |
2016-04-05 | Fixed undoing twice when removing selection | Paulb23 | |
2016-04-04 | Separate help pages from scripts by default | Rémi Verschelde | |
Fixes #4199 |