Changes

Summary

  1. removed absolute paths (commit: fcb7a94) (details)
  2. localize architect strings, close #1682 (commit: 5bde6b9) (details)
  3. fixed previous commit (commit: 8b22700) (details)
  4. Tweak for users without Localization installed. (commit: 5d5cbd3) (details)
  5. Corrected wire tooltip in gates (commit: ad75877) (details)
  6. Enable checkstyle gradle plugin. (commit: 94e928d) (details)
  7. Fix pumps (commit: ecd10b9) (details)
  8. Travis integration (commit: 5a08fa6) (details)
  9. Update .travis.yml (commit: 0730aa4) (details)
  10. Don't be quiet and print full errors when something goes wrong (commit: 7baa39e) (details)
  11. added missing network update call after removing blueprint (commit: 4518b0f) (details)
  12. added missing tranformation in deployer (commit: decc8cc) (details)
  13. fix for the blueprint deployer (commit: 01bf28a) (details)
  14. fix space before ) on the realBueprintDeployer (commit: 810ff8b) (details)
  15. fixed readme for gradle dependencies (commit: ff66d5d) (details)
  16. requirements extraction is now cleaner (commit: aca1678) (details)
  17. factorized out some of the code (commit: e230d9a) (details)
  18. Better fix to laser dot, fix #1692 (commit: 37b7650) (details)
  19. Fix checkstyle (commit: 7e5fe9f) (details)
  20. Fix the fix for the fix of red dot (commit: 5033dac) (details)
  21. Fix rendering of blueprints and templates (commit: efecafd) (details)
  22. Add MjAPILegacy for providing an old-style api for the new power api. (commit: aa68c3c) (details)
  23. removed obsolete property (commit: 668738f) (details)
  24. minor refactorings (commit: 5ad4b53) (details)
  25. improved biome setting for oil generation (commit: cf54f0e) (details)
  26. minor adjustments in building items display and costs (commit: 52bedc0) (details)
  27. Make blank blueprints and templates stack to 16 (commit: 6aaf47b) (details)
  28. Also some blueprint and template cleanup (commit: 38f74d4) (details)
  29. Make block gate triggers by plugs (commit: 960e98d) (details)
  30. fixed javadoc errors (commit: 9877f8d) (details)
  31. prepare 6.0.9 version (commit: 2dd5eac) (details)
The file was modifiedguidelines/buildcraft.checkstyle (diff)
The file was modifiedguidelines/buildcraft.epf (diff)
The file was modifiedcommon/buildcraft/builders/gui/GuiArchitect.java (diff)
The file was modifiedbuildcraft_resources/assets/buildcraft/lang/en_US.lang (diff)
The file was modifiedcommon/buildcraft/builders/gui/GuiArchitect.java (diff)
Commit 5d5cbd33724b719251300f262d86c212213c5bd4 by an.bulah
Tweak for users without Localization installed.
(commit: 5d5cbd3)
The file was modifiedbuild.gradle (diff)
Commit ad7587785de2f4932416d896e1b86214f4e13f97 by terje.holene
Corrected wire tooltip in gates
(commit: ad75877)
The file was modifiedbuildcraft_resources/assets/buildcraft/lang/en_US.lang (diff)
Commit 94e928de57d13c3e2611581e4dfe6f3e10871583 by prototypegamez
Enable checkstyle gradle plugin.
(commit: 94e928d)
The file was modifiedbuild.gradle (diff)
The file was modifiedcommon/buildcraft/factory/PumpDimensionList.java (diff)
The file was added.travis.yml
The file was modified.travis.yml (diff)
Commit 7baa39e6ebedeb9c82dd70415c7fec8183759e6e by jk-5
Don't be quiet and print full errors when something goes wrong
(commit: 7baa39e)
The file was modified.travis.yml (diff)
Commit 4518b0f247d8fb850ba76c07789c2a4a08eb92a2 by SpaceToad
added missing network update call after removing blueprint
(commit: 4518b0f)
The file was modifiedcommon/buildcraft/builders/TileBuilder.java (diff)
Commit decc8ccf10244262638c6936ff4d531b3015c9d7 by SpaceToad
added missing tranformation in deployer
(commit: decc8cc)
The file was modifiedcommon/buildcraft/core/blueprints/RealBlueprintDeployer.java (diff)
Commit 01bf28a77d3a9d913f5f8417a0f9e658f35876cc by aenterprise2
fix for the blueprint deployer
(commit: 01bf28a)
The file was modifiedapi/buildcraft/api/blueprints/BlueprintDeployer.java (diff)
The file was modifiedcommon/buildcraft/core/blueprints/RealBlueprintDeployer.java (diff)
Commit 810ff8b07d1a0b36f5a1e11e0fc2620ab2898703 by aenterprise2
fix space before ) on the realBueprintDeployer
(commit: 810ff8b)
The file was modifiedcommon/buildcraft/core/blueprints/RealBlueprintDeployer.java (diff)
Commit ff66d5d63a6e0da6ba346b15caecb6583ba36a38 by sacabrarsyed
fixed readme for gradle dependencies
(commit: ff66d5d)
The file was modifiedREADME.md (diff)
Commit aca16785915f880d8b2c877a597b07e650c963bd by SpaceToad
requirements extraction is now cleaner
(commit: aca1678)
The file was modifiedapi/buildcraft/api/blueprints/SchematicBlockBase.java (diff)
The file was modifiedcommon/buildcraft/builders/schematics/SchematicGravel.java (diff)
The file was modifiedcommon/buildcraft/builders/schematics/SchematicIgnoreMeta.java (diff)
The file was modifiedcommon/buildcraft/builders/schematics/SchematicCactus.java (diff)
The file was modifiedcommon/buildcraft/builders/schematics/SchematicBed.java (diff)
The file was modifiedcommon/buildcraft/core/blueprints/BuildingSlotBlock.java (diff)
The file was modifiedcommon/buildcraft/builders/schematics/SchematicDoor.java (diff)
The file was modifiedcommon/buildcraft/builders/schematics/SchematicEnderChest.java (diff)
The file was modifiedcommon/buildcraft/core/blueprints/Blueprint.java (diff)
The file was modifiedcommon/buildcraft/builders/schematics/SchematicSeeds.java (diff)
The file was modifiedcommon/buildcraft/builders/schematics/SchematicFarmland.java (diff)
The file was modifiedcommon/buildcraft/core/blueprints/BptBuilderBlueprint.java (diff)
The file was modifiedcommon/buildcraft/transport/blueprints/SchematicPipe.java (diff)
The file was modifiedapi/buildcraft/api/blueprints/SchematicTile.java (diff)
The file was modifiedapi/buildcraft/api/blueprints/SchematicEntity.java (diff)
The file was modifiedapi/buildcraft/api/blueprints/Schematic.java (diff)
The file was modifiedcommon/buildcraft/builders/schematics/SchematicPumpkin.java (diff)
The file was modifiedcommon/buildcraft/builders/schematics/SchematicPortal.java (diff)
The file was modifiedcommon/buildcraft/builders/schematics/SchematicCustomStack.java (diff)
The file was modifiedcommon/buildcraft/builders/schematics/SchematicSign.java (diff)
The file was modifiedcommon/buildcraft/builders/schematics/SchematicRedstoneWire.java (diff)
The file was modifiedcommon/buildcraft/builders/schematics/SchematicStairs.java (diff)
The file was modifiedcommon/buildcraft/builders/schematics/SchematicRedstoneDiode.java (diff)
The file was modifiedcommon/buildcraft/builders/schematics/SchematicFluid.java (diff)
The file was modifiedcommon/buildcraft/builders/schematics/SchematicFire.java (diff)
The file was modifiedcommon/buildcraft/builders/schematics/SchematicDirt.java (diff)
The file was modifiedcommon/buildcraft/builders/schematics/SchematicStone.java (diff)
The file was modifiedcommon/buildcraft/builders/schematics/SchematicIgnore.java (diff)
The file was modifiedapi/buildcraft/api/blueprints/SchematicBlock.java (diff)
Commit e230d9a3f23fa8f23b43716c154ba23e8c583c01 by SpaceToad
factorized out some of the code
(commit: e230d9a)
The file was modifiedcommon/buildcraft/core/blueprints/BptBuilderBase.java (diff)
The file was modifiedcommon/buildcraft/core/blueprints/BptBuilderBlueprint.java (diff)
The file was modifiedcommon/buildcraft/builders/blueprints/BlueprintDatabase.java (diff)
The file was modifiedcommon/buildcraft/core/blueprints/RealBlueprintDeployer.java (diff)
Commit 37b765083ce3b4994d67b8cb03faaee0ebc8dea9 by raul.tambre
Better fix to laser dot, fix #1692
(commit: 37b7650)
The file was modifiedcommon/buildcraft/silicon/TileLaser.java (diff)
The file was modifiedbuild.gradle (diff)
The file was modifiedguidelines/buildcraft.checkstyle (diff)
The file was modifiedcommon/buildcraft/core/recipes/AssemblyRecipeManager.java (diff)
Commit 5033dace6cb6e57e0e7845f2148773560345a440 by raul.tambre
Fix the fix for the fix of red dot
(commit: 5033dac)
The file was modifiedcommon/buildcraft/silicon/TileLaser.java (diff)
Commit efecafdf9a2c0affe8bc008e1d566fd7183b6767 by raul.tambre
Fix rendering of blueprints and templates
(commit: efecafd)
The file was modifiedcommon/buildcraft/builders/ItemBlueprintStandard.java (diff)
The file was modifiedcommon/buildcraft/builders/ItemBlueprintTemplate.java (diff)
Commit aa68c3cd8154cefd632db5185e64688706a3f34a by prototypegamez
Add MjAPILegacy for providing an old-style api for the new power api.
Add Energy Converter block for the same things in game.
(commit: aa68c3c)
The file was addedcommon/buildcraft/energy/ItemEnergyConverter.java
The file was addedcommon/buildcraft/energy/BlockEnergyConverter.java
The file was modifiedbuildcraft_resources/assets/buildcraft/lang/en_US.lang (diff)
The file was addedbuildcraft_resources/assets/buildcraft/textures/blocks/blockEnergyConverter.png
The file was addedapi/buildcraft/api/mj/MjAPILegacy.java
The file was addedcommon/buildcraft/energy/TileEnergyConverter.java
The file was modifiedcommon/buildcraft/BuildCraftEnergy.java (diff)
The file was modifiedapi/buildcraft/api/mj/MjAPI.java (diff)
The file was modifiedapi/buildcraft/api/power/PowerHandler.java (diff)
The file was modifiedcommon/buildcraft/BuildCraftCore.java (diff)
The file was modifiedcommon/buildcraft/energy/BlockEnergyConverter.java (diff)
The file was modifiedapi/buildcraft/api/power/PowerHandler.java (diff)
The file was modifiedapi/buildcraft/api/mj/MjAPILegacy.java (diff)
The file was modifiedcommon/buildcraft/energy/ItemEnergyConverter.java (diff)
The file was modifiedcommon/buildcraft/energy/TileEnergyConverter.java (diff)
Commit cf54f0e68a9418851a6d0337be15282f6b091ad8 by SpaceToad
improved biome setting for oil generation
(commit: cf54f0e)
The file was modifiedcommon/buildcraft/BuildCraftEnergy.java (diff)
Commit 52bedc0bd49c3cea97fb48be355b85c293d6a198 by SpaceToad
minor adjustments in building items display and costs
(commit: 52bedc0)
The file was modifiedcommon/buildcraft/core/blueprints/BptBuilderBase.java (diff)
The file was modifiedcommon/buildcraft/builders/TileAbstractBuilder.java (diff)
The file was modifiedcommon/buildcraft/builders/BuildingItem.java (diff)
Commit 6aaf47b7f9d39126b4974da39987e013f736642a by raul.tambre
Make blank blueprints and templates stack to 16
(commit: 6aaf47b)
The file was modifiedcommon/buildcraft/builders/ItemBlueprintTemplate.java (diff)
The file was modifiedcommon/buildcraft/builders/ItemBlueprintStandard.java (diff)
Commit 38f74d42f0565b29d6cb2efadf2b6883e33d16f5 by raul.tambre
Also some blueprint and template cleanup
(commit: 38f74d4)
The file was modifiedcommon/buildcraft/builders/ItemBlueprintStandard.java (diff)
The file was modifiedcommon/buildcraft/builders/ItemBlueprintTemplate.java (diff)
Commit 960e98dc3dbda0666e2c412560996fab7628a824 by prototypegamez
Make block gate triggers by plugs
(commit: 960e98d)
The file was modifiedcommon/buildcraft/transport/Gate.java (diff)
The file was modifiedcommon/buildcraft/transport/gui/ContainerGateInterface.java (diff)
The file was modifiedapi/buildcraft/api/fuels/IronEngineCoolant.java (diff)
The file was modifiedcommon/buildcraft/core/inventory/InvUtils.java (diff)
The file was modifiedcommon/buildcraft/transport/network/PacketHandlerTransport.java (diff)
The file was modifiedcommon/buildcraft/core/inventory/ITransactor.java (diff)
The file was modifiedcommon/buildcraft/transport/Pipe.java (diff)
The file was modifiedapi/buildcraft/api/core/IIconProvider.java (diff)
The file was modifiedcommon/buildcraft/core/utils/MatrixTranformations.java (diff)
The file was modifiedapi/buildcraft/api/power/IPowerReceptor.java (diff)
The file was modifiedapi/buildcraft/api/blueprints/Schematic.java (diff)
The file was modifiedapi/buildcraft/api/recipes/IAssemblyRecipeManager.java (diff)
The file was modifiedapi/buildcraft/api/power/PowerHandler.java (diff)
The file was modifiedapi/buildcraft/api/transport/IPipeTile.java (diff)
The file was modifiedbuild.gradle (diff)