Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23 | Spartan322 | 2024-11-15 | 1 | -1/+3 |
|\ | |||||
| * | Add advance_on_start option to NodeAnimation | Silc Lizard (Tokage) Renew | 2024-11-12 | 1 | -1/+3 |
| | | |||||
* | | Merge pull request #818 from Spartan322/fixup/copyright-headers | George L. Albany | 2024-10-27 | 1 | -2/+2 |
|\ \ | | | | | | | Fix copyright headers referring to Godot | ||||
| * | | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 1 | -2/+2 |
| | | | |||||
* | | | Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7b | Spartan322 | 2024-10-26 | 1 | -9/+23 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Implement array based hash map | nazarii | 2024-10-24 | 1 | -9/+23 |
| | | |||||
* | | Rebrand preambles to Redot | Dubhghlas McLaughlin | 2024-10-11 | 1 | -0/+2 |
|/ | | | | | | | | | | | | | | | | | | | | | | Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com> | ||||
* | Fix super call in various `get_configuration_warnings` methods | A Thousand Ships | 2024-09-05 | 1 | -1/+1 |
| | |||||
* | Optimize animations | nazarii | 2024-08-30 | 1 | -3/+4 |
| | |||||
* | Make NodeTimeInfo be not stored in tscn | Silc Lizard (Tokage) Renew | 2024-07-28 | 1 | -3/+3 |
| | |||||
* | Fix wrong usage of parameters_base_path StringName | kobewi | 2024-05-30 | 1 | -2/+2 |
| | |||||
* | Use Core/Scene stringnames consistently | kobewi | 2024-05-13 | 1 | -1/+0 |
| | |||||
* | Add shorthand for using singleton string names | kobewi | 2024-05-11 | 1 | -3/+3 |
| | |||||
* | Reduce and prevent unnecessary random-access to `List` | A Thousand Ships | 2024-05-04 | 1 | -3/+3 |
| | | | | | | | | | Random-access access to `List` when iterating is `O(n^2)` (`O(n)` when accessing a single element) * Removed subscript operator, in favor of a more explicit `get` * Added conversion from `Iterator` to `ConstIterator` * Remade existing operations into other solutions when applicable | ||||
* | Skeleton3D: Add SkeletonModifier / Deprecate Override / Separate PB | Silc Lizard (Tokage) Renew | 2024-04-05 | 1 | -5/+0 |
| | |||||
* | Add GraphFrame and integrate it in VisualShader | Hendrik Brucker | 2024-04-04 | 1 | -2/+2 |
| | |||||
* | Merge pull request #87171 from TokageItLab/retrieve-time-info-from-anim-tree | Rémi Verschelde | 2024-03-24 | 1 | -28/+71 |
|\ | | | | | | | Rework AnimationNode process for retrieving the semantic time info | ||||
| * | Rework AnimationNode process for retrieving the semantic time info | Silc Lizard (Tokage) Renew | 2024-03-20 | 1 | -28/+71 |
| | | |||||
* | | Add autocompletion to AnimationNode | Micky | 2024-03-01 | 1 | -0/+28 |
|/ | |||||
* | Merge pull request #86321 from jsjtxietian/fix-blendnode-crash | Rémi Verschelde | 2024-02-22 | 1 | -1/+3 |
|\ | | | | | | | Fix `blend_node` crash with invalid AnimationNode reference | ||||
| * | Fix blend_node crash with invalid p_node | jsjtxietian | 2024-02-22 | 1 | -1/+3 |
| | | |||||
* | | Fix some animation state corruptions on activate and reset on save | Silc Lizard (Tokage) Renew | 2024-02-19 | 1 | -3/+4 |
|/ | |||||
* | Revert "Update Node::get_configuration_warnings signature" | Rémi Verschelde | 2024-02-17 | 1 | -2/+2 |
| | | | | This reverts commit d3852deaa450d77edb30df2bb1c77bd7bc45befc. | ||||
* | Add CallbackModeDiscrete to AnimationMixer | Silc Lizard (Tokage) Renew | 2024-02-17 | 1 | -0/+1 |
| | |||||
* | Update Node::get_configuration_warnings signature | RedMser | 2024-02-08 | 1 | -2/+2 |
| | |||||
* | Update deferred calls to use Callables | kobewi | 2024-01-09 | 1 | -3/+1 |
| | |||||
* | Merge pull request #85575 from TokageItLab/Make-unstore-library | Yuri Sizov | 2023-12-16 | 1 | -0/+3 |
|\ | | | | | | | Make unstore AnimationLibrary if AnimationTree is assigned AnimationPlayer | ||||
| * | Make unstore AnimationLibrary if AnimationTree is assigned Player | Silc Lizard (Tokage) Renew | 2023-12-01 | 1 | -0/+3 |
| | | |||||
* | | Make AnimationTree reference AnimationPlayer instead of AnimationMixer | Haoyu Qiu | 2023-12-16 | 1 | -9/+11 |
| | | |||||
* | | Remove differences of the code between old AnimationTree and Mixer | Silc Lizard (Tokage) Renew | 2023-12-06 | 1 | -9/+9 |
|/ | |||||
* | Implement AnimationManager the base class of AnimationPlayer/Tree | Silc Lizard (Tokage) Renew | 2023-09-29 | 1 | -1664/+289 |
| | |||||
* | Clean up/refactor GraphNode and make it more flexible | Hendrik Brucker | 2023-09-07 | 1 | -0/+8 |
| | | | | | Split GraphNode into GraphElement and GraphNode, add custom titlebar, and adjust theming. | ||||
* | Use NULL instead of COND checks when appropriate | Ninni Pipping | 2023-06-10 | 1 | -9/+9 |
| | | | | Restricted to scene | ||||
* | Single Compilation Unit build. | lawnjelly | 2023-06-06 | 1 | -1/+1 |
| | | | | | Adds support for simple SCU build (DEV_ENABLED only). This speeds up compilation by compiling multiple cpp files within a single translation unit. | ||||
* | Implement NodeSub2 to AnimationTree & improve mathematical Nodes | Silc Lizard (Tokage) Renew | 2023-05-27 | 1 | -1/+1 |
| | |||||
* | Allocate unique track_blends vector for animation states. | SaracenOne | 2023-05-18 | 1 | -2/+2 |
| | | | | Quick fix for a bug which occurs when blending the result of multiple instanced state machines outputting the same animation, but using filter tracks. | ||||
* | Expose interpolation methods for 3D track in Animation class | Silc Renew | 2023-04-25 | 1 | -25/+25 |
| | |||||
* | Rework StateMachine and nested StateMachine process | Silc Renew | 2023-04-18 | 1 | -15/+35 |
| | | | | Breaking compatibility: If a StateMachineTransition is connected to a nested StateMachine prior to this, it is removed. Also, there was a feature to connect another StateMachine as the End of a StateMachine, which is also removed to avoid reference confusion. It was like a GoTo Statement, also further passing the same reference to the blending process, causing the blending calculation to break or causing some StateMachines to not work. | ||||
* | Add root motion accumulator to fix broken RootMotionView | Silc Renew | 2023-02-10 | 1 | -24/+49 |
| | |||||
* | Merge pull request #72722 from TokageItLab/animtree-map | Rémi Verschelde | 2023-02-07 | 1 | -0/+56 |
|\ | | | | | Fix AnimationNodeTransition initialization and AnimationNode remapping method | ||||
| * | Fix NodeTransition initialization and AnimationNode remapping method | Silc Renew | 2023-02-05 | 1 | -0/+56 |
| | | |||||
* | | Fixed animation audio to play considering time when seeking | Silc Renew | 2023-02-05 | 1 | -0/+4 |
|/ | |||||
* | Remove meaningless `rename_parameter` in AnimationTree | Silc Renew | 2023-02-01 | 1 | -16/+0 |
| | |||||
* | Force update AnimationTree player cache when AnimationPlayer changes. | SaracenOne | 2023-01-31 | 1 | -0/+2 |
| | |||||
* | Remove the max input limit & cleanup AnimationNodeTransition API | Silc Renew | 2023-01-30 | 1 | -22/+36 |
| | |||||
* | Implement blending audio feature to AnimationTree | Silc Renew | 2023-01-28 | 1 | -102/+191 |
| | |||||
* | Fix AnimationTree MethodTrack discards all process | Silc Renew | 2023-01-27 | 1 | -1/+1 |
| | |||||
* | Make AnimTree/Player processes adopt to GDVIRTUAL | Silc Renew | 2023-01-26 | 1 | -25/+36 |
| | |||||
* | Fix spamming audio preview and cleanup process in AnimationPlayer/Tree | Silc Renew | 2023-01-26 | 1 | -8/+9 |
| | |||||
* | Fix wrong BezierTrack init value | Silc Renew | 2023-01-22 | 1 | -1/+1 |
| |