aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api/threads/GT_Runnable_MachineBlockUpdate.java
AgeCommit message (Expand)Author
2021-01-21Make sure the onServerTick event is actually called.Jason Mitchell
2021-01-18add comment as to onServerTick vs onWorldTickJason Mitchell
2021-01-18try/finallyJason Mitchell
2021-01-18Include getBlock and getBlockMetadata in the lockJason Mitchell
2021-01-18Do some locking around getTileEntity to avoid CMEs on the main threadJason Mitchell
2020-12-26Machine Block Update changesJason Mitchell
2020-12-21attempt fix cme on gt block updatebotn365
2020-06-12fix derpMartin Robertz
2020-06-12fixDreamMasterXXL
2020-06-12Revert "Revert "MachineBlock runnable toggle""DreamMasterXXL
2020-06-11Revert "MachineBlock runnable toggle"DreamMasterXXL
2020-06-09MachineBlock runnable togglebartimaeusnek
2020-04-17Just in case?Technus
2020-04-17Add more logging to shutdownTechnus
2020-04-17Remove old commentTechnus
2020-04-17Shutdown properlyTechnus
2020-04-15Merge branch 'experimentalMogballThreading' of https://github.com/GTNewHorizo...Technus
2020-04-15Refactor to fixed thread pool executorTechnus
2020-04-15Refactor to fixed thread pool executorTechnus
2020-04-14crashfixbartimaeusnek
2020-04-14shortened the codebartimaeusnek
2020-04-14Made use of Thread.wait()bartimaeusnek
2020-04-14Named the threadbartimaeusnek
2020-04-14Merge branch 'experimental' into experimentalMogballThreadingbartimaeusnek
2020-04-14Tried to make Mogballs Optimisation properly threadedbartimaeusnek
2020-04-13Revert "Use HashSet for machine block update and limit recursion depth"Martin Robertz
2020-04-13remove recursion depth limit and nullcheck on instanceofMogball
2020-04-12Review commentsMogball
2020-04-12Fix non GT tileentities should still propagateMogball
2020-04-12Use HashSet for machine block update and limit recursion depthMogball
2016-09-22Remove null checksMuramasa
2015-10-21Reformat codeShawn Buckley
2015-10-18Move source directoryShawn Buckley