aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-28Add a note to readme on the noci tag for disabling test on CISkye Deving
2021-01-28Add test resources in and enable testsSkye Deving
2021-01-28Refactor the test for detecting apng from pngSkye Deving
2021-01-28Undo accidentally overwriteSkye Deving
2021-01-28Add test case for apng failed to detect from contentSkye Deving
2021-01-28Add test case for auto detect of apng from png failingSkye Deving
2021-01-28Ignore tests with noci tagSkye Deving
2021-01-28Add tag for not running test in ciSkye Deving
2021-01-28Add env variable to indicate no screenSkye Deving
2021-01-28Try to fix CISkye Deving
2021-01-28Add test for detecting png animationSkye Deving
2021-01-28Add DISCORD compile definition to tests tooSkye Deving
2021-01-28Add DISCORD compile definitionSkye Deving
2021-01-28Check if copying libs over is unnecessarySkye Deving
2021-01-28Check if the explicit linking is unnecessarySkye Deving
2021-01-28Check if this is not required nowSkye Deving
2021-01-28Try fix buildSkye Deving
2021-01-28Link against qapngSkye Deving
2021-01-28Install QtApng dependencySkye Deving
2021-01-28Test seems to work if linking QtApng installed on systemSkye Deving
2021-01-28Add info to failing test caseSkye Deving
2021-01-28Test for both apng and APNG in supported image formatsSkye Deving
2021-01-28Fix compile errorSkye Deving
Forgot about passing rvalues
2021-01-28Refactor aopacket testsSkye Deving
2021-01-28Create cmake.yml to run tests on github actionsSkye Deving
2021-01-28Update bass streaming test to include opus as wellSkye Deving
2021-01-28Add test for streaming with BASSSkye Deving
2021-01-28Add test for apngSkye Deving
2021-01-28Add test for case loadingSkye Deving
2021-01-28Use target_sourcesSkye Deving
2021-01-28Link a more relevant qt libSkye Deving
2021-01-28Enable build through CMakeListsSkye Deving
2021-01-28Add tests aopacketSkye Deving
2021-01-27Merge pull request #432 from AttorneyOnline/revert-416-fix/ghost-music-fadeoldmud0
Fix music fading being completely broken
2021-01-27Merge pull request #429 from AttorneyOnline/fix/continuous-bgoldmud0
Fix continuous playback being nonfunctional on non-CharLayer elements, and allow users to toggle the feature
2021-01-27Merge pull request #437 from oldmud0/update-themesoldmud0
Update themes submodule
2021-01-27Merge pull request #438 from AttorneyOnline/feature/textspeedoldmud0
Text crawl setting
2021-01-27Merge pull request #439 from AttorneyOnline/fix/optionsdialogoldmud0
Fix some of the options dialog suckery
2021-01-27Update src/aomusicplayer.cppCrystalwarrior
Co-authored-by: oldmud0 <oldmud0@users.noreply.github.com>
2021-01-27Refactor "text scrawl" to "text crawl" (sounds more simple to understand ↵Crystalwarrior
than scrawl tbh)
2021-01-27Initialize blip_rate and blank_blip before the text message chat_tick is ↵Crystalwarrior
called instead of when reload_theme is pressed (more intuitive application of the settings)
2021-01-27Fix options dialog squishing and being annoying when we add more settingsCrystalwarrior
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-27Update text scrawl tooltip info and spinbox suffixCrystalwarrior
2021-01-27Add the setting for the text scrawlCrystalwarrior
2021-01-27Fix a thing not being removedCrystalwarrior
2021-01-27Redesign the text display speed delay to be more modular by introducing a ↵Crystalwarrior
"base display speed" variable
2021-01-26Update themes submoduleoldmud0
2021-01-24Merge pull request #435 from AttorneyOnline/fix/css-resizeoldmud0
Call set_widgets() every time we select a character to prevent erroneously displaying courtroom with char_select's window size
2021-01-24Handle packet decoding separately for SC packet (#433)Skye Deving
Should fix special (escaped) characters not being parsed correctly in character list.
2021-01-24Merge pull request #434 from skyedeving/debug-optionoldmud0
Add info for building with debug options