1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-02-18 20:10:05 +00:00
Jonathan Coates c4184a33bc
Rewrite our gametest system
This is a noisier diff than I'd like as this is just a direct copy from
the multi-loader branch.

 - Rename "ingame" package to "gametest"

 - Don't chain GameTestSequence methods - it's actually much cleaner if
   we just use Kotlin's implicit this syntax.

 - Use our work in 71f81e12013edf82e8a815c0938cbbb3a3c8c2e5 to write
   computer tests using Kotlin instead of Lua. This means all the logic
   is in one place, which is nice!

 - Add a couple more tests for some of the more error-prone bits of
   functionality.
2022-10-30 10:50:16 +00:00
..
2022-10-30 10:50:16 +00:00
2021-04-28 21:24:27 +01:00