aboutsummaryrefslogtreecommitdiff
path: root/src/animationlayer.cpp
AgeCommit message (Collapse)Author
2025-01-23Make sure QList is large enough before calling at() (#1074)in1tiate
2025-01-11use std::as_const instead of qAsConstin1tiate
2024-07-31V2.11.0 rc1 fixes (#1029)Salanto
* Use unix timestamp to transmit ban duration * Cleanup compiler warning due to narrowing conversion * Fix preanim not being visible This is apparently not a feature we want from WebAO :^) * Bump to RC2 * Use std::chrono instead * Remove random include and debug call
2024-07-13Resize mode patch (#1019)Leifa
* Fix transformation mode for layers Resolve #997 * always use smooth transform resampling for stretched images * Used fixed frame size * Implemented resize mode changes Resolve #999 * Added alias to pixel resize mode * Added user option --------- Co-authored-by: in1tiate <32779090+in1tiate@users.noreply.github.com>
2024-07-09Fix transformation mode for layers (#998)Leifa
* Fix transformation mode for layers Resolve #997 * always use smooth transform resampling for stretched images * Used fixed frame size * Run Clang Format over file --------- Co-authored-by: in1tiate <32779090+in1tiate@users.noreply.github.com> Co-authored-by: Salanto <62221668+Salanto@users.noreply.github.com> Co-authored-by: stonedDiscord <Tukz@gmx.de>
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.