aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-07-07Removed MIDI, removed undocumented (yet supported) formats (#1008)Leifa
* Removed MIDI, removed undocumented (yet supported) formats Resolve #1006 * Adjusted CI for MIDI removal
2024-07-06Improve OS detection and add APPIMAGE support to pathing code (#1003)Leifa
* Added get_app_path, tweaked pathing to adjust itself for Linux, ... * Added get_app_path * This should be used instead of QCoreApplication::applicationDirPath() * Tweaked pathing to adjust itself for Linux * Append separator to base path * Moved headers where they are needed. (Dunno why they were here.) * Proper pathing for AppImage
2024-07-01Tweaked missing image format warning (#994)Leifa
* Tweaked missing image format warning * Tweaked code format * run clang-format --------- Co-authored-by: stonedDiscord <Tukz@gmx.de>
2024-06-30Merge pull request #977 from AttorneyOnline/fix-areaswitch-bsLeifa
Fix characters not being hidden on displayable background change
2024-06-25Merge branch 'master' into masterstonedDiscord
2024-06-25Merge branch 'master' into fix-areaswitch-bsSalanto
2024-06-25Fix color-related UI not honoring chatbox setting (#984)in1tiate
Co-authored-by: Salanto <62221668+Salanto@users.noreply.github.com>
2024-06-25Merge branch 'master' into fix-areaswitch-bsSalanto
2024-06-24improve image formats checklambdcalculus
iterate over important formats, and add a message box
2024-06-24remove unnecessary plugin loaderslambdcalculus
imageformats plugins are loaded automatically, we just need to check if they were actually loaded
2024-06-23Fix positions not being listed (#990)Leifa
2024-06-21Fix background scaling and centering (#982)Leifa
Fix #978
2024-06-18Explicitly set sane line spacing (#981)in1tiate
* Explicitly set sane line spacing * Update naming to reflect setting set by Format + fix memory leak Address memory leak --------- Co-authored-by: Salanto <62221668+Salanto@users.noreply.github.com>
2024-06-11remove accidentally included debug callsin1tiate
2024-06-11hide charlayers on area switch background changesin1tiate
only applicable on servers which send displayable background updates on area switch
2024-06-03Added screen slide timerTrickyLeifa
* Added screen slide timer * Added so that the animation becomes interruptible.
2024-06-01remove bizarre obsolete delay from evidence present logicin1tiate
2024-05-31restore accurate slide bookendingin1tiate
2024-05-30restore old bg fallback behaviorin1tiate
2024-05-27fix effects continuing to be displayed when they shouldn'tin1tiate
2024-05-27Merge branch 'null-pixmap-reg' of ↵in1tiate
https://github.com/AttorneyOnline/AO2-Client into null-pixmap-reg
2024-05-27just hide the layer in courtroom.cppin1tiate
2024-05-27Merge branch 'master' into null-pixmap-regin1tiate
2024-05-27Searching by categories (#968)UnDeviato
* Searching by categories * Fix mistake --------- Co-authored-by: Salanto <62221668+Salanto@users.noreply.github.com>
2024-05-26Fix invalid file paths causing unexpected behaviorin1tiate
2024-05-26Merge pull request #974 from AttorneyOnline/slide-fixesLeifa
Fix pair layer not being hidden correctly
2024-05-26Fix disconnectedFromServer not emitting in NetWebSocketConnection (#973)Leifa
2024-05-26fix first-person / narrator modein1tiate
2024-05-26fix pair layer not being hidden correctlyin1tiate
2024-05-23Renamed pos_center to rect from Background/design.iniTrickyLeifa
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-22Added enclosed DEBUG_MOVIE debug lineTrickyLeifa
2024-05-22Complete AOLayer reimplementation, ...TrickyLeifa
* Complete AOLayer reimplementation * Reimplemented sliding as well.
2024-05-20speedline thingin1tiate
2024-05-20other random fixesin1tiate
fix evidence presenting sfx playing at literally 100x intended volume fix "def2" etc wrong evidence icon position, remove inaccurate evidence positions
2024-05-20stop filling the log with raw net trafficin1tiate
2024-05-20clang-format passin1tiate
2024-05-20add missing code from rebasein1tiate
2024-05-20fix opening bracketin1tiate
2024-05-20Initial slide rebase commitin1tiate
2024-05-20fix sound effects playing at 100x intended volume (#965)in1tiate
yes, literally One Hundred Times louder than they're supposed to be
2024-05-18No longer required Discord-RPC headers when disabledTrickyLeifa
2024-05-18Reimplemented unit tests, ...TrickyLeifa
* Reimplemented unit tests and simplified addition of new tests * Minimal support of Qt is now 5.15
2024-05-17Changed include definitions to reflect third-party statureTrickyLeifa
2024-05-17Resolved merge conflicts.TrickyLeifa
This comment format is just tiring for the eyes. Imagine being on 1080p and not being able to read more than 5 method definitions due to comments.