mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
* possible to enter * movable proc and door crush * Update door.dm * backrooms * another proc instead of duplicate text * Update door.dm * vending too * remove the lag * fix roundstart * rust_g was out of date * Update MaintStation.dmm * Update machines.dm * Update machines.dm * Update dependencies.sh * Update machines.dm * Update change_turf.dm * Update change_turf.dm * fixes * Update change_turf.dm * Update change_turf.dm * Update random.dm * Update reagentgrinder.dm * Update reagentgrinder.dm * revert * own subsystem * cleanup * rename * fans * stuff * safe * Update maintrooms.dm * Update maintrooms.dm * Update maintrooms.dm * Update level_traits.dm * Update maintrooms.dm * Update maintrooms.dm * Update maintrooms.dm * Update rust_g.dll * helper * rename and shuffle * nope * fixed runtimes * Update subsystems.dm
25 lines
507 B
Bash
Executable File
25 lines
507 B
Bash
Executable File
#!/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=1633
|
|
|
|
#rust_g git tag
|
|
export RUST_G_VERSION=1.2.0-yogs2
|
|
|
|
#node version
|
|
export NODE_VERSION=14
|
|
export NODE_VERSION_PRECISE=14.16.1
|
|
|
|
# SpacemanDMM git tag
|
|
export SPACEMAN_DMM_VERSION=suite-1.8
|
|
|
|
# Python version for mapmerge and other tools
|
|
export PYTHON_VERSION=3.9.0
|
|
|
|
# Auxmos git tag
|
|
export AUXMOS_VERSION=7854a9e0170189b5293018286de91521c2054026
|