| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-07-06 | Improve 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-01 | Tweaked 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-30 | Merge pull request #977 from AttorneyOnline/fix-areaswitch-bs | Leifa | |
| Fix characters not being hidden on displayable background change | |||
| 2024-06-25 | Merge branch 'master' into master | stonedDiscord | |
| 2024-06-25 | Merge branch 'master' into fix-areaswitch-bs | Salanto | |
| 2024-06-25 | Fix color-related UI not honoring chatbox setting (#984) | in1tiate | |
| Co-authored-by: Salanto <62221668+Salanto@users.noreply.github.com> | |||
| 2024-06-25 | Merge branch 'master' into fix-areaswitch-bs | Salanto | |
| 2024-06-24 | improve image formats check | lambdcalculus | |
| iterate over important formats, and add a message box | |||
| 2024-06-24 | remove unnecessary plugin loaders | lambdcalculus | |
| imageformats plugins are loaded automatically, we just need to check if they were actually loaded | |||
| 2024-06-23 | Fix positions not being listed (#990) | Leifa | |
| 2024-06-21 | Fix background scaling and centering (#982) | Leifa | |
| Fix #978 | |||
| 2024-06-18 | Explicitly 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-11 | remove accidentally included debug calls | in1tiate | |
| 2024-06-11 | hide charlayers on area switch background changes | in1tiate | |
| only applicable on servers which send displayable background updates on area switch | |||
| 2024-06-03 | Added screen slide timer | TrickyLeifa | |
| * Added screen slide timer * Added so that the animation becomes interruptible. | |||
| 2024-06-01 | remove bizarre obsolete delay from evidence present logic | in1tiate | |
| 2024-05-31 | restore accurate slide bookending | in1tiate | |
| 2024-05-30 | restore old bg fallback behavior | in1tiate | |
| 2024-05-27 | fix effects continuing to be displayed when they shouldn't | in1tiate | |
| 2024-05-27 | Merge branch 'null-pixmap-reg' of ↵ | in1tiate | |
| https://github.com/AttorneyOnline/AO2-Client into null-pixmap-reg | |||
| 2024-05-27 | just hide the layer in courtroom.cpp | in1tiate | |
| 2024-05-27 | Merge branch 'master' into null-pixmap-reg | in1tiate | |
| 2024-05-27 | Searching by categories (#968) | UnDeviato | |
| * Searching by categories * Fix mistake --------- Co-authored-by: Salanto <62221668+Salanto@users.noreply.github.com> | |||
| 2024-05-26 | Fix invalid file paths causing unexpected behavior | in1tiate | |
| 2024-05-26 | Merge pull request #974 from AttorneyOnline/slide-fixes | Leifa | |
| Fix pair layer not being hidden correctly | |||
| 2024-05-26 | Fix disconnectedFromServer not emitting in NetWebSocketConnection (#973) | Leifa | |
| 2024-05-26 | fix first-person / narrator mode | in1tiate | |
| 2024-05-26 | fix pair layer not being hidden correctly | in1tiate | |
| 2024-05-23 | Renamed pos_center to rect from Background/design.ini | TrickyLeifa | |
| 2024-05-23 | Removed theme submodule, ... | TrickyLeifa | |
| * Removed theme submodule. * This should be handled by the CI. * Fixed effects not disappearing when they should (cull / repeat) | |||
| 2024-05-22 | Fixed 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-22 | Slight tweak to further improve performance | TrickyLeifa | |
| 2024-05-22 | Re-enable some functionality that were disabled during debugging | TrickyLeifa | |
| 2024-05-22 | Added missing include for Qt5 | TrickyLeifa | |
| 2024-05-22 | Added enclosed DEBUG_MOVIE debug line | TrickyLeifa | |
| 2024-05-22 | Complete AOLayer reimplementation, ... | TrickyLeifa | |
| * Complete AOLayer reimplementation * Reimplemented sliding as well. | |||
| 2024-05-20 | speedline thing | in1tiate | |
| 2024-05-20 | other random fixes | in1tiate | |
| fix evidence presenting sfx playing at literally 100x intended volume fix "def2" etc wrong evidence icon position, remove inaccurate evidence positions | |||
| 2024-05-20 | stop filling the log with raw net traffic | in1tiate | |
| 2024-05-20 | clang-format pass | in1tiate | |
| 2024-05-20 | add missing code from rebase | in1tiate | |
| 2024-05-20 | fix opening bracket | in1tiate | |
| 2024-05-20 | Initial slide rebase commit | in1tiate | |
| 2024-05-20 | fix sound effects playing at 100x intended volume (#965) | in1tiate | |
| yes, literally One Hundred Times louder than they're supposed to be | |||
| 2024-05-18 | No longer required Discord-RPC headers when disabled | TrickyLeifa | |
| 2024-05-18 | Reimplemented unit tests, ... | TrickyLeifa | |
| * Reimplemented unit tests and simplified addition of new tests * Minimal support of Qt is now 5.15 | |||
| 2024-05-17 | Changed include definitions to reflect third-party stature | TrickyLeifa | |
| 2024-05-17 | Resolved 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. | |||
| 2024-05-17 | Merge branch 'master' into kaleidoscope | TrickyLeifa | |
| 2024-05-17 | Lightly reworked `NetworkManager`, ... | TrickyLeifa | |
| * Lightly reworked `NetworkManager` * Added new modules to handle various connection types. * TCP * WebSocket * Added general string splitter alias based on Qt version. * Replaced `lobby_constructed` and `courtroom_constructed` * Refactored and partially reimplemented the following classes: * `AOBlipPlayer` * `AOEmotePreview` * `AOMusicPlayer` * `AOSfxPlayer` * `AOTextArea` | |||
