| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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-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 | |||
| 2020-11-05 | stop them from dragging the lobby | stonedDiscord | |
| 2020-11-05 | stop them from dragging the courtroom | stonedDiscord | |
| 2020-11-05 | stop them from dragging the charselect | stonedDiscord | |
| 2020-11-05 | set no maximize flag on charselect | stonedDiscord | |
| 2020-11-05 | set no maximize flag on courtroom | stonedDiscord | |
| 2020-11-05 | set no maximize flag on lobby | stonedDiscord | |
| 2020-11-01 | reset doubleclick flag on connect | scatterflower | |
| 2020-11-01 | Merge pull request #331 from AttorneyOnline/no-fantacrypt | oldmud0 | |
| Drop AO1 compatibility | |||
| 2020-10-31 | Merge pull request #309 from AttorneyOnline/fix-272 | oldmud0 | |
| When deciding to present evidence, check if we've already done so | |||
| 2020-10-31 | Merge pull request #319 from AttorneyOnline/in1tiate/music-missingno | oldmud0 | |
| Indicate when a song was not found to reduce confusion | |||
| 2020-10-13 | Fix missing #include, run clang-format | in1tiate | |
| 2020-10-13 | Add proper masking to AOImage elements | in1tiate | |
| 2020-10-09 | Inmplement suggested change | in1tiate | |
| 2020-10-09 | [MISSING] should be translatable | in1tiate | |
| 2020-10-09 | add indicator when song is not found | in1tiate | |
| 2020-10-04 | fix doubleclick server being buggy | scatterflower | |
| 2020-09-20 | Merge pull request #299 from AttorneyOnline/fix-283 | oldmud0 | |
| Fix shout sounds not being initialized from the default theme when current theme lacks them | |||
| 2020-09-19 | add variable check for evidence presenting | in1tiate | |
| 2020-09-11 | Merge pull request #298 from AttorneyOnline/fix-293 | oldmud0 | |
| Fix iniswap removal button disappearing on clicking 'reload theme' | |||
| 2020-09-11 | Lots 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. | |||
| 2020-09-11 | More accurate/consistent blip rate functionality inspired by ↵ | Crystalwarrior | |
| https://youtu.be/Min0hkwO43g | |||
| 2020-09-07 | Apply suggested change to remove need for additional function | in1tiate | |
| 2020-09-07 | Add 600ms rate limit to IC signal | in1tiate | |
| 2020-09-07 | Alter logic flow to include theme folders for shout sounds | in1tiate | |
| 2020-09-07 | Add dropdown function to set_widgets | in1tiate | |
| 2020-08-30 | Merge pull request #274 from AttorneyOnline/windrammer/fix-273-button-generator | oldmud0 | |
| Fix: Qt failing to paint a darker button if source image is indexed | |||
| 2020-08-28 | Set cache mode to "all" for both QMovie objects to preserve the client's ↵ | Crystalwarrior | |
| sanity by not horribly lagging them with zoom speedlines and other continuously animated elements. | |||
| 2020-08-25 | Merge pull request #276 from Crystalwarrior/bugfix/sprite-freedom | oldmud0 | |
| Allow non-png static image lookups | |||
| 2020-08-24 | Remove the ".png" check from the load_image lookup to allow non-(a) and (b) ↵ | Crystalwarrior | |
| images being used for static characters | |||
| 2020-08-23 | Fix: Qt failing to paint a darker button if source image is indexed | likeawindrammer | |
| By converting the image to an 8-bits per channel image with alpha channel we make sure the client won't fail painting a darker button, and keep the transparency if the source image had. | |||
| 2020-08-22 | Only reinitialize audio on device change | oldmud0 | |
| 2020-08-22 | Fix upward log scrolling down instead of up | oldmud0 | |
| Stop using upwards log. Seriously. No other program does this. | |||
| 2020-08-21 | remove slow loading | scatterflower | |
| 2020-08-21 | remove remaining traces of fantacrypt | scatterflower | |
| 2020-08-21 | remove fantacrypt | scatterflower | |
| 2020-08-19 | Reset BASS when switching devices; drop Qt Multimedia support (#262) | scatterflower | |
| * Allow changing audio device on the fly while in a server * Use default audio device if device in config doesn't exist * Automatically change audio device to default when current one is invalid * Destroy Qt Multimedia support It was decided that there was not enough attention being given to Qt Multimedia support to justify its continued maintenance simply as a libre alternative to BASS. While substantial changes to audio were being made in 2.8, the Qt Multimedia support code fell behind in disrepair. It's clear that there is no vested interest in implementing audio features twice for the sake of licensing. When it's time to switch to another audio library, it will be done unilaterally. * CI: Use BASS for Linux build Co-authored-by: oldmud0 <oldmud0@users.noreply.github.com> | |||
