| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-20 | Merge pull request #497 from AttorneyOnline/fix/demos-evidence | oldmud0 | |
| Make demo files record evidence packets | |||
| 2021-03-20 | Merge pull request #496 from AttorneyOnline/fix/demos-fix | oldmud0 | |
| Fix demos being recorded with incorrect timing. ⚠HUGE, VERY IMPORTANT FIX⚠ | |||
| 2021-03-20 | Merge pull request #495 from AttorneyOnline/fix/demos-utf-8 | oldmud0 | |
| Fix demo playback not using UTF-8 codec | |||
| 2021-03-20 | Make demo files record evidence packets | Crystalwarrior | |
| 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-20 | Fix 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-15 | Deprecate hardcoded string-based authentication, add AUTH packet (#489) | in1tiate | |
| Co-authored-by: oldmud0 <oldmud0@users.noreply.github.com> | |||
| 2021-03-14 | Fix 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-10 | Post-release polish translation changes (#488) | Pyraqq | |
| * Post release polish translation changes * small fix | |||
| 2021-03-07 | Fix timer using 32-bit ints instead of 64-bit ints (#487) | oldmud0 | |
| 2021-03-06 | Update Russian translation (#484) | Emiko | |
| 2021-03-05 | Polnisch update take 2 (#486) | Pyraqq | |
| 2021-03-04 | Merge pull request #485 from AttorneyOnline/quickfix | oldmud0 | |
| Fix a segfault/crash due to invalid packet size checking for the timer (TI) packet | |||
| 2021-03-04 | Fix a segfault/crash due to invalid packet size checking for the timer (TI) ↵ | Crystalwarrior | |
| packet | |||
| 2021-03-03 | Merge pull request #482 from AttorneyOnline/fix/log-utf8 | oldmud0 | |
| Fix files not being written as UTF-8 | |||
| 2021-03-03 | Fix files not being written as UTF-8 | oldmud0 | |
| 2021-03-03 | Update themes submodule (#480) | oldmud0 | |
| 2021-03-02 | Hide ARUP fields when empty (#479) | stonedDiscord | |
| Co-authored-by: oldmud0 <oldmud0@users.noreply.github.com> | |||
| 2021-03-01 | Run lupdate; update German translation (#478) | stonedDiscord | |
| 2021-02-28 | Merge pull request #477 from AttorneyOnline/fix-css | oldmud0 | |
| Fix various bugs | |||
| 2021-02-28 | Fix wrong pos being picked/displayed (most likely wit) if current_side is ↵ | Crystalwarrior | |
| blank (a.k.a. use character default side) | |||
| 2021-02-28 | Stop parenting qMesageBoxes to the courtroom (fixes stylesheet conflicts) | Crystalwarrior | |
| 2021-02-28 | Fix stickers settings option not being saved | Crystalwarrior | |
| 2021-02-26 | set default .css behavior to match established convention | Crystalwarrior | |
| 2021-02-25 | Update themes submodule (#476) | oldmud0 | |
| Bottom text | |||
| 2021-02-24 | Merge pull request #473 from AttorneyOnline/fix/everything | oldmud0 | |
| Fix change character lag, bg resizing and repos weirdness, inconsistent behavior, sticker setting etc. | |||
| 2021-02-24 | Make "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-22 | Avoid use of QImageReader copy constructor | oldmud0 | |
| 2021-02-22 | Load fonts located in base/fonts (#475) | oldmud0 | |
| This will register any font (OTF/TTF) located in the base/fonts folder recursively. They can be used for any purpose, without needing to install them on the system. | |||
| 2021-02-22 | Fix crash caused by pre-2.6 IC packet | oldmud0 | |
| 2021-02-21 | Remove hardcoded stylesheets from lobby | Crystalwarrior | |
| Stop doing the "tagget stylesheets" monstrosity | |||
| 2021-02-21 | Stop hardcoding stylesheets so the behavior is more consistent finally (and ↵ | Crystalwarrior | |
| courtorom_stylesheets.css is more useful) | |||
| 2021-02-21 | Remove background-color stylesheet from the set_qfont (allowing stylesheets ↵ | Crystalwarrior | |
| to properly initialize custom backgrounds for labels w/ transparent ones) rename "set_dropdown_ to "set_stylesheet" cuz that's what it is | |||
| 2021-02-21 | Fix edge cases where screenshake uses wrong chatbox coordinates due to it ↵ | Crystalwarrior | |
| being initialized later than needed. | |||
| 2021-02-21 | Fix chat arrow being frozen on frame 1 | Crystalwarrior | |
| 2021-02-20 | prevent static preanims from playing | in1tiate | |
| 2021-02-20 | fix speedlines never being unhidden | in1tiate | |
| 2021-02-19 | Overhaul pos dropdown and pos remove system to work well with custom pos, ↵ | Crystalwarrior | |
| char pos etc. Remove accidental duplicate code Fix some genius using & instead of && (SMH) Block pos_dropdown signals better | |||
| 2021-02-17 | rename wtce lookups to `_bubble` (themes need to be updated for this) | Crystalwarrior | |
| 2021-02-17 | Adopt better method for setting custom pos using the pos dropdown | Crystalwarrior | |
| Make it actually work properly | |||
| 2021-02-17 | Make the server list display all pretty and nice | Crystalwarrior | |
| Resize the 0thcolumn to smallest possible size so it's not intrusive Remove text eliding so numbers don't get ...'s | |||
| 2021-02-17 | Revert bad "fix" of the sound names for WTCE courtroom_sounds.ini | Crystalwarrior | |
| Make pos dropdown ui editable for a custom pos Keep track of the custom pos index On switching from the custom pos, remove the entry at that index Fix regression causing the "sort by name" lobby server list header disappearing Expose column 0 for the # in the lobby server list header ("too ugly" just use lobby_stylesheets.css and pretty it up) | |||
| 2021-02-16 | Stop supporting the DRO way (we will make a .bat file or utility that does ↵ | Crystalwarrior | |
| it for you automatically instead!) Add an option to enable/disable stickers Make stickers actually respect the custom chatbox setting properly | |||
| 2021-02-16 | Patch a segfault by play_frame_effect being wacky | Crystalwarrior | |
| Split behavior for courtroom resizing into its own function Use that function to optimize character changing screen Fix reload theme breaking the background positioning Fix changing character breaking the background positioning Fix excessive set_widgets() calls that caused unnecessary lag Fix unnecessary set_size_and_pos calls that didn't need to be there Only call size_and_pos on the chatbox in the initialize_chatbox func Remove checks for a boolean that will always be true Simplify two functions that copy-paste code called set_size_and_pos into a single one Fix "disable custom chat" setting not being used when setting chat sizes and pos | |||
| 2021-02-14 | Merge pull request #469 from AttorneyOnline/fix/bg-update | oldmud0 | |
| Fix testimony indicator not reappearing, fix objections prematurely adjusting chatbox positioning, and fix background not resizing properly when switching themes | |||
| 2021-02-14 | fix testimony indicator not reappearing | in1tiate | |
| 2021-02-14 | fix objection prematurely adjusting chatbox | in1tiate | |
| 2021-02-14 | fix bg not resizing on reload theme | in1tiate | |
| 2021-02-13 | Merge pull request #468 from AttorneyOnline/fix/cont-hitch-mitigation | oldmud0 | |
| Mitigate hitching when using continuous playback, fix a botch in handling misc themes | |||
| 2021-02-13 | fix borked chatbox themes | in1tiate | |
