aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-30add translation support to demo server messagesin1tiate
2021-03-30fix demo server not being added if serverlist.txt is absentin1tiate
2021-03-28Merge pull request #508 from AttorneyOnline/fix/evidence-in-demosoldmud0
Fix LE packets being nonfunctional in demos
2021-03-28Merge pull request #509 from AttorneyOnline/2.8.1-submodulesoldmud0
Update themes submodule
2021-03-28Update themes submoduleoldmud0
2021-03-28add exception for LE packets in demos, which encode ampersand separatorsin1tiate
2021-03-28fix packets containing unencoded newlines being incorrectly split into ↵in1tiate
multiple entries
2021-03-28Merge pull request #507 from AttorneyOnline/2.9.1-version-bumpoldmud0
2.9.1 version bump
2021-03-28Merge pull request #506 from AttorneyOnline/fix/song-parentsoldmud0
Fix a crash when shuffling songlists that have songs with no parent category
2021-03-27add songs with no parent to clistin1tiate
2021-03-24Version bump Attorney_Online.prooldmud0
2021-03-24Version bump aoapplication.holdmud0
2021-03-24Merge pull request #505 from AttorneyOnline/fix/settings-optionsoldmud0
Fix desynchronized logs options checkbox not loading properly
2021-03-24Fix desynchronized logs options checkbox not loading properly (is still ↵Crystalwarrior
properly saved tho)
2021-03-21Merge pull request #503 from AttorneyOnline/fix/skip-queueoldmud0
Fix chat queue being cleared with no way to see what the msgs were
2021-03-22Fix log_chatmessage being called for the same message like 24 or more times ↵Crystalwarrior
causing insane spam Reduce needless copy-pasting for shit that doesn't even need to be there I actually made this fix but I stashed the older version when splitting the branches so you got the bugged verison instead.
2021-03-21Merge pull request #502 from AttorneyOnline/fix/blankpost-queueoldmud0
Fix blankposting forcing the message queue to sleep up until another message is received
2021-03-22Fix chat messages being lost to the Ether if instant objection was used, or ↵Crystalwarrior
you switched an area during queue being parsed. (Your IC logs will be caught up to speed instead)
2021-03-22Fix blankposting forcing the message queue to sleep up until another message ↵Crystalwarrior
is received
2021-03-20Don't decode LE contents until after splitting by "&" (#500)in1tiate
Should fix evidence, again.
2021-03-20Add timer packets to demo playback (#494)Crystalwarrior
When the demo skips by some number of seconds, the timer will also skip forward by that duration. Co-authored-by: in1tiate <32779090+in1tiate@users.noreply.github.com> Co-authored-by: oldmud0 <oldmud0@users.noreply.github.com>
2021-03-20Deprecate demo playback /min_wait (#498)Crystalwarrior
2021-03-20Merge pull request #497 from AttorneyOnline/fix/demos-evidenceoldmud0
Make demo files record evidence packets
2021-03-20Merge pull request #496 from AttorneyOnline/fix/demos-fixoldmud0
Fix demos being recorded with incorrect timing. ⚠HUGE, VERY IMPORTANT FIX⚠
2021-03-20Merge pull request #495 from AttorneyOnline/fix/demos-utf-8oldmud0
Fix demo playback not using UTF-8 codec
2021-03-20Make demo files record evidence packetsCrystalwarrior
2021-03-20⚠HUGE, VERY IMPORTANT FIX⚠Crystalwarrior
Fix demo playback being incorrectly timed due to the misplaced order of the wait#% packet (it should go BEFORE the appended message, not AFTER! We're delaying the message we're *writing*, not the *next message*!!!) (cherry picked from commit 8319ebffe4c22c59c33d9c90161036d9c1ddddd5)
2021-03-20Fix demo playback not using UTF-8 codec, making it impossible to use for ↵Crystalwarrior
Russian chars and other special chars like emoji etc. (cherry picked from commit f3e96ca6b38a5e069d98f2db4b17dfb7bb3f239b)
2021-03-15Deprecate hardcoded string-based authentication, add AUTH packet (#489)in1tiate
Co-authored-by: oldmud0 <oldmud0@users.noreply.github.com>
2021-03-14Fix evidence icons not appearing after evidence has been presented once (#491)in1tiate
all around me are familiar faces, worn out places, worn out faces
2021-03-10Post-release polish translation changes (#488)Pyraqq
* Post release polish translation changes * small fix
2021-03-07Fix timer using 32-bit ints instead of 64-bit ints (#487)oldmud0
2021-03-06Update Russian translation (#484)Emiko
2021-03-05Polnisch update take 2 (#486)Pyraqq
2021-03-04Merge pull request #485 from AttorneyOnline/quickfixoldmud0
Fix a segfault/crash due to invalid packet size checking for the timer (TI) packet
2021-03-04Fix a segfault/crash due to invalid packet size checking for the timer (TI) ↵Crystalwarrior
packet
2021-03-03Merge pull request #482 from AttorneyOnline/fix/log-utf8oldmud0
Fix files not being written as UTF-8
2021-03-03Fix files not being written as UTF-8oldmud0
2021-03-03Update themes submodule (#480)oldmud0
2021-03-02Hide ARUP fields when empty (#479)stonedDiscord
Co-authored-by: oldmud0 <oldmud0@users.noreply.github.com>
2021-03-01Run lupdate; update German translation (#478)stonedDiscord
2021-02-28Merge pull request #477 from AttorneyOnline/fix-cssoldmud0
Fix various bugs
2021-02-28Fix wrong pos being picked/displayed (most likely wit) if current_side is ↵Crystalwarrior
blank (a.k.a. use character default side)
2021-02-28Stop parenting qMesageBoxes to the courtroom (fixes stylesheet conflicts)Crystalwarrior
2021-02-28Fix stickers settings option not being savedCrystalwarrior
2021-02-26set default .css behavior to match established conventionCrystalwarrior
2021-02-25Update themes submodule (#476)oldmud0
Bottom text
2021-02-24Merge pull request #473 from AttorneyOnline/fix/everythingoldmud0
Fix change character lag, bg resizing and repos weirdness, inconsistent behavior, sticker setting etc.
2021-02-24Make "stop music on objection" work in tandem with the server by calling ↵Crystalwarrior
"music_stop()" instead of only working on the client-side
2021-02-22Avoid use of QImageReader copy constructoroldmud0