Changes

Summary

  1. Make mining robots work with gregtech ores (commit: b0a444d) (details)
  2. Fixed robots not picking up redstone ore and possibly others after GT (commit: 2013eac) (details)
  3. cleanup (commit: 393337e) (details)
  4. rewrite zone planner map generation (commit: f7e5e04) (details)
  5. optimize WorldPropertyIsOre, fix crash (commit: 1144acd) (details)
  6. improve zone map code, fix #2820 (commit: 8e357d9) (details)
Commit b0a444d1cbc0fb354413ad1364b1ab3c03ee0726 by zmasterfun
Make mining robots work with gregtech ores
(commit: b0a444d)
The file was modifiedcommon/buildcraft/core/properties/WorldPropertyIsOre.java (diff)
Commit 2013eac2c6c25bbf9c4f37ac6a7a0033bee24ad0 by zmasterfun
Fixed robots not picking up redstone ore and possibly others after GT ore fix
(commit: 2013eac)
The file was modifiedcommon/buildcraft/core/properties/WorldPropertyIsOre.java (diff)
The file was modifiedcommon/buildcraft/robotics/statements/TriggerRobotInStation.java (diff)
The file was modifiedcommon/buildcraft/robotics/RobotUtils.java (diff)
The file was modifiedcommon/buildcraft/robotics/statements/StatementParameterRobot.java (diff)
The file was modifiedcommon/buildcraft/robotics/statements/ActionStationForbidRobot.java (diff)
Commit f7e5e0424495ba29bda25e6d87172deecd7cb6e1 by kontakt
rewrite zone planner map generation
(commit: f7e5e04)
The file was modifiedcommon/buildcraft/robotics/map/MapManager.java (diff)
The file was addedcommon/buildcraft/robotics/map/MapUtils.java
The file was modifiedcommon/buildcraft/robotics/BlockZonePlan.java (diff)
The file was modifiedcommon/buildcraft/robotics/map/MapWorld.java (diff)
The file was modifiedcommon/buildcraft/BuildCraftRobotics.java (diff)
Commit 1144acd930ecc3c30456302487a128b64a4c3e29 by kontakt
optimize WorldPropertyIsOre, fix crash
(commit: 1144acd)
The file was modifiedcommon/buildcraft/robotics/statements/TriggerRobotInStation.java (diff)
The file was modifiedcommon/buildcraft/core/properties/WorldPropertyIsOre.java (diff)
Commit 8e357d961c4c9396db0b215e533cfb1db1816c36 by kontakt
improve zone map code, fix #2820
(commit: 8e357d9)
The file was modifiedcommon/buildcraft/robotics/map/MapRegion.java (diff)
The file was modifiedcommon/buildcraft/robotics/map/MapWorld.java (diff)