Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23 | Spartan322 | 2024-11-15 | 1 | -1/+1 |
|\ | |||||
| * | Add advance_on_start option to NodeAnimation | Silc Lizard (Tokage) Renew | 2024-11-12 | 1 | -1/+1 |
| | | |||||
* | | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c | Spartan322 | 2024-10-30 | 1 | -1/+1 |
|\| | |||||
| * | Merge pull request #97020 from GuilhermeGSousa/fix-non-const-anim-node-process | Thaddeus Crews | 2024-10-29 | 1 | -1/+1 |
| |\ | | | | | | | | | | Fix non const animation node `_process` virtual function | ||||
| | * | Fix non const animation node process function | Guilherme Sousa | 2024-10-26 | 1 | -1/+1 |
| | | | |||||
* | | | 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 | -6/+41 |
|\ \ \ \ | |/ / / |/| / / | |/ / | |||||
| * / | Implement array based hash map | nazarii | 2024-10-24 | 1 | -6/+41 |
| |/ | |||||
* / | 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> | ||||
* | Optimize animations | nazarii | 2024-08-30 | 1 | -1/+1 |
| | |||||
* | Determine break_loop_at_end 1 frame earlier using prediction by delta | Silc Lizard (Tokage) Renew | 2024-07-28 | 1 | -2/+2 |
| | |||||
* | Add approx comparing methods to Animation, use them on time comparison | Silc Lizard (Tokage) Renew | 2024-07-24 | 1 | -0/+4 |
| | |||||
* | 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 | -6/+44 |
|\ | | | | | | | 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 | -6/+44 |
| | | |||||
* | | Add autocompletion to AnimationNode | Micky | 2024-03-01 | 1 | -0/+4 |
|/ | |||||
* | Revert "Update Node::get_configuration_warnings signature" | Rémi Verschelde | 2024-02-17 | 1 | -1/+1 |
| | | | | This reverts commit d3852deaa450d77edb30df2bb1c77bd7bc45befc. | ||||
* | Update Node::get_configuration_warnings signature | RedMser | 2024-02-08 | 1 | -1/+1 |
| | |||||
* | Remove differences of the code between old AnimationTree and Mixer | Silc Lizard (Tokage) Renew | 2023-12-06 | 1 | -1/+1 |
| | |||||
* | Implement AnimationManager the base class of AnimationPlayer/Tree | Silc Lizard (Tokage) Renew | 2023-09-29 | 1 | -228/+74 |
| | |||||
* | Clean up/refactor GraphNode and make it more flexible | Hendrik Brucker | 2023-09-07 | 1 | -0/+5 |
| | | | | | Split GraphNode into GraphElement and GraphNode, add custom titlebar, and adjust theming. | ||||
* | Single Compilation Unit build. | lawnjelly | 2023-06-06 | 1 | -0/+2 |
| | | | | | Adds support for simple SCU build (DEV_ENABLED only). This speeds up compilation by compiling multiple cpp files within a single translation unit. | ||||
* | Allocate unique track_blends vector for animation states. | SaracenOne | 2023-05-18 | 1 | -1/+1 |
| | | | | Quick fix for a bug which occurs when blending the result of multiple instanced state machines outputting the same animation, but using filter tracks. | ||||
* | Rework StateMachine and nested StateMachine process | Silc Renew | 2023-04-18 | 1 | -7/+14 |
| | | | | 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 | -0/+14 |
| | |||||
* | Fix NodeTransition initialization and AnimationNode remapping method | Silc Renew | 2023-02-05 | 1 | -0/+8 |
| | |||||
* | Remove meaningless `rename_parameter` in AnimationTree | Silc Renew | 2023-02-01 | 1 | -2/+0 |
| | |||||
* | Remove the max input limit & cleanup AnimationNodeTransition API | Silc Renew | 2023-01-30 | 1 | -5/+5 |
| | |||||
* | Fix AnimatedSprite play() don't redraw immediately | Silc Renew | 2023-01-29 | 1 | -2/+4 |
| | |||||
* | Implement blending audio feature to AnimationTree | Silc Renew | 2023-01-28 | 1 | -2/+26 |
| | |||||
* | Make AnimTree/Player processes adopt to GDVIRTUAL | Silc Renew | 2023-01-26 | 1 | -0/+2 |
| | |||||
* | Allow AnimationNodes to restart when transitioning to the same state | Silc Renew | 2023-01-19 | 1 | -1/+3 |
| | |||||
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
| | | | | | | | | | | | | | | | | | | | | As many open source projects have started doing it, we're removing the current year from the copyright notice, so that we don't need to bump it every year. It seems like only the first year of publication is technically relevant for copyright notices, and even that seems to be something that many companies stopped listing altogether (in a version controlled codebase, the commits are a much better source of date of publication than a hardcoded copyright statement). We also now list Godot Engine contributors first as we're collectively the current maintainers of the project, and we clarify that the "exclusive" copyright of the co-founders covers the timespan before opensourcing (their further contributions are included as part of Godot Engine contributors). Also fixed "cf." Frenchism - it's meant as "refer to / see". | ||||
* | Refactor process of animation to retrive keys more exactly | Silc Renew | 2022-12-01 | 1 | -2/+2 |
| | |||||
* | Merge pull request #68992 from TokageItLab/animtree-trackend-process | Rémi Verschelde | 2022-11-28 | 1 | -7/+7 |
|\ | | | | | | | Refactor process of AnimationTree for end of animation | ||||
| * | Refactor process of AnimationTree for end of animation | Silc Renew | 2022-11-22 | 1 | -7/+7 |
| | | |||||
* | | Fix broken root motion scale and refactor API | Silc Renew | 2022-11-26 | 1 | -2/+6 |
| | | |||||
* | | Merge pull request #68993 from TokageItLab/fix-anim-blending-for-DISCRETE-mode | Rémi Verschelde | 2022-11-23 | 1 | -0/+1 |
|\ \ | |/ |/| | Fix animation blending for value track `UPDATE_DISCRETE` and `UPDATE_TRIGGER` mode | ||||
| * | Fix animation blending for value track DISCRETE/TRIGGER mode | Silc Renew | 2022-11-22 | 1 | -0/+1 |
| | | |||||
* | | Optimize animation blend tree process | Silc Renew | 2022-11-16 | 1 | -1/+0 |
|/ | |||||
* | Change time parameters and variables to double type | Dave Palais | 2022-09-26 | 1 | -1/+1 |
| | | | | Addresses #65313 | ||||
* | Change return type of `get_configuration_warnings` to `PackedStringArray` | Marc Gilleron | 2022-09-19 | 1 | -1/+1 |
| | |||||
* | Fix redraw timing in AnimationBlendTreeEditor | Silc Renew | 2022-09-14 | 1 | -0/+2 |
| | |||||
* | Add linear/cubic angle interpolation to Animation interpolation type | Silc Renew | 2022-08-27 | 1 | -0/+1 |
| | |||||
* | Make `_validate_property` a multilevel method | Yuri Sizov | 2022-08-22 | 1 | -1/+1 |
| | |||||
* | add position track normalization & post process key value for retarget | Silc Renew | 2022-07-26 | 1 | -0/+2 |
| | |||||
* | Code quality: Fix header guards consistency | Rémi Verschelde | 2022-07-25 | 1 | -3/+3 |
| | | | | | Adds `header_guards.sh` bash script, used in CI to validate future changes. Can be run locally to fix invalid header guards. | ||||
* | refactor sync in AnimationTree | Silc Renew | 2022-07-16 | 1 | -3/+3 |
| | |||||
* | Add AnimationTree Advance Expressions | SaracenOne | 2022-06-28 | 1 | -0/+5 |
| | | | | | | | | | | | Allows specifying an expression as a condition for state machine transitions. This gives much greater flexibility for creating complex state machines. By directly interfacing with the script code, it is possible to create complex animation advance condition for switching between states. Ensure assigning AnimationTreeStateMachineTransition base expression node in editor is relative to current AnimationTree node. Allow setting an expression base node on the AnimationTree itself. Co-Authored-By: reduz <reduzio@gmail.com> |