aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-11-27Merge pull request #354 from GTNewHorizons/fix-infinit-whileMartin Robertz
fix-infinit-while
2020-11-26minor fix on getIconFromDamage check damage >0 (#356)Léa Gris
* fix(getIconFromDamage): add check damage >0
2020-11-27feat(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-27fix-infinit-whilebotn365
fix porention infinit while loop wit barrels/drawers
2020-11-26isRecipeInputEqual 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-26Merge pull request #353 from GTNewHorizons/Field-GensMartin Robertz
fix(GT)rename Field Generator Tiers
2020-11-25remove the tierDreamMasterXXL
2020-11-25fix(GT)rename Field Generator TiersDreamMasterXXL
2020-11-24Merge pull request #352 from Prometheus0000/jadeMartin Robertz
Jade
2020-11-24Change jade rangePrometheus0000
See https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/4684
2020-11-22Change comments to english (#350)Prometheus0000
2020-11-21Merge pull request #12 from GTNewHorizons/experimentalPrometheus0000
update
2020-11-21Merge branch 'Dev-Build-Test' into experimentalDreamMasterXXL
2020-11-21Merge pull request #335 from Prometheus0000/LCE2Martin Robertz
Added IV HOG only LCE
2020-11-21Merge pull request #347 from GTNewHorizons/move-Item-optimazationMartin Robertz
Move item optimazation
2020-11-21Merge pull request #349 from Prometheus0000/multitooltipMartin Robertz
Multitooltip
2020-11-20change(GT)Texture changeDreamMasterXXL
Intank texture changed Titanum Gearbox changed
2020-11-20fix(GT)change Color of the Extreme CasingsDreamMasterXXL
bump version
2020-11-20Merge branch 'experimental' into TESTDreamMasterXXL
2020-11-20Merge branch 'multitooltip' into TESTDreamMasterXXL
2020-11-20Merge branch 'move-Item-optimazation' into TESTDreamMasterXXL
2020-11-20Merge branch 'experimental' into LCE2Prometheus0000
2020-11-20Fix merger problemPrometheus0000000
2020-11-20Remove unnecessary stuff/comments. Change meta #Prometheus0000000
2020-11-20Fixes boosting not working. Also getInfoData tooPrometheus0000000
2020-11-19Merge pull request #10 from Glease/LCE2Prometheus0000
Fix extreme LCE fuel loading
2020-11-19Change all the multi tooltips over. Also changed tooltip class a bitPrometheus0000000
2020-11-20add suport for drawers and barrelskorneel vandamme
2020-11-19Fix extreme LCE fuel loadingGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2020-11-18Add new method of displaying MB tooltips. LCR as example for nowPrometheus0000000
2020-11-18Merge pull request #9 from GTNewHorizons/experimentalPrometheus0000
update
2020-11-18Merge pull request #8 from Glease/LCE2Prometheus0000
Clean up Extreme Diesel Engine
2020-11-19Extreme LCE now uses LOXGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2020-11-19Fix wrong fuel consumption in extreme LCEGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2020-11-16Merge pull request #348 from repo-alt/experimentalrepo-alt
GT ore blocks in world are not recognized as an oredicted stack
2020-11-16GT ore blocks in world are not recognized as an oredicted stackrepo_alt
2020-11-16use moveMultipleItemStacks to variuos functionskorneel vandamme
2020-11-16add moveMultipleItemStacks to utilskorneel vandamme
2020-11-15Merge pull request #346 from Prometheus0000/experimentalMartin Robertz
Added fuel rod recipes to code+add circuits
2020-11-15Clean up Extreme Diesel EngineGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2020-11-14Added fuel rod recipes to code+add circuitsPrometheus0000000
2020-11-14Merge pull request #345 from Prometheus0000/changeMartin Robertz
Disable amber dust->crystal crucible recipe for now, make comprehensible
2020-11-14Merge pull request #344 from repo-alt/experimentalMartin Robertz
Single block miner optimization
2020-11-13Disable amber dust->crystal crucible recipe for now, make comprehensiblePrometheus0000000
2020-11-14Miners may actually detect ores by the oredictrepo_alt
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5468
2020-11-13Merge pull request #7 from GTNewHorizons/experimentalPrometheus0000
update
2020-11-13Handle restart and radius changerepo_alt
2020-11-13Single block miner optimizationrepo_alt
2020-11-13Merge pull request #343 from repo-alt/experimentalMartin Robertz
LCR was forming w/o energy and maintenance hatches
2020-11-13LCR was forming w/o energy and maintenance hatchesrepo_alt