| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ce | Spartan322 | 2024-11-26 | 1 | -30/+122 |
|\ |
|
| * | Merge pull request #95711 from TokageItLab/warn-oneshot-prop | Thaddeus Crews | 2024-11-22 | 1 | -0/+9 |
| |\ |
|
| | * | Add hint for oneshot & warning when it will be updated continuously | Silc Lizard (Tokage) Renew | 2024-11-11 | 1 | -0/+9 |
| * | | Merge pull request #99394 from TokageItLab/root-local | Thaddeus Crews | 2024-11-22 | 1 | -30/+101 |
| |\ \ |
|
| | * | | Add root_motion_local option to AnimationMixer | Silc Lizard (Tokage) Renew | 2024-11-19 | 1 | -30/+101 |
| * | | | Add persistent folding to Animation Library Editor | Illauriel | 2024-11-19 | 1 | -0/+12 |
| |/ / |
|
* | | | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23 | Spartan322 | 2024-11-15 | 1 | -12/+25 |
|\| | |
|
| * | | Fix `capture_cache.animation` was not cached | Nazarii | 2024-10-31 | 1 | -12/+25 |
* | | | Merge pull request #818 from Spartan322/fixup/copyright-headers | George L. Albany | 2024-10-27 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 1 | -2/+2 |
* | | | | Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7b | Spartan322 | 2024-10-26 | 1 | -21/+45 |
|\ \ \ \
| |/ / /
|/| / /
| |/ / |
|
| * / | Implement array based hash map | nazarii | 2024-10-24 | 1 | -21/+45 |
| |/ |
|
* / | Rebrand preambles to Redot | Dubhghlas McLaughlin | 2024-10-11 | 1 | -0/+2 |
|/ |
|
* | Add markers to animation | chocola-mint | 2024-09-29 | 1 | -44/+49 |
* | Merge pull request #96572 from adamscott/fix-samples-leak | Rémi Verschelde | 2024-09-09 | 1 | -0/+3 |
|\ |
|
| * | Fix leak when using audio samples instead of streams | Adam Scott | 2024-09-04 | 1 | -0/+3 |
* | | Fix AnimationLibrary loading | kobewi | 2024-09-05 | 1 | -3/+2 |
|/ |
|
* | Use static LocalVector for processed_hashes | Nazarii | 2024-08-30 | 1 | -1/+2 |
* | Optimize animations | nazarii | 2024-08-30 | 1 | -56/+70 |
* | Fix processed_hashes type to Animation::TypeHash from int | Silc Lizard (Tokage) Renew | 2024-07-25 | 1 | -1/+1 |
* | Fix total weight calculation to separate track types | Silc Lizard (Tokage) Renew | 2024-07-25 | 1 | -7/+6 |
* | Add approx comparing methods to Animation, use them on time comparison | Silc Lizard (Tokage) Renew | 2024-07-24 | 1 | -21/+21 |
* | Fix Bezier track init value on caching | Silc Lizard (Tokage) Renew | 2024-07-01 | 1 | -2/+4 |
* | Make AnimationTrackCaches invalid when animation is added | Silc Lizard (Tokage) Renew | 2024-06-23 | 1 | -0/+1 |
* | Add samples playback support | Adam Scott | 2024-06-18 | 1 | -4/+23 |
* | Fix force continuous un-interpolatable value is not applied correctly | Silc Lizard (Tokage) Renew | 2024-06-15 | 1 | -4/+23 |
* | Fix seeking Animation immediate after playback for Discrete track | Silc Lizard (Tokage) Renew | 2024-06-08 | 1 | -6/+7 |
* | Fix Deterministic blending with Dominant doesn't have init value | Silc Lizard (Tokage) Renew | 2024-05-21 | 1 | -6/+22 |
* | Use Core/Scene stringnames consistently | kobewi | 2024-05-13 | 1 | -3/+2 |
* | Add shorthand for using singleton string names | kobewi | 2024-05-11 | 1 | -10/+10 |
* | Add auto_capture option to AnimationPlayer | Silc Lizard (Tokage) Renew | 2024-05-02 | 1 | -1/+1 |
* | Make seeking animation playback track consider internal seeking | Silc Lizard (Tokage) Renew | 2024-05-01 | 1 | -2/+5 |
* | Separate value/bezier track caching process in AnimationMixer | Silc Lizard (Tokage) Renew | 2024-04-10 | 1 | -4/+10 |
* | Make AnimationMixer consider Discrete for RESET track | Silc Lizard (Tokage) Renew | 2024-04-06 | 1 | -3/+11 |
* | Skeleton3D: Add SkeletonModifier / Deprecate Override / Separate PB | Silc Lizard (Tokage) Renew | 2024-04-05 | 1 | -16/+9 |
* | Fix AnimationPlaybackTrack seeking behavior overall | Silc Lizard (Tokage) Renew | 2024-03-23 | 1 | -6/+6 |
* | Disable all 3D nodes, physics, and resources when compiling without 3D | Aaron Franke | 2024-03-11 | 1 | -3/+6 |
* | Fix wrong line of making flag to discrete in AnimationMixer | Silc Lizard (Tokage) Renew | 2024-03-10 | 1 | -1/+1 |
* | Optimise Object's `get_argument_options` | Micky | 2024-02-29 | 1 | -1/+3 |
* | Force non-numeric ValueTrack use Discrete with Dominant | Silc Lizard (Tokage) Renew | 2024-02-22 | 1 | -2/+5 |
* | Fix AnimationMixer breaking animations with redundant check | Travis Lange | 2024-02-19 | 1 | -7/+0 |
* | Fix some animation state corruptions on activate and reset on save | Silc Lizard (Tokage) Renew | 2024-02-19 | 1 | -1/+7 |
* | Fix some condition for BezierTrack to distinguish between ValueTrack | Silc Lizard (Tokage) Renew | 2024-02-18 | 1 | -6/+6 |
* | Make consistent the retrieval of audio tracks | Silc Lizard (Tokage) Renew | 2024-02-18 | 1 | -4/+6 |
* | Add CallbackModeDiscrete to AnimationMixer | Silc Lizard (Tokage) Renew | 2024-02-17 | 1 | -30/+33 |
* | Add option to silence some warnings in AnimationMixer caching | Silc Lizard (Tokage) Renew | 2024-02-14 | 1 | -16/+22 |
* | Improve AnimationMixer warnings | kobewi | 2024-02-12 | 1 | -4/+17 |
* | Add capture() and play_with_capture() as substitute of update capture | Silc Lizard (Tokage) Renew | 2024-02-12 | 1 | -0/+92 |
* | Update deferred calls to use Callables | kobewi | 2024-01-09 | 1 | -1/+1 |
* | Remove Object pointer/solve types conflict in AnimationTrackCache | Silc Lizard (Tokage) Renew | 2024-01-08 | 1 | -208/+203 |