Changes

Summary

  1. Fixed wood pipe accepting energy from other pipes, following RF (commit: 69ff44d) (details)
  2. fixed precision loss in average computation, close #2016 (commit: 3d3085d) (details)
  3. fixed potential integer overflow (commit: 2c5c282) (details)
  4. fix progressbar in the lasertables (commit: dec9be8) (details)
Commit 69ff44dc9fe0ce23262abd980f7178c7b1e31f6c by SpaceToad
Fixed wood pipe accepting energy from other pipes, following RF migration.
Part of #2016.
(commit: 69ff44d)
The file was modifiedcommon/buildcraft/transport/pipes/PipePowerWood.java (diff)
Commit 3d3085dd06de220d5e2957b3eaafb963b8389832 by SpaceToad
fixed precision loss in average computation, close #2016
(commit: 3d3085d)
The file was modifiedcommon/buildcraft/transport/PipeTransportPower.java (diff)
Commit 2c5c282f2fb775f4ce25939d128c9c6afa7a9501 by SpaceToad
fixed potential integer overflow
(commit: 2c5c282)
The file was modifiedcommon/buildcraft/transport/PipeTransportPower.java (diff)
Commit dec9be8f5141ba080ea322c0b216852edec93830 by aenterprise2
fix progressbar in the lasertables
(commit: dec9be8)
The file was modifiedcommon/buildcraft/silicon/TileLaserTableBase.java (diff)