Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-14 | animation_started signal to AnimationPlayer | Jakub Grzesik | |
2016-04-14 | Merge pull request #4317 from volzhs/typo-overwrite | Rémi Verschelde | |
correct typo "overwrite" | |||
2016-04-14 | correct typo "overwrite" | volzhs | |
2016-04-14 | Merge pull request #4308 from JoshuaGrams/atp-resources | Rémi Verschelde | |
AnimationTreePlayer: fix discrete value tracks. | |||
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-12 | Merge pull request #4295 from neikeq/pr-issue-2232 | Rémi Verschelde | |
x11: Flush the X output buffer after changing mouse mode | |||
2016-04-12 | x11: Flush the X output buffer after changing mouse mode | Ignacio Etcheverry | |
2016-04-12 | Merge pull request #4286 from JoshuaGrams/atp-resources | Rémi Verschelde | |
AnimationTreePlayer: allow animating resource properties. | |||
2016-04-12 | Merge pull request #4273 from bojidar-bg/add-layers-and-masks-to-3d | Rémi Verschelde | |
Port collision and layer masks to 3D | |||
2016-04-12 | Merge pull request #4284 from JoshuaGrams/atp-process-mode | Rémi Verschelde | |
AnimationTreePlayer: constructor now sets processing mode. | |||
2016-04-12 | Merge pull request #4289 from Zylann/issue4265_trackpad_option | Rémi Verschelde | |
Made trackpad behaviour optional in 3D mode (issue #4265) | |||
2016-04-12 | Merge pull request #4287 from Zylann/fix_4163 | Rémi Verschelde | |
Fixed #4163 (intersect_shape crashes on results limit) | |||
2016-04-12 | Fix OpenSSL compilation on Windows | mrezai | |
Fixes #4285. | |||
2016-04-12 | Made trackpad behaviour optional in 3D mode (issue #4265) | Marc Gilleron | |
2016-04-12 | Fixed #4163 (intersect_shape crashes on results limit) | Marc Gilleron | |
2016-04-11 | AnimationTreePlayer: allow animating resource properties. | Josh Grams | |
e.g. Particles2D config and param values. | |||
2016-04-11 | Merge pull request #4275 from mrezai/openssl-1.0.1s | Rémi Verschelde | |
Update OpenSSL to version 1.0.1s | |||
2016-04-11 | Merge pull request #4223 from AlexHolly/dictionary-has-all | Rémi Verschelde | |
dictionary has_all | |||
2016-04-11 | AnimationTreePlayer: constructor now sets processing mode. | Josh Grams | |
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-10 | Update OpenSSL to version 1.0.1s | mrezai | |
2016-04-09 | Port collision and layer masks to 3D, fixes #1759 | Bojidar Marinov | |
Raycasts now have type_mask and layer_mask. Areas - collision_mask and layer_mask. PhysicsBodies needed only collision_mask. | |||
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" |