Changes

Summary

  1. Dont' break other mods' gui s when holding a pipe (commit: ae06682) (details)
  2. Using XDG for retrieving downloads dir on Linux/Mac. (commit: d80ab96) (details)
  3. Implement On/Off actions for the all tables (commit: 082794a) (details)
  4. Default download location is computed only once, as to make it more (commit: 6aab1f2) (details)
  5. fixed template soft block detection (commit: de119ab) (details)
  6. fixed previous checkin (commit: 2bbe4b1) (details)
  7. In library set player even when shift clicked (commit: 5781a9c) (details)
  8. removed useless override to slotClick (commit: f63a16b) (details)
  9. added double plant to the list of ignored blocks, close #1729 (commit: 4585c15) (details)
  10. removed redundant handling of custom items, for #1730 (commit: 646c694) (details)
  11. Enable/disable delete button when selected or not (commit: 821ab3a) (details)
  12. Update GuiBlueprintLibrary.java (commit: 990e07f) (details)
  13. Disable/enable page buttons in blueprint library (commit: 2f7ae5a) (details)
  14. Fix server crash while drop items in stripes pipe too (commit: bfc6f02) (details)
  15. Fix read/write nbt in builders (commit: fe2a5e6) (details)
  16. Update MjAPI (implementation and docs) (commit: 246375c) (details)
  17. Fix comparator requirements for builder (commit: 31ac41a) (details)
  18. Drop blueprint if no space available in builder (commit: 1c17929) (details)
  19. Fix shift-clicking in architect table, fix #1740 (commit: 27d095a) (details)
  20. Draw only half of indicator for AND gates when not all triggers active (commit: 7ca9e69) (details)
  21. Whitelisted to Applied Energetics spacial API all blocks that don't rely (commit: f91b903) (details)
  22. fixed style (commit: 6ffd45f) (details)
  23. Extract battery interface into IBatteryObject (commit: bed9b59) (details)
  24. extracted battery object to first-level class (commit: f299a72) (details)
  25. Fix stackable blueprints (commit: bff5a6b) (details)
  26. updated energy framework to be openned to different channels, close (commit: 1febf3c) (details)
  27. added provision against NPE (commit: 8f75c80) (details)
  28. Fix partial state info in AND gates (commit: d16e015) (details)
  29. fixed lamp being replaced if lit status is different, close #1735 (commit: 7c6c9f6) (details)
  30. started to work on fixing pipes ids, for #1745 (commit: b2f8cf1) (details)
  31. Add fallback facade loading for support migration from 5.0.x (commit: 12d3214) (details)
  32. added helper functions (commit: 178d82e) (details)
  33. Minor code reorganization to identify a unique block for legacy support. (commit: e18f01c) (details)
  34. Add support for sided batteries (commit: cb3b3d1) (details)
  35. Update MjAPI (commit: 04859cc) (details)
  36. Fixed issues with various schematics and their handling of item id (commit: 98d2e2e) (details)
  37. removed unused file (commit: a29c0a1) (details)
  38. minor fixes (commit: 577cf11) (details)
  39. updated documentation (commit: b8d6ef2) (details)
  40. fixed engines orientation, for #1771 (commit: 30e4d49) (details)
  41. removed energy from engines in blueprints (commit: 44e3aaa) (details)
  42. minor tweaks to liquid holding blocks, close #1769 (commit: 262f2dc) (details)
  43. Minimal texture change, derived from #1773, close #1207. (commit: 49747b0) (details)
  44. relax constraints when loading corrupted pipes (commit: 29d308f) (details)
  45. added possibility to blacklist recipes, close #1750 (commit: 4dcb9af) (details)
  46. prepare 6.0.11 release (commit: 1fc3890) (details)
  47. prepare 6.0.11 release (commit: 9b02f71) (details)
Commit ae06682617511336b034ebe92e85edeb2cd009ee by undergroundminer3
Dont' break other mods' gui s when holding a pipe

Restore the OpenGl to the state we found it,
instead of forcing the transparency to be turned off.
(commit: ae06682)
The file was modifiedcommon/buildcraft/transport/render/PipeItemRenderer.java (diff)
Commit d80ab967143e5b432a2d8fa403879937cddd12da by prototypegamez
Using XDG for retrieving downloads dir on Linux/Mac.
(commit: d80ab96)
The file was modifiedcommon/buildcraft/BuildCraftBuilders.java (diff)
Commit 082794a7d26e422ce013aa48493ab85eb1a51e7d by prototypegamez
Implement On/Off actions for the all tables
(commit: 082794a)
The file was modifiedcommon/buildcraft/silicon/TileLaserTableBase.java (diff)
The file was modifiedcommon/buildcraft/silicon/TileAssemblyTable.java (diff)
The file was modifiedcommon/buildcraft/silicon/TileIntegrationTable.java (diff)
The file was modifiedcommon/buildcraft/silicon/TileAdvancedCraftingTable.java (diff)
Commit 6aab1f2346bfb72b1c64dff246ecc904100bbf4a by SpaceToad
Default download location is computed only once, as to make it more explicit
to the user where things are located and how to fix.
(commit: 6aab1f2)
The file was modifiedcommon/buildcraft/BuildCraftBuilders.java (diff)
Commit de119ab52e94bb33cba6439f17d43f3388b97b89 by SpaceToad
fixed template soft block detection
(commit: de119ab)
The file was modifiedcommon/buildcraft/core/blueprints/Template.java (diff)
The file was modifiedcommon/buildcraft/core/blueprints/Template.java (diff)
Commit 5781a9c01f82e0d23a9e1766a74bb4eae24138d7 by raul.tambre
In library set player even when shift clicked

Was quite an annoying small bug.
Was trying to put some blueprints in blueprint library, but they well
wouldn't simply appear in the list.
Came out the uploading and downloading player is only set when the slot
is clicked.
(commit: 5781a9c)
The file was addedcommon/buildcraft/core/gui/slots/SlotBlueprintLibrary.java
The file was modifiedcommon/buildcraft/builders/gui/ContainerBlueprintLibrary.java (diff)
Commit f63a16bd95e80259fbda5d8ceb793d339daa3a0a by SpaceToad
removed useless override to slotClick
(commit: f63a16b)
The file was modifiedcommon/buildcraft/core/gui/slots/SlotBlueprintLibrary.java (diff)
The file was modifiedcommon/buildcraft/builders/gui/ContainerBlueprintLibrary.java (diff)
Commit 4585c15e83f6904f291cdb617ddd35f81a7a1f02 by SpaceToad
added double plant to the list of ignored blocks, close #1729
(commit: 4585c15)
The file was modifiedcommon/buildcraft/BuildCraftBuilders.java (diff)
Commit 646c694f802d88355b324a12b7822d64756b90c4 by SpaceToad
removed redundant handling of custom items, for #1730
(commit: 646c694)
The file was modifiedcommon/buildcraft/transport/TravelingItem.java (diff)
Commit 821ab3a9c3177efb3915564791d7c03e136746ac by raul.tambre
Enable/disable delete button when selected or not
(commit: 821ab3a)
The file was modifiedcommon/buildcraft/builders/gui/GuiBlueprintLibrary.java (diff)
Commit 990e07f8cda72a42330b98175e530e52e8591131 by hasc345
Update GuiBlueprintLibrary.java

Fixed a formatting error.
(commit: 990e07f)
The file was modifiedcommon/buildcraft/builders/gui/GuiBlueprintLibrary.java (diff)
Commit 2f7ae5a3f2df30deccd4c44b01957af239e3c3ea by raul.tambre
Disable/enable page buttons in blueprint library
(commit: 2f7ae5a)
The file was modifiedcommon/buildcraft/builders/TileBlueprintLibrary.java (diff)
The file was modifiedcommon/buildcraft/builders/gui/GuiBlueprintLibrary.java (diff)
Commit bfc6f0250533eb223ee26b16ad30576a63910290 by prototypegamez
Fix server crash while drop items in stripes pipe too
(commit: bfc6f02)
The file was modifiedcommon/buildcraft/transport/pipes/PipeItemsStripes.java (diff)
The file was modifiedcommon/buildcraft/builders/TileAbstractBuilder.java (diff)
Commit 246375c5ac7b09f72d36694999bf14a2fca431da by prototypegamez
Update MjAPI (implementation and docs)
(commit: 246375c)
The file was modifiedapi/buildcraft/api/mj/MjBattery.java (diff)
The file was modifiedapi/buildcraft/api/mj/MjAPI.java (diff)
The file was modifiedapi/buildcraft/api/power/PowerHandler.java (diff)
Commit 31ac41aae61c0180bd816a7b4b8e3e8941842f81 by prototypegamez
Fix comparator requirements for builder
(commit: 31ac41a)
The file was modifiedcommon/buildcraft/builders/schematics/SchematicRedstoneDiode.java (diff)
The file was modifiedcommon/buildcraft/BuildCraftBuilders.java (diff)
Commit 1c17929fa5206450d080e9f2ad72ca759ddb3f5b by prototypegamez
Drop blueprint if no space available in builder
(commit: 1c17929)
The file was modifiedcommon/buildcraft/builders/TileBuilder.java (diff)
Commit 27d095a00c45fa864d1f471a1265f082fcdea4b6 by raul.tambre
Fix shift-clicking in architect table, fix #1740
(commit: 27d095a)
The file was modifiedcommon/buildcraft/builders/gui/ContainerArchitect.java (diff)
The file was modifiedcommon/buildcraft/builders/GuiHandler.java (diff)
The file was addedcommon/buildcraft/core/gui/slots/SlotArchitect.java
The file was modifiedcommon/buildcraft/builders/gui/GuiArchitect.java (diff)
Commit 7ca9e6987d360e5475182d667606f4174416607d by prototypegamez
Draw only half of indicator for AND gates when not all triggers active
(commit: 7ca9e69)
The file was modifiedcommon/buildcraft/transport/gui/GuiGateInterface.java (diff)
Commit f91b9033fa281f7eb39a0572635e056a4acca5b0 by SpaceToad
Whitelisted to Applied Energetics spacial API all blocks that don't rely on
absolute positions.
Close #1753
(commit: f91b903)
The file was modifiedcommon/buildcraft/BuildCraftEnergy.java (diff)
The file was modifiedcommon/buildcraft/BuildCraftFactory.java (diff)
The file was modifiedcommon/buildcraft/BuildCraftCore.java (diff)
The file was modifiedcommon/buildcraft/BuildCraftSilicon.java (diff)
The file was modifiedcommon/buildcraft/BuildCraftBuilders.java (diff)
The file was modifiedcommon/buildcraft/BuildCraftTransport.java (diff)
The file was modifiedcommon/buildcraft/BuildCraftBuilders.java (diff)
Commit bed9b59b0e893ad78ddc0609df9d06d7d1cfbb93 by prototypegamez
Extract battery interface into IBatteryObject
(commit: bed9b59)
The file was addedapi/buildcraft/api/mj/IBatteryProvider.java
The file was modifiedapi/buildcraft/api/core/JavaTools.java (diff)
The file was modifiedcommon/buildcraft/energy/TileEnergyConverter.java (diff)
The file was modifiedcommon/buildcraft/energy/TileEngine.java (diff)
The file was modifiedapi/buildcraft/api/mj/MjAPI.java (diff)
The file was modifiedcommon/buildcraft/transport/gates/GateExpansionPulsar.java (diff)
The file was modifiedapi/buildcraft/api/power/PowerHandler.java (diff)
The file was modifiedcommon/buildcraft/energy/TileEnergyReceiver.java (diff)
The file was modifiedapi/buildcraft/api/mj/MjAPILegacy.java (diff)
The file was modifiedcommon/buildcraft/transport/PipeTransportPower.java (diff)
The file was addedapi/buildcraft/api/mj/IBatteryObject.java
Commit f299a7293bb1723b33d938a2e1eb2e272e7eee39 by SpaceToad
extracted battery object to first-level class
(commit: f299a72)
The file was modifiedapi/buildcraft/api/power/PowerHandler.java (diff)
The file was addedapi/buildcraft/api/mj/BatteryObject.java
The file was modifiedapi/buildcraft/api/mj/MjAPI.java (diff)
The file was modifiedcommon/buildcraft/builders/ItemBlueprintTemplate.java (diff)
The file was modifiedcommon/buildcraft/builders/ItemBlueprintStandard.java (diff)
The file was modifiedcommon/buildcraft/builders/ItemBlueprint.java (diff)
Commit 1febf3c7148127e80495b06c1ef83bed2fb7415d by SpaceToad
updated energy framework to be openned to different channels, close #1756
(commit: 1febf3c)
The file was modifiedapi/buildcraft/api/mj/MjBattery.java (diff)
The file was modifiedapi/buildcraft/api/mj/BatteryObject.java (diff)
The file was modifiedapi/buildcraft/api/mj/MjAPI.java (diff)
The file was modifiedcommon/buildcraft/transport/BlockGenericPipe.java (diff)
Commit d16e0153cf7fbae4175d6d807558bcbcf40b8f91 by prototypegamez
Fix partial state info in AND gates
(commit: d16e015)
The file was modifiedcommon/buildcraft/transport/gui/GuiGateInterface.java (diff)
Commit 7c6c9f67f317607be910022c4022bb2bfb36487b by SpaceToad
fixed lamp being replaced if lit status is different, close #1735
(commit: 7c6c9f6)
The file was addedcommon/buildcraft/builders/schematics/SchematicRedstoneLamp.java
The file was modifiedcommon/buildcraft/BuildCraftBuilders.java (diff)
Commit b2f8cf102dddd437b6fbf2a750dc175394a2bdaf by SpaceToad
started to work on fixing pipes ids, for #1745
(commit: b2f8cf1)
The file was modifiedcommon/buildcraft/transport/blueprints/SchematicPipe.java (diff)
Commit 12d321491ea494c546a2cf3f44a99b7fe145d81a by prototypegamez
Add fallback facade loading for support migration from 5.0.x
(commit: 12d3214)
The file was modifiedcommon/buildcraft/transport/TileGenericPipe.java (diff)
The file was modifiedapi/buildcraft/api/blueprints/MappingRegistry.java (diff)
Commit e18f01c784f140dd53f7ce694edd7d310a4a83f0 by SpaceToad
Minor code reorganization to identify a unique block for legacy support.
(commit: e18f01c)
The file was modifiedcommon/buildcraft/transport/TileGenericPipe.java (diff)
Commit cb3b3d1fced9a73d7bec3c31ce7d63a3625da9a8 by prototypegamez
Add support for sided batteries
(commit: cb3b3d1)
The file was modifiedcommon/buildcraft/transport/PipeTransportPower.java (diff)
The file was modifiedapi/buildcraft/api/mj/MjAPILegacy.java (diff)
The file was modifiedcommon/buildcraft/energy/TileEngine.java (diff)
The file was modifiedapi/buildcraft/api/mj/BatteryObject.java (diff)
The file was addedapi/buildcraft/api/mj/ISidedBatteryProvider.java
The file was modifiedcommon/buildcraft/energy/TileEnergyConverter.java (diff)
The file was modifiedapi/buildcraft/api/mj/MjAPI.java (diff)
The file was modifiedapi/buildcraft/api/mj/IBatteryObject.java (diff)
The file was modifiedapi/buildcraft/api/mj/IBatteryProvider.java (diff)
The file was modifiedapi/buildcraft/api/power/PowerHandler.java (diff)
The file was modifiedapi/buildcraft/api/mj/IBatteryObject.java (diff)
The file was modifiedapi/buildcraft/api/mj/MjAPI.java (diff)
The file was modifiedapi/buildcraft/api/mj/ISidedBatteryProvider.java (diff)
The file was modifiedapi/buildcraft/api/mj/BatteryObject.java (diff)
The file was modifiedapi/buildcraft/api/mj/MjBattery.java (diff)
Commit 98d2e2e2e6ff5137b5cb13a659d4327e258e18ab by SpaceToad
Fixed issues with various schematics and their handling of item id translations.
The Schematic API has been updated to follow a pattern more explicit.
Part of #1745
(commit: 98d2e2e)
The file was modifiedcommon/buildcraft/builders/schematics/SchematicRedstoneDiode.java (diff)
The file was addedcommon/buildcraft/transport/schematics/BptPipeWooden.java
The file was modifiedcommon/buildcraft/builders/schematics/SchematicRedstoneLamp.java (diff)
The file was modifiedcommon/buildcraft/builders/BuildersProxy.java (diff)
The file was addedcommon/buildcraft/transport/schematics/SchematicFilteredBuffer.java
The file was modifiedcommon/buildcraft/builders/schematics/SchematicEnderChest.java (diff)
The file was modifiedcommon/buildcraft/transport/TileFilteredBuffer.java (diff)
The file was modifiedcommon/buildcraft/builders/schematics/SchematicCustomStack.java (diff)
The file was modifiedcommon/buildcraft/builders/schematics/SchematicSeeds.java (diff)
The file was modifiedcommon/buildcraft/builders/schematics/SchematicIgnore.java (diff)
The file was modifiedapi/buildcraft/api/blueprints/Schematic.java (diff)
The file was modifiedcommon/buildcraft/builders/schematics/SchematicFluid.java (diff)
The file was removedcommon/buildcraft/transport/blueprints/BptItemPipeFilters.java
The file was modifiedcommon/buildcraft/builders/schematics/SchematicPumpkin.java (diff)
The file was modifiedcommon/buildcraft/builders/schematics/SchematicRedstoneWire.java (diff)
The file was modifiedcommon/buildcraft/core/inventory/SimpleInventory.java (diff)
The file was removedcommon/buildcraft/transport/blueprints/BptPipeIron.java
The file was removedcommon/buildcraft/transport/blueprints/BptPipeWooden.java
The file was modifiedcommon/buildcraft/builders/schematics/SchematicDoor.java (diff)
The file was modifiedcommon/buildcraft/core/blueprints/RealBlueprintDeployer.java (diff)
The file was addedcommon/buildcraft/transport/schematics/BptItemPipeEmerald.java
The file was modifiedcommon/buildcraft/builders/schematics/SchematicGravel.java (diff)
The file was modifiedcommon/buildcraft/BuildCraftTransport.java (diff)
The file was modifiedcommon/buildcraft/factory/SchematicRefinery.java (diff)
The file was modifiedcommon/buildcraft/core/utils/Utils.java (diff)
The file was modifiedcommon/buildcraft/energy/SchematicEngine.java (diff)
The file was modifiedcommon/buildcraft/builders/TileArchitect.java (diff)
The file was modifiedcommon/buildcraft/builders/schematics/SchematicBed.java (diff)
The file was modifiedapi/buildcraft/api/blueprints/SchematicBlock.java (diff)
The file was modifiedcommon/buildcraft/builders/schematics/SchematicDirt.java (diff)
The file was modifiedapi/buildcraft/api/blueprints/SchematicBlockBase.java (diff)
The file was addedcommon/buildcraft/transport/schematics/BptPipeIron.java
The file was modifiedcommon/buildcraft/builders/TileBlueprintLibrary.java (diff)
The file was modifiedcommon/buildcraft/builders/schematics/SchematicFire.java (diff)
The file was modifiedcommon/buildcraft/builders/schematics/SchematicIgnoreMeta.java (diff)
The file was modifiedcommon/buildcraft/builders/BlockBlueprintLibrary.java (diff)
The file was addedcommon/buildcraft/transport/schematics/SchematicPipe.java
The file was addedcommon/buildcraft/transport/schematics/BptItemPipeFilters.java
The file was modifiedcommon/buildcraft/builders/schematics/SchematicMinecart.java (diff)
The file was modifiedcommon/buildcraft/builders/schematics/SchematicHanging.java (diff)
The file was modifiedcommon/buildcraft/core/blueprints/BlueprintBase.java (diff)
The file was modifiedcommon/buildcraft/builders/schematics/SchematicPortal.java (diff)
The file was modifiedcommon/buildcraft/builders/schematics/SchematicSign.java (diff)
The file was modifiedcommon/buildcraft/factory/TileHopper.java (diff)
The file was modifiedcommon/buildcraft/builders/schematics/SchematicCactus.java (diff)
The file was modifiedapi/buildcraft/api/blueprints/SchematicTile.java (diff)
The file was modifiedcommon/buildcraft/builders/TileBuilder.java (diff)
The file was modifiedcommon/buildcraft/core/blueprints/Blueprint.java (diff)
The file was removedcommon/buildcraft/transport/blueprints/SchematicPipe.java
The file was modifiedcommon/buildcraft/factory/SchematicTank.java (diff)
The file was modifiedapi/buildcraft/api/blueprints/SchematicEntity.java (diff)
The file was addedcommon/buildcraft/transport/schematics/BptPipeExtension.java
The file was modifiedapi/buildcraft/api/blueprints/MappingRegistry.java (diff)
The file was modifiedcommon/buildcraft/builders/schematics/SchematicFarmland.java (diff)
The file was modifiedcommon/buildcraft/builders/schematics/SchematicStone.java (diff)
The file was removedcommon/buildcraft/transport/blueprints/BptPipeExtension.java
The file was modifiedcommon/buildcraft/builders/schematics/SchematicStairs.java (diff)
The file was addedcommon/buildcraft/silicon/schematics/SchematicLaserTableBase.java
The file was removedcommon/buildcraft/transport/schematics/BptItemPipeEmerald.java
The file was modifiedapi/buildcraft/api/blueprints/SchematicBlock.java (diff)
The file was modifiedcommon/buildcraft/energy/SchematicEngine.java (diff)
The file was modifiedapi/buildcraft/api/mj/MjBattery.java (diff)
Commit 30e4d493b3ea6e551d60e18d5e66a7393cff20c4 by SpaceToad
fixed engines orientation, for #1771
(commit: 30e4d49)
The file was modifiedcommon/buildcraft/energy/SchematicEngine.java (diff)
Commit 44e3aaa1c53806169cc59e528fa90aed3d0551b2 by SpaceToad
removed energy from engines in blueprints
(commit: 44e3aaa)
The file was modifiedcommon/buildcraft/energy/SchematicEngine.java (diff)
Commit 262f2dc22a4af9c166ada3a0f23c355a28f12137 by SpaceToad
minor tweaks to liquid holding blocks, close #1769
(commit: 262f2dc)
The file was modifiedcommon/buildcraft/factory/SchematicTank.java (diff)
The file was modifiedcommon/buildcraft/factory/SchematicRefinery.java (diff)
The file was modifiedcommon/buildcraft/energy/SchematicEngine.java (diff)
Commit 49747b054ea02ac3386bbb603702006b157fe4ce by SpaceToad
Minimal texture change, derived from #1773, close #1207.
(commit: 49747b0)
The file was modifiedbuildcraft_resources/assets/buildcraft/textures/blocks/blockDrillTexture.png (diff)
The file was addedbuildcraft_resources/assets/buildcraft/textures/blocks/blockDrillTexture.xcf
Commit 29d308f4f93d5bd966fe2071630d7def55890659 by SpaceToad
relax constraints when loading corrupted pipes
(commit: 29d308f)
The file was modifiedcommon/buildcraft/transport/schematics/SchematicPipe.java (diff)
Commit 4dcb9af87184f2f90ceece0f504abed1f039b092 by SpaceToad
added possibility to blacklist recipes, close #1750
(commit: 4dcb9af)
The file was modifiedcommon/buildcraft/BuildCraftCore.java (diff)
The file was modifiedcommon/buildcraft/core/proxy/CoreProxy.java (diff)
The file was modifiedcommon/buildcraft/core/recipes/AssemblyRecipeManager.java (diff)
The file was modifiedcommon/buildcraft/core/recipes/RefineryRecipeManager.java (diff)
The file was modifiedbuildcraft_resources/versions.txt (diff)
The file was addedbuildcraft_resources/changelog/6.0.11
The file was modifiedbuild.gradle (diff)