Age | Commit message (Expand) | Author |
2022-05-19 | Use range iterators for RBSet in most cases | Aaron Record |
2022-05-18 | Merge pull request #60774 from TokageItLab/root-seek-mode | Rémi Verschelde |
2022-05-16 | Replace most uses of Map by HashMap | reduz |
2022-05-12 | Add a new HashMap implementation | reduz |
2022-05-09 | Fixed delta & Implement selection of whether or not to seek root | Silc Renew |
2022-05-03 | Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>` | Hugo Locurcio |
2022-04-27 | Merge pull request #60440 from KoBeWi/Ȑ̶̛̘̻̹̇̍̔͐̊̆̏̏̓̈́̉͌͘... | Rémi Verschelde |
2022-04-22 | Fix RESET animation not being created | kobewi |
2022-04-18 | fixed init value in root motion rotation | Silc 'Tokage' Renew |
2022-04-17 | Discontinue exp map in blending | Silc 'Tokage' Renew |
2022-04-14 | Fixed value track blend animation without RESET | Silc 'Tokage' Renew |
2022-04-13 | Merge pull request #60093 from TokageItLab/reset-blend | Rémi Verschelde |
2022-04-12 | Merge pull request #59531 from TokageItLab/fix-init-root-motion | Rémi Verschelde |
2022-04-10 | Make blend animation to use ResetTrack as default value | Silc 'Tokage' Renew |
2022-03-28 | String: Remove TTR and DTR defines in non-tools build | Rémi Verschelde |
2022-03-26 | Fixed initialization of TRS Track in blend tree for root motion | Silc 'Tokage' Renew |
2022-03-16 | Fix blend animation to solve TRS track bug & blend order inconsistency | Silc 'Tokage' Renew |
2022-03-09 | Remove VARIANT_ARG* macros | reduz |
2022-02-15 | Use `switch` consistently in `_notification` (`scene` folder) | Rémi Verschelde |
2022-02-04 | String: Add contains(). | Anilforextra |
2022-01-29 | Make AnimationTree delta argument force double in core | Silc 'Tokage' Renew |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-12-10 | Merge pull request #55572 from aaronfranke/ci-double | Rémi Verschelde |
2021-12-09 | Add a double-precision editor build to CI | Aaron Franke |
2021-12-09 | Replace String comparisons with "", String() to is_empty() | Nathan Franke |
2021-11-23 | Rename `remove()` to `remove_at()` when removing by index | Lightning_A |
2021-11-12 | Add a minimal template build to CI | Aaron Franke |
2021-11-09 | Merge pull request #53819 from TokageItLab/re-implement-ping-pong | Rémi Verschelde |
2021-11-03 | Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR` | Hugo Locurcio |
2021-11-03 | reimplement ping-pong | Silc 'Tokage' Renew |
2021-10-16 | Implement Animation Blend Shape Tracks | reduz |
2021-10-13 | Remove REST transform influence in skeleton bones | reduz |
2021-10-12 | Remove animation 3D transform track, replace by loc/rot/scale tracks. | reduz |
2021-10-11 | Revert "Implement reverse playback and ping-pong loop in AnimationPlayer and ... | Juan Linietsky |
2021-10-09 | implement ping-pong loop in animation | Tokage |
2021-09-11 | Fixed seeking behavior of property track with discrete interpolation | Silc 'Tokage' Renew |
2021-08-22 | Replace BIND_VMETHOD by new GDVIRTUAL syntax | reduz |
2021-08-09 | Some work on double support | Aaron Franke |
2021-08-09 | Use doubles for time in animation code | Aaron Franke |
2021-07-28 | Use bullet points in the editor instead of dashes where relevant | Hugo Locurcio |
2021-07-25 | Use const references where possible for List range iterators | Rémi Verschelde |
2021-07-23 | Use C++ iterators for Lists in many situations | Aaron Franke |
2021-07-20 | Merge pull request #50206 from groud/undoredo_increase_args_count | Rémi Verschelde |
2021-07-18 | Optimize StringName usage | reduz |
2021-07-06 | Increase the number of arguments accepted by UndoRedo methods | Gilles Roudière |
2021-07-01 | Use PROPERTY_USAGE_NONE instead of 0 for no property usage | Aaron Franke |
2021-06-12 | Consistently prefix bound virtual methods with _ | kobewi |
2021-06-04 | Rename Quat to Quaternion | Marcel Admiraal |
2021-06-04 | Disable Skeleton3D when compiling without 3D | Aaron Franke |
2021-06-03 | Rename Animation TYPE_TRANSFORM to TYPE_TRANSFORM3D | Aaron Franke |