1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-28 08:03:21 +00:00
CC-Tweaked/src/main/java/dan200/computercraft/core/apis
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
..
handles Merge branch 'mc-1.14.x' into mc-1.15.x 2020-06-16 09:24:14 +01:00
http Fix handling of CC: T's version 2020-06-19 18:49:27 +01:00
ApiFactories.java Merge branch 'master' into mc-1.14.x 2020-01-13 15:05:50 +00:00
ComputerAccess.java Replace getMethodNames/callMethod with annotations (#447) 2020-05-15 13:21:16 +01:00
FastLuaException.java Bump Cobalt version 2020-04-16 10:48:26 +01:00
FSAPI.java Replace getMethodNames/callMethod with annotations (#447) 2020-05-15 13:21:16 +01:00
HTTPAPI.java Make many more http options domain-specific 2020-05-15 23:04:04 +01:00
IAPIEnvironment.java Replace getMethodNames/callMethod with annotations (#447) 2020-05-15 13:21:16 +01:00
LuaDateTime.java Happy new year 2020-01-01 00:09:18 +00:00
OSAPI.java Replace getMethodNames/callMethod with annotations (#447) 2020-05-15 13:21:16 +01:00
PeripheralAPI.java Replace getMethodNames/callMethod with annotations (#447) 2020-05-15 13:21:16 +01:00
RedstoneAPI.java Replace getMethodNames/callMethod with annotations (#447) 2020-05-15 13:21:16 +01:00
TableHelper.java Replace getMethodNames/callMethod with annotations (#447) 2020-05-15 13:21:16 +01:00
TermAPI.java Replace getMethodNames/callMethod with annotations (#447) 2020-05-15 13:21:16 +01:00
TermMethods.java Replace getMethodNames/callMethod with annotations (#447) 2020-05-15 13:21:16 +01:00