1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-24 22:23:21 +00:00
CC-Tweaked/src/main/java/dan200/computercraft/core/computer
SquidDev 48edcde4ef Fix handling of CC: T's version
We never added back replacing of ${version} strings, which means that CC
was reporting incorrect version numbers in _HOST, the user agent and
network versions. This meant we would allow connections even on
mismatched versions (#464).

We shift all version handling into ComputerCraftAPI(Impl) - this now
relies on Forge code, so we don't want to run it in emulators.
2020-06-19 18:49:27 +01:00
..
ApiWrapper.java Replace getMethodNames/callMethod with annotations (#447) 2020-05-15 13:21:16 +01:00
Computer.java Replace getMethodNames/callMethod with annotations (#447) 2020-05-15 13:21:16 +01:00
ComputerExecutor.java Replace getMethodNames/callMethod with annotations (#447) 2020-05-15 13:21:16 +01:00
ComputerSide.java Merge branch 'master' into mc-1.14.x 2020-01-13 15:05:50 +00:00
ComputerSystem.java Some API cleanup 2020-01-28 22:23:43 +00:00
ComputerThread.java Normalise config names 2020-05-15 23:04:04 +01:00
Environment.java Replace getMethodNames/callMethod with annotations (#447) 2020-05-15 13:21:16 +01:00
IComputerEnvironment.java Fix handling of CC: T's version 2020-06-19 18:49:27 +01:00
MainThread.java Happy new year 2020-01-01 00:09:18 +00:00
MainThreadExecutor.java Happy new year 2020-01-01 00:09:18 +00:00
TimeoutState.java Happy new year 2020-01-01 00:09:18 +00:00