aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-07-01Tweaked missing image format warning (#994)Leifa
* Tweaked missing image format warning * Tweaked code format * run clang-format --------- Co-authored-by: stonedDiscord <Tukz@gmx.de>
2024-07-01Readme and script cleanup (#995)OmniTroid
* Ignore .idea * Ignore build dir too * Remove unused Windows Docker files * Remove somewhat cryptic launch.sh script * Remove kebab (javascript) * Remove outdated release_macos script and rename the most up-to-date one to macos_release * Clean up README.md and delete the other ones * Add preliminary configure script * Add hint in dependencies * Remove obsolete CONTRIBUTING.md * let's write the configure script later * Adding this is so supremely ironic that I can't even * Update QtApng repo * Actually we needed that * Add comment * Contact should be h2
2024-06-30Merge pull request #977 from AttorneyOnline/fix-areaswitch-bsLeifa
Fix characters not being hidden on displayable background change
2024-06-30Merge pull request #993 from lambdcalculus/masterLeifa
Fix incorrect error messages due to QPluginLoader
2024-06-30Merge pull request #991 from AttorneyOnline/ci-qt6Leifa
Change CI builds to Qt 6.5.3
2024-06-30Update readme to mention Qt6, not Qt5Salanto
2024-06-25Merge branch 'master' into ci-qt6stonedDiscord
2024-06-25Merge branch 'master' into masterstonedDiscord
2024-06-25Merge branch 'master' into fix-areaswitch-bsSalanto
2024-06-25Fix color-related UI not honoring chatbox setting (#984)in1tiate
Co-authored-by: Salanto <62221668+Salanto@users.noreply.github.com>
2024-06-25Merge branch 'master' into fix-areaswitch-bsSalanto
2024-06-24improve image formats checklambdcalculus
iterate over important formats, and add a message box
2024-06-25FORCESalanto
2024-06-25Update build.ymlSalanto
2024-06-25Fix windows tooSalanto
2024-06-25Update build.ymlSalanto
2024-06-25Cleanup instead of filterSalanto
2024-06-24Add filterSalanto
Should ignore all dot folders/files
2024-06-24remove unnecessary plugin loaderslambdcalculus
imageformats plugins are loaded automatically, we just need to check if they were actually loaded
2024-06-24Put all the themes where they belongSalanto
2024-06-24Put it in the right folderSalanto
2024-06-24Add themes to CI runSalanto
resolves #970
2024-06-24Removed option of fetching Apng since we no longer fetch it from the projectLeifa
2024-06-24Fix Linux archiving a tar inside a zipLeifa
2024-06-24Update apng final destination path, ...Leifa
* Update apng final destination path * Also remove the CI copying files to `imageformats` only to immediately start deleting everything inside of said directory
2024-06-24Relocate plugin final destination pathLeifa
2024-06-24Fetch APNG and build itLeifa
2024-06-24Remove APNG fetchingLeifa
2024-06-24Switch Linux to jurplel/install-qt and 6.5.3Salanto
2024-06-24Add build option for QtApng to CMake fileSalanto
2024-06-24Don't clone QApng in the CISalanto
2024-06-24Compile QtApng, not AO2-ClientSalanto
2024-06-24Reenable QtApngSalanto
2024-06-24Install imageformats mouduleSalanto
Kind of important.
2024-06-24Remove outdated parameter for windeployqtSalanto
2024-06-24Add Websockets module to Qt-installSalanto
2024-06-24Switch repo to jurplel/QtApng and comment it outSalanto
2024-06-24Switch QtApng repoSalanto
2024-06-24Bump CI build to Qt 6.5 LTSSalanto
2024-06-23Fix positions not being listed (#990)Leifa
2024-06-21Fix background scaling and centering (#982)Leifa
Fix #978
2024-06-18Explicitly set sane line spacing (#981)in1tiate
* Explicitly set sane line spacing * Update naming to reflect setting set by Format + fix memory leak Address memory leak --------- Co-authored-by: Salanto <62221668+Salanto@users.noreply.github.com>
2024-06-11remove accidentally included debug callsin1tiate
2024-06-11hide charlayers on area switch background changesin1tiate
only applicable on servers which send displayable background updates on area switch
2024-06-04Merge pull request #975 from AttorneyOnline/null-pixmap-regLeifa
Fix invalid file paths causing unexpected behavior
2024-06-03Added screen slide timerTrickyLeifa
* Added screen slide timer * Added so that the animation becomes interruptible.
2024-06-01remove bizarre obsolete delay from evidence present logicin1tiate
2024-05-31restore accurate slide bookendingin1tiate
2024-05-30restore old bg fallback behaviorin1tiate
2024-05-27fix effects continuing to be displayed when they shouldn'tin1tiate