Changes

Summary

  1. prepare BuildCraft 5.0.6 (commit: 917feac) (details)
  2. Fix isFullFluidBlock -> fix Floodgates (commit: 576be23) (details)
  3. Added Version Checker integration and fixed changelog grabbing (commit: b80c95e) (details)
  4. minor tweaks in documentation (commit: 7f5a993) (details)
  5. Made sure Version IMC message is also sent after init phase (commit: aef8260) (details)
  6. fixed style (commit: 27f9e05) (details)
  7. Replace .getAABBPool() and .getWorldVec3Pool() (commit: eac76e9) (details)
  8. Prevent possible crash when rendering a marker (commit: 753e469) (details)
  9. Fixed ghost facades from pre-6.0.x (commit: 78a06e5) (details)
  10. Fixed laser data not existing in some cases (commit: 10d0287) (details)
  11. Updated to 1.7.10 (commit: 341ff4e) (details)
  12. Changed all deprecated functionality to it's equivalent, updated to (commit: ca5bbc3) (details)
  13. Changed style to reflect CheckStyle (commit: 59d36f3) (details)
  14. Changed to tabs from spaces (commit: f2f563f) (details)
  15. Reverted version change (commit: 2935e72) (details)
  16. Bumped to Forge 1179 (commit: 08dd853) (details)
  17. fixed rendering problems, merged from 6.0.x, close #1934 (commit: 4144188) (details)
  18. Changed from assetDir to runDir, removed excess glPushAttrib (commit: 23e8abe) (details)
  19. Removed deprecated functionality and moved to equivalent. (commit: c55db01) (details)
  20. Changed build.gradle to use RunDir, changed deprecated fluid localized (commit: f9e9c6c) (details)
  21. prepare release 6.0.17 for Minecraft 1.7.10 (commit: 6ac6ea4) (details)
  22. fixed version requirements (commit: 91a6d08) (details)
The file was modifiedbuild.gradle (diff)
Commit 576be235f77de07abacb0238f6e5ebcdd90b30fa by da3dsoul
Fix isFullFluidBlock -> fix Floodgates

A recommit to 6.0.x instead of master
(commit: 576be23)
The file was modifiedcommon/buildcraft/core/utils/BlockUtil.java (diff)
Commit b80c95ea03cd8506c0998372abf8e2513faa5452 by iDynious
Added Version Checker integration and fixed changelog grabbing
(commit: b80c95e)
The file was modifiedcommon/buildcraft/core/Version.java (diff)
Commit 7f5a993a07f95f1a41ed3f0e99a6a9219e266fa7 by SpaceToad
minor tweaks in documentation
(commit: 7f5a993)
The file was modifiedcommon/buildcraft/core/Version.java (diff)
Commit aef8260877f31fbb50b359c3a8e3167689d8e494 by iDynious
Made sure Version IMC message is also sent after init phase
(commit: aef8260)
The file was modifiedcommon/buildcraft/core/Version.java (diff)
The file was modifiedcommon/buildcraft/core/Version.java (diff)
Commit eac76e9c774119ecb7ea75e1170281574a7580db by raul.tambre
Replace .getAABBPool() and .getWorldVec3Pool()
(commit: eac76e9)
The file was modifiedcommon/buildcraft/builders/urbanism/EntityUrbanist.java (diff)
The file was modifiedcommon/buildcraft/transport/pipes/PipeItemsObsidian.java (diff)
The file was modifiedcommon/buildcraft/energy/BlockEngine.java (diff)
The file was modifiedcommon/buildcraft/transport/BlockGenericPipe.java (diff)
The file was modifiedcommon/buildcraft/builders/BlockMarker.java (diff)
Commit 753e4693bcd09209242286ed3c1c10e2786c229d by raul.tambre
Prevent possible crash when rendering a marker
(commit: 753e469)
The file was modifiedcommon/buildcraft/builders/BuildersProxy.java (diff)
The file was modifiedcommon/buildcraft/builders/blueprints/BlueprintDatabase.java (diff)
The file was modifiedcommon/buildcraft/core/render/RenderingMarkers.java (diff)
Commit 78a06e5f35040617f7d371fe739b6ccfb32abdee by raul.tambre
Fixed ghost facades from pre-6.0.x
(commit: 78a06e5)
The file was modifiedcommon/buildcraft/transport/TileGenericPipe.java (diff)
Commit 10d0287df107caa695a5cb05604a1a3a38354226 by raul.tambre
Fixed laser data not existing in some cases
(commit: 10d0287)
The file was modifiedcommon/buildcraft/silicon/TileLaser.java (diff)
Commit 341ff4e9727dd34693d71db03547f59deefaac1d by pyoung1998
Updated to 1.7.10
This version isn't backwards compatiable because of changes in the CompressedStreamTools. I don't know if you want to push an update to the 5.0.x branch, but I thought I'd do it, just in case you did.
(commit: 341ff4e)
The file was modifiedbuild.gradle (diff)
The file was modifiedcommon/buildcraft/core/gui/buttons/GuiToggleButton.java (diff)
The file was modifiedgradlew (diff)
The file was modifiedgradle/wrapper/gradle-wrapper.jar (diff)
The file was modifiedcommon/buildcraft/builders/BlockMarker.java (diff)
The file was modifiedcommon/buildcraft/core/utils/Utils.java (diff)
The file was modified.gitignore (diff)
The file was modifiedcommon/buildcraft/transport/pipes/PipeItemsObsidian.java (diff)
The file was modifiedcommon/buildcraft/core/network/PacketNBT.java (diff)
The file was modifiedcommon/buildcraft/transport/BlockGenericPipe.java (diff)
The file was modifiedgradle/wrapper/gradle-wrapper.properties (diff)
Commit ca5bbc3f1768d409fed40225766abacfc5ec6419 by andrew.dudney
Changed all deprecated functionality to it's equivalent, updated to 1.7.10-10.13.0.1160
(commit: ca5bbc3)
The file was modifiedcommon/buildcraft/core/inventory/StackHelper.java (diff)
The file was modifiedcommon/buildcraft/transport/TileGenericPipe.java (diff)
The file was modifiedcommon/buildcraft/transport/PipeTransportFluids.java (diff)
The file was modifiedcommon/buildcraft/BuildCraftCore.java (diff)
The file was modifiedcommon/buildcraft/factory/TileRefinery.java (diff)
The file was modifiedcommon/buildcraft/factory/TileAutoWorkbench.java (diff)
The file was modifiedcommon/buildcraft/core/gui/buttons/GuiToggleButton.java (diff)
The file was modifiedapi/buildcraft/api/power/PowerHandler.java (diff)
The file was modifiedcommon/buildcraft/core/robots/EntityRobotPicker.java (diff)
The file was modifiedcommon/buildcraft/transport/PipeTransportItems.java (diff)
The file was modifiedcommon/buildcraft/factory/TileTank.java (diff)
The file was modifiedcommon/buildcraft/silicon/TileAdvancedCraftingTable.java (diff)
The file was modifiedcommon/buildcraft/builders/TileBlueprintLibrary.java (diff)
The file was modifiedcommon/buildcraft/core/inventory/InvUtils.java (diff)
The file was modifiedcommon/buildcraft/core/network/PacketNBT.java (diff)
The file was modified.gitignore (diff)
The file was modifiedbuild.gradle (diff)
The file was modifiedcommon/buildcraft/core/gui/slots/SlotWorkbench.java (diff)
The file was modifiedcommon/buildcraft/builders/blueprints/BlueprintDatabase.java (diff)
The file was modifiedcommon/buildcraft/core/utils/Utils.java (diff)
Commit 59d36f31d05994998173f9b81bc691001543accc by andrew.dudney
Changed style to reflect CheckStyle
(commit: 59d36f3)
The file was modifiedcommon/buildcraft/core/inventory/StackHelper.java (diff)
The file was modifiedcommon/buildcraft/silicon/TileAdvancedCraftingTable.java (diff)
The file was modifiedcommon/buildcraft/transport/TileGenericPipe.java (diff)
The file was modifiedcommon/buildcraft/factory/TileRefinery.java (diff)
The file was modifiedcommon/buildcraft/core/inventory/StackHelper.java (diff)
The file was modifiedcommon/buildcraft/silicon/TileAdvancedCraftingTable.java (diff)
The file was modifiedbuild.gradle (diff)
The file was modifiedbuild.gradle (diff)
Commit 4144188467cd54610024df23858b6fdf3181f7ac by SpaceToad
fixed rendering problems, merged from 6.0.x, close #1934
(commit: 4144188)
The file was modifiedcommon/buildcraft/transport/render/PipeItemRenderer.java (diff)
The file was modifiedcommon/buildcraft/transport/render/GateItemRenderer.java (diff)
Commit 23e8abe00a5d122c2b4815f7319ae27d8dcaa7da by andrew.dudney
Changed from assetDir to runDir, removed excess glPushAttrib
(commit: 23e8abe)
The file was modifiedcommon/buildcraft/transport/render/PipeItemRenderer.java (diff)
The file was modifiedbuild.gradle (diff)
Commit c55db01daffa49b388434bec6111dec6a778e4cb by andrew.dudney
Removed deprecated functionality and moved to equivalent.
(commit: c55db01)
The file was modifiedcommon/buildcraft/BuildCraftEnergy.java (diff)
The file was removedcommon/buildcraft/transport/IPipeTransportItemsHook.java
The file was removedcommon/buildcraft/transport/IItemTravelingHook.java
The file was modifiedcommon/buildcraft/energy/worldgen/BiomeGenOilDesert.java (diff)
The file was modifiedcommon/buildcraft/core/fluids/Tank.java (diff)
Commit f9e9c6cb2625acd856eed9b20dfa6822d1cb3db4 by andrew.dudney
Changed build.gradle to use RunDir, changed deprecated fluid localized name functionality, changed deprecated biome type desert to sandy.
(commit: f9e9c6c)
The file was modifiedbuild.gradle (diff)
The file was modifiedcommon/buildcraft/BuildCraftEnergy.java (diff)
The file was modifiedcommon/buildcraft/core/fluids/Tank.java (diff)
Commit 6ac6ea47349bcfffc3ae9f3068cf236209253325 by SpaceToad
prepare release 6.0.17 for Minecraft 1.7.10
(commit: 6ac6ea4)
The file was modifiedbuildcraft_resources/versions.txt (diff)
The file was modifiedbuild.gradle (diff)
The file was modifiedcommon/buildcraft/BuildCraftCore.java (diff)