aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-04use xcode 12stonedDiscord
2021-01-04Merge pull request #363 from skyedeving/aopacket-refactoroldmud0
Refactor AOPacket
2021-01-04Add missing bassopus to the configure script (#361)Skye 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>
2020-11-10Add vertical offset feature (#333)in1tiate
2020-11-09Reformat emote_mod logic (#307)in1tiate
Interjections should not force preanimation if 'Pre' is unchecked.
2020-11-09Add 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-07Merge pull request #312 from AttorneyOnline/fix-doubleclickoldmud0
fix doubleclick server being buggy
2020-11-05stop them from dragging the lobbystonedDiscord
2020-11-05stop them from dragging the courtroomstonedDiscord
2020-11-05stop them from dragging the charselectstonedDiscord
2020-11-05set no maximize flag on charselectstonedDiscord
2020-11-05set no maximize flag on courtroomstonedDiscord
2020-11-05set no maximize flag on lobbystonedDiscord
2020-11-01reset doubleclick flag on connectscatterflower
2020-11-01Merge pull request #331 from AttorneyOnline/no-fantacryptoldmud0
Drop AO1 compatibility
2020-10-31Merge pull request #309 from AttorneyOnline/fix-272oldmud0
When deciding to present evidence, check if we've already done so
2020-10-31Merge pull request #319 from AttorneyOnline/in1tiate/music-missingnooldmud0
Indicate when a song was not found to reduce confusion
2020-10-21Merge pull request #322 from AttorneyOnline/in1tiate/aoimage-maskingoldmud0
Add proper alpha masking to AOImage elements
2020-10-13Fix missing #include, run clang-formatin1tiate
2020-10-13Add proper masking to AOImage elementsin1tiate
2020-10-09Inmplement suggested changein1tiate
2020-10-09[MISSING] should be translatablein1tiate
2020-10-09add indicator when song is not foundin1tiate
2020-10-04fix doubleclick server being buggyscatterflower
2020-09-20Merge pull request #299 from AttorneyOnline/fix-283oldmud0
Fix shout sounds not being initialized from the default theme when current theme lacks them
2020-09-19add variable check for evidence presentingin1tiate
2020-09-11Merge pull request #298 from AttorneyOnline/fix-293oldmud0
Fix iniswap removal button disappearing on clicking 'reload theme'
2020-09-11Merge pull request #300 from AttorneyOnline/fix-287oldmud0
Add rate limit to pressing 'enter' in IC to prevent accidental blankposting
2020-09-11Revert the meme of instant text.Crystalwarrior
Instant text using }}} is not only meme-worthy in how limited it is in practice, it also makes the blip ticker completely confused how and when to play the blips (to make instant text possible, the entire system needs rewriting (again)
2020-09-11Lots of blip rate fixes:Crystalwarrior
Remove qElapsedTimer method of blip earrape protection due to major inconsistency issues with this method (the same message would produce wildly different blip sounds - consistency is preferred) More sophisticated blip earrape prevention is calculated in the chat ticker function itself, it also properly adjusts itself depending on the blip_rate used.