Changes

Summary

  1. fix wooden kinesis pipes not taking energy from certain RF generators (commit: 249caf7) (details)
  2. fix ILaserTarget deprecation and add ILaserTargetBlock as a major (commit: 06ab6e0) (details)
  3. forgot to include fixed API (commit: e9538d7) (details)
  4. update localization - fix misspelling and add boards tab (commit: c3a1217) (details)
  5. clean up engine and fuel code to fully use RF (commit: 549cbd5) (details)
  6. fix style (commit: b5710e8) (details)
Commit 249caf7e2158fe87d6d4e1c97a0564a1e6fb97d9 by asiekierka
fix wooden kinesis pipes not taking energy from certain RF generators unless they already had energy in them
(commit: 249caf7)
The file was modifiedcommon/buildcraft/transport/pipes/PipePowerWood.java (diff)
Commit 06ab6e09c65f1b893da548666ae0d7c2dcaee8cb by asiekierka
fix ILaserTarget deprecation and add ILaserTargetBlock as a major optimization for laser lookups, closes #2027
(commit: 06ab6e0)
The file was modifiedcommon/buildcraft/silicon/TileLaser.java (diff)
The file was modifiedcommon/buildcraft/silicon/BlockLaserTable.java (diff)
The file was modifiedapi/buildcraft/api/power/ILaserTarget.java (diff)
The file was addedapi/buildcraft/api/power/ILaserTargetBlock.java
Commit c3a12170c70b205a05f1d26867cbbb497d5fffcf by asiekierka
update localization - fix misspelling and add boards tab
(commit: c3a1217)
The file was modifiedbuildcraft_resources/assets/buildcraft/lang/en_US.lang (diff)
Commit 549cbd5219a5f01f9c1967364b6cebfa06a164f4 by asiekierka
clean up engine and fuel code to fully use RF
(commit: 549cbd5)
The file was modifiedapi/buildcraft/api/fuels/IFuelManager.java (diff)
The file was modifiedcommon/buildcraft/energy/TileEngineCreative.java (diff)
The file was modifiedcommon/buildcraft/energy/TileEngineIron.java (diff)
The file was modifiedcommon/buildcraft/energy/TileEngineLegacy.java (diff)
The file was modifiedcommon/buildcraft/energy/gui/GuiEngine.java (diff)
The file was modifiedcommon/buildcraft/energy/TileEngineWood.java (diff)
The file was modifiedapi/buildcraft/api/fuels/IFuel.java (diff)
The file was modifiedcommon/buildcraft/energy/TileEngineStone.java (diff)
The file was modifiedcommon/buildcraft/energy/fuels/FuelManager.java (diff)
The file was modifiedcommon/buildcraft/energy/TileEngine.java (diff)
The file was modifiedcommon/buildcraft/energy/TileEngineStone.java (diff)
The file was modifiedcommon/buildcraft/energy/TileEngineWood.java (diff)