Changes

Summary

  1. Fix combustion engine GUI not rendering fluids properly (commit: a75604d) (details)
  2. Add missing case for EQUIPPED_FIRST_PERSON (commit: 1b84d0c) (details)
  3. Fix engine GUI not drawing the lendger "energy" icon properly (commit: cbc6e70) (details)
  4. Update GuiFiller.java (commit: 5b37c2e) (details)
  5. Update RenderingEntityBlocks.java (commit: 4db502d) (details)
  6. Improve Pump search Algo (commit: 0ce916d) (details)
Commit a75604d371248c287de6021c50d52c03f248923b by vilim.lendvaj
Fix combustion engine GUI not rendering fluids properly

Same thing as the tank, block textures aren't in terrain.png any more!
(commit: a75604d)
The file was modifiedcommon/buildcraft/energy/gui/GuiCombustionEngine.java (diff)
Commit 1b84d0c59217693b22f21583734f59803445fd31 by vilim.lendvaj
Add missing case for EQUIPPED_FIRST_PERSON

It needs to be on the 1.6 branch too!
(commit: 1b84d0c)
The file was modifiedcommon/buildcraft/transport/render/PipeItemRenderer.java (diff)
Commit cbc6e70969d51dc1cfbf2e59da62711c54f630e0 by vilim.lendvaj
Fix engine GUI not drawing the lendger "energy" icon properly

I'm starting to see a pattern here...
(commit: cbc6e70)
The file was modifiedcommon/buildcraft/energy/gui/GuiEngine.java (diff)
The file was modifiedcommon/buildcraft/builders/gui/GuiFiller.java (diff)
Commit 4db502dbf620b439b1f432e5f49945c9d27c4464 by vilim.lendvaj
Update RenderingEntityBlocks.java
(commit: 4db502d)
The file was modifiedcommon/buildcraft/core/render/RenderingEntityBlocks.java (diff)
Commit 0ce916dcd85dfa8cf7fdec9e354d2302c54744ec by CovertJaguar
Improve Pump search Algo

Mainly just cleaned up the code and replaced the TreeSets with Deques.

Also made it so the pump will only keep the pumping the same type of
liquid it started on.  If you wish to reset it to pump any liquid hit
with a wrench and the next liquid it pumps will be the new filter.
(commit: 0ce916d)
The file was modifiedcommon/buildcraft/core/utils/Utils.java (diff)
The file was modifiedcommon/buildcraft/BuildCraftTransport.java (diff)
The file was modifiedcommon/buildcraft/factory/PumpDimensionList.java (diff)
The file was modifiedcommon/buildcraft/builders/TileBuilder.java (diff)
The file was addedcommon/buildcraft/core/liquids/SingleUseTank.java
The file was modifiedcommon/buildcraft/factory/BlockPump.java (diff)
The file was modifiedcommon/buildcraft/core/EntityRobot.java (diff)
The file was modifiedcommon/buildcraft/silicon/TileLaser.java (diff)
The file was modifiedbuild.xml (diff)
The file was modifiedcommon/buildcraft/core/BlockIndex.java (diff)
The file was modifiedcommon/buildcraft/energy/BlockBuildcraftFluid.java (diff)
The file was modifiedcommon/buildcraft/BuildCraftEnergy.java (diff)
The file was modifiedcommon/buildcraft/core/Box.java (diff)
The file was modifiedcommon/buildcraft/factory/TilePump.java (diff)