aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-08Merge pull request #382 from skyedeving/fix-more-leaksoldmud0
Fixing more leaks from orphaned QWidgets
2021-01-07Adopt the orphaned msgBox's and add delete on close attributeSkye Deving
2021-01-07Set delete on close attribute for orphaned widgetsSkye Deving
2021-01-07Adopt the scroll widget in the options dialogSkye Deving
2021-01-07Adopt the poor orphaned QWidgetsSkye Deving
2021-01-07Add QMenu delete on close attributes (#381)Skye Deving
Fixes a minor memory leak with context menu creation.
2021-01-07Set emote format to apng if png supports animation (#379)Skye Deving
2021-01-06Merge pull request #316 from AttorneyOnline/messageboxoldmud0
add BB packet for a MessageBox popup
2021-01-06Use call_error() for character load error messageoldmud0
2021-01-06Merge pull request #364 from AttorneyOnline/issue-templateoldmud0
Update issue templates
2021-01-06Merge pull request #362 from skyedeving/fix-casedoc-loadingoldmud0
Encode doc contents with hash sign
2021-01-06Merge pull request #377 from skyedeving/fix-has-apngoldmud0
Checking for apng should be lower case
2021-01-06Checking for apng should be lower caseSkye Deving
2021-01-05Merge pull request #369 from skyedeving/fix-showname-toggleoldmud0
Fix timestamps when toggling showname
2021-01-05Merge pull request #372 from skyedeving/add-music-streamingoldmud0
Add in support for streaming music with bass
2021-01-05Add in support for streaming music with bassSkye Deving
2021-01-04Merge pull request #370 from skyedeving/fix-evidence-loadingoldmud0
Sort case evidence numerically before adding in
2021-01-04Sort case evidence numerically before adding inSkye Deving
inventories get displayed lexigraphically too but it is assumed to not matter
2021-01-04Change default parameter to be QDateTime::currentDateTime()Skye Deving
Print debug message if provided timestamp is invalid
2021-01-04Fix timestamps when toggling shownameSkye 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-04Use 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-04Merge pull request #366 from AttorneyOnline/update-xcodeoldmud0
Use Xcode 12
2021-01-04use xcode 12stonedDiscord
2021-01-04Update bug_report.mdoldmud0
2021-01-04CI needs an extra include for bindstonedDiscord
2021-01-04Merge pull request #363 from skyedeving/aopacket-refactoroldmud0
Refactor AOPacket
2021-01-04add 3 second timer before OK shows upstonedDiscord
2021-01-04Update issue templatesstonedDiscord
github told me to do this
2021-01-04Add missing bassopus to the configure script (#361)Skye Deving
2021-01-04Encode doc contents with hash signSkye Deving
2021-01-04Refactor AOPacketSkye Deving
2021-01-03FL toggle for Y offset (#360)scatterflower
Use "y_offset" to enable the Y offset protocol extension.
2020-12-28Merge pull request #351 from in1tiate/in1tiate/sane-libsoldmud0
Search for libraries inside a dedicated "lib" folder (and notes on distributing future releases)
2020-12-28add library path instead of setting itin1tiate
Co-authored-by: oldmud0 <oldmud0@users.noreply.github.com>
2020-12-28Fix 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-28Enable 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-28Fix sounds and blips being muted forever on changing character (#345)in1tiate
Re-fix of #277.
2020-12-28Merge pull request #340 from AttorneyOnline/path-traversaloldmud0
Prevent path from escaping base. Truly the end of an era. Alexa, play ../../../../../../../../Users/Public/Music/Sample Music/Kalimba.mp3
2020-12-12Search for plugins in "lib" directoryin1tiate
2020-12-12Add QMake flags for "lib" directoryin1tiate
2020-11-17Merge pull request #342 from AttorneyOnline/charselect-soundsoldmud0
Fix #277 (sounds in charselect)
2020-11-17Fix SFX tooltip description (#343)oldmud0
Fixes #290. Co-authored-by: stonedDiscord <10584181+stonedDiscord@users.noreply.github.com>
2020-11-17Merge pull request #341 from AttorneyOnline/settings-helpoldmud0
don't display the ? in the titlebar
2020-11-16change the sfx tooltop descriptionstonedDiscord
2020-11-16move enter courtroom to the PV packet instead of just doing it when you ↵stonedDiscord
click a character
2020-11-16don't display the ? in the titlebarstonedDiscord
2020-11-16filter path traversalstonedDiscord
2020-11-16clean up path functionsstonedDiscord
2020-11-10Merge pull request #305 from Crystalwarrior/bugfix/blip-accuracyoldmud0
More accurate/consistent blip rate functionality + punctuation slowdown fixes
2020-11-10Merge pull request #335 from AttorneyOnline/white_spaceoldmud0
* 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>