| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-18 | remove unused materials | DreamMasterXXL | |
| add gears to Cobalt and the Blue, Black and Red Steel (for the Oil Rig Recipes) fix spacing | |||
| 2020-04-18 | Merge branch 'experimental' into Growthmedium | DreamMasterXXL | |
| 2020-04-18 | remove ore and oil drill from gt and put it into core mod. | DreamMasterXXL | |
| 2020-04-18 | Merge pull request #268 from Mogball/threadLocalRand | Martin Robertz | |
| Use ThreadLocalRandom for RNG | |||
| 2020-04-18 | Use ThreadLocalRandom for RNG | Mogball | |
| 2020-04-18 | Merge branch 'experimental' into Growthmedium | DreamMasterXXL | |
| # Conflicts: # build.properties | |||
| 2020-04-18 | bump vresion | DreamMasterXXL | |
| 2020-04-17 | Merge pull request #266 from GTNewHorizons/experimentalMogballThreading | Martin Robertz | |
| Tried to make Mogballs Optimisation properly threaded | |||
| 2020-04-17 | Just in case? | Technus | |
| 2020-04-17 | Add more logging to shutdown | Technus | |
| 2020-04-17 | Remove old comment | Technus | |
| 2020-04-17 | Shutdown properly | Technus | |
| 2020-04-16 | disable threaded caching of mUpdate values | Technus | |
| 2020-04-15 | Merge 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-15 | Refactor to fixed thread pool executor | Technus | |
| Use actually something made for this task... | |||
| 2020-04-15 | Refactor to fixed thread pool executor | Technus | |
| Use actually something made for this task... | |||
| 2020-04-14 | crashfix | bartimaeusnek | |
| + Added a new Thread every time a world is loaded Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
| 2020-04-14 | shortened the code | bartimaeusnek | |
| + by using toUpdate as sync object Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
| 2020-04-14 | Made use of Thread.wait() | bartimaeusnek | |
| + shortened "causeMachineUpdate" method Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
| 2020-04-14 | Named the thread | bartimaeusnek | |
| + 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-14 | Merge branch 'experimental' into experimentalMogballThreading | bartimaeusnek | |
| 2020-04-14 | Tried to make Mogballs Optimisation properly threaded | bartimaeusnek | |
| Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
| 2020-04-13 | Merge pull request #265 from GTNewHorizons/revert-264-experimental | Martin Robertz | |
| Revert "Use HashSet for machine block update and limit recursion depth" | |||
| 2020-04-13 | Revert "Use HashSet for machine block update and limit recursion depth" | Martin Robertz | |
| 2020-04-13 | Merge pull request #264 from Mogball/experimental | Martin Robertz | |
| Use HashSet for machine block update and limit recursion depth | |||
| 2020-04-13 | remove recursion depth limit and nullcheck on instanceof | Mogball | |
| 2020-04-12 | Review comments | Mogball | |
| 2020-04-12 | Fix non GT tileentities should still propagate | Mogball | |
| 2020-04-12 | Use HashSet for machine block update and limit recursion depth | Mogball | |
| 2020-04-12 | fixes | Dream-Master | |
| 2020-04-11 | change recipes for Growthmedium and Bio Medium | Dream-Master | |
| 2020-04-11 | bump version | Dream-Master | |
| 2020-04-11 | Merge pull request #263 from GTNewHorizons/fixes | Martin Robertz | |
| Fixes | |||
| 2020-04-11 | Merge branch 'fixes2' into fixes | Dream-Master | |
| # Conflicts: # src/main/java/gregtech/loaders/postload/GT_MachineRecipeLoader.java # src/main/java/gregtech/loaders/preload/GT_Loader_MetaTileEntities.java | |||
| 2020-04-11 | add additionl recipe changes to the fix | Dream-Master | |
| 2020-04-10 | updated lib | bartimaeusnek | |
| Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
| 2020-04-10 | Merge remote-tracking branch 'origin/fixes' into fixes | bartimaeusnek | |
| 2020-04-10 | replaced magic numbers with string identifiers | bartimaeusnek | |
| Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
| 2020-04-10 | Merge branch 'experimental' into fixes | bartimaeusnek | |
| 2020-04-10 | UHV fixes | bartimaeusnek | |
| + updated tritanium color Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
| 2020-04-10 | different fixes | bartimaeusnek | |
| Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
| 2020-04-10 | Void 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-10 | renormalize line endings | bartimaeusnek | |
| Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
| 2020-04-10 | Added all Ores to Voidminer in DeepDark | bartimaeusnek | |
| + removed Infinity Ore Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
| 2020-04-10 | remove archivents from ore drill V and VI | Dream-Master | |
| 2020-04-10 | Merge pull request #261 from GTNewHorizons/VoidMinerAdjustments | Martin Robertz | |
| Removed T5 & T6 Miners | |||
| 2020-04-10 | Added API | bartimaeusnek | |
| Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
| 2020-04-10 | Removed T5 & T6 Miners | bartimaeusnek | |
| + 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-09 | Merge branch 'Ore-Oil_drill' into experimental | Dream-Master | |
| 2020-04-09 | change oredrill recipes and oil drill recipes | Dream-Master | |
