aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2021-08-20Merge pull request #582 from AttorneyOnline/async-anim-loadoldmud0
Fully asynchronous animation loading
2021-08-13asynchronously load animations for bigly performant gainzin1tiate
2021-08-12Merge pull request #581 from AttorneyOnline/aolayer-preloadoldmud0
Massively improve AOLayer performance by preloading next frame from disk before the current frame is done ticking
2021-08-11wait for thread to finish before starting new onein1tiate
2021-08-11more accurate commentin1tiate
2021-08-11comment out debug_moviein1tiate
2021-08-11debug_movie fixesin1tiate
2021-08-11preload next frame before ticking overin1tiate
2021-07-29Merge pull request #575 from AttorneyOnline/unused-macrooldmud0
Swap out "UNUSED()" macro for "Q_UNUSED()"
2021-07-29swap out custom UNUSED macro for Q_UNUSEDin1tiate
2021-07-22Merge pull request #571 from AttorneyOnline/fix-568oldmud0
Fix custom objections not playing sounds
2021-07-22Fix custom objections not playing soundsin1tiate
2021-06-18Set BASS_CONFIG_DEV_DEFAULT to 1 to enable automatic reinitialization of the ↵Rose Witchaven
default device when it is lost (#564) fixes #561
2021-06-16Extend /pair command to work with character names as well as IDs (#562)Rose Witchaven
2021-06-13Use new HTTP-based master server clientoldmud0
2021-06-09Merge pull request #554 from AttorneyOnline/feature/mountingoldmud0
Add support for mounting multiple base folders
2021-06-09Merge pull request #559 from AttorneyOnline/fix/serverlist-selectionoldmud0
Fix first server in server list not initiating connections unless another server was selected first
2021-06-09stupidly simple fixin1tiate
2021-06-08Clear case sensitive cache as well on vpath cache flusholdmud0
2021-06-08Move global stylesheet to lobby and courtroomoldmud0
This way, it will not affect the options dialog.
2021-06-08Merge pull request #557 from AttorneyOnline/minor-optimizeoldmud0
Fix excessive calls to arup_append
2021-06-07Merge pull request #556 from AttorneyOnline/feature/remember-searcholdmud0
Remember past search term when switching between area and music list
2021-06-06Fix excess calls to arup_appendoldmud0
According to profiling results, arup_append was being called around 90k times (!!) because it had been placed in the inner for loop. That's (tracks * areas)^2. Yikes!
2021-06-06Fix minor memory leak with configinioldmud0
2021-06-06Fix clazy-range-loop-detach warningoldmud0
2021-06-06Fix bug with case-sensitive vpath lookupoldmud0
2021-06-06Merge branch 'master' into feature/mountingoldmud0