| Age | Commit message (Collapse) | Author |
|
* Fix wireless energy voiding
* avoid bigint
|
|
|
|
* Add T9 planets
... and move Deep Dark to T10
* Update buildscript
* Apply spotless
* Make all six side use different icons
* Apply spotless
|
|
|
|
* make sure to account for first output being chanced
* use XSTR directly
|
|
(#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
|
|
* 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>
|
|
|
|
Co-authored-by: Martin Robertz <dream-master@gmx.net>
|
|
* use new API from gt5u
* made precise assembler not speed boost in precise mode
* fix neutron activator having infinite parallels
* update dep
|
|
* use new API
* update dep
Former-commit-id: 6e506e9e407200a6db3b1fcea33b39562a96883e
|
|
* 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
|
|
* Ignore the .vs file created by VS
* Fix item/fluid integer overflow problem
|
|
* 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
|
|
* Crafting Input: display pattern output by default
* update modularui
|
|
|
|
* 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
|
|
|
|
|
|
Remove reference to sByProductList
|
|
|
|
|
|
|
|
* Fixed LFTR consuming power instead of generating it
* Get remaining fuel while validating the recipe instead of after
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Former-commit-id: 69a6b45042c4259adec4dbbf810190256c5abbe7
|
|
* 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
|
|
|
|
* 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
|
|
|
|
* Remove outdated script
* Update dependencies
* Validate side when processing packet
|
|
* Remove AbstractedStack
* Remove outdated script
Former-commit-id: 462a8b3e49915df48fd772bdc4ff13f097d39b4c
|
|
* Add support for Crafting input hatch
* spotless
|
|
* Update buildscript
* Send oregen pattern to client on login
|
|
* Remove outdated script
* updateBuildScript
* Update GT
* Remove unused methods
* Fix findRecipe for Elemental Duplicator
|
|
* Fixed fermium check on QFT
* Fix logic again because apparently it was inverted
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
* enable batchMode
* address review
* Revert "address review"
This reverts commit c8769f1d729f1b91165da757f66033e49c08ae3b [formerly 0d6d3c99967ed755b5f3ff9eade68aac35b63f01].
Former-commit-id: 18d10adb9b835c8dbd9fe13b27ca4e3ab064e689
|
|
* add averageNS
* add ns to line
* add lang and space on unit
|
|
wrong discount (#344)
* fix
* update deps and address review
* Fix compile error
---------
Co-authored-by: miozune <miozune@gmail.com>
Former-commit-id: f8c3a5e34ee854778ce7a80d3a11a636d45bc477
|