mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-28 01:51:46 +00:00
* Adds basic support for multiple byond versions to build scripts. (#71283) You can now specify few named versions in `tools/build/dm_versions.json` file and either set them as default (overriding anything but env vars) or just use them with new --dm-version parameter. Makes juggling versions bit easier during testing. I'll look into adding support in sdmm so debugging is in line later. Co-authored-by: Aleksej Komarov <stylemistake@ gmail.com> * Adds basic support for multiple byond versions to build scripts. Co-authored-by: AnturK <AnturK@users.noreply.github.com> Co-authored-by: Aleksej Komarov <stylemistake@ gmail.com>