mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-13 17:14:47 +01:00
[MIRROR] Enables 515 tests [MDB IGNORE] (#17725)
* Enables 515 tests (#71473) Random gc failures seem to be gone and savefile compatibility working in 515.1596. So let's try enabling this. Co-authored-by: John Willard <53777086+JohnFulpWillard@ users.noreply.github.com> * Enables 515 tests Co-authored-by: AnturK <AnturK@users.noreply.github.com> Co-authored-by: John Willard <53777086+JohnFulpWillard@ users.noreply.github.com> Co-authored-by: Tastyfish <crazychris32@gmail.com>
This commit is contained in:
@@ -6,5 +6,4 @@
|
||||
# Example:
|
||||
# 500.1337: runtimestation
|
||||
|
||||
# Commented out until 515 is fully ready
|
||||
# 515.1595: runtimestation
|
||||
515.1596: runtimestation
|
||||
|
||||
@@ -20,14 +20,6 @@
|
||||
/savefile/byond_version = MIN_COMPILER_VERSION
|
||||
#endif
|
||||
|
||||
// Temporary 515 block until it is completely compatible.
|
||||
// AnturK says there are issues with savefiles that would make it dangerous to test merge,
|
||||
// and so this check is in place to stop serious damage.
|
||||
// That being said, if you really are ready, you can give YES_I_WANT_515 to TGS.
|
||||
#if !defined(YES_I_WANT_515) && DM_VERSION >= 515
|
||||
#error We do not yet completely support BYOND 515.
|
||||
#endif
|
||||
|
||||
// 515 split call for external libraries into call_ext
|
||||
#if DM_VERSION < 515
|
||||
#define LIBCALL call
|
||||
|
||||
Reference in New Issue
Block a user