Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-26 | minor fix on getIconFromDamage check damage >0 (#356) | Léa Gris | |
* fix(getIconFromDamage): add check damage >0 | |||
2020-11-27 | feat(gregtech): visual programmed circuit (#355) | Léa Gris | |
* feat(gregtech): visual programmed circuit Add: Feature a configuration display for the programmed circuit (integrated circuit). Address feature request https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/6993 * fix(bug): potential out of bound index | |||
2020-11-26 | isRecipeInputEqual optimization (#351) | Uristqwerty | |
* Optimize GT_Recipe.isRecipeInputEqual Used HEAVILY to catch duplicate recipes during game startup. Worst-case, it would result in 5 GT_OreDictUnificator.get calls for each pair of inputs. Instead, this is closer to 1 + 1/N, and as an added bonus, the modified unification it now uses doesn't copy its output only for it to be discarded immediately after comparison. Apart from inproved startup times, this might make a small difference when machines switch recipes. I am making an assumption that GT_OreDictUnificator.get(true, GT_OreDictUnificator.get(false, stack)) is equivalent to a just GT_OreDictUnificator.get(false, stack), and the original code only double-unificated because it was easier to code. If this turns out to be false, there's still some performance gain from factoring out the tStack unification, but some of the optimization here would be lost. * Changed method visibility according to PR feedback | |||
2020-11-26 | Merge pull request #353 from GTNewHorizons/Field-Gens | Martin Robertz | |
fix(GT)rename Field Generator Tiers | |||
2020-11-25 | remove the tier | DreamMasterXXL | |
2020-11-25 | fix(GT)rename Field Generator Tiers | DreamMasterXXL | |
2020-11-24 | Merge pull request #352 from Prometheus0000/jade | Martin Robertz | |
Jade | |||
2020-11-24 | Change jade range | Prometheus0000 | |
See https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/4684 | |||
2020-11-22 | Change comments to english (#350) | Prometheus0000 | |
2020-11-21 | Merge pull request #12 from GTNewHorizons/experimental | Prometheus0000 | |
update | |||
2020-11-21 | Merge branch 'Dev-Build-Test' into experimental | DreamMasterXXL | |
2020-11-21 | Merge pull request #335 from Prometheus0000/LCE2 | Martin Robertz | |
Added IV HOG only LCE | |||
2020-11-21 | Merge pull request #347 from GTNewHorizons/move-Item-optimazation | Martin Robertz | |
Move item optimazation | |||
2020-11-21 | Merge pull request #349 from Prometheus0000/multitooltip | Martin Robertz | |
Multitooltip | |||
2020-11-20 | change(GT)Texture change | DreamMasterXXL | |
Intank texture changed Titanum Gearbox changed | |||
2020-11-20 | fix(GT)change Color of the Extreme Casings | DreamMasterXXL | |
bump version | |||
2020-11-20 | Merge branch 'experimental' into TEST | DreamMasterXXL | |
2020-11-20 | Merge branch 'multitooltip' into TEST | DreamMasterXXL | |
2020-11-20 | Merge branch 'move-Item-optimazation' into TEST | DreamMasterXXL | |
2020-11-20 | Merge branch 'experimental' into LCE2 | Prometheus0000 | |
2020-11-20 | Fix merger problem | Prometheus0000000 | |
2020-11-20 | Remove unnecessary stuff/comments. Change meta # | Prometheus0000000 | |
2020-11-20 | Fixes boosting not working. Also getInfoData too | Prometheus0000000 | |
2020-11-19 | Merge pull request #10 from Glease/LCE2 | Prometheus0000 | |
Fix extreme LCE fuel loading | |||
2020-11-19 | Change all the multi tooltips over. Also changed tooltip class a bit | Prometheus0000000 | |
2020-11-20 | add suport for drawers and barrels | korneel vandamme | |
2020-11-19 | Fix extreme LCE fuel loading | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2020-11-18 | Add new method of displaying MB tooltips. LCR as example for now | Prometheus0000000 | |
2020-11-18 | Merge pull request #9 from GTNewHorizons/experimental | Prometheus0000 | |
update | |||
2020-11-18 | Merge pull request #8 from Glease/LCE2 | Prometheus0000 | |
Clean up Extreme Diesel Engine | |||
2020-11-19 | Extreme LCE now uses LOX | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2020-11-19 | Fix wrong fuel consumption in extreme LCE | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2020-11-16 | Merge pull request #348 from repo-alt/experimental | repo-alt | |
GT ore blocks in world are not recognized as an oredicted stack | |||
2020-11-16 | GT ore blocks in world are not recognized as an oredicted stack | repo_alt | |
2020-11-16 | use moveMultipleItemStacks to variuos functions | korneel vandamme | |
2020-11-16 | add moveMultipleItemStacks to utils | korneel vandamme | |
2020-11-15 | Merge pull request #346 from Prometheus0000/experimental | Martin Robertz | |
Added fuel rod recipes to code+add circuits | |||
2020-11-15 | Clean up Extreme Diesel Engine | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2020-11-14 | Added fuel rod recipes to code+add circuits | Prometheus0000000 | |
2020-11-14 | Merge pull request #345 from Prometheus0000/change | Martin Robertz | |
Disable amber dust->crystal crucible recipe for now, make comprehensible | |||
2020-11-14 | Merge pull request #344 from repo-alt/experimental | Martin Robertz | |
Single block miner optimization | |||
2020-11-13 | Disable amber dust->crystal crucible recipe for now, make comprehensible | Prometheus0000000 | |
2020-11-14 | Miners may actually detect ores by the oredict | repo_alt | |
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5468 | |||
2020-11-13 | Merge pull request #7 from GTNewHorizons/experimental | Prometheus0000 | |
update | |||
2020-11-13 | Handle restart and radius change | repo_alt | |
2020-11-13 | Single block miner optimization | repo_alt | |
2020-11-13 | Merge pull request #343 from repo-alt/experimental | Martin Robertz | |
LCR was forming w/o energy and maintenance hatches | |||
2020-11-13 | LCR was forming w/o energy and maintenance hatches | repo_alt | |
2020-11-13 | Merge pull request #340 from GTNewHorizons/CleanroomCallbackRework | Martin Robertz | |
Cleanroom Callback Rework | |||
2020-11-13 | Merge pull request #341 from GTNewHorizons/circuit-rework | Martin Robertz | |
make stem cell a bit cheaper |