1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-08-25 23:12:18 +00:00

Commit Graph

  • e2447bb0fd
    Fix path to Fabric mod icon Jonathan Coates 2022-11-20 17:31:14 +00:00
  • 2255d49d16
    Update to latest Fabric Jonathan Coates 2022-11-20 16:05:28 +00:00
  • 3fa39b5f98 Translations for Russian (ru_ru) Weblate 2022-11-20 13:16:06 +00:00
  • 08df68dcc0
    Generate en_us.json via datagen Jonathan Coates 2022-11-20 13:00:43 +00:00
  • 8f92417a2f
    Add a system for client-side tests (#1219) Jonathan Coates 2022-11-18 23:57:25 +00:00
  • b58b9b7df3
    Fix several issues with the Fabric API jar Jonathan Coates 2022-11-18 23:19:39 +00:00
  • 8d2e150f05
    Various improvements to packaging Jonathan Coates 2022-11-17 09:26:57 +00:00
  • 8152f19b6e
    Fabric lol Jonathan Coates 2022-11-10 19:32:13 +00:00
  • b2b58892e3
    Minor fixes and cleanup Jonathan Coates 2022-11-10 17:15:03 +00:00
  • 8360e8234d
    Post multi-loader cleanup Jonathan Coates 2022-11-10 15:48:26 +00:00
  • 77624fc6fd
    Update project paths in our utility build scripts Jonathan Coates 2022-11-10 09:12:28 +00:00
  • 1d335f7290
    Add a couple of errorprone plugins Jonathan Coates 2022-11-10 00:03:09 +00:00
  • f04acdc199
    Split CC:T into common and forge projects Jonathan Coates 2022-11-09 23:58:56 +00:00
  • bdf590fa30
    Clean up data generators a little Jonathan Coates 2022-11-09 22:02:47 +00:00
  • 0c4fd2b29e
    Make the shader mod system a little more flexible Jonathan Coates 2022-11-09 21:05:27 +00:00
  • 8a7156785d
    Refactor turtle actions for easier multi-loader support Jonathan Coates 2022-11-09 20:50:43 +00:00
  • 4d50b48ea6
    Remove all references to the ComputerCraft class Jonathan Coates 2022-11-09 20:10:24 +00:00
  • 48285404b9
    Move the rendering monitor code to the client side Jonathan Coates 2022-11-09 19:52:29 +00:00
  • b36b96e0bc
    Make the main mod non-null by default Jonathan Coates 2022-11-09 18:58:31 +00:00
  • 34c7fcf750
    Refactor the turtle model code a little Jonathan Coates 2022-11-09 17:21:29 +00:00
  • cc73fcd85d
    Move many Forge-specific methods behind PlatformHelper Jonathan Coates 2022-11-09 14:41:46 +00:00
  • 22729f6f16
    Abstract our our use of Forge's tags Jonathan Coates 2022-11-09 10:59:05 +00:00
  • 55494b7671
    Rewrite how we do inventory transfers Jonathan Coates 2022-11-08 21:31:17 +00:00
  • 7d47b219c5
    Access capabilities using PlatformHelper Jonathan Coates 2022-11-08 17:44:06 +00:00
  • 320007dbc6
    Improve packaging of published jars Jonathan Coates 2022-11-08 16:43:27 +00:00
  • 0908acbe9b
    Move all event handlers to a common class Jonathan Coates 2022-11-08 10:46:09 +00:00
  • e8f9cdd221
    Attach capabilities to our BlockEntities externally Jonathan Coates 2022-11-06 22:26:07 +00:00
  • 53abe5e56e
    Make net code more multi-loader friendly Jonathan Coates 2022-11-06 20:12:32 +00:00
  • 564752c8dd
    Flesh out our registry abstraction layer Jonathan Coates 2022-11-06 18:27:21 +00:00
  • 6d665ad841
    Rename Registry to ModRegistry Jonathan Coates 2022-11-06 17:14:53 +00:00
  • 9cd728fea9
    Update parse-reports to handle new paths Jonathan Coates 2022-11-06 17:01:07 +00:00
  • 1c890e5a5c
    Fix typo in speaker documentation (#1209) Oliver Caha 2022-11-06 19:33:46 +01:00
  • 955b9c7d28
    Default Forge/Common API to non-null Jonathan Coates 2022-11-06 15:50:24 +00:00
  • 76710eec9d
    Move our public API into separate modules Jonathan Coates 2022-11-06 15:07:13 +00:00
  • d8e2161f15
    Move website source/build logic to projects/web Jonathan Coates 2022-11-06 13:37:07 +00:00
  • c82f37d3bf
    Switch the core library to be non-null by default Jonathan Coates 2022-11-06 11:55:26 +00:00
  • c8c128d335
    Switch the core-api to be non-null by default Jonathan Coates 2022-11-06 10:28:49 +00:00
  • acc254a1ef
    Move dan200.computercraft.core into a separate module Jonathan Coates 2022-11-04 22:31:56 +00:00
  • a17b001950
    Move the core API into a separate module Jonathan Coates 2022-11-04 21:41:59 +00:00
  • e4e528e5bf
    Prepare dan200.computercraft.core for splitting off Jonathan Coates 2022-11-04 19:56:45 +00:00
  • 6cc86b0ae5
    Exclude the previous commit from git blame Jonathan Coates 2022-11-03 23:44:27 +00:00
  • f478c4ffc4
    Reformat everything Jonathan Coates 2022-11-03 23:43:14 +00:00
  • 7df0412c2d
    Bump CC:T to 1.101.1 v1.19.2-1.101.1 Jonathan Coates 2022-11-03 20:32:31 +00:00
  • 998efcc950
    Move our test thread scheduler into the main jar Jonathan Coates 2022-11-03 20:29:48 +00:00
  • 45c5de73bb
    Correctly register turtle refuel handlers Jonathan Coates 2022-11-03 20:25:59 +00:00
  • c919011a7e
    Check for valid nSender field on RedNet message receive (#1200) Alessandro Proto 2022-11-03 09:40:37 +01:00
  • 0f1f5247ca
    Merge branch 'mc-1.18.x' into mc-1.19.x Jonathan Coates 2022-11-02 09:55:10 +00:00
  • 0db32bd0fe
    Merge branch 'mc-1.16.x' into mc-1.18.x Jonathan Coates 2022-11-02 09:55:10 +00:00
  • 1d3ecb551d
    Improvee changelog Jonathan Coates 2022-11-02 07:58:31 +00:00
  • aefda6a381
    Fix a couple of issues with the release process Jonathan Coates 2022-11-01 21:52:49 +00:00
  • c1bf9f0b24
    Prepare the public API for multi-loader support v1.19.2-1.101.0 Jonathan Coates 2022-11-01 21:05:24 +00:00
  • 629abb65e3
    Merge branch 'mc-1.18.x' into mc-1.19.x Jonathan Coates 2022-11-01 20:11:36 +00:00
  • 11ac865877
    Merge branch 'mc-1.16.x' into mc-1.18.x v1.18.2-1.101.0 Jonathan Coates 2022-11-01 20:07:15 +00:00
  • 6b93fafc46
    Bump CC:T to 1.101.0 v1.16.5-1.101.0 Jonathan Coates 2022-11-01 20:01:21 +00:00
  • 1acb8441ec
    Add a couple of tests for file autocompletion Jonathan Coates 2022-11-01 19:22:07 +00:00
  • 4b0988768d
    Add include_hidden option to fs.complete (#1194) Ivo Leal 2022-11-01 14:50:15 +00:00
  • f528046535
    Add a whole bunch of missing @since annotations Jonathan Coates 2022-10-31 20:09:47 +00:00
  • 93f747fb54
    Fix incorrect reboot tooltip Jonathan Coates 2022-10-31 20:08:50 +00:00
  • 5d4c34fbac
    Merge branch 'mc-1.16.x' into mc-1.18.x Jonathan Coates 2022-10-31 18:03:33 +00:00
  • 4c5b3a6ee5
    Clear Origin header on websockets Jonathan Coates 2022-10-31 17:46:02 +00:00
  • 7701b343fb
    Make PartialOptions immutable Jonathan Coates 2022-10-31 09:08:39 +00:00
  • 14cb97cba1
    Sort NBT when writing Jonathan Coates 2022-10-30 16:47:26 +00:00
  • 1490ca8624
    Bump Cobalt version Jonathan Coates 2022-10-30 13:56:39 +00:00
  • f5b89982de
    Don't unnecessarily scroll in edit run wrapper (#1195) Jonathan Coates 2022-10-30 15:17:33 +00:00
  • 1a87175ae7
    Be a little more rigorous in KotlinLuaMachine's threading Jonathan Coates 2022-10-30 11:44:01 +00:00
  • c4184a33bc
    Rewrite our gametest system Jonathan Coates 2022-10-30 10:50:16 +00:00
  • b3702fed78
    Remove all Minecraft references from the core package Jonathan Coates 2022-10-30 09:20:26 +00:00
  • b5056fc3b8
    Merge branch 'mc-1.18.x' into mc-1.19.x Jonathan Coates 2022-10-30 09:06:40 +00:00
  • 38b2c944f3
    Merge branch 'mc-1.16.x' into mc-1.18.x Jonathan Coates 2022-10-30 08:49:52 +00:00
  • 5ee5b11995
    Fix month and day names under Java 17 Jonathan Coates 2022-10-29 23:54:35 +01:00
  • b2d2153258
    Add several missing version annotations Jonathan Coates 2022-10-29 22:49:45 +01:00
  • 3d6ef0cf96
    Fix peripheral API using the wrong methods Jonathan Coates 2022-10-29 22:47:31 +01:00
  • 71f81e1201
    Move some test support code into testFixtues Jonathan Coates 2022-10-29 18:17:02 +01:00
  • 1e88d37004
    Add peripheral_hub type for wired-modem-like peripherals (#1193) Jonathan Coates 2022-10-29 16:03:05 +01:00
  • 97387556fe
    Handle file transfers inside CraftOS (#1190) Jonathan Coates 2022-10-29 12:01:23 +01:00
  • 1f910ee2ba
    Use a separate object for tracking TickScheduler state Jonathan Coates 2022-10-28 23:40:55 +01:00
  • a9ef874174
    Regenerate assets using our new JSON printer Jonathan Coates 2022-10-26 18:38:20 +01:00
  • a2911038c5
    Merge branch 'mc-1.18.x' into mc-1.19.x Jonathan Coates 2022-10-26 09:49:51 +01:00
  • 158850be09
    Some Java-17ification Jonathan Coates 2022-10-25 22:58:31 +01:00
  • be827a21db
    Merge branch 'mc-1.16.x' into mc-1.18.x Jonathan Coates 2022-10-25 22:36:21 +01:00
  • 562f224c01
    Refactor out our JEI plugin into reusable components Jonathan Coates 2022-10-25 19:26:44 +01:00
  • f45614175a
    Some improvements to Javadoc publishing Jonathan Coates 2022-10-25 19:17:55 +01:00
  • af7af615c7
    Correctly shut down computer threads Jonathan Coates 2022-10-25 09:30:09 +01:00
  • 8171578e80
    Some minor build system improvements Jonathan Coates 2022-10-24 19:21:08 +01:00
  • f4e542b4db
    Use our global logger instead of per-class ones Jonathan Coates 2022-10-23 16:13:08 +01:00
  • 3e3bc8d4b1
    Fix a whole bunch of GH action issues Jonathan Coates 2022-10-22 21:21:33 +01:00
  • b48f590b92
    Merge branch 'feature/gradle-vice' into mc-1.16.x Jonathan Coates 2022-10-22 21:13:50 +01:00
  • 6ab90dc30d
    Convert build script to Kotlin Jonathan Coates 2022-10-22 21:09:08 +01:00
  • 0cfdd7b5e9
    Move some more build logic to buildSrc Jonathan Coates 2022-10-22 20:47:47 +01:00
  • af5d816798
    Use spotless for enforcing licenses Jonathan Coates 2022-10-22 17:47:39 +01:00
  • 57cf6084e2
    Manage ComputerThread's lifecycle in ComputerContext Jonathan Coates 2022-10-22 14:36:25 +01:00
  • e9cde9e1bf
    Refactor out main thread tasks into an interface Jonathan Coates 2022-10-22 14:12:46 +01:00
  • 68da044ff2
    Merge branch 'feature/new-metrics' into mc-1.16.x Jonathan Coates 2022-10-22 12:21:41 +01:00
  • 18d9993fa7
    Merge branch 'feature/more-datagen' into mc-1.16.x Jonathan Coates 2022-10-22 12:04:07 +01:00
  • 0c3de1087e
    Switch to vanilla's model data generators Jonathan Coates 2022-10-22 11:55:30 +01:00
  • ff89e5feeb
    Some datagen improvements Jonathan Coates 2022-10-22 10:48:30 +01:00
  • 0b26ab366d
    Rewrite the metrics system Jonathan Coates 2022-10-22 01:35:04 +01:00
  • cb9731306c
    Give up on ComputerThreadTest being accurate Jonathan Coates 2022-10-22 00:29:24 +01:00
  • 5d833ac634
    Expose getters for the detail registry too (#1188) Jonathan Coates 2022-10-22 00:42:07 +01:00
  • 9db3e6d2a0
    Load the CC API with services loaders Jonathan Coates 2022-10-21 23:50:44 +01:00