mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 16:05:07 +00:00
## About The Pull Request Watermelon wanted a more informative error message for when trying to convert destructed userdata (left behind when qdeling a datum with a ref being held by a lua state) to a BYOND value. ## Why It's Good For The Game Better information for admin tooling is an obvious positive ## Changelog 🆑 admin: Dreamluau provides a more informative error message when trying to pass references to qdeleted datums back to BYOND. /🆑
35 lines
699 B
Bash
35 lines
699 B
Bash
#!/bin/sh
|
|
|
|
#Project dependencies file
|
|
#Final authority on what's required to fully build the project
|
|
|
|
# byond version
|
|
export BYOND_MAJOR=515
|
|
export BYOND_MINOR=1637
|
|
|
|
#rust_g git tag
|
|
export RUST_G_VERSION=3.3.0
|
|
|
|
#node version
|
|
export NODE_VERSION_LTS=20.13.0
|
|
# compatiblility mode MUST work with windows 7
|
|
export NODE_VERSION_COMPAT=20.2.0
|
|
|
|
# SpacemanDMM git tag
|
|
export SPACEMAN_DMM_VERSION=suite-1.9
|
|
|
|
# Python version for mapmerge and other tools
|
|
export PYTHON_VERSION=3.9.0
|
|
|
|
#dreamluau repo
|
|
export DREAMLUAU_REPO="tgstation/dreamluau"
|
|
|
|
#dreamluau git tag
|
|
export DREAMLUAU_VERSION=0.1.2
|
|
|
|
#hypnagogic repo
|
|
export CUTTER_REPO=spacestation13/hypnagogic
|
|
|
|
#hypnagogic git tag
|
|
export CUTTER_VERSION=v4.0.0
|