Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-13 | Merge pull request #493 from johnch18/bufferFix2 | Martin Robertz | |
Made higher tier buffers attempt to move multiple stacks/tick | |||
2021-05-13 | Merge pull request #515 from GTNewHorizons/files_format | Martin Robertz | |
Normalize all repository files format | |||
2021-04-29 | fix(charcoalpit): stop the igniter from capturing right-click (#517) | Léa Gris | |
The Charcoal-Pit Igniter has no GUI but was needlessly capturing player's right-clicks. It was an inconvenience when right-clicking on the pit's ceiling because when reaching the Igniter, the right-click was captured and player needed to sneak to place a log block under the Igniter. | |||
2021-04-27 | Remove debug print statement in ScanPipes | Jason Mitchell | |
2021-04-27 | fix(textfiles): add missing neline at end of files | Léa Gris | |
git and diff tools will complain if text file does not end with a newline. Fixed all text files in the repository with Linux bash shell: ```sh git ls-files -z | while IFS= read -rd '' f; do mime="$(file --brief --mime "$f")"; if [ -z "${mime##text/*}" ]; then tail -c1 "$f" | read -r _ || printf '\n' >>"$f"; fi; done ``` | |||
2021-04-26 | Rescan for oil fields after chunk range config change. | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-04-24 | cleanup(todo): remove done todo tasks mentions | Léa Gris | |
WAILAPlugins has been updated to the new solar boiler interface. Deprecated methods are left behind for backward compat with older plugins. Rebase from experimental | |||
2021-04-24 | Optimize config code | Glease | |
1. Reuse same config across all solar boilers of the same class 2. Remove shading of config field in subclass Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-04-24 | fixes(solarboiler): integer math, waila plugin interface, config | Léa Gris | |
- Fix integer math of getProductionPerSecond by moving the multiplier ahead. - Fix and deprecate WAILAPlugins interface by returning ratio adjusted values. - Simplify the inner Config class. | |||
2021-04-24 | impr(solarboilers): abstracted the config | Léa Gris | |
2021-04-24 | fix(solarboilers): fixes and QOL improvements | Léa Gris | |
- Change run-time counter from seconds to ticks since solar boilers are ticking every 10 ticks, or 0.5 second. - Prevent run-time counter from overflowing Integer.MAX_VALUE ticks. - Fix missing check of available steam before pushing to output. - Fix the cool-down rate that broke in GTNH 2.1.0.6. - Make the solar boilers entirely configurable. | |||
2021-04-24 | impr(solarboilers): configurable solar boilers | Léa Gris | |
2021-04-24 | refactor(solarboilers): reorganise cleanup factorise code | Léa Gris | |
2021-04-24 | Fix solar boiler heat up speed | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-04-14 | Fix waila display for solar boilers | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-04-13 | Fix solar boiler outputting to wrong direction | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-04-12 | Fixed algorithm, updated flavor text. | charles | |
2021-04-10 | Fix ME output bus | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-04-10 | Optimize addOutput | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-04-03 | Made it so that higher tier buffers try to move multiple stacks/tick | charles | |
2021-04-03 | Polished GT_MetaTileEntity_Boiler (#492) | bartimaeusnek | |
2021-04-03 | Merge pull request #487 from GTNewHorizons/boiler-cleanup | Martin Robertz | |
Ensure conservation of masses in boilers | |||
2021-04-03 | Ensure conservation of masses in boilers | Glease | |
Unified single block boiler logic Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-04-01 | Prevent multiple stack in input slots even if input filter is disabled (#489) | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-03-25 | Merge pull request #479 from GTNewHorizons/disassembler_fixes | Martin Robertz | |
Some Disassembler related fixes: | |||
2021-03-25 | Some Disassembler related fixes: | bartimaeusnek | |
#7654 #7586 #7676 | |||
2021-03-25 | Enabled autoloading for oil drills | repo_alt | |
Fixed chunk coordinates for self-loaded machine (in the first session) | |||
2021-03-23 | removed mMachineTier member | Matt | |
2021-03-22 | swapped repetitive if-block to switch statement and cached machine tier | Matt | |
2021-03-20 | Expose all fluid tanks properly when there are more than one internal tank | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-03-19 | Merge pull request #463 from repo-alt/experimental | Martin Robertz | |
Allow several miners in one chunk | |||
2021-03-14 | more clear control flow | repo_alt | |
2021-03-12 | Merge pull request #462 from GTNewHorizons/WorldEventWrapper | basdxz | |
Refactor World Events | |||
2021-03-12 | Allow several miners in one chunk | repo_alt | |
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/7601 | |||
2021-03-11 | Minor improvements | bartimaeusnek | |
2021-03-11 | Implemented Builder Pattern | bartimaeusnek | |
2021-03-10 | Added missing | bartimaeusnek | |
2021-03-10 | Implemented Requests | bartimaeusnek | |
2021-03-10 | Refactor World Events | bartimaeusnek | |
World events have way to many parameters, so the code gets unreadable, this commit fixes that behavior. | |||
2021-03-10 | Correctly release/reuse channel after ME bus removal and reconnect | repo_alt | |
2021-02-26 | fix running asslinecrash on data hatch break | botn365 | |
fix that when a fully formed assline with data hatch and when the data hatch would be replaced the onRunningTick would crash and stop the assline from ticking the recipe progression | |||
2021-02-25 | Reshuffle new constructor args to avoid conflict with GT++ ASM | repo_alt | |
2021-02-25 | Merge pull request #442 from GTNewHorizons/patch-pump-idle | Martin Robertz | |
Prevent retract pipe when drill tip can move down | |||
2021-02-25 | Make ME hatch have zero slots, to avoid items being stuck inside (#439) | repo-alt | |
* Make ME hatch have zero slots, to avoid items being stuck inside * added a missing whitespace Co-authored-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
2021-02-25 | Prevent retract pipe when drill tip can move down | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-02-16 | Merge pull request #438 from repo-alt/experimental | repo-alt | |
Make AE2 dependency actually optional | |||
2021-02-16 | Make AE2 dependency actually optional | repo_alt | |
2021-02-16 | Fixes Disassembler tooltip | bartimaeusnek | |
2021-02-08 | Better quantum chest integration | repo_alt | |
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/7448 | |||
2021-01-25 | Drillers correctly reuse old mining pipes | repo_alt | |