| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-03-25 | Midi 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 | |||
| 2020-08-19 | Merge some various CI changes | oldmud0 | |
| Most importantly, Linux now targets Qt 5.9.5 with a self-built version of QtApng, which should fix the Qt version issues. | |||
| 2020-08-19 | Reset BASS when switching devices; drop Qt Multimedia support (#262) | scatterflower | |
| * Allow changing audio device on the fly while in a server * Use default audio device if device in config doesn't exist * Automatically change audio device to default when current one is invalid * Destroy Qt Multimedia support It was decided that there was not enough attention being given to Qt Multimedia support to justify its continued maintenance simply as a libre alternative to BASS. While substantial changes to audio were being made in 2.8, the Qt Multimedia support code fell behind in disrepair. It's clear that there is no vested interest in implementing audio features twice for the sake of licensing. When it's time to switch to another audio library, it will be done unilaterally. * CI: Use BASS for Linux build Co-authored-by: oldmud0 <oldmud0@users.noreply.github.com> | |||
| 2020-08-18 | CI: Fix nested base folders in artifact | oldmud0 | |
| 2020-08-18 | CI: Build QtApng on Linux | oldmud0 | |
| - Set lib as artifact instead of cache (to avoid race condition described in https://gitlab.com/gitlab-org/gitlab/-/issues/21409) - Delete _Unadapted folder and .git files when exporting artifact (yuck! should probably have never incorporated AO2-Themes as a separate repo; it should probably have stayed part of the vanilla repo.) | |||
| 2020-08-18 | CI: Pin Linux target to Ubuntu 16.04 (Qt 5.9.5) | oldmud0 | |
| 2020-07-30 | CI: Deploy entire base folder | oldmud0 | |
| Yes, all of it. | |||
| 2020-06-10 | Remove extraneous files; update themes submodule | oldmud0 | |
| - A preconfigured config.ini is probably not useful these days. There's an options menu now. - Removed gs4 background - already in vanilla pack. - Themes submodule should probably be configured to track master. Meh. Submodules can be so finicky. It probably doesn't belong in this repo anyway - it should be in the vanilla repo (currently invisible). | |||
| 2020-05-22 | Bring back CI changes and macOS support | oldmud0 | |
| 2020-05-22 | Full revert to tag 2.6.2 | oldmud0 | |
| Due to a countless number of changes made to the core that were not fully understood, tested, or documented, it was decided to roll everything back to the last known stable version (2.6.2). Changes dropped include: - Witness needed - Shake - Frame SFX - Multiple custom objections - Multithreaded thumbnail generation - Looping - Various translation additions - "Mirror IC" - Color in IC log - An invocation of clang-format Next time, work together and split your big fork into independently testable feature branches. | |||
| 2020-05-21 | Update CI pipeline for release | oldmud0 | |
| 2020-05-16 | CI: fix missing xz-utils | oldmud0 | |
| 2020-05-02 | CI: fix apt asking questions | oldmud0 | |
| 2020-02-24 | get the submodules too | sD | |
| 2020-02-23 | Revert "CI: Use Ubuntu image for Linux deploy" | sD | |
| This reverts commit 15efd0a68fe8fe4c29010dffa73b3eda50ddaa4c. | |||
| 2020-02-23 | CI: Use Ubuntu image for Linux deploy | sD | |
| i stole longbytes commit ehehe | |||
| 2020-02-23 | ok gitlab pls work | sD | |
| 2020-02-23 | what is wrong with gitlab | sD | |
| 2019-08-04 | *facepalm* | oldmud0 | |
| 2019-08-04 | try this again | stonedDiscord | |
| 2019-07-31 | Revert "make default clone compileable to improve new dev experience and ↵ | stonedDiscord | |
| switch to qt on linux" This reverts commit bf8aad33de3b326f3a36cad33ced5d3acd7f2c24. | |||
| 2019-07-31 | make default clone compileable to improve new dev experience and switch to ↵ | stonedDiscord | |
| qt on linux | |||
| 2019-07-27 | Add publish instructions to .gitlab-ci.yml | oldmud0 | |
| 2019-07-03 | CI: install dependencies not in builder container (?!) | oldmud0 | |
| 2019-03-29 | Add a bunch of scripts | oldmud0 | |
| 2019-02-10 | Add BASSOPUS to all target platforms | oldmud0 | |
| 2019-02-09 | Oh, so apparently the clang QtApng builds are for Mac... | oldmud0 | |
| 2019-02-09 | Move Ubuntu configure script to .gitlab-ci.yml | oldmud0 | |
| Sorry, Omni. I'll probably move everything back to shell scripts in the future. | |||
| 2019-02-09 | Add qtmultimedia5-dev | oldmud0 | |
| 2019-02-09 | clang-linux -> linux-clang | oldmud0 | |
| 2019-02-09 | Use clang-linux mkspec | oldmud0 | |
| 2019-02-09 | apt-get update | oldmud0 | |
| 2019-02-09 | Use latest Ubuntu for Linux builds | oldmud0 | |
| 2019-02-07 | Revert "Compile Linux build with Qt 5.4 instead of 5.9" | oldmud0 | |
| This reverts commit b8191f7745b70f3841f2dba90d6576f5d81cfe34 | |||
| 2019-02-07 | Compile Linux build with Qt 5.4 instead of 5.9 | oldmud0 | |
| 2019-02-07 | Granularize shared library deployment | oldmud0 | |
| 2019-02-06 | Fix final zip command in Windows deploy | oldmud0 | |
| 2019-02-06 | Use ubuntu instead of ruby or whatever GitLab CI defaults to | oldmud0 | |
| 2019-02-06 | Use apt-get instead of sudo apt-get on Windows deploy | oldmud0 | |
| 2019-02-06 | Add zip dependency to Windows deploy | oldmud0 | |
| 2019-02-06 | Add bin/ folder as artifact on Windows target | oldmud0 | |
| 2019-02-06 | One less `..` on copying bass.dll .gitlab-ci.yml | oldmud0 | |
| 2019-02-06 | Missing `cd bass` | oldmud0 | |
| 2019-02-06 | Use TARGET_SPEC in Windows build | oldmud0 | |
| 2019-02-06 | Move yet another line out of before_script | oldmud0 | |
| 2019-02-06 | Remove version commands from before_script | oldmud0 | |
| 2019-02-06 | Use a locally-sourced image for Windows builds | oldmud0 | |
| 2019-02-06 | Don't use sudo in .gitlab-ci.yml | oldmud0 | |
| 2019-02-06 | Try to fix anchors in .gitlab-ci.yml | oldmud0 | |
| 2019-01-25 | Add Windows static target to .gitlab-ci.yml (incomplete) | oldmud0 | |
