aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-07-30Fix wireless energy voiding (#2192)Harry
* Fix wireless energy voiding * avoid bigint
2023-07-30fix adv assline drain from wrong input hatch (#13)Glease
2023-07-30T9 Planets + new Textures (#35)glowredman
* Add T9 planets ... and move Deep Dark to T10 * Update buildscript * Apply spotless * Make all six side use different icons * Apply spotless
2023-07-30fix GT_ParallelHelper adding 0.01% to chanced outputs (#2194)BlueWeabo
2023-07-30Make sure to account for first output being chanced on steam grinder (#709)BlueWeabo
* make sure to account for first output being chanced * use XSTR directly
2023-07-30Fix Overclock Calculator Making Too many parallels and wrong eut consumption ↵BlueWeabo
(#2190) * fix overclock calculator making too many parallels and wrong eut consumptions * fix duration increase when trying to do a noOverclock calculator * spotless * add correct api for no overclock * address review
2023-07-29Fix steam macerator generating byproducts And use new API from GT5u (#708)BlueWeabo
* fix steam macerator generating byproducts * spotless * update dep (cherry picked from commit 0659b1bd8c4a29b571e9f6f71f74ed55cb20ecd1) * make QFT use new API * override correct createOverclockCalculator * spotless * fix fishing pond causing an NPE * make tree growth simulator only use void protection * update dep --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2023-07-29make sure to calculate the overclock calculator (#12)BlueWeabo
2023-07-29Use new API for checking ME hatch for compact fusion (#189)miozune
Co-authored-by: Martin Robertz <dream-master@gmx.net>
2023-07-29Use new API from GT5u (#188)BlueWeabo
* use new API from gt5u * made precise assembler not speed boost in precise mode * fix neutron activator having infinite parallels * update dep
2023-07-29Use new API from GT5u (#348)BlueWeabo
* use new API * update dep Former-commit-id: 6e506e9e407200a6db3b1fcea33b39562a96883e
2023-07-28Less hostile user interfaces (Buffer/Filter/Input bus) (#2165)Yannick Marcotte-Gourde
* Made Emit Energy button a CycleButtonWidget * Made Emit Redstone button a CycleButtonWidget * Made Invert Redstone button a CycleButtonWidget * Made Stocking Mode button a CycleButtonWidget * Spotless apply * Made Invert Filter button a CycleButtonWidget * public bInvertFilter -> protected invertFilter * Deduplicated filter code * Made Allow NBT button a CycleButtonWidget * Made Ignore NBT button a CycleButtonWidget * public bNBTAllowed -> private allowNbt * public bNBTAllowed -> private ignoreNbt * Grey extended tooltips * Don't hardcode multiline tooltips * Document hidden functionality * Cleaned numeric constants * Fixed string constant declaration * Named constants in filter * Unify filter redstone behavior * Fix cover filter mode being inverted so that the displayed mode is the active one * Less magic numbers * Allow right clicking recipe filter * Display only machine type in recipe filter and cycle through compatible machines * Buffer tooltips show output voltage to clarify their role as passthroughs * Added more info to Emit EU/Redstone buttons * Added Sorting mode button to buffers/filters * Added Sorting mode button and stack limit button to input buses * Don't cycle prefixes when clicking with itemstack * Fixed tooltips to work off of the inventory * Fix RecipeFilter losing filter * Support multiblock machines * Use ModularUi syncers to sync state with client Thanks minecraft7771! * Grey text for recipe filter helper text * AnimatedTooltipHandler -> EnumChatFormatting * Explicited RecipeFilter filter building * Specify color for empty slot tooltip * Don't cache new uses of GT5U.MBTT.MachineType. Also corrected MachineType::description * Removed unused getItemExtraTooltip * Multiple returns in getItemStackMachineRecipeMap
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