1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-07-02 10:03:32 +00:00
CC-Tweaked/src/main/java/dan200/computercraft/shared
SquidDev c78adb2cdc Several improvements to the computer thread rework
- TimeoutState uses nanoseconds rather than milliseconds. While this is
   slightly less efficient on Windows, it's a) not the bottleneck of Lua
   execution and b) we need a monotonic counter, otherwise we could
   fail to terminate computers if the time changes.
 - Add an exception handler to all threads.
 - Document several classes a little better - I'm not sure how useful
   all of these are, but _hopefully_ it'll make the internals a little
   more accessible.
2019-02-27 20:56:45 +00:00
..
command Shutdown computers in /computercraft shutdown 2019-02-27 13:49:07 +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 improvements to the computer thread rework 2019-02-27 20:56:45 +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