Changes

Summary

  1. improve pipe rotatablity in blueprints, begin adding heuristic detection (commit: 8618b86) (details)
  2. wait, power pipes do not rotate (commit: bc47bea) (details)
  3. bugfixes to fluid pipes (commit: 9087bd2) (details)
  4. fix void fluid pipe texture, add changelog (commit: a2816be) (details)
  5. fix robots movement desync when going through fluids, fixes #2889 (commit: c72a747) (details)
  6. fix the work in area and load/unload area allowing non map locations (commit: e330838) (details)
  7. formalize table logic, fix #2890, clean up (commit: 039da23) (details)
  8. BuildCraft 7.0.16 (commit: e048904) (details)
Commit 8618b869d355c70672a216e9d77db1f92ca9f9a7 by asiekierka
improve pipe rotatablity in blueprints, begin adding heuristic detection of necessary rotation code
(commit: 8618b86)
The file was removedcommon/buildcraft/transport/schematics/BptPipeWooden.java
The file was addedcommon/buildcraft/transport/schematics/BptPipeRotatable.java
The file was removedcommon/buildcraft/transport/schematics/BptItemPipeFilters.java
The file was addedcommon/buildcraft/transport/schematics/BptPipeFiltered.java
The file was modifiedcommon/buildcraft/BuildCraftTransport.java (diff)
The file was removedcommon/buildcraft/transport/schematics/BptPipeIron.java
Commit bc47bea4b62ee909012c8ea0970019b23e135cce by asiekierka
wait, power pipes do not rotate
(commit: bc47bea)
The file was modifiedcommon/buildcraft/BuildCraftTransport.java (diff)
The file was modifiedcommon/buildcraft/transport/recipes/AdvancedFacadeRecipe.java (diff)
The file was modifiedcommon/buildcraft/transport/PipeTransportFluids.java (diff)
The file was modifiedcommon/buildcraft/transport/TileGenericPipe.java (diff)
Commit a2816be88a993133005a0f654914b499b749b32e by kontakt
fix void fluid pipe texture, add changelog
(commit: a2816be)
The file was modifiedbuildcraft_resources/assets/buildcrafttransport/textures/blocks/pipes/pipeFluidsVoid.png (diff)
The file was addedbuildcraft_resources/changelog/7.0.16
Commit c72a747e4e7f3cda4db6b78d96875b9fb74c18f7 by hea3venmc
fix robots movement desync when going through fluids, fixes #2889
(commit: c72a747)
The file was modifiedbuildcraft_resources/changelog/7.0.16 (diff)
The file was modifiedcommon/buildcraft/robotics/EntityRobot.java (diff)
Commit e3308381eef3330ae5df1a0824dfd7edd7413f24 by hea3venmc
fix the work in area and load/unload area allowing non map locations items as parameters
(commit: e330838)
The file was modifiedbuildcraft_resources/changelog/7.0.16 (diff)
The file was modifiedcommon/buildcraft/BuildCraftRobotics.java (diff)
The file was modifiedcommon/buildcraft/robotics/statements/ActionRobotWorkInArea.java (diff)
The file was addedcommon/buildcraft/robotics/statements/StatementParameterMapLocation.java
Commit 039da2374bcbe10d7dee890cb6b1489e9073be60 by kontakt
formalize table logic, fix #2890, clean up
(commit: 039da23)
The file was removedcommon/buildcraft/core/lib/utils/Average.java
The file was modifiedcommon/buildcraft/silicon/TileProgrammingTable.java (diff)
The file was modifiedcommon/buildcraft/silicon/TileStampingTable.java (diff)
The file was addedcommon/buildcraft/core/lib/utils/AverageDouble.java
The file was addedcommon/buildcraft/core/lib/utils/AverageInt.java
The file was modifiedcommon/buildcraft/core/lib/utils/Utils.java (diff)
The file was modifiedcommon/buildcraft/silicon/TileAssemblyTable.java (diff)
The file was modifiedcommon/buildcraft/silicon/TileIntegrationTable.java (diff)
The file was modifiedcommon/buildcraft/silicon/TileLaserTableBase.java (diff)
The file was modifiedbuild.gradle (diff)
The file was modifiedcommon/buildcraft/silicon/TileLaserTableBase.java (diff)
The file was modifiedbuildcraft_resources/changelog/7.0.16 (diff)
The file was modifiedcommon/buildcraft/silicon/TileStampingTable.java (diff)
The file was modifiedcommon/buildcraft/robotics/statements/StatementParameterMapLocation.java (diff)
The file was modifiedbuildcraft_resources/versions.txt (diff)