Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-21 | IV electrolyzer for GT++ multi seems like it might be using a mistiered ↵ | DreamMasterXXL | |
material #5883 https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5883 | |||
2020-04-21 | Quantium Wires have no wiremill recipe #5888 | DreamMasterXXL | |
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5888 | |||
2020-04-21 | Quantium Wires have no wiremill recipe #5888 | DreamMasterXXL | |
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5888 (cherry picked from commit 331e17a788704e31c11f51ff9b312f478e7504e4) | |||
2020-04-21 | Quantium Wires have no wiremill recipe #5888 | DreamMasterXXL | |
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5888 | |||
2020-04-21 | Over-Generous LV Conveyor maceration recipe #5896 | DreamMasterXXL | |
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5896 | |||
2020-04-21 | Merge remote-tracking branch 'origin/cls' into test | DreamMasterXXL | |
2020-04-19 | Reduced log | bartimaeusnek | |
+ removed "isNice" easter egg + reduced loglines to log every 5% instead of every 1% + replaced Iterator for loop with enhanced for Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
2020-04-19 | Merge branch 'experimental' into test | DreamMasterXXL | |
2020-04-19 | add ArtificialLeather to more recipes | DreamMasterXXL | |
2020-04-19 | Refactored CLS support into an own Compat | bartimaeusnek | |
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
2020-04-19 | fix | jackowski626 | |
2020-04-19 | CLS not a dependency anymore | jackowski626 | |
Works through reflection now | |||
2020-04-19 | update item list and version tag | DreamMasterXXL | |
2020-04-19 | Merge remote-tracking branch 'origin/ReplicatorNERF' into test | DreamMasterXXL | |
2020-04-19 | Merge branch 'advanced-smd-chips' into test | DreamMasterXXL | |
2020-04-19 | Renamed Variables to be less misleading | bartimaeusnek | |
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
2020-04-19 | Foxed Gradle and var declaration | jackowski626 | |
2020-04-19 | Nerfed replicator | bartimaeusnek | |
+ added a config option + made TankSize of Replicator a bit nicer Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
2020-04-19 | CLS support | jackowski626 | |
OpenGL is a bit of a pita, wants only to be used in main thread. The easiest solution was to trigger CLS screen updates from GT. It is a soft dependency, if CLS isn't present, nothing breaks. | |||
2020-04-19 | Revert "CLS support" | jackowski626 | |
This reverts commit 76c7090220f83008b157eb4ae9e1541c9ac6c1ee. | |||
2020-04-19 | CLS support | jackowski626 | |
OpenGL is a bit of a pita, wants only to be used in main thread. The easiest solution was to trigger CLS screen updates from GT. It is a soft dependency, if CLS isn't present, nothing breaks. Second pr because cloned fresh repo or else it attributed not my changes to me | |||
2020-04-19 | More Polybenzimidazole (PBI) Uses in Higher Tier Recipes #5928 | DreamMasterXXL | |
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5928 | |||
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 (cherry picked from commit 5bf8bb0089b2ff37e549f827d6e0aeac064fd87d) | |||
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 | Use ThreadLocalRandom for RNG | Mogball | |
2020-04-18 | Merge branch 'experimental' into Growthmedium | DreamMasterXXL | |
# Conflicts: # build.properties | |||
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 | Revert "Use HashSet for machine block update and limit recursion depth" | Martin Robertz | |
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 | 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 |