Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-19 | Fix typos with codespell | Rémi Verschelde | |
Using codespell 1.15.0. Method: ``` $ cat > ../godot-word-whitelist.txt << EOF ang curvelinear doubleclick leapyear lod merchantibility nd numer ois ony que seeked synching te uint unselect webp EOF $ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po" $ git diff // undo unwanted changes ``` | |||
2019-04-30 | Merge pull request #24437 from mateusfccp/single_quotes_option | Rémi Verschelde | |
Add settings for single-quotes on completion | |||
2019-04-21 | Merge pull request #27577 from guilhermefelipecgs/continuation_of_27562 | Rémi Verschelde | |
Continuation of #27562 | |||
2019-04-16 | Merge pull request #27762 from rcorre/anim_docs | Max Hilbrunner | |
AnimationNode* docs | |||
2019-04-11 | Merge pull request #27887 from godotengine/AndreaCatania-patch-1 | Rémi Verschelde | |
Added No bone set state in the IK | |||
2019-04-11 | Merge pull request #27917 from volzhs/init_autorestart_random_delay | Rémi Verschelde | |
Set initial value for autorestart_random_delay of AnimationNodeOneShot | |||
2019-04-11 | Set initial value for autorestart_random_delay of AnimationNodeOneShot | volzhs | |
2019-04-10 | Fixes caches_cleared signal discrepancies in AnimationTree (fixes #25460) | PouleyKetchoupp | |
2019-04-10 | Added No bone set state in the IK | Andrea Catania | |
The problem is that initially the root bone was not set, and you didn't know that because the "no set" state was missing. Now I've added it. https://github.com/godotengine/godot-docs/issues/2333 | |||
2019-04-09 | Style: Apply new changes from clang-format 8.0 | Rémi Verschelde | |
It seems to stay compatible with formatting done by clang-format 6.0 and 7.0, so contributors can keep using those versions for now (they will not undo those changes). | |||
2019-04-09 | Fill out some of the AnimationNode docs. | Ryan Roden-Corrent | |
The API docs for various animation nodes are pretty empty, yet the tutorial at https://docs.godotengine.org/en/latest/tutorials/animation/animation_tree.html contains some details. These details should be included in the API docs so looking up a particular class actually provides some information rather than requiring the user to hunt for a different tutorial. This also links the AnimationTree tutorial and demo in the docs. I've found the TPS demo to be the best resource so far for learning how to use the AnimationTree. This should be easy to find if someone looks up the AnimationTree API docs. Finally, this fixes a param typo in AnimationNodeStateMachine. | |||
2019-04-08 | Fixed uninitialized xfade in AnimationNodeTransition | PouleyKetchoupp | |
2019-04-05 | Continuation of #27562 | Guilherme Felipe | |
[AnimationTree] Fix scale interpolation | |||
2019-04-05 | Merge pull request #27233 from Chaosus/tween_signal | Rémi Verschelde | |
Added signal for Tween emitted at full completion | |||
2019-04-03 | Added signal for Tween emitted at completion | Chaosus | |
2019-03-31 | Fix wrong blend of animation tree | Guilherme Felipe | |
Interpolation cannot use zero values, must use the values from the animation to be blended. | |||
2019-03-17 | StateMachine: Fix sync mode | Guilherme Felipe | |
2019-03-02 | Removed some prints | Juan Linietsky | |
2019-02-20 | Merge pull request #26068 from luizcarlos1405/master | Rémi Verschelde | |
Fix AnimationPlayer jumping to the beggining after ending on editor. | |||
2019-02-20 | Fix AnimationPlayer jumping to the beggining after ending on editor. | Luiz | |
2019-02-20 | Add -Wshadow=local to warnings and fix reported issues. | marxin | |
Fixes #25316. | |||
2019-02-14 | Fix AnimationPlayer bug where it wouldn't reset its position when finished | Luiz | |
2019-02-14 | -Fixes to undo redo to avoid crash, closes #24251 | Juan Linietsky | |
-Changed Animation to have a special signal when tracks are changed, to avoid unnecesary track cache rebuilds in AnimationPlayer -Added missing emit_changed whe modifying keys to Animation -Changed AnimationPlayer to use the new refcounted connections instead of the previous hacky way to keep references -Changed AnimationEditor to update the current track when keys are edited -Fixed bug where undo/redo did not work with AnimationKeyEdit (was not being updated) -Made sure UndoRedo does not mind deleted objects in undo/redo history, this would corrupt the history or clear it without need. | |||
2019-02-13 | Fix some AnimationPlayer bugs and update documentation | Luiz | |
2019-02-12 | Fix state machine priority for auto advance | Guilherme Felipe | |
2019-02-12 | Merge pull request #25481 from hpvb/fix-ubsan-asan-reports | Rémi Verschelde | |
Fix many asan and ubsan reported issues | |||
2019-02-01 | When an animationplayer sets a property on itself recreate the caches | Hein-Pieter van Braam | |
this fixes #25507 | |||
2019-01-30 | Fix many asan and ubsan reported issues | Hein-Pieter van Braam | |
This allows most demos to run without any ubsan or asan errors. There are still some things in thirdpart/ and some things in AudioServer that needs a look but this fixes a lot of issues. This should help debug less obvious issues, hopefully. This fixes #25217 and fixes #25218 | |||
2019-01-27 | Fix problem blending from state to state in statemachine node, closes #21944 | Juan Linietsky | |
2019-01-26 | Fix code style issues | Rémi Verschelde | |
2019-01-25 | Implement missing autorestart in oneshot node, closes #22238 | Juan Linietsky | |
2019-01-25 | Avoid crashing in #23302 | Juan Linietsky | |
2019-01-21 | Cleanup after @reduz :) | Rémi Verschelde | |
Fixes #25172. | |||
2019-01-16 | Fix some errors found by static analysis | Rémi Verschelde | |
Fixes items 10, 16 and 19 from PVS-Studio blog post in #24014. | |||
2019-01-10 | Fixes to auto triangle editing in BlendSpace2D | Juan Linietsky | |
2019-01-09 | AnimationNodeTransition name begins from 0 | volzhs | |
and added "state" string for default name not to confuse it as number | |||
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! | |||
2018-12-18 | Add settings for single-quotes on completion | Mateus Felipe C. C. Pinto | |
2018-12-16 | Fix sub-transitions not using end_node correctly | Guilherme Felipe | |
Fix #22389 | |||
2018-12-12 | Merge pull request #22739 from DualMatrix/autoplay_warn | Rémi Verschelde | |
Added warning when setting autoplay of AnimationPlayer that's inside the tree. | |||
2018-12-09 | Warn about AnimationTreePlayer's deprecation | Michael Alexsander Silva Dias | |
2018-11-28 | Made it possible to read AnimationPlayer queue from GDscript | DualMatrix | |
2018-11-26 | Fixup to typo and indentation in 81c86e8 | Rémi Verschelde | |
2018-11-25 | Improved bindings and added documentation for AnimationNode, closes #20720 | Juan Linietsky | |
2018-11-21 | Add Discrete and Carry blend modes for BlendSpace2D, allows to fix #20135 | Juan Linietsky | |
2018-11-20 | Added possibility to override or add target basis to tip bone | Andrea Catania | |
2018-11-20 | Remove trailing whitespace | Rémi Verschelde | |
With `sed -i $(rg -l '[[:blank:]]*$' -g'!thirdparty') -e 's/[[:blank:]]*$//g'` (+ manual revert of some thirdparty code under `platform/android`). | |||
2018-11-19 | Reseek if cachees were cleared in animation player, fixes #19424 | Juan Linietsky | |
2018-11-08 | Proper time tracking in AnimationNodeAnimation, closes #22887 | Juan Linietsky | |
2018-11-04 | Removed unnecessary assignments | Wilson E. Alvarez | |