Commit Graph

  • 04f7640cd2 persist turtle upgrade information inside turtle item SirEdvin 2023-06-06 22:28:43 +0300
  • 84bbc321c4 Merge branch 'mc-1.19.x' of github.com:cc-tweaked/CC-Tweaked into mc-1.19.x SirEdvin 2023-06-06 22:14:15 +0300
  • 81c090c922 Revert "persist turtle upgrade information inside turtle item" SirEdvin 2023-06-06 22:14:09 +0300
  • 0187b8179d Merge branch 'mc-1.19.x' of github.com:SirEdvin/CC-Tweaked into mc-1.19.x SirEdvin 2023-06-06 22:07:30 +0300
  • 90ab2098cf persist turtle upgrade information inside turtle item SirEdvin 2023-06-06 22:02:29 +0300
  • c91bb5ac33
    Add support for proxying HTTP requests (#1461) Drew Edwards 2023-06-06 19:58:24 +0100
  • 48a1a94f2c
    Document ProxyType Jonathan Coates 2023-06-06 19:32:33 +0100
  • facd718537
    A couple of small tweaks Jonathan Coates 2023-06-06 09:37:44 +0100
  • 513110ac70 Merge remote-tracking branch 'upstream/mc-1.19.x' into lemmmy/http-proxy Drew Edwards 2023-06-04 16:14:42 +0100
  • 1f5476fa69 fix: ensure sslContext for HTTPS proxies Drew Edwards 2023-06-04 16:09:35 +0100
  • 22475d634e fix: proxy pw config on forge dedicated server Drew Edwards 2023-06-04 15:41:08 +0100
  • d45f2bfe80
    Fix channel names in colors documentation (#1467) Commandcracker 2023-06-04 14:10:04 +0200
  • 8fdef542c9
    Update to latest JEI Jonathan Coates 2023-06-04 12:49:46 +0100
  • 5d39d0889b resolved #1466 Commandcracker 2023-06-04 12:29:34 +0200
  • 6e7cbf25e8
    Clean up turtle/pocket computer item creation Jonathan Coates 2023-06-04 11:24:04 +0100
  • b742165880
    Merge branch 'cc-tweaked:mc-1.19.x' into mc-1.19.x Edvin 2023-06-03 23:21:23 +0300
  • b3f5505e1d Draft implemention of upgrade data passing from and to respectful items SirEdvin 2023-06-03 23:20:59 +0300
  • b691430889
    Clean up our thread creation code a little Jonathan Coates 2023-06-03 20:51:21 +0100
  • f0abb83f6e
    Eagerly create upgrade registries for Fabric Jonathan Coates 2023-06-03 19:01:07 +0100
  • 4d064d1552
    Document some of our client classes Jonathan Coates 2023-06-02 21:47:52 +0100
  • 12ca8583f4
    Add a couple of tests for HTTP Jonathan Coates 2023-06-02 20:57:45 +0100
  • 9cca908bff
    Better logging in the term code Jonathan Coates 2023-06-01 20:28:59 +0100
  • 5082b1677c
    Move MainThread config to its own class Jonathan Coates 2023-05-31 22:20:18 +0100
  • 590ef86c93
    Show an error message when editing read-only files Jonathan Coates 2023-05-31 19:32:35 +0100
  • b09200a270
    Fix breaking computers having no particle or sound Jonathan Coates 2023-05-31 19:18:19 +0100
  • 3ed69f8e77 Merge remote-tracking branch 'upstream/mc-1.19.x' into lemmmy/http-proxy Drew Edwards 2023-05-31 00:11:04 +0100
  • d3b39be9a8
    Fix enums not being added to config files Jonathan Coates 2023-05-30 22:20:47 +0100
  • cd3e802a95 chore: add missing copyright headers Drew Edwards 2023-05-30 21:03:29 +0100
  • 0b7012d48d feat: store proxy password in separate file Drew Edwards 2023-05-30 20:33:30 +0100
  • aeed137fde feat: HTTP proxy (closes #369) Drew Edwards 2023-05-30 18:55:25 +0100
  • 94293d4c65 Update docs in FabricComputerCraftAPI SirEdvin 2023-05-29 10:45:00 +0300
  • f56cb677ad Add specific fabric API for turtle and pocket upgrade serializers registration SirEdvin 2023-05-29 10:23:31 +0300
  • e153839a98
    Detect playing HTML files in speaker Jonathan Coates 2023-05-26 10:19:42 +0100
  • 842eb67e17
    Normalise line endings in the SanitisedError test Jonathan Coates 2023-05-25 09:49:40 +0100
  • ebed357f05
    Truncate longer error messages Jonathan Coates 2023-05-25 09:08:05 +0100
  • 9d16fda266
    Fix image links in Modrinth description Jonathan Coates 2023-05-24 22:32:46 +0100
  • 2ae14b4c08
    Add support for HTTP timeouts (#1453) Jonathan Coates 2023-05-23 23:32:16 +0100
  • fc9db67077
    Cleaner handling of websocket handshake Jonathan Coates 2023-05-23 23:02:49 +0100
  • 3ccff8759c
    Add support for HTTP timeouts Jonathan Coates 2023-05-23 22:08:52 +0100
  • 55ed0dc3ef
    Use UTC formats for the 12am os.date tests Jonathan Coates 2023-05-21 11:08:01 +0100
  • 3112f455ae
    Support arguments being coerced from strings Jonathan Coates 2023-05-20 18:52:21 +0100
  • e0216f8792
    Some core cleanup Jonathan Coates 2023-05-18 19:20:27 +0100
  • 03c794cd53
    Remove packet distance restriction for wired modems Jonathan Coates 2023-05-18 19:01:09 +0100
  • b91bca8830
    Merge pull request #1446 from Erb3/erb3-path-3 Jonathan Coates 2023-05-17 22:47:28 +0100
  • 90177c9f8b
    Convert to block comments Jonathan Coates 2023-05-17 22:21:38 +0100
  • 952674a161 Improve argument validation in colors.fromBlit Erlend 2023-05-17 20:20:53 +0200
  • 25ab7d0dcb Improve test for colors.fromBlit to show inverse Erlend 2023-05-17 20:16:47 +0200
  • 98ee37719d Improve documentation for colors.fromBlit and colors.toBlit Erlend 2023-05-17 20:09:59 +0200
  • e24b5f0888
    Make maximum upload file size configurable (#1417) khankul 2023-05-17 20:07:16 +0700
  • 090d17c528 Add tests for colors.fromBlit Erlend 2023-05-17 14:43:08 +0200
  • 427b49d068
    Fix formatting Jonathan Coates 2023-05-17 13:42:22 +0100
  • 470f2b098d
    Force LF for .kts files too Jonathan Coates 2023-05-17 13:27:54 +0100
  • b6f97c80ba
    Rgenerate data Jonathan Coates 2023-05-17 13:18:15 +0100
  • 722b870f98 fix #1367: Add `colors.fromBlit` Erlend 2023-05-17 14:02:21 +0200
  • 3bf29695fb
    Fix a couple of wee bugs Jonathan Coates 2023-05-07 10:07:27 +0100
  • 99e8cd29a1 Translations for Ukrainian Weblate 2023-05-07 06:02:55 +0000
  • 0b471b5da1
    Merge branch 'cc-tweaked:mc-1.19.x' into mc-1.19.x khankul 2023-05-07 03:20:23 +0700
  • 0e48ac1dfe
    Speed up JSON string parsing Jonathan Coates 2023-05-04 19:46:40 +0100
  • 232c051526
    Update to latest Fabric Jonathan Coates 2023-05-04 18:47:22 +0100
  • 34928257c6
    Merge pull request #1430 from Lupus590/patch-1 Jonathan Coates 2023-05-04 14:39:16 +0100
  • 5eb4a9033b
    Fix typo in docs Lupus590 2023-05-04 13:58:56 +0100
  • db2616d1c0
    Don't (metaphorically) explode on null explosions Jonathan Coates 2023-05-03 23:38:12 +0100
  • c0f982dc97
    Use correct model for the turtle modem Jonathan Coates 2023-05-03 23:34:22 +0100
  • 2a9f35de5e
    Backport several ROM/Lua commits Jonathan Coates 2023-05-03 23:24:49 +0100
  • 54b7366b2d
    Merge pull request #1421 from zyxkad/patch-1 Jonathan Coates 2023-04-23 17:20:44 +0100
  • d6751b8e3d
    Update TurtleAPI.java Kevin Z 2023-04-23 09:58:29 -0600
  • 3c710c362f Make uploadMaxSize load from server config khankul 2023-04-23 20:02:30 +0700
  • 00d42311dd Make requested changes khankul 2023-04-21 08:32:42 +0700
  • 17dff84f95 Make maximum upload file size configurable khankul 2023-04-20 16:23:06 +0700
  • 5d7cbc8c64
    Use Fabric's new SlottedStorage for inventory methods Jonathan Coates 2023-04-16 09:16:39 +0100
  • e8fd460935
    Fix arrow keys not working in the printout UI Jonathan Coates 2023-04-16 09:14:55 +0100
  • a0efe637d6
    Merge pull request #1414 from Erb3/mc-1.19.x Jonathan Coates 2023-04-16 09:13:47 +0100
  • f099b21f6f fix: on/off translation inverted Erlend 2023-04-15 16:21:53 +0200
  • 3920ff08ab
    Some README cleanup Jonathan Coates 2023-04-06 18:13:55 +0100
  • ccd7f6326a
    Allow GPS hosts to be closer together Jonathan Coates 2023-04-05 21:59:20 +0100
  • 1f3815039f
    Bump CC:T to 1.104.0 v1.19.4-1.104.0 Jonathan Coates 2023-04-05 20:50:01 +0100
  • eef67a04a4
    Handle duplicate pings received by gps.locate Jonathan Coates 2023-04-05 20:18:38 +0100
  • 7f3cc8d488
    Merge branch 'mc-1.19.x' into gps-fix Jonathan Coates 2023-04-01 11:31:02 +0100
  • 8fe509ecb1
    Properly scope IArguments to the current function call Jonathan Coates 2023-04-01 11:02:51 +0100
  • cbb3e88d76
    Relicense a couple more files Jonathan Coates 2023-03-31 18:21:20 +0100
  • 081953655c
    Turtle flags Jonathan Coates 2023-03-31 18:14:44 +0100
  • a9547d1d6f
    Further licensing work Jonathan Coates 2023-03-29 22:48:57 +0100
  • e876685f2a
    Put our bundled deps are on the classpath for gametests Jonathan Coates 2023-03-29 22:58:45 +0100
  • dbd47be432
    Detect common audio containers in "speaker" Jonathan Coates 2023-03-29 09:51:09 +0100
  • f93a33aa5e
    Bundle jzlib with our published jar Jonathan Coates 2023-03-29 09:30:29 +0100
  • e655c6d302
    Prevent use of shell as a hashbang program Jonathan Coates 2023-03-28 20:57:21 +0100
  • 7535972a30
    Fix pocket computers rendering as greyscale Jonathan Coates 2023-03-28 20:43:03 +0100
  • 435aea18dc
    Some cleanup to argument checking Jonathan Coates 2023-03-28 19:17:15 +0100
  • 8a203e7454
    Re-license several more files under MPL-2.0 Jonathan Coates 2023-03-28 10:23:28 +0100
  • ca279d410a
    Support __name inside cc.expect Jonathan Coates 2023-03-28 08:55:29 +0100
  • 5bb2e8e8cd
    Update Cobalt to 0.7 Jonathan Coates 2023-03-26 19:42:55 +0100
  • 0046b095b1
    Sort compounds in NBT lists for hashing (#1391) Drew Edwards 2023-03-26 17:49:52 +0100
  • 883b7ead0e
    Add a couple of extra tests Jonathan Coates 2023-03-26 16:53:32 +0100
  • 3017d966a6 fix: sort compounds in NBT lists for hashing Drew Edwards 2023-03-26 16:07:19 +0100
  • 82947a6e67
    A couple of CSS tweaks Jonathan Coates 2023-03-24 21:02:32 +0000
  • 504567292b Translations for French Weblate 2023-03-19 11:02:50 +0000
  • 1848d91646
    Merge pull request #1378 from MCJack123/patch-15 Jonathan Coates 2023-03-16 06:25:21 +0000
  • 06af3c7240
    Add more explanation on how `os.epoch("ingame")` works JackMacWindows 2023-03-16 01:28:12 -0400
  • 266182996d
    Publish Fabric jars to CF/Modrinth Jonathan Coates 2023-03-15 23:20:07 +0000
  • 986c65f56e
    Construct ILuaMachines in one go Jonathan Coates 2023-03-15 22:39:51 +0000