aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-08-01Fix off by one in cubic multi base and tooltip builderGlease
Also added a command to toggle structure lib debug print. Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-31Merge pull request #614 from D-Cysteine/fix-iteration-slotsMartin Robertz
Fix iteration over invalid slots
2021-07-31Add commentsD-Cysteine
2021-07-31Fix iteration over invalid slotsD-Cysteine
2021-07-31Format long lineD-Cysteine
2021-07-30Merge branch 'experimental' of https://github.com/D-Cysteine/GT5-Unofficial ↵D-Cysteine
into experimental
2021-07-30Change hard dep on IguanaTweaks to soft depD-Cysteine
2021-07-31Fix large boiler copy paste errorGlease
2021-07-30changed rods to work with gt_utility hazmat checkSphyix
2021-07-30fix (GT) build on jenkinsDreamMasterXXL
2021-07-30Merge branch 'experimental' into fix-clay-bucketsMartin Robertz
2021-07-30Merge pull request #551 from GTNewHorizons/structurelib-integrationMartin Robertz
StructureLib integration
2021-07-30Make GT_MetaTileEntity_CubicMultiBlockBase easier to useGlease
2021-07-30Add documentation for CTM mapping arrayGlease
2021-07-30Fix typo in implosion compressor. fixed DT hintGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30Fix typo in cubic base structure definitionGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30Fix class loading problemGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30Fix frame box hint & placementGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30Use upstream existing localization instead of creating our ownGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30Fix coil hint block usageGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30Fix ClassCastException in GT_MetaTileEntity_CubicMultiBlockBaseGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30Make variable size multi's hint length depend on item in handGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30Make block hint text more informativeGlease
Also migrated from defer to lazy where possible Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30Fixes related to coil hint blocksGlease
Also updates StructureLib to fix invisible block hint and pulled the utility methods up. Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30Fix mod loading order problemGlease
This utility method could probably be extracted to upstream. Let's do it when the structurelib integration comes to the end of test phase. Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30Minor clean up in GT_ClientGlease
ARR is taboo :kekw: Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30remove debug codeGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30make rotation marker a lot more fancierGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30make rotation marker a bit fancier, fix fusion textureGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30fix distillation tower structureGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30general bugfix & tweaking pass for multisGlease
1. stupid typo in EBF preventing it from working at all. 2. All multis now require exactly one maintenance hatch to form. 3. All multis now use the unified overclocking mechanism if possible. 4. All multis that emits pollution now require at least one muffler hatch to form. 5. Coil structure element slightly tweaked. Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30fix turbine casing dynamic textureGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30re-enable flipping, but add an option to render them not flippedGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30fix distillation tower not outputting bottom fluidGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30loosen access control even more to make bartworks happyGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30Fix coil structure checksGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30open up some fields in EBF to make bartworks happyGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30Allow modifying alignment limits after instance initializationGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30turn off flipping as it bothers some people too muchGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30make fuel recipe map index building a bit more robustGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30draw flipped textures & flipping markersGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30optimize fuel recipe lookupGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30use TT serialization formGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30Fix rebase derpGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30migrate all other multis overGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30migrate even more multis overGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30Fix rotate front face highlightGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30migrate a few more multis overGlease
also removed the stupid ConcurrentHashMap in GT_MetaTileEntity_CubicMultiBlockBase Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30allow gt wrench to rotate the front of controllerGlease
also cleaned up GT_Client.java a little bit. Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30unbreak newMetaEntityGlease