| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-02-20 | Fix pos dropdown failing to get properly populated with bg pos (#661) | Crystalwarrior | |
| (caused by https://github.com/AttorneyOnline/AO2-Client/commit/bc49b3e976e4df01e983a9c9daea28287b9bee75 | |||
| 2022-02-20 | Merge pull request #657 from AttorneyOnline/icons-for-all | oldmud0 | |
| Add icons for iniswaps and emotes in the dropdown | |||
| 2022-02-20 | Merge pull request #654 from AttorneyOnline/fix-bg-bug | oldmud0 | |
| Fix backgrounds getting messed up, closes #635 | |||
| 2022-02-20 | Merge pull request #660 from AttorneyOnline/fix-evidence | oldmud0 | |
| Fix evidence system, improve evidence user experience | |||
| 2022-02-20 | Merge pull request #664 from AttorneyOnline/fix-music-segfaults | oldmud0 | |
| Don't run the base content vpath shenanigans if music path is HTTP | |||
| 2022-02-20 | Merge pull request #665 from AttorneyOnline/background-ini-overlays | oldmud0 | |
| Add [Overlay] overrides to background design.ini | |||
| 2022-02-20 | Effects follow offset, add ini option to disable offset for effect (#663) | Salanto | |
| * Effects follow offset, add ini option to disable offset for effect This is pretty hacky, but the offset data is necessary to move the effect layer in relation to the character. | |||
| 2022-02-20 | Add background overlay overrides so you don't have to copy-paste the same ↵ | Alex Noir | |
| file if you're just using it across multiple pos | |||
| 2022-02-19 | Fix editing the image name not showing the "ok" button | Alex Noir | |
| 2022-02-19 | Fix evidence image button getting set to disabled | Alex Noir | |
| 2022-02-19 | Don't run the base content vpath shenanigans if music path is HTTP | Alex Noir | |
| 2022-02-19 | Polish up the evidence system so it's a single-click editing | Alex Noir | |
| Fix evidence editing regressions caused by #587 Fix issues with "ok" button detecting itself as "changes from the server" Fix "ok" button remaining after you press it once, allowing you to spam evidence update packets by spamclicking it | |||
| 2022-02-18 | Address potential source of race confition inside the play function (#658) | Salanto | |
| Current working theory is that setting the future opens a brief interval where it deconstructs the old future and returning an invalid QFuture,, causing a segmentation fault. | |||
| 2022-02-18 | Add icons for iniswaps and emotes in the dropdown | Alex Noir | |
| Fix iniswap list not recognizing a name that's different from a character folder when switching to that character | |||
| 2022-02-18 | Fix backgrounds getting messed up, closes #635 | Alex Noir | |
| 2022-02-15 | Add server description to favourites, if supported by server. (#648) | Salanto | |
| * Allow servers to directly set the server description * Hijack PN packet to add description. * Update lobby.cpp Apply suggested change | |||
| 2022-02-15 | Add demo_append to WT/CE part of the "RT" packet handler. (#649) | Salanto | |
| * Add demo_append to WT/CE part of the "RT" packet handler. * Fix indentation + put demo recording outside the if else chain | |||
| 2022-01-08 | Fix build failure in GitLab CI (#630) | oldmud0 | |
| error: use of deleted function 'std::atomic<bool>::atomic(const std::atomic<bool>&)' | |||
| 2022-01-08 | Merge pull request #631 from AttorneyOnline/fix/application-version | oldmud0 | |
| Fix Qt application version being empty | |||
| 2022-01-08 | Merge pull request #632 from AttorneyOnline/fix/background-loop | oldmud0 | |
| Don't restart background if background is unchanged | |||
| 2022-01-08 | Don't restart background if background is unchanged | oldmud0 | |
| 2022-01-08 | Fix Qt application version being empty | oldmud0 | |
| 2022-01-08 | Merge pull request #629 from AttorneyOnline/fix/static-effects | oldmud0 | |
| Fix various AOLayer issues | |||
| 2022-01-08 | Fix more race conditions in AOLayer loading | oldmud0 | |
| - Uninitialized exit_loop variable - Previous load task should stop completely before starting new load task | |||
| 2022-01-08 | Fix wrong precedence order for effects | oldmud0 | |
| This was causing the realization.png UI button to be loaded instead of the effect. | |||
| 2022-01-08 | Fix static effects not appearing | oldmud0 | |
| Static effects should be treated as infinitely looping animations. | |||
| 2022-01-07 | Merge pull request #619 from AttorneyOnline/feature/http-ms | oldmud0 | |
| Switch to HTTP-based server list | |||
| 2022-01-06 | Merge pull request #628 from AttorneyOnline/fix/msvc-aolayer-freeze | oldmud0 | |
| Fix MSVC builds freezing due to AOLayer concurrency issue | |||
| 2022-01-05 | Fix MSVC builds freezing due to AOLayer concurrency issue | oldmud0 | |
| Variables accessed across threads should be atomic. Also gave AOLayer its own thread pool and switched some lock calls to use QMutexLocker semantics. | |||
| 2021-12-31 | Update submodule ref | oldmud0 | |
| 2021-12-31 | Disambiguate settings with lobby_settings and courtroom_settings | oldmud0 | |
| 2021-12-30 | Update submodule ref | oldmud0 | |
| 2021-12-30 | Remove AO1 MS code | oldmud0 | |
| You won't be missed :') | |||
| 2021-12-30 | Remove lobby chat | oldmud0 | |
| Goodbye, lobby chat :( | |||
| 2021-12-30 | Prevent old/bad "backup MS" values from preventing connection | oldmud0 | |
| 2021-12-30 | Add and refine debug log messages (#625) | oldmud0 | |
| Since these are going to be visible to the user now, at least let's properly format them and make them somewhat helpful. | |||
| 2021-12-30 | Merge branch 'master' into feature/http-ms | oldmud0 | |
| # Conflicts: # src/networkmanager.cpp | |||
| 2021-12-26 | Merge pull request #624 from AttorneyOnline/feature/nicer-notice-timer | oldmud0 | |
| Polish appearance of "OK" button on notice | |||
| 2021-12-25 | Merge pull request #623 from AttorneyOnline/feature/debug-log | oldmud0 | |
| Remove MS chat and add debug log | |||
| 2021-12-25 | Don't hide "OK" on message timer, just disable it | oldmud0 | |
| 2021-12-25 | Fix submodule ref | oldmud0 | |
| 2021-12-25 | Change master chat in courtroom to debug log | oldmud0 | |
| Since the MS chat has been disabled for quite some time now (and we aren't planning on bringing it back since Discord, Guilded etc. have better chat features), I decided to go ahead and change the pane into a debug log to keep it useful and avoid creating a gaping hole in themes. Though, maybe it is worth removing the whole switcher and keeping the debug log hidden away where it can't scare people. | |||
| 2021-12-24 | Sanity check before removing the ui element (#612) | Salanto | |
| Co-authored-by: oldmud0 <oldmud0@users.noreply.github.com> | |||
| 2021-12-24 | Fix animation freeze when loading music files (#609) | Salanto | |
| * Implement async music loading * Simplify music filename parsing and fix "missing" on streams Co-authored-by: oldmud0 <oldmud0@users.noreply.github.com> | |||
| 2021-12-24 | Merge pull request #622 from AttorneyOnline/fix/emote-button-gen | oldmud0 | |
| Fix emote buttons not generating due to bad VPath lookup | |||
| 2021-12-24 | Merge pull request #621 from AttorneyOnline/split-demo-option | oldmud0 | |
| Split logging option into text and demo | |||
| 2021-12-24 | Merge pull request #620 from AttorneyOnline/remove-clientside-wait | oldmud0 | |
| Remove client-side send waiting | |||
| 2021-12-23 | Fix emote buttons not generating due to bad VPath lookup | oldmud0 | |
| 2021-12-23 | Split logging option into text and demo | oldmud0 | |
| Apparently, people don't like logging demos because it takes up too much space. It's possible to enable NTFS compression for demo files (or the entire demos folder), though. | |||
| 2021-12-23 | Remove client-side send waiting | oldmud0 | |
| This piece of code from another era is not needed anymore thanks to the message queue and decent server-side anti-flooding. Player input won't be thrown away since the client waits for an acknowledgement from the server before clearing the input box. | |||
