Files
Bubberstation/dependencies.sh
SkyratBot 357150d50e [MIRROR] Change the word filter configuration to allow providing reasons, fix emotes not working in filters, and implement separate OOC/IC/PDA filters (#8406)
* Change the word filter configuration to allow providing reasons, fix emotes not working in filters, and implement separate OOC/IC/PDA filters (#61606)

* Change the word filter configuration to allow providing reasons, fix emotes not working in filters, and implement separate OOC/IC/PDA filters

Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
2021-09-26 14:26:51 +01:00

22 lines
517 B
Bash

#!/bin/sh
#Project dependencies file
#Final authority on what's required to fully build the project
# byond version
export BYOND_MAJOR=514
export BYOND_MINOR=1557 #SKYRAT EDIT CHANGE - Compiler failure due to insufficent memory when running previous builds.
#rust_g git tag
export RUST_G_VERSION=0.5.0
#node version
export NODE_VERSION=12
export NODE_VERSION_PRECISE=12.22.4
# SpacemanDMM git tag
export SPACEMAN_DMM_VERSION=suite-1.7.1
# Python version for mapmerge and other tools
export PYTHON_VERSION=3.6.8