aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-01-04Add a bunch of minor optimizations (#848)Glease
2022-01-03Basicmachine gui slots rework (#846)YannickMG
* Updated build script Also set developmentEnvironmentUserName = Developer * Added .vscode to .gitignore * Properly hide unused slots in basic machines - Adds methods to GT_Recipe_Map to determine whether it contains fluid inputs or outputs - Adds methods to GT_Slot_Holo to support turning it "off", which also turns off highlighting it on mouse-over - Uses those changes in GT_GUIContainer_BasicMachine to "turn off" slots unused by a machine - Some code clarification/deduplication in GT_GUIContainer_BasicMachine * Hide unused Replicator fluid output slot * Disallow filling fluid input tank if unused
2022-01-03Allow drag and drop from NEI to set output hatch locking (#845)Glease
* Allow drag and drop from NEI to set output hatch locking also cleaned up the output hatch networking code * Add not locked indicator
2022-01-03Merge pull request #24 from GTNewHorizons/GTNH-Colen-patch-2Martin Robertz
Change computation & time requirements on infinite pump.
2022-01-03Change computation & time requirements on infinite pump.GTNH-Colen
Discussed in discord.
2022-01-02Fix pollution overflow (#843)Glease
2021-12-31clarify conditional (#842)bombcar
* clarify conditional * keep conditional
2021-12-31Basicmachine gui slots highlight fix (#841)YannickMG
* Updated build script Also set developmentEnvironmentUserName = Developer * Added .vscode to .gitignore * Properly hide unused slots in basic machines - Adds methods to GT_Recipe_Map to determine whether it contains fluid inputs or outputs - Adds methods to GT_Slot_Holo to support turning it "off", which also turns off highlighting it on mouse-over - Uses those changes in GT_GUIContainer_BasicMachine to "turn off" slots unused by a machine - Some code clarification/deduplication in GT_GUIContainer_BasicMachine * Hide unused Replicator fluid output slot
2021-12-30Merge pull request #79 from GTNewHorizons/fixesMartin Robertz
Minor Fixes
2021-12-30Refactors for easier reading (#839)Jason Mitchell
* Refactors * Common functionality to base classes * GT Pre/Postload broken into more modular pieces * Extract common (mainly cover related) functionality from BaseMetaTileEntity & BaseMetaPipeEntity
2021-12-30Merge pull request #11 from Kiwi233/mainMartin Robertz
Update zh_CN.lang
2021-12-30fix iron tank dupe (#840)bombcar
* fix iron tank dupe * fix dupe
2021-12-30Update zh_CN.lang[Kiwi233]
2021-12-30fix tank stacks getting an empty nbt tag now and then (#838)Glease
2021-12-30Fix GT_Packet_SetConfigurationCircuit not setting inventory dirty flag (#837)Glease
2021-12-29Fix copy pasting error (#78)Glease
Former-commit-id: e3ad540439325619fd59374a65a7fd88e089355d
2021-12-27Allows GT_Network to be created from addon mods. Similar to how the network ↵Jason Mitchell
handler is implemented in GT6. Adds some extra validation that the packet IDs line up appropriately. (#836)
2021-12-27Updated Build Script.Alkalus
Fixed Volumetric Flask Configurator not working. Fixed recipe for Reservoir Hatch.
2021-12-26Tweak MK4 Fusion.Alkalus
2021-12-24Fix dependencyJohann Bernhardt
2021-12-24Adjust ultimate battery soldering alloy amountGTNH-Afx237v7
see #9131
2021-12-24Merge pull request #19 from GTNewHorizons/unified-build-scriptBass
GTNewHorizons/TecTech/pull/19 Update buildscript Unify build script
2021-12-24tt support for pa (#833)Yang Xizhi
* tt support for pa * remove anti pattern. clear up duplicated code fragments * fix copy pasting error * add vanilla energy hatch back Co-authored-by: Glease <4586901+Glease@users.noreply.github.com>
2021-12-24add more turbine texture (#835)Yang Xizhi
2021-12-23Tooltip rework (#13)YannickMG
* Draft for unified build script * Update gradle, build script and streamline dependencies * Fixed string typos Fixed VisualProspecting vein name missing whitespace * Several dimension name fixes: - Handle tooltip display for individual recipes when multiple are visible - Don't hide the background when tooltip is shown - Tooltip trigger area more precise - Dimension names appear in progression order both in abbreviated and tooltip forms - Customizable dimension name tooltip max line count * Removed some dead code Especially asteroid handling separate from vein handling There's more still to remove * Javadoc for StringPaddingHack class Also comment cleanup * Fixed more misnamed dimensions Co-authored-by: Johann Bernhardt <johann.bernhardt@tum.de>
2021-12-23remove rc-blastfurnace support (#77)Martin Robertz
Former-commit-id: 2fca52ff7ed1f4196ef71aa40cd532b21635de9f
2021-12-23Rc blast furnace integration remove (#834)Martin Robertz
* remove RC Blasfurnace copy recipes during gt load * fixed wrong outcommented code
2021-12-23Windmill fixes (#75)YannickMG
* Fixed windmill not using up the right amount of input items * Windmill can generate clay since clay dust can be turned back into clay. Removing the extra output makes it use the normal pulverizer recipe. Former-commit-id: c59630f4289744f4f84c6f827ad11b3f589077d8
2021-12-23Optimize OrePrefixes.contains and OrePrefixes.add (#832)Glease
1. Convert global map mCachedResults to an instance field. 2. Convert the post add null check to a builtin null check via GT_ArrayList 3. Use new GT_ItemStack2 (which has a slightly better hash function than stackToInt)
2021-12-23Remove no longer needed smelting cache (#831)Glease
2021-12-23Add input filter to auto maintenance hatch (#830)Glease
2021-12-22Made tank recipes not shapeless.Alkalus
2021-12-22Add shapeless recipes to clear tanks.Alkalus
2021-12-22Adjust XL Plasma Turbine recipe handling.Alkalus
2021-12-22Finished work on XL turbines.Alkalus
Cleaned up scanner output for all multiblocks. Update Sifter tooltip to reflect 4 output bus requirement.
2021-12-22Lv acid generator (#76)Martin Robertz
* add LV acid Generator add it seperate to be backwards compatiblr (cherry picked from commit b19fe31bc87512536039844fd00e32d345d2ab1a) * change LV recipe a bit (cherry picked from commit f4790058eba3649d20308da8adac93390c712e8e) Former-commit-id: 7edcce8b8f8347963c2d37ff05154c4363ea1192
2021-12-22make UCFE support tt hatch and rocket fuelGlodBlock
2021-12-22Re-added XL Turbines.Alkalus
Added Xl Gas/Plasma Turbines.
2021-12-21Merge pull request #74 from GTNewHorizons/New-MultisMartin Robertz
New multis
2021-12-21Fix typo (#829)Glease
2021-12-21Changed I/O and recipe for Reservoir Hatch.Alkalus
2021-12-21Add Multiblock Forge Hammer.Alkalus
Add base for Multiblock Molecular Transformer.
2021-12-22bump versionGlodBlock
2021-12-22add a way reduce NKE quicklyGlodBlock
2021-12-21Merge pull request #21 from GTNewHorizons/unified-build-scriptMartin Robertz
Draft for unified build script
2021-12-21Resolve todos in dependencies (#73)Johann Bernhardt
* Resolve todos in dependencies * Add transitive protection Former-commit-id: 887bb2a2bf374263daf60d8b6334418efe40b8fc
2021-12-21Resolve todos in dependenciesJohann Bernhardt
2021-12-21add bat files to gitignoreMartin Robertz
2021-12-20Further cache optimizations.Alkalus
2021-12-20Refactored GT_MetaTileEntity_Hatch_AirIntake_Extreme to extend ↵Alkalus
GT_MetaTileEntity_Hatch_AirIntake. Refactored GT_MetaTileEntity_Hatch_Reservoir. Refactored Chisel singles/multi to utilise a cache.