| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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. | |||
| 2021-12-23 | Add version to window title (#613) | Pyraqq | |
| Also updated the translation files for missing strings and updated the Polish translation. | |||
| 2021-12-22 | Merge pull request #578 from AttorneyOnline/fix-desk-mods-again | oldmud0 | |
| Handle expanded desk modifiers on chat ticking start rather than on preanim complete signal | |||
| 2021-12-18 | Roll back unintended changes | oldmud0 | |
| 2021-12-18 | Merge branch 'master' into feature/http-ms | oldmud0 | |
| 2021-12-18 | Qt 5.9 compat; remove dead code | oldmud0 | |
| 2021-12-18 | Remove another markdown thing | oldmud0 | |
| 2021-12-18 | Remove markdown thing | oldmud0 | |
| 2021-12-18 | Finish out feature | oldmud0 | |
| - Add periodic timer for heartbeat - Add option to settings for opting out from heartbeat/player metrics - Change base URL to permanent URL | |||
| 2021-12-14 | Add compiler flags to ensure correct signal is used in older versions (#617) | Salanto | |
| 2021-12-14 | Merge pull request #615 from Salanto/housekeeping | oldmud0 | |
| Update slots/signals to Qt5 connection style | |||
| 2021-12-11 | Update slots/signals to Qt5 connection style and eliminate some clazy warnings | Salanto | |
| 2021-11-17 | Merge pull request #607 from AttorneyOnline/cache-fix-2 | oldmud0 | |
| Fix non-image files being loaded as images, fix custom shout button appearing on characters without it enabled | |||
| 2021-11-15 | Add an explicit check for empty string to dir_exists | in1tiate | |
