Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-11 | Phtalic Acid name wrong #6232 | DreamMasterXXL | |
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/6232 | |||
2020-06-09 | Fixed NEI time value for Replicators | bartimaeusnek | |
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
2020-06-09 | MachineBlock runnable toggle | bartimaeusnek | |
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
2020-06-04 | Merge pull request #300 from moller21/cover_guis | Martin Robertz | |
Cover guis | |||
2020-06-03 | Merge pull request #295 from GTNewHorizons/LargeChemOC | Martin Robertz | |
Unified Large Chem reactor OC | |||
2020-06-01 | Added gui's for the rest of em covers. | moller21 | |
2020-05-31 | Remove Logging | Jason Mitchell | |
2020-05-31 | Only modify aStack when doDrain == true | Jason Mitchell | |
2020-05-27 | Unified Large Chem reactor OC | bartimaeusnek | |
related #294 Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
2020-05-16 | bee changes | DreamMasterXXL | |
Autoclave get a new input slot | |||
2020-05-12 | Fixed NPE during Worldgen | bartimaeusnek | |
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
2020-05-10 | Merge pull request #281 from moller21/coverguis2 | Martin Robertz | |
Cover GUI's take 2 | |||
2020-05-10 | Cover GUI: added fluid regulator, finished open on shiftrightclick. | moller21 | |
2020-05-06 | Cover gui: Right click to open instead take.2 | moller21 | |
2020-05-05 | Merge pull request #279 from GTNewHorizons/DropBartApi | Martin Robertz | |
Drop barts api | |||
2020-05-05 | Merge pull request #277 from moller21/LittleThings | Martin Robertz | |
Cleaned up Fluid display, rectangular cleanroom | |||
2020-05-04 | Drop barts api | Technus | |
2020-05-04 | Fix integer loopback in scanner averages | Technus | |
2020-05-04 | Added cover guis for pump/filter | moller21 | |
2020-05-03 | Clean up the fluid display thing. | moller21 | |
2020-04-23 | Buff infinity turbines #5970 | DreamMasterXXL | |
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5970 (cherry picked from commit 59c2be81ae501011488c3d5525adf380efe6ccef) | |||
2020-04-21 | Quantium Wires have no wiremill recipe #5888 | DreamMasterXXL | |
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5888 | |||
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 | Refactored CLS support into an own Compat | bartimaeusnek | |
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
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 | 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 | 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 | Use ThreadLocalRandom for RNG | Mogball | |
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 | |