aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-07-28Crafting Input bus/buffer Overflow fix (#2187)greatinfluence
* Ignore the .vs file created by VS * Fix item/fluid integer overflow problem
2023-07-28Add more API to ParallelHelper and rework OverclockCalculator (#2185)BlueWeabo
* refactor OC calc * somewhat refactor parallel helper * fix PA not OCing correctly no clue why it wasn't using super and then setting the duration again. * make use of new api to make fusion cleaner * make batch mode actually dynamic * add another reason for 0 parallel * move variables around to try and group them together * address reviews * add overclocking past 1 tick by adding parallels * add null check and make a basic calculator to prevent npe * check null recipeMap supplier * address reviews * addressing of reviews * make it possible to call some OverclockCalculator methods through static methods * address reviews * make sure one doesn't get too many OCs when calculatin under 1 tick * add api for custom duration under one tick and fix batch mode doing 0 ticking * fix not calculating duration under 1 tick correctly * spotless * try to have correct eut consumption * address review * make sure mk5 fusion is said in nei * fix eutCalculating under one tick way too much and address reviews * remove roundUp voltage
2023-07-28Crafting Input: display pattern output by default (#2186)Harry
* Crafting Input: display pattern output by default * update modularui
2023-07-26Allow using ME output hatches for fusion reactor (#2184)miozune
2023-07-26Texture & Bug fixes for Crafting Input Hatches (#2182)Harry
* crafting input textures * texture v2 * texture v3 * texture * various fixes * lazy pattern update * fix dtpf * fix removing pattern * spotless * fix lag in recipe checks * fix * increase tier so they look pretty
2023-07-26update depsMartin Robertz
2023-07-26update depsMartin Robertz
2023-07-26Merge pull request #61 from GTNewHorizons/cleanup/sByProductListMartin Robertz
Remove reference to sByProductList
2023-07-26Remove reference to sByProductList (#187)miozune
2023-07-26Remove "Ore Byproduct List" NEI in favor of custom diagram mod (#2183)miozune
2023-07-26Reset outputs after outputting them (#2181)Maxim
2023-07-26Fix LFTR (#707)Maxim
* Fixed LFTR consuming power instead of generating it * Get remaining fuel while validating the recipe instead of after
2023-07-26Fix crafting input hatches texture in PrAss (#186)Harry
2023-07-26Remove reference to sByProductListmiozune
2023-07-26Update dependenciesmiozune
2023-07-26updateBuildScriptmiozune
2023-07-26Remove outdated scriptmiozune
2023-07-25fix oil cracker crashing on being placed (#2180)BlueWeabo
2023-07-25fix moc crashing when being placed (#347)BlueWeabo
Former-commit-id: 69a6b45042c4259adec4dbbf810190256c5abbe7
2023-07-25Fix no output from Mega Apiary + some misc. changes (#90)Jakub
* Update dependencies.gradle * Update build.gradle * Update .gitignore * Create addon.gradle * Fix no output from Mega Apiary * Use checkProcessing instead of checkRecipe * Migrate Tea Line to RA2 * Update build script
2023-07-25Return validate recipe result, when leaving the process method (#2179)Maxim
2023-07-25Fixed mass fab sometimes crashing in scrap mode (#706)Maxim
* Fixed mass fab sometimes crashing in scrap mode * Also skip invalid items * Removed unncessary null check * Revert skip behavior and added custom running text for when the item doesnt yield scrap
2023-07-25Validate ObjectInputStream (#235)miozune
2023-07-25Validate side when processing packet (#234)miozune
* Remove outdated script * Update dependencies * Validate side when processing packet
2023-07-25Remove AbstractedStack (#346)miozune
* Remove AbstractedStack * Remove outdated script Former-commit-id: 462a8b3e49915df48fd772bdc4ff13f097d39b4c
2023-07-24Add support for Crafting input hatch (#233)Harry
* Add support for Crafting input hatch * spotless
2023-07-24Fix wrong Oregen Pattern on Servers (#2177)glowredman
* Update buildscript * Send oregen pattern to client on login
2023-07-24Fix findRecipe for Elemental Duplicator (#704)miozune
* Remove outdated script * updateBuildScript * Update GT * Remove unused methods * Fix findRecipe for Elemental Duplicator
2023-07-24Fixed fermium check on QFT (#705)Maxim
* Fixed fermium check on QFT * Fix logic again because apparently it was inverted
2023-07-24update bs+sa+depsMartin Robertz
2023-07-24Add support for crafting input buffer (#185)Harry
2023-07-24Make Parallel Helper do better chanced output calculation for paralleled ↵BlueWeabo
chanced recipes (#2130) * better calculation * roll for each parallel * skip rolling for recipes with chance at 100% * address not setting as null when stcksize is 0
2023-07-24clearer order and some comments (#2176)chochem
2023-07-24Use additive production modifier (#2169)Jakub
2023-07-24fix implosion compressor requiring wrong amount of output (#2168)Glease
2023-07-24Enable Batch mode on Bio Vat (#345)BlueWeabo
* enable batchMode * address review * Revert "address review" This reverts commit c8769f1d729f1b91165da757f66033e49c08ae3b [formerly 0d6d3c99967ed755b5f3ff9eade68aac35b63f01]. Former-commit-id: 18d10adb9b835c8dbd9fe13b27ca4e3ab064e689
2023-07-24Add a config to enable seeing average ns per tick in waila (#2173)BlueWeabo
* add averageNS * add ns to line * add lang and space on unit
2023-07-24Fix MEBF calculating twice and not using its parallel for eut use. MOC for ↵BlueWeabo
wrong discount (#344) * fix * update deps and address review * Fix compile error --------- Co-authored-by: miozune <miozune@gmail.com> Former-commit-id: f8c3a5e34ee854778ce7a80d3a11a636d45bc477
2023-07-24Fix EBF calculating twice and Oil Cracker having wrong discount (#2172)BlueWeabo
* fix * address reviews * spotless
2023-07-24Add Crafting Input Buffer (ME) (#2160)Harry
* Crafting input buffer * persist data * rename and stuff * no more waiting for multis to start * rearrange ui * spotless * fixes * refactor * Crafting Input Slave * getCrafterIcon * crafting input bus * spotless * Update GT_MetaTileEntity_MultiBlockBase.java * Update GT_Loader_MetaTileEntities.java * Update GT_Loader_MetaTileEntities.java * Update GT_MetaTileEntity_MultiBlockBase.java * Update GT_MetaTileEntity_MultiBlockBase.java * Update GT_Loader_MetaTileEntities.java --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2023-07-24Fix hull recipe removal from #2170 (#2171)Serenibyss
* Revert "Fix hull crafting table recipes (#2170)" This reverts commit 3d05af464ff0d20020b988fdfccd9252fd9d06fd. * Fix recipe removal order
2023-07-24Fixed setting of processing logic power (#184)Maxim
2023-07-24Fix hull crafting table recipes (#2170)Serenibyss
2023-07-24Fix void protection on steam machines (#703)Maxim
2023-07-24Adding Tritanium ore (#2166)TheEpicGamer274
2023-07-23Cache old recipe map and delete lastRecipe if it changes (#2167)Maxim
2023-07-23Remove duplicated chemplant recipemap (#702)miozune
2023-07-22Adding The Fine Wire + Recipe in wiremill for Chromatic Glass (#700)TheEpicGamer274
* Adding The FIne Wire + Recipe in wiremill * spotlessApply (#701) Co-authored-by: GitHub GTNH Actions <> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-07-22fix divide by zero (#183)Glease
2023-07-22Update dependencies.gradle (#343)Martin Robertz
Now it should work. Vexatos fixed it Former-commit-id: c6df69a9030d0cad50cd4d723936e432abcebc2e