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/util
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
..
Colour.java Happy new year! 2019-01-01 01:10:18 +00:00
ColourTracker.java Happy new year! 2019-01-01 01:10:18 +00:00
ColourUtils.java Happy new year! 2019-01-01 01:10:18 +00:00
CreativeTabMain.java Happy new year! 2019-01-01 01:10:18 +00:00
CreativeTabTreasure.java Happy new year! 2019-01-01 01:10:18 +00:00
DefaultInventory.java Happy new year! 2019-01-01 01:10:18 +00:00
DefaultSidedInventory.java Happy new year! 2019-01-01 01:10:18 +00:00
DirectionUtil.java Add back several more methods for Plethora 2019-01-05 20:57:32 +00:00
DropConsumer.java Utilise @Mod.EventBusSubscriber a little more 2019-01-12 16:27:40 +00:00
Holiday.java Happy new year! 2019-01-01 01:10:18 +00:00
HolidayUtil.java Happy new year! 2019-01-01 01:10:18 +00:00
IDAssigner.java Even more proxy pruning 2019-01-12 18:23:22 +00:00
ImpostorRecipe.java Happy new year! 2019-01-01 01:10:18 +00:00
ImpostorShapelessRecipe.java Happy new year! 2019-01-01 01:10:18 +00:00
InventoryUtil.java Be less strict in comparing upgrade crafting items 2019-01-19 21:57:21 +00:00
IoUtil.java WIP: Http rework (#98) 2019-01-11 11:33:05 +00:00
NBTUtil.java Happy new year! 2019-01-01 01:10:18 +00:00
Palette.java Happy new year! 2019-01-01 01:10:18 +00:00
RecipeUtil.java Happy new year! 2019-01-01 01:10:18 +00:00
RecordUtil.java Move our message model to be closer to Forge's 2019-01-14 10:09:22 +00:00
RedstoneUtil.java Some further improvements to BlockGeneric 2019-01-25 22:03:44 +00:00
StringUtil.java Happy new year! 2019-01-01 01:10:18 +00:00
ThreadUtils.java Several improvements to the computer thread rework 2019-02-27 20:56:45 +00:00
TickScheduler.java Begin investigations into reducing ticking of TEs 2019-01-19 10:16:41 +00:00
ValidatingSlot.java Several minor improvements 2019-02-20 09:48:16 +00:00
WorldUtil.java Add back several more methods for Plethora 2019-01-05 20:57:32 +00:00