aboutsummaryrefslogtreecommitdiff
path: root/src/animationlayer.cpp
AgeCommit message (Collapse)Author
2024-06-21Fix background scaling and centering (#982)Leifa
Fix #978
2024-05-23Removed theme submodule, ...TrickyLeifa
* Removed theme submodule. * This should be handled by the CI. * Fixed effects not disappearing when they should (cull / repeat)
2024-05-22Fixed emote synchronization, ...TrickyLeifa
* Fixed emote synchronization * Still requires identical frame count. Will still cause freeze as it syncs. * Fixed frame effects not working on idle and talk emotes. * Characters are now repositioned after background sliding is over.
2024-05-22Slight tweak to further improve performanceTrickyLeifa
2024-05-22Re-enable some functionality that were disabled during debuggingTrickyLeifa
2024-05-22Added missing include for Qt5TrickyLeifa
2024-05-22Complete AOLayer reimplementation, ...TrickyLeifa
* Complete AOLayer reimplementation * Reimplemented sliding as well.