aboutsummaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2022-12-28Qt6 (#824)stonedDiscord
* Major cleanup of screenshake code * Add pre-5.10 support for screenshake math * more compat, uglier too * add surprise tool * we don't need inline functions * only run qsrand on old versions * Squash compiler warnings * >= not > please * don't set codec in qt6 * switch to new regex * remove qdesktopwidget (was unused) * make enter event an enter event * forgot header file * rename emote_mod enum as there is an enum of the same name in chat_message * regexp * no more codec * fix warning about emote_mod type * change to new qtconcurrent * misc was unused * fix run * change qtconcurrent for music * codecs came back * make CI run on qt6 too * seperate artifacts * qFormatLogMessage is wonky here * maybe actually use the qt version from matrix * change qt version here as well * even lower * use my own fixed installer * use my own fixed version of qapng * get websockets * minor spelling mistake * yOu nEeD aDdOnS * aaaaaaaaaaaaaaaaaaaaaaaaaaaaa * Revert "maybe actually use the qt version from matrix" This reverts commit 7ab6b1b4c2f1200318d52f325efd2ef46c3fbd6a. * Revert "Revert "maybe actually use the qt version from matrix"" This reverts commit a6f7c5bedf214a1992c15b296edd195f96a9196a. * use jurplels again * Revert "use jurplels again" This reverts commit 5795474bca64590f1479af3ccbf7d8cc57f427e7. * revert CI to master * main not master Co-authored-by: in1tiate <woodward.randall02+github@gmail.com>
2022-12-17Gitignore bin (#867)Caleb Mabry
* Adding MS * Ignore bin folder contents but keep folder * Undo a file change * On pull request
2022-12-04Fix CI on master due to CVE in zlib and changed BASS folder layout (#881)Salanto
* Bump zlib version * Libbass changed the folder structure, it seems. * Should update the rest too.
2022-08-14move themes into bin folder (#849)stonedDiscord
* as if this is going to work * use android libs and spec for android * install ndk and use clang over g++ * shut the fuck up * SHUT THE FUCK UP * shut up shut up shut up * get remove from favs button * move themes into bin folder * bin folder now already comes with repo * actually install old ndk version * Delete .gitlab-ci.yml * apply font for version
2022-08-08Android CI (#850)stonedDiscord
* as if this is going to work * use android libs and spec for android * install ndk and use clang over g++ * shut the fuck up * SHUT THE FUCK UP * shut up shut up shut up * actually install old ndk version * Delete .gitlab-ci.yml
2022-07-21Linux apng (#820)stonedDiscord
* copy qapng * correct case * delete folder from zip * build qapng without it crashing
2022-07-19Linux ci (#816)stonedDiscord
* turn off sized deallocation on desktop * add an easy launch script and tar it to keep the +x bit * too many spaces * add os name and fix linux deploy
2022-07-17Begone bot (#811)stonedDiscord
* this branch was dead * bot was more annoying than helpful
2022-06-15Shutup ci (#782)stonedDiscord
* stop magic number spam * forgot to remove avoid * Update .clang-format * yeet qt translations and unused image formats * also remove bearer and styles * remove another svg dll * create dmg on mac * forgot .app * delete folder after packing * skip runtime webkit and opengl * switch back to fixed qt setup * try installing the NDK * update discord rpc includes * enable discord in CI builds * copypaste lmao * windows doesn't have export * forgot the quotes * guess i'm not root * downgrade ubuntu * lets hope ubuntu 18 comes with android ndk * it doesn't * try to update libpng * script wasn't executable * downgrade android * typo * use qmake to enable discord * exit code 101 very funny qmake * its in defines not just true * can i use qmake like this? * add discord * exclude android from discord * android runs on linux after all
2022-06-02Update build.yml (#775)oldmud0
2022-05-24GitHub android ci (#767)stonedDiscord
* try this matrix thing * syntax error * use my own qt installer so it actually works * allow changing path * whoops cant have it twice * get the right version of discord rpc * get correct bass * try to fix windows * overwrite bass files * forgot to delete these * here's your version bro * what did we even use catch2 for?? * linux doesnt have a c folder * android bass * switch from cmake to qmake * opus dylib * we don't install * put bass in a subfolder so we don't build the stupid examples * was using wrong arch for android * fix up gitignore * get correct artifact folder * lets hope qmake will ignore the ABI for all the other platforms * use platform name for artifact * copy dlls into bin folder * lmao i yeeted the folder * create folder * use more recent mingw * windows uses dlls * 2017 doesn't work * our libs are 64 bit * install msvc * shitty ms documentation * ok ms * wrong directory for deploy * copy apng * use correct image for msvc2019 * deploy android * 32bit windows it is * adroideploy * try this * Update build.yml * move libs * armeabi-v7a * fix android build files * only get linux bass for linux * don't try to install discord on android * deploy mac * get rid of double permission warning * define filename for APK * add mac dependencies * put android bass in the correct folder * mac apng * android apng * remove old CI * ask for storage permissions * qt bug .......... * update clang-tidy-review * update everything * fuck you lukka * fuck you jurplel for merging that shitty PR that broke everything * give it what it wants * Update clang-tidy-review.yml * github is failing it because it's too big * wait for the user and request a proper permission string * underscore moment * use write external storage instead * try this instead * 082 fails with docker again
2022-03-25Midi music (#614)stonedDiscord
* add bassmidi everywhere but CI * hello CI please don't ban me from github * add lib and open midi files with the lib * overlooked windows CI * yes, overwrite everything * add tracker support * add file formats that bass supports * forgot .mid smh * load all plugins in one function
2022-03-01try this reviewer (#668)stonedDiscord
* try this reviewer * test the reviewer with a very bad piece of code * it can't handle spaces * run cmake to find all the files * file go brr haha * cmake needs qt installed * rename file once again * use windows * also doesn't like brackets * can't use windows * install qt the linux way * try using cmake this way * cmon cmake * install qt before running cmake * forgot catch2 * need to install as root * add build dir * delete test file * fix 3 warnings * enable clazy * Revert "fix 3 warnings" This reverts commit 7e64d4a546c397b5b69554ccf6765bf0a068f695. * disable 3 warnings * add a bracket for readability * install clazy before * get qt 5 real * try lukkas cmake modules * dupe courtroom again to test clang-tidy * courtroom.cpp was a mistake * remove magic number warning
2021-02-02Enable GitHub Actions for all branchesoldmud0
2021-01-28Rename push workflowSkye Deving
2021-01-28Disable workflow trigger to make hopefully make it workSkye Deving
2021-01-28Get QtApngSkye Deving
2021-01-28Use the relative paths to be compatible with the bash shellSkye Deving
2021-01-28Use dynamic discord-rpc and copy libs to release folderSkye Deving
2021-01-28Remove unnecessary .zip extension to the nameSkye Deving
2021-01-28Upload the release folderSkye Deving
2021-01-28Remove listing directorySkye Deving
2021-01-28Fix pathSkye Deving
2021-01-28Add in extensionSkye Deving
2021-01-28Attempt to deploySkye Deving
2021-01-28Rename to zip since artifact is a zipSkye Deving
2021-01-28Upload the right artifactSkye Deving
2021-01-28Use the x64 bass libSkye Deving
2021-01-28Add lib as wellSkye Deving
2021-01-28Copy the bass x64 dllSkye Deving
2021-01-28Copy the dynamic dll over as wellSkye Deving
2021-01-28Fix paths and remove envSkye Deving
2021-01-28Try using win32Skye Deving
2021-01-28Copy the dynamic libSkye Deving
2021-01-28Fix typoSkye Deving
2021-01-28Grab discord-rpc tooSkye Deving
2021-01-28Change the copySkye Deving
2021-01-28Renable build and copy more bassSkye Deving
2021-01-28Make this just install qt for cacheSkye Deving
2021-01-28Remove unneeded optionSkye Deving
2021-01-28Remove sudoSkye Deving
2021-01-28Install Catch2Skye Deving
2021-01-28Try using proper cmake stepsSkye Deving
2021-01-28Maybe using cmake will workSkye Deving
2021-01-28Grab bass dependencySkye Deving
2021-01-28Attempt to do things againSkye Deving
2021-01-28Add new step for compilerSkye Deving
2021-01-28Change the windows againSkye Deving
2021-01-28Try to invoke the bat file betterSkye Deving
2021-01-28Attempt to use different qt installerSkye Deving