1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-09-02 02:27:56 +00:00

Commit Graph

  • 70a226207e Update README and versioning (#121) SquidDev 2019-02-19 14:49:13 +00:00
  • 257a35f3ed Merge pull request #120 from SquidDev-CC/feature/palette-improvements SquidDev 2019-02-19 10:59:35 +00:00
  • af01b9514b Split colours.rgb8 into colours.packRGB and colours.unpackRGB Lignum 2017-09-04 16:25:40 +02:00
  • 070fd1f2ff Add term.nativePaletteColo(u)r Lignum 2017-09-04 16:19:38 +02:00
  • fb59da2b06 Update GitHub templates, removing CC repo links SquidDev 2019-02-18 23:35:50 +00:00
  • 11e4d0de82 Fix turtle peripherals becoming desynced SquidDev 2019-02-18 23:28:51 +00:00
  • e46ab1e267 Revert some image optimisations SquidDev 2019-02-18 22:14:37 +00:00
  • d6e0f368df Handle managing computer inputs/outputs separatly SquidDev 2019-02-11 16:21:51 +00:00
  • 9f2884bc0f Several minor improvments to websockets SquidDev 2019-02-17 19:36:18 +00:00
  • 18d468e887 Fix building from a fresh setup SquidDev 2019-02-16 15:57:35 +00:00
  • 63f6735bb8 Attempt to reduce jar size a little SquidDev 2019-02-14 10:53:18 +00:00
  • ab6f0ccd16 Fix advanced modems not actually being advanced SquidDev 2019-02-12 18:11:04 +00:00
  • ae0f093e73 Strip \r from .readLine on binary handles SquidDev 2019-02-11 16:58:43 +00:00
  • e5f988e3fe Fix missing advanced turtle model when rendering SquidDev 2019-02-11 16:38:33 +00:00
  • 6ac1c0e944 Basic network visualiser feature/network-visualiser SquidDev 2019-02-11 09:05:27 +00:00
  • 12e82afad2 Bump Cobalt version to enable single-threading SquidDev 2019-02-10 21:46:52 +00:00
  • 6c2db93cbd Register item colour handlers on the event instead SquidDev 2019-02-10 09:55:06 +00:00
  • d5edbe700b Load turtle item models using a model loader SquidDev 2019-02-10 09:45:15 +00:00
  • 86ad43c3ab Fix peripheral direction not being set SquidDev 2019-02-07 23:00:08 +00:00
  • f450c0156b Recomment out a global SquidDev 2019-02-07 20:22:00 +00:00
  • 8abcfcb4ac Track turtle commands as server tasks SquidDev 2019-01-30 20:43:08 +00:00
  • f3cace1d03 Allow building without a git repository SquidDev 2019-01-28 14:05:30 +00:00
  • e1e5e898ab Make monitors use a concurrent map instead of a synchronized SquidDev 2019-01-25 22:59:01 +00:00
  • 3aa3852ff6 Some further improvements to BlockGeneric SquidDev 2019-01-25 22:03:44 +00:00
  • 709a6329c7 Fix all wireless modem blocks being advanced SquidDev 2019-01-25 00:12:49 +00:00
  • c9f05a2939 Make require a little more consistent with Lua 5.1 SquidDev 2019-01-23 18:50:17 +00:00
  • e41377f862 Handle connection errors on websockets Devilholk 2019-01-22 11:11:25 +00:00
  • d173787a94 Another backwards compat change v1.80pr1.14 SquidDev 2019-01-21 17:35:10 +00:00
  • d5aea26f3a Bump version SquidDev 2019-01-21 11:02:29 +00:00
  • 2681e578c4 Merge pull request #101 from SquidDev-CC/feature/no-ticking SquidDev 2019-01-21 08:29:42 +00:00
  • 1f498dcc73 Backwards compat patch for Plethora SquidDev 2019-01-20 16:16:02 +00:00
  • 83b01d35eb Make monitors non-ticking SquidDev 2019-01-20 15:35:48 +00:00
  • 8a7e651c99 Several miscellaneous changes SquidDev 2019-01-20 14:06:41 +00:00
  • 80a5759bae Make advanced modems non-ticking SquidDev 2019-01-20 09:34:15 +00:00
  • e8a4fbb4e3 Make TileCable non-ticking SquidDev 2019-01-19 22:12:47 +00:00
  • 0ce67afcc1 Be less strict in comparing upgrade crafting items SquidDev 2019-01-19 21:57:21 +00:00
  • a8dad23fa3 Begin investigations into reducing ticking of TEs SquidDev 2019-01-19 10:16:41 +00:00
  • 443e0f8f76 Remove FileSystemMount and rewrite JarMount SquidDev 2019-01-16 17:25:46 +00:00
  • a838595e1e Derive upgrade adjectives from its ID SquidDev 2019-01-14 10:42:13 +00:00
  • 61daab910e Simplify placement logic of various blocks SquidDev 2019-01-14 10:27:19 +00:00
  • 7fd19c43e9 Try to hide CommandCopy from most completions. SquidDev 2019-01-12 21:21:16 +00:00
  • ce0685c31f Move our message model to be closer to Forge's SquidDev 2019-01-12 19:42:34 +00:00
  • e33f852baa Store references to the registered items SquidDev 2019-01-12 19:01:32 +00:00
  • 227d5e9e69 Fix cables not rendering the breaking steps SquidDev 2019-01-12 18:33:59 +00:00
  • 1c648850ab Even more proxy pruning SquidDev 2019-01-12 18:20:16 +00:00
  • 63691707fc Move registration methods into a separate class SquidDev 2019-01-12 17:51:26 +00:00
  • 5d97b9c8f3 Utilise @Mod.EventBusSubscriber a little more SquidDev 2019-01-12 16:27:40 +00:00
  • 77666d7399 Some more minor cleanups SquidDev 2019-01-12 15:42:50 +00:00
  • ed69495b03 Bump version v1.80pr1.13 SquidDev 2019-01-11 21:13:51 +00:00
  • 66b61d4e9e Add a config option for HTTP timeout too SquidDev 2019-01-11 21:11:22 +00:00
  • 8dd084ac5c A couple of minor changes to HTTP limiting SquidDev 2019-01-11 12:07:56 +00:00
  • 932f8a44fc WIP: Http rework (#98) SquidDev 2019-01-11 11:33:05 +00:00
  • 101b3500cc Add back several more methods for Plethora SquidDev 2019-01-05 20:57:32 +00:00
  • a777801e15 Enable the debug library by default SquidDev 2019-01-05 20:18:30 +00:00
  • 0d6787641a Clean up our handling of configuration files SquidDev 2019-01-05 20:12:02 +00:00
  • 744bba300e A couple of enhancements to websockets SquidDev 2019-01-05 18:50:47 +00:00
  • 34d43d8273 Make entity in bounds selectors more restrictive SquidDev 2019-01-03 22:20:50 +00:00
  • 7bc9745c7a Remove redundant line in copyright header SquidDev 2019-01-03 11:02:11 +00:00
  • b414cba681 Add a method stub for OpenComputers SquidDev 2019-01-02 17:37:16 +00:00
  • 1c9110b927 Happy new year! SquidDev 2019-01-01 01:10:18 +00:00
  • 325459e336 Fix binary handles reading in multiples of 8192 SquidDev 2018-12-31 09:41:58 +00:00
  • ee3347afbd A whole bunch of refomatting SquidDev 2018-12-30 16:14:07 +00:00
  • 27aaec9a82 Move GUI constructors into the main GUI handler SquidDev 2018-12-29 17:13:10 +00:00
  • 929f23fd2d Share some map-like-item rendering code SquidDev 2018-12-29 16:42:02 +00:00
  • 8422a40c69 Revert a couple of changes to be backwards compatible SquidDev 2018-12-29 14:36:03 +00:00
  • ca334e7e5c A couple of minor reformats SquidDev 2018-12-29 14:01:00 +00:00
  • 54acf1d087 Sync computer state through TE data SquidDev 2018-12-29 12:38:19 +00:00
  • 42d3901ee3 Move from FMLEventChannel to SimpleNetworkWrapper SquidDev 2018-12-29 12:18:05 +00:00
  • f8b328a048 Move drop consumer code into a separate class SquidDev 2018-12-28 12:47:44 +00:00
  • 41a320e9a4 Move API registration into separate classes SquidDev 2018-12-10 23:46:50 +00:00
  • 57fb77d7fe Refactor common inventory code into a shared interface SquidDev 2018-12-28 11:39:59 +00:00
  • b59dcbfc0e Remove "client" turtle brains. SquidDev 2018-12-27 13:10:13 +00:00
  • 618c534d81 Move most recipe registration to JSON SquidDev 2018-12-27 12:16:11 +00:00
  • 26ba61097b Move several methods out of the proxy SquidDev 2018-12-27 11:58:08 +00:00
  • 2c87e66db8 Move several methods from TileGeneric to blocks SquidDev 2018-12-27 11:32:29 +00:00
  • f61f7df2d8 Replace "cable variant" with a block model SquidDev 2018-12-27 10:21:57 +00:00
  • 364d31465e Move modem code into separate packages SquidDev 2018-12-27 10:10:44 +00:00
  • 4c7ac50dd8 Fix a rather silly typo SquidDev 2018-12-27 09:09:37 +00:00
  • 37e25136ed Replace our ItemOverrideList overrides with property getters SquidDev 2018-12-26 18:33:55 +00:00
  • d9f03f3ec7 Make the test-file directory when running tests SquidDev 2018-12-26 10:53:56 +00:00
  • 4d5c52bc63 Replace WorldUtil methods with builtin alternatives SquidDev 2018-12-26 10:28:32 +00:00
  • a1c4a9fb58 Replace DirectionUtil methods with builtin equivalents SquidDev 2018-12-26 09:29:41 +00:00
  • 031f17c98e Remove a couple of redundant commands SquidDev 2018-12-26 09:21:33 +00:00
  • 4ead319092 Remove direct support for beginner's turtles SquidDev 2018-12-26 09:09:15 +00:00
  • dd6bab5413 Move some shared upgrade code into a base class SquidDev 2018-12-26 09:01:03 +00:00
  • 5b48a0fa5f Fix a couple of issues with FileSystemMounts SquidDev 2018-12-24 15:22:19 +00:00
  • 2032e7a83a Reformat everything SquidDev 2018-12-23 17:46:58 +00:00
  • 72b9d3d802 Add custom code style settings theoriginalbit 2018-03-30 18:16:27 +11:00
  • 70cb8ae16c Add back the previous widget methods for back compat SquidDev 2018-12-23 16:55:25 +00:00
  • 05a97a4f12 Bump version v1.80pr1.12 SquidDev 2018-12-20 18:19:43 +00:00
  • 8b86a954ee Replace RedstoneUtil.getRedstoneOutput with World's implementation SquidDev 2018-12-20 18:13:42 +00:00
  • 741ee447ca A wee bit of a cleanup of the API SquidDev 2018-12-17 21:33:49 +00:00
  • 3537f49ced Add a .luacheckrc file SquidDev 2018-12-17 18:07:15 +00:00
  • c3e4a4de5e Remove LuaJ SquidDev 2018-12-17 18:05:54 +00:00
  • 86569533e9 The big massive reformat SquidDev 2018-12-17 17:22:15 +00:00
  • e6850ab644 Update README.md (fixes #84) (#85) Drew Lemmy 2018-12-16 22:13:52 +00:00
  • 97c2421a22 Add a couple more modem methods for back compat SquidDev 2018-12-10 08:26:46 +00:00
  • f765b6a487 Set keyHandled on the terminal GUI SquidDev 2018-12-08 23:19:56 +00:00
  • 3e6f6467af Allow copying peripheral names from wired modems when attaching/detaching SquidDev 2018-11-29 12:21:14 +00:00
  • 7e6eb62504 Move the /computer command into the main computercraft command SquidDev 2018-11-29 11:57:52 +00:00