aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-18Merge pull request #268 from Mogball/threadLocalRandMartin Robertz
Use ThreadLocalRandom for RNG
2020-04-18Use ThreadLocalRandom for RNGMogball
2020-04-18bump vresionDreamMasterXXL
2020-04-17Merge pull request #266 from GTNewHorizons/experimentalMogballThreadingMartin Robertz
Tried to make Mogballs Optimisation properly threaded
2020-04-17Just in case?Technus
2020-04-17Add more logging to shutdownTechnus
2020-04-17Remove old commentTechnus
2020-04-17Shutdown properlyTechnus
2020-04-16disable threaded caching of mUpdate valuesTechnus
2020-04-15Merge branch 'experimentalMogballThreading' of ↵Technus
https://github.com/GTNewHorizons/GT5-Unofficial into experimentalMogballThreading # Conflicts: # src/main/java/gregtech/api/threads/GT_Runnable_MachineBlockUpdate.java
2020-04-15Refactor to fixed thread pool executorTechnus
Use actually something made for this task...
2020-04-15Refactor to fixed thread pool executorTechnus
Use actually something made for this task...
2020-04-14crashfixbartimaeusnek
+ Added a new Thread every time a world is loaded Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-04-14shortened the codebartimaeusnek
+ by using toUpdate as sync object Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-04-14Made use of Thread.wait()bartimaeusnek
+ shortened "causeMachineUpdate" method Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-04-14Named the threadbartimaeusnek
+ actually use the right method (and not the old one lol) + Interrupted the Thread onServerAboutToStop Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-04-14Merge branch 'experimental' into experimentalMogballThreadingbartimaeusnek
2020-04-14Tried to make Mogballs Optimisation properly threadedbartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-04-13Merge pull request #265 from GTNewHorizons/revert-264-experimentalMartin Robertz
Revert "Use HashSet for machine block update and limit recursion depth"
2020-04-13Revert "Use HashSet for machine block update and limit recursion depth"Martin Robertz
2020-04-13Merge pull request #264 from Mogball/experimentalMartin Robertz
Use HashSet for machine block update and limit recursion depth
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
2020-04-11bump versionDream-Master
2020-04-11Merge pull request #263 from GTNewHorizons/fixesMartin Robertz
Fixes
2020-04-11Merge branch 'fixes2' into fixesDream-Master
# Conflicts: # src/main/java/gregtech/loaders/postload/GT_MachineRecipeLoader.java # src/main/java/gregtech/loaders/preload/GT_Loader_MetaTileEntities.java
2020-04-11add additionl recipe changes to the fixDream-Master
2020-04-10updated libbartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-04-10Merge remote-tracking branch 'origin/fixes' into fixesbartimaeusnek
2020-04-10replaced magic numbers with string identifiersbartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-04-10Merge branch 'experimental' into fixesbartimaeusnek
2020-04-10UHV fixesbartimaeusnek
+ updated tritanium color Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-04-10different fixesbartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-04-10Void miner adjustments (#262)bartimaeusnek
* Added all Ores to Voidminer in DeepDark + removed Infinity Ore Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * renormalize line endings Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-04-10renormalize line endingsbartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-04-10Added all Ores to Voidminer in DeepDarkbartimaeusnek
+ removed Infinity Ore Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-04-10remove archivents from ore drill V and VIDream-Master
2020-04-10Merge pull request #261 from GTNewHorizons/VoidMinerAdjustmentsMartin Robertz
Removed T5 & T6 Miners
2020-04-10Added APIbartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-04-10Removed T5 & T6 Minersbartimaeusnek
+ Added BW Compat for easier use of BW Materials in code + Removed DD Veins Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-04-09Merge branch 'Ore-Oil_drill' into experimentalDream-Master
2020-04-09change oredrill recipes and oil drill recipesDream-Master
2020-04-09fix archivementDream-Master
ore drill 5 and 6
2020-04-09put all Oil and oredrill recipes to Assembler/asslineDream-Master
2020-04-07update version remove oredrill entryDream-Master
2020-04-07change Texture of the Ore drill casings a bitDream-Master
2020-04-07Merge branch 'Ore-Drilling-T5+T6' of ↵Technus
https://github.com/GTNewHorizons/GT5-Unofficial into Ore-Drilling-T5+T6 # Conflicts: # src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_OreDrillingPlant5.java # src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_OreDrillingPlant6.java
2020-04-07Set textures and adjust casing block register rangeTechnus