aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-01-07Merge pull request #619 from AttorneyOnline/feature/http-msoldmud0
Switch to HTTP-based server list
2022-01-06Merge pull request #628 from AttorneyOnline/fix/msvc-aolayer-freezeoldmud0
Fix MSVC builds freezing due to AOLayer concurrency issue
2022-01-05Fix MSVC builds freezing due to AOLayer concurrency issueoldmud0
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-31Update submodule refoldmud0
2021-12-31Disambiguate settings with lobby_settings and courtroom_settingsoldmud0
2021-12-30Update submodule refoldmud0
2021-12-30Remove AO1 MS codeoldmud0
You won't be missed :')
2021-12-30Remove lobby chatoldmud0
Goodbye, lobby chat :(
2021-12-30Prevent old/bad "backup MS" values from preventing connectionoldmud0
2021-12-30Add 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-30Merge branch 'master' into feature/http-msoldmud0
# Conflicts: # src/networkmanager.cpp
2021-12-26Merge pull request #624 from AttorneyOnline/feature/nicer-notice-timeroldmud0
Polish appearance of "OK" button on notice
2021-12-25Merge pull request #623 from AttorneyOnline/feature/debug-logoldmud0
Remove MS chat and add debug log
2021-12-25Don't hide "OK" on message timer, just disable itoldmud0
2021-12-25Fix submodule refoldmud0
2021-12-25Change master chat in courtroom to debug logoldmud0
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-24Sanity check before removing the ui element (#612)Salanto
Co-authored-by: oldmud0 <oldmud0@users.noreply.github.com>
2021-12-24Fix 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-24Merge pull request #622 from AttorneyOnline/fix/emote-button-genoldmud0
Fix emote buttons not generating due to bad VPath lookup
2021-12-24Merge pull request #621 from AttorneyOnline/split-demo-optionoldmud0
Split logging option into text and demo
2021-12-24Merge pull request #620 from AttorneyOnline/remove-clientside-waitoldmud0
Remove client-side send waiting
2021-12-23Fix emote buttons not generating due to bad VPath lookupoldmud0
2021-12-23Split logging option into text and demooldmud0
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-23Remove client-side send waitingoldmud0
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-23Add version to window title (#613)Pyraqq
Also updated the translation files for missing strings and updated the Polish translation.
2021-12-22Merge pull request #578 from AttorneyOnline/fix-desk-mods-againoldmud0
Handle expanded desk modifiers on chat ticking start rather than on preanim complete signal
2021-12-18Roll back unintended changesoldmud0
2021-12-18Merge branch 'master' into feature/http-msoldmud0
2021-12-18Qt 5.9 compat; remove dead codeoldmud0
2021-12-18Remove another markdown thingoldmud0
2021-12-18Remove markdown thingoldmud0
2021-12-18Finish out featureoldmud0
- Add periodic timer for heartbeat - Add option to settings for opting out from heartbeat/player metrics - Change base URL to permanent URL
2021-12-14Add compiler flags to ensure correct signal is used in older versions (#617)Salanto
2021-12-14Merge pull request #615 from Salanto/housekeepingoldmud0
Update slots/signals to Qt5 connection style
2021-12-11Update slots/signals to Qt5 connection style and eliminate some clazy warningsSalanto
2021-11-17Merge pull request #607 from AttorneyOnline/cache-fix-2oldmud0
Fix non-image files being loaded as images, fix custom shout button appearing on characters without it enabled
2021-11-15Add an explicit check for empty string to dir_existsin1tiate
2021-11-15Fix all files being allowed past the suffix check for imagesin1tiate
2021-10-12Merge pull request #604 from Salanto/old-qt-supportoldmud0
Resolve compile error on master due to oudated Qt Versions on Linux
2021-10-12Resolve compile error due to enum first introdcued in Qt 5.14Salanto
Could Linux distros please update their Qt version? Thanks.
2021-10-11Purge most clientside-OOC commands (#599)Salanto
Remove OOC-Client commands that are already replaced by UI elements that are easily accessible. Debatable if /save_case and /load_case should stay as they seem unused by most users/servers. * Maintain backwards compatability with older servers. Co-authored-by: oldmud0 <oldmud0@users.noreply.github.com>
2021-10-10Fix paired character only playing animations once (#603)Rosemary Witchaven
2021-10-09Add missing check for anim_state 5 (#601)Rosemary Witchaven
2021-09-22Allow user to configure log timestamp format (#590)Rosemary Witchaven
* user configurable timestamp format * fix label making the entire settings window move jankily * add a dropdown for sane timestamp formats * streamline adding options to log timestamp format
2021-09-18Fix background positions with no desk inheriting the previous position's ↵Rosemary Witchaven
desk (#598) * kill bglayer if file not exist * kill ALL layers if file not found
2021-09-17Merge pull request #589 from Salanto/remove-/pair-ooc_commandoldmud0
Remove /pair as a client-side command
2021-09-08Remove /pair as a client-side commandSalanto
Who was using this anyway?
2021-09-02Fix VPath lookup ignoring possibility of remote files (#588)Salanto
* Fix VPath lookup ignoring possibility of remote files * Use more formal URL check Co-authored-by: oldmud0 <oldmud0@users.noreply.github.com>
2021-08-30Use event filters instead of subclassing QLineEdit and QPlainTextEdit (#587)Rosemary Witchaven
* replace aolineedit and aotextedit with event filters * use a button to make evidence editable instead of double click
2021-08-24Fix an infinite hang when loading the pair character, fix strange undesired ↵Rosemary Witchaven
behavior of the pair character (#586) * sanity check if the frame we're waiting on isnt nonexistent * consolidate conditionals