in1tiate
b159ca35df
Fix sounds and blips being muted forever on changing character ( #345 )
...
Re-fix of #277 .
2020-12-28 00:49:50 -06:00
oldmud0
8ed373597b
Merge pull request #340 from AttorneyOnline/path-traversal
...
Prevent path from escaping base.
Truly the end of an era.
Alexa, play ../../../../../../../../Users/Public/Music/Sample Music/Kalimba.mp3
2020-12-28 00:48:00 -06:00
oldmud0
b155ab8488
Merge pull request #342 from AttorneyOnline/charselect-sounds
...
Fix #277 (sounds in charselect)
2020-11-17 15:51:33 -06:00
oldmud0
0356165d82
Fix SFX tooltip description ( #343 )
...
Fixes #290 .
Co-authored-by: stonedDiscord <10584181+stonedDiscord@users.noreply.github.com>
2020-11-17 15:49:10 -06:00
stonedDiscord
fa083923f9
change the sfx tooltop description
2020-11-16 15:17:49 +01:00
stonedDiscord
0c382eea7d
move enter courtroom to the PV packet instead of just doing it when you click a character
2020-11-16 15:13:33 +01:00
stonedDiscord
6e58b6a943
don't display the ? in the titlebar
2020-11-16 15:06:25 +01:00
stonedDiscord
548eae95f2
filter path traversal
2020-11-16 14:49:28 +01:00
stonedDiscord
10298230ce
clean up path functions
2020-11-16 14:32:04 +01:00
oldmud0
4eb45ef2b0
Merge pull request #305 from Crystalwarrior/bugfix/blip-accuracy
...
More accurate/consistent blip rate functionality + punctuation slowdown fixes
2020-11-10 14:07:45 -06:00
oldmud0
fe3b16829f
Merge pull request #335 from AttorneyOnline/white_space
...
* 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 08:56:45 -06:00
in1tiate
fe3224d7e8
Add vertical offset feature ( #333 )
2020-11-10 08:43:18 -06:00
in1tiate
1502a18593
Reformat emote_mod logic ( #307 )
...
Interjections should not force preanimation if 'Pre' is unchecked.
2020-11-09 15:05:21 -06:00
in1tiate
5aee23d56b
Add context menu entry to stop music ( #301 )
...
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-09 14:47:51 -06:00
oldmud0
2d398c3237
Merge pull request #312 from AttorneyOnline/fix-doubleclick
...
fix doubleclick server being buggy
2020-11-07 19:11:43 -06:00
stonedDiscord
2dbedf5163
stop them from dragging the lobby
2020-11-05 23:27:58 +01:00
stonedDiscord
1e1ada7437
stop them from dragging the courtroom
2020-11-05 23:27:49 +01:00
stonedDiscord
0a5e5582a3
stop them from dragging the charselect
2020-11-05 23:27:43 +01:00
stonedDiscord
c1dfb4928c
set no maximize flag on charselect
2020-11-05 23:17:30 +01:00
stonedDiscord
997462ad54
set no maximize flag on courtroom
2020-11-05 23:17:22 +01:00
stonedDiscord
c49ce181c9
set no maximize flag on lobby
2020-11-05 23:17:15 +01:00
scatterflower
a46c7ca8f6
reset doubleclick flag on connect
2020-11-01 13:35:57 -06:00
oldmud0
dd085c8958
Merge pull request #331 from AttorneyOnline/no-fantacrypt
...
Drop AO1 compatibility
2020-11-01 12:32:48 -06:00
oldmud0
93f370b062
Merge pull request #309 from AttorneyOnline/fix-272
...
When deciding to present evidence, check if we've already done so
2020-10-31 18:26:38 -05:00
oldmud0
e0e2898393
Merge pull request #319 from AttorneyOnline/in1tiate/music-missingno
...
Indicate when a song was not found to reduce confusion
2020-10-31 18:26:10 -05:00
in1tiate
f4cdb3954f
Fix missing #include, run clang-format
2020-10-13 18:52:23 -05:00
in1tiate
38d5fc7586
Add proper masking to AOImage elements
2020-10-13 15:42:06 -05:00
in1tiate
5fc87a93d2
Inmplement suggested change
2020-10-09 20:17:23 -05:00
in1tiate
74c15447b5
[MISSING] should be translatable
2020-10-09 10:24:03 -05:00
in1tiate
f00801feb6
add indicator when song is not found
2020-10-09 10:22:58 -05:00
scatterflower
f91fc5739c
fix doubleclick server being buggy
2020-10-04 01:41:23 -05:00
oldmud0
849f91d991
Merge pull request #299 from AttorneyOnline/fix-283
...
Fix shout sounds not being initialized from the default theme when current theme lacks them
2020-09-20 09:13:24 -05:00
in1tiate
48f8d8aa27
add variable check for evidence presenting
2020-09-19 04:12:40 -05:00
oldmud0
aa6f073ea8
Merge pull request #298 from AttorneyOnline/fix-293
...
Fix iniswap removal button disappearing on clicking 'reload theme'
2020-09-11 22:19:53 -05:00
Crystalwarrior
d00d0769a9
Lots of blip rate fixes:
...
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 23:38:36 +03:00
Crystalwarrior
8cc067dee4
More accurate/consistent blip rate functionality inspired by https://youtu.be/Min0hkwO43g
2020-09-11 22:17:13 +03:00
in1tiate
6c2010a1cf
Apply suggested change to remove need for additional function
2020-09-07 14:53:17 -05:00
in1tiate
311e260d65
Add 600ms rate limit to IC signal
2020-09-07 13:38:10 -05:00
in1tiate
4562bcd82f
Alter logic flow to include theme folders for shout sounds
2020-09-07 13:00:59 -05:00
in1tiate
48c7984d66
Add dropdown function to set_widgets
2020-09-07 12:40:22 -05:00
oldmud0
fe5128280c
Merge pull request #274 from AttorneyOnline/windrammer/fix-273-button-generator
...
Fix: Qt failing to paint a darker button if source image is indexed
2020-08-30 13:34:28 -05:00
Crystalwarrior
e2e3b28de8
Set cache mode to "all" for both QMovie objects to preserve the client's sanity by not horribly lagging them with zoom speedlines and other continuously animated elements.
2020-08-28 15:48:01 +03:00
oldmud0
090e82421d
Merge pull request #276 from Crystalwarrior/bugfix/sprite-freedom
...
Allow non-png static image lookups
2020-08-25 16:36:56 -05:00
Crystalwarrior
18a9bcfe19
Remove the ".png" check from the load_image lookup to allow non-(a) and (b) images being used for static characters
2020-08-24 20:22:13 +03:00
likeawindrammer
d1ac36d3c2
Fix: Qt failing to paint a darker button if source image is indexed
...
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-23 13:58:30 -06:00
oldmud0
8dcddf289f
Only reinitialize audio on device change
2020-08-22 15:33:08 -05:00
oldmud0
48675f00d0
Fix upward log scrolling down instead of up
...
Stop using upwards log. Seriously. No other program does this.
2020-08-22 15:17:48 -05:00
scatterflower
565a3cce89
remove slow loading
2020-08-21 15:52:07 -05:00
scatterflower
3f999455a9
remove remaining traces of fantacrypt
2020-08-21 15:36:31 -05:00
scatterflower
c0316ded85
remove fantacrypt
2020-08-21 15:30:54 -05:00