Commit Graph

1496 Commits

Author SHA1 Message Date
Skye Deving
29354d919f Undo accidentally overwrite 2021-01-28 11:05:42 -06:00
Skye Deving
c7f8670794 Add test case for apng failed to detect from content 2021-01-28 11:05:42 -06:00
Skye Deving
517ebdf247 Add test case for auto detect of apng from png failing 2021-01-28 11:05:42 -06:00
Skye Deving
9363246ca1 Ignore tests with noci tag 2021-01-28 11:05:42 -06:00
Skye Deving
6e679056b5 Add tag for not running test in ci 2021-01-28 11:05:42 -06:00
Skye Deving
ed7863f2fc Add env variable to indicate no screen 2021-01-28 11:05:42 -06:00
Skye Deving
608d6dff61 Try to fix CI 2021-01-28 11:05:42 -06:00
Skye Deving
a8fdea09b0 Add test for detecting png animation 2021-01-28 11:05:42 -06:00
Skye Deving
bd5ed84c16 Add DISCORD compile definition to tests too 2021-01-28 11:05:42 -06:00
Skye Deving
f5110f758e Add DISCORD compile definition 2021-01-28 11:05:42 -06:00
Skye Deving
0064eb692f Check if copying libs over is unnecessary 2021-01-28 11:05:42 -06:00
Skye Deving
26887eff32 Check if the explicit linking is unnecessary 2021-01-28 11:05:42 -06:00
Skye Deving
cf0a18a513 Check if this is not required now 2021-01-28 11:05:42 -06:00
Skye Deving
7b7da4e391 Try fix build 2021-01-28 11:05:42 -06:00
Skye Deving
70cf57a870 Link against qapng 2021-01-28 11:05:42 -06:00
Skye Deving
8da71b6510 Install QtApng dependency 2021-01-28 11:05:42 -06:00
Skye Deving
be0fa26e85 Test seems to work if linking QtApng installed on system 2021-01-28 11:05:42 -06:00
Skye Deving
b3dd00270e Add info to failing test case 2021-01-28 11:05:42 -06:00
Skye Deving
341c658cde Test for both apng and APNG in supported image formats 2021-01-28 11:05:42 -06:00
Skye Deving
f1d12d17a0 Fix compile error
Forgot about passing rvalues
2021-01-28 11:05:42 -06:00
Skye Deving
7a1d6743e1 Refactor aopacket tests 2021-01-28 11:05:42 -06:00
Skye Deving
9c4f8dfc97 Create cmake.yml to run tests on github actions 2021-01-28 11:05:42 -06:00
Skye Deving
ba47b5d35e Update bass streaming test to include opus as well 2021-01-28 11:05:42 -06:00
Skye Deving
1fc6c85568 Add test for streaming with BASS 2021-01-28 11:05:42 -06:00
Skye Deving
337b056400 Add test for apng 2021-01-28 11:05:42 -06:00
Skye Deving
b1090d6e27 Add test for case loading 2021-01-28 11:05:42 -06:00
Skye Deving
640f12b3c7 Use target_sources 2021-01-28 11:05:42 -06:00
Skye Deving
fd5387caf8 Link a more relevant qt lib 2021-01-28 11:05:42 -06:00
Skye Deving
ac9dfe32c0 Enable build through CMakeLists 2021-01-28 11:05:42 -06:00
Skye Deving
07450e9fe8 Add tests aopacket 2021-01-28 11:05:42 -06:00
oldmud0
9c6e703bfc
Merge pull request #432 from AttorneyOnline/revert-416-fix/ghost-music-fade
Fix music fading being completely broken
2021-01-27 18:11:26 -06:00
oldmud0
580313cbcd
Merge pull request #429 from AttorneyOnline/fix/continuous-bg
Fix continuous playback being nonfunctional on non-CharLayer elements, and allow users to toggle the feature
2021-01-27 18:10:52 -06:00
oldmud0
7e180db1e6
Merge pull request #437 from oldmud0/update-themes
Update themes submodule
2021-01-27 18:09:23 -06:00
oldmud0
6de2105f2f
Merge pull request #438 from AttorneyOnline/feature/textspeed
Text crawl setting
2021-01-27 18:08:46 -06:00
oldmud0
e1214d49a9
Merge pull request #439 from AttorneyOnline/fix/optionsdialog
Fix some of the options dialog suckery
2021-01-27 18:08:32 -06:00
Crystalwarrior
0041352b18
Update src/aomusicplayer.cpp
Co-authored-by: oldmud0 <oldmud0@users.noreply.github.com>
2021-01-27 20:20:26 +03:00
Crystalwarrior
d1e7b2920b Refactor "text scrawl" to "text crawl" (sounds more simple to understand than scrawl tbh) 2021-01-27 20:05:06 +03:00
Crystalwarrior
9ebc0f9b54 Initialize blip_rate and blank_blip before the text message chat_tick is called instead of when reload_theme is pressed (more intuitive application of the settings) 2021-01-27 20:01:50 +03:00
Crystalwarrior
615901c435 Fix options dialog squishing and being annoying when we add more settings
Fix resizing the options dialog causing the save/cancel buttons to take up half the dialog box
Add suffixes to all gameplay tab spinboxes
Make size policy less suck
2021-01-27 20:00:44 +03:00
Crystalwarrior
1a3f500034 Update text scrawl tooltip info and spinbox suffix 2021-01-27 19:58:29 +03:00
Crystalwarrior
423fe3d3fe Add the setting for the text scrawl 2021-01-27 19:18:43 +03:00
Crystalwarrior
88cdf3c376 Fix a thing not being removed 2021-01-27 18:33:25 +03:00
Crystalwarrior
b040449f7f Redesign the text display speed delay to be more modular by introducing a "base display speed" variable 2021-01-27 18:20:56 +03:00
oldmud0
3767ae4c8a Update themes submodule 2021-01-26 21:09:46 -06:00
oldmud0
e3f11ebed3
Merge pull request #435 from AttorneyOnline/fix/css-resize
Call set_widgets() every time we select a character to prevent erroneously displaying courtroom with char_select's window size
2021-01-24 23:08:22 -06:00
Skye Deving
5d9309b1b3
Handle packet decoding separately for SC packet (#433)
Should fix special (escaped) characters not being parsed correctly in character list.
2021-01-24 18:26:39 -06:00
oldmud0
f4c359733a
Merge pull request #434 from skyedeving/debug-option
Add info for building with debug options
2021-01-24 18:18:24 -06:00
in1tiate
1aa9cef44c add set_widgets call to css 2021-01-24 09:09:37 -06:00
Skye Deving
94a0e4a7c3 Add info for building with debug options
It's been useful for using something like gdb for debugging
2021-01-24 00:00:20 -06:00
Crystalwarrior
b394eb84fa Revert "fix music fading being audible when volume is 0 (#416)"
This reverts commit 75c1df5312.
2021-01-24 04:25:42 +03:00