| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-01-07 | Adopt the poor orphaned QWidgets | Skye Deving | |
| 2021-01-07 | Add QMenu delete on close attributes (#381) | Skye Deving | |
| Fixes a minor memory leak with context menu creation. | |||
| 2021-01-07 | Set emote format to apng if png supports animation (#379) | Skye Deving | |
| 2021-01-06 | Merge pull request #316 from AttorneyOnline/messagebox | oldmud0 | |
| add BB packet for a MessageBox popup | |||
| 2021-01-06 | Use call_error() for character load error message | oldmud0 | |
| 2021-01-06 | Merge pull request #364 from AttorneyOnline/issue-template | oldmud0 | |
| Update issue templates | |||
| 2021-01-06 | Merge pull request #362 from skyedeving/fix-casedoc-loading | oldmud0 | |
| Encode doc contents with hash sign | |||
| 2021-01-06 | Merge pull request #377 from skyedeving/fix-has-apng | oldmud0 | |
| Checking for apng should be lower case | |||
| 2021-01-06 | Checking for apng should be lower case | Skye Deving | |
| 2021-01-05 | Merge pull request #369 from skyedeving/fix-showname-toggle | oldmud0 | |
| Fix timestamps when toggling showname | |||
| 2021-01-05 | Merge pull request #372 from skyedeving/add-music-streaming | oldmud0 | |
| Add in support for streaming music with bass | |||
| 2021-01-05 | Add in support for streaming music with bass | Skye Deving | |
| 2021-01-04 | Merge pull request #370 from skyedeving/fix-evidence-loading | oldmud0 | |
| Sort case evidence numerically before adding in | |||
| 2021-01-04 | Sort case evidence numerically before adding in | Skye Deving | |
| inventories get displayed lexigraphically too but it is assumed to not matter | |||
| 2021-01-04 | Change default parameter to be QDateTime::currentDateTime() | Skye Deving | |
| Print debug message if provided timestamp is invalid | |||
| 2021-01-04 | Fix timestamps when toggling showname | Skye Deving | |
| On toggling shownames, regenerate_ic_chatlog() gets called to reprint the entire chatlog with append_ic_text(). The issue is that append_ic_text() uses QDateTime::currentDateTime() for the timestamp when it's called. Therefore the fix is adding a new timestamp parameter to the append_ic_text() which we supply from the datetime provided by each chatlogpiece | |||
| 2021-01-04 | Use QList::mid when constructing QStringList (#365) | Skye Deving | |
| The constructor with two iterators is too cutting edge from 5.14 to be widely supported right now | |||
| 2021-01-04 | Merge pull request #366 from AttorneyOnline/update-xcode | oldmud0 | |
| Use Xcode 12 | |||
| 2021-01-04 | use xcode 12 | stonedDiscord | |
| 2021-01-04 | Update bug_report.md | oldmud0 | |
| 2021-01-04 | CI needs an extra include for bind | stonedDiscord | |
| 2021-01-04 | Merge pull request #363 from skyedeving/aopacket-refactor | oldmud0 | |
| Refactor AOPacket | |||
| 2021-01-04 | add 3 second timer before OK shows up | stonedDiscord | |
| 2021-01-04 | Update issue templates | stonedDiscord | |
| github told me to do this | |||
| 2021-01-04 | Add missing bassopus to the configure script (#361) | Skye Deving | |
| 2021-01-04 | Encode doc contents with hash sign | Skye Deving | |
| 2021-01-04 | Refactor AOPacket | Skye Deving | |
| 2021-01-03 | FL toggle for Y offset (#360) | scatterflower | |
| Use "y_offset" to enable the Y offset protocol extension. | |||
| 2020-12-28 | Merge pull request #351 from in1tiate/in1tiate/sane-libs | oldmud0 | |
| Search for libraries inside a dedicated "lib" folder (and notes on distributing future releases) | |||
| 2020-12-28 | add library path instead of setting it | in1tiate | |
| Co-authored-by: oldmud0 <oldmud0@users.noreply.github.com> | |||
| 2020-12-28 | Fix blankposting not respecting character ID's in the equation (#282) | Crystalwarrior | |
| Fixes an issue where if you blankpost on top of another character's blankpost, your message won't show up on the ic log clientside. | |||
| 2020-12-28 | Enable support for up to 6 SFX channels (#355) | in1tiate | |
| I'm somewhat confused as to why this wasn't enabled to begin with, since all the necessary code is here. Closes #306, and fixes the issue with realizations being cut off by other sounds. Co-authored-by: oldmud0 <oldmud0@users.noreply.github.com> | |||
| 2020-12-28 | Fix sounds and blips being muted forever on changing character (#345) | in1tiate | |
| Re-fix of #277. | |||
| 2020-12-28 | Merge pull request #340 from AttorneyOnline/path-traversal | oldmud0 | |
| Prevent path from escaping base. Truly the end of an era. Alexa, play ../../../../../../../../Users/Public/Music/Sample Music/Kalimba.mp3 | |||
| 2020-12-12 | Search for plugins in "lib" directory | in1tiate | |
| 2020-12-12 | Add QMake flags for "lib" directory | in1tiate | |
| 2020-11-17 | Merge pull request #342 from AttorneyOnline/charselect-sounds | oldmud0 | |
| Fix #277 (sounds in charselect) | |||
| 2020-11-17 | Fix SFX tooltip description (#343) | oldmud0 | |
| Fixes #290. Co-authored-by: stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> | |||
| 2020-11-17 | Merge pull request #341 from AttorneyOnline/settings-help | oldmud0 | |
| don't display the ? in the titlebar | |||
| 2020-11-16 | change the sfx tooltop description | stonedDiscord | |
| 2020-11-16 | move enter courtroom to the PV packet instead of just doing it when you ↵ | stonedDiscord | |
| click a character | |||
| 2020-11-16 | don't display the ? in the titlebar | stonedDiscord | |
| 2020-11-16 | filter path traversal | stonedDiscord | |
| 2020-11-16 | clean up path functions | stonedDiscord | |
| 2020-11-10 | Merge pull request #305 from Crystalwarrior/bugfix/blip-accuracy | oldmud0 | |
| More accurate/consistent blip rate functionality + punctuation slowdown fixes | |||
| 2020-11-10 | Merge pull request #335 from AttorneyOnline/white_space | oldmud0 | |
| * set no maximize flag on lobby * set no maximize flag on courtroom * set no maximize flag on charselect * stop them from dragging the charselect * stop them from dragging the courtroom * stop them from dragging the lobby Co-authored-by: stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> | |||
| 2020-11-10 | Add vertical offset feature (#333) | in1tiate | |
| 2020-11-09 | Reformat emote_mod logic (#307) | in1tiate | |
| Interjections should not force preanimation if 'Pre' is unchecked. | |||
| 2020-11-09 | Add context menu entry to stop music (#301) | in1tiate | |
| Also included in this commit are changes to the music packet handler that change the text from "has played a song" to "has stopped the music" in the case that the special "stop song" track is played, as well as a condition stopping music categories from triggering a music packet when double-clicked. Co-authored-by: oldmud0 <oldmud0@users.noreply.github.com> | |||
| 2020-11-07 | Merge pull request #312 from AttorneyOnline/fix-doubleclick | oldmud0 | |
| fix doubleclick server being buggy | |||
