1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-10-01 00:10:47 +00:00
CC-Tweaked/src/main/java/dan200/computercraft/shared
SquidDev 67af7a698b Migrate the computer tasks into a separate thread
- Move state management (turnOn, shutdown, etc...) event handling and
   the command queue into a ComputerExecutor

 - This means the computer thread now just handles running "work" on
   computer executors, rather than managing a separate command queue +
   requeuing it.
2019-02-26 13:50:09 +00:00
..
command Several minor improvements 2019-02-20 09:48:16 +00:00
common Fix turtle peripherals becoming desynced 2019-02-18 23:28:51 +00:00
computer Migrate the computer tasks into a separate thread 2019-02-26 13:50:09 +00:00
datafix Happy new year! 2019-01-01 01:10:18 +00:00
integration Fix the other instance of the neighbour deprecation warning 2019-02-20 18:37:22 +00:00
media Happy new year! 2019-01-01 01:10:18 +00:00
network Several minor improvements 2019-02-20 09:48:16 +00:00
peripheral Several minor improvements 2019-02-20 09:48:16 +00:00
pocket Backwards compat patch for Plethora 2019-01-20 16:16:02 +00:00
proxy Move our message model to be closer to Forge's 2019-01-14 10:09:22 +00:00
turtle Fix turtle peripherals becoming desynced 2019-02-18 23:28:51 +00:00
util Several minor improvements 2019-02-20 09:48:16 +00:00
wired Happy new year! 2019-01-01 01:10:18 +00:00
BundledRedstone.java Happy new year! 2019-01-01 01:10:18 +00:00
Config.java Add a config option for HTTP timeout too 2019-01-11 21:11:22 +00:00
MediaProviders.java Happy new year! 2019-01-01 01:10:18 +00:00
Peripherals.java Happy new year! 2019-01-01 01:10:18 +00:00
PocketUpgrades.java Be less strict in comparing upgrade crafting items 2019-01-19 21:57:21 +00:00
Registry.java Backwards compat patch for Plethora 2019-01-20 16:16:02 +00:00
TurtlePermissions.java Move registration methods into a separate class 2019-01-12 17:51:26 +00:00
TurtleUpgrades.java Be less strict in comparing upgrade crafting items 2019-01-19 21:57:21 +00:00