Commit graph

106 commits

Author SHA1 Message Date
Adrian Siekierka b429080afc BuildCraft 7.1.23 - fix #3839, fix #3837 2017-11-10 19:30:36 +01:00
asiekierka 5badae1245 BuildCraft 7.1.4 2015-09-29 10:06:15 +02:00
asiekierka fe5a2aa661 add RailCraft-esque fine-tuned block/item control 2015-09-29 09:54:12 +02:00
asiekierka 383bd6851a cleanup code, add changelog 2015-09-20 11:20:30 +02:00
Anton 92bf6bfc9a More Ore Dictionary support for recipes 2015-09-06 17:12:44 +03:00
Adrian 65544263fd bugfixes 2015-08-05 15:37:40 +02:00
Adrian e83d370a2f fix mining well schematic, dia. fluid pipe color 2015-06-06 14:35:44 +02:00
Adrian 60613e74c7 add pump no-redstone-engine config option, rewrite LEDs to use a TESR, add builder LED TESR, fix gates crashing on non-BC pipes 2015-06-04 16:01:26 +02:00
Adrian 42115042c0 fix checkstyle 2015-05-07 19:50:00 +02:00
asiekierka 84f923eff5 hotfix to builders 2015-04-18 14:28:32 +02:00
asiekierka ec15b0247a move quarry to Builders module, clean up a few things 2015-04-16 15:08:33 +02:00
asiekierka a11a25456c add 7.0.1 changelog, fix pump crash, fix pump entity spam, fix NPE in rare corner cases in RobotRegistry unloading 2015-04-13 17:26:22 +02:00
asiekierka d6f5063c42 begin work on ingame config 2015-04-02 14:46:57 +02:00
asiekierka 59b7a660e2 fix #2602, #2603 2015-04-01 08:13:06 +02:00
asiekierka 835974e530 checkstyle fixes, module fixes, prepare for early beta release 2015-03-31 23:21:00 +02:00
asiekierka 1053a74e35 update, cleanup 2015-03-18 09:19:47 +01:00
asiekierka 4e6903547d massive resources refactor, add robot reserved/linkes/in station triggers 2015-03-09 13:59:13 +01:00
asiekierka f31b91d655 document IDebuggable API, make chutes cheaper to make them comparable to hoppers more 2015-03-07 14:40:27 +01:00
asiekierka 73b110915a move redstone engines to core, split out base engine code in core, create core.lib as a place for public-facing utility classes 2015-03-06 16:45:05 +01:00
asiekierka 603d0eea4d almost done making BC modular (minor things in Core left) 2015-03-04 22:44:44 +01:00
asiekierka b8e4a0b599 massive refactor 2015-03-04 16:09:32 +01:00
asiekierka 93adb6a657 refactor achievement code 2015-03-03 21:47:33 +01:00
asiekierka 9306baa0e8 BuildCraft 6.4.1 2015-02-26 22:49:15 +01:00
asiekierka 2f744f1c6b remove dropBrokenBlocks option (was mostly dummy), add markerRange config (currently capped at 64) 2015-02-26 19:07:29 +01:00
asiekierka 229f064e05 update license copyright year, fix #2470 2015-02-26 16:57:49 +01:00
Hea3veN 9d61900d5f fix Quarry not chunkloading in dimensions other than overworld, fixes #2417 and maybe #2322 2015-02-20 00:45:03 -03:00
Hea3veN 76e01f1005 add builder support for most of the blocks in the factory module, fixes #2430 2015-02-04 23:48:18 -03:00
asiekierka 5f4c49b83c almost all blocks and TEs are now CompatHookable 2015-01-17 21:13:58 +01:00
asiekierka bfa726e928 BuildCraft 6.3.0 2015-01-06 15:20:28 +01:00
asiekierka 9e3423eeef api/bccompat changes, add support for powering chutes 2015-01-06 14:57:21 +01:00
marcin212 50e2127e55 fixed checkstyle 2014-12-22 12:16:40 +01:00
asiekierka 016109efcf add configurable quarry chunkloading 2014-12-09 20:12:41 +01:00
asiekierka 496e6b4ccb quarries run slower in rain; add dynamic break energy for mining wells and quarries; add build energy requirement for placing mining pipes 2014-11-27 19:56:40 +01:00
ganymedes01 27cfe88c2c More Ore Dictionary support 2014-11-11 20:14:16 -02:00
asiekierka 5fde18014b fix style 2014-10-26 12:42:11 +01:00
asiekierka 53cfda589e refactor SchematicRegistry to ISchematicRegistry 2014-10-26 12:27:51 +01:00
asiekierka 95f13ba439 remove modsSupported, redundant Architect Table options, etc... strive for a proper builder supporting system 2014-10-26 10:30:34 +01:00
asiekierka 6085945d9a remove science book/technology code, close #2088 2014-10-24 10:32:10 +02:00
asiekierka cba7b0ba18 Port over everything but pipes. 2014-09-03 19:22:15 +02:00
SpaceToad 4a1bc66d63 made progress with addition to research tree, for #1951 2014-07-28 23:51:50 +02:00
SpaceToad 48d95b1e26 made progress with research book, for #1951 2014-07-27 23:05:35 +02:00
SpaceToad d10c570466 start work on science book 2014-07-25 08:40:47 +02:00
SpaceToad 8bff372360 Merge branch '5.0.x' into 6.0.x
Conflicts:
	common/buildcraft/BuildCraftBuilders.java
	common/buildcraft/BuildCraftCore.java
	common/buildcraft/BuildCraftEnergy.java
	common/buildcraft/BuildCraftFactory.java
	common/buildcraft/BuildCraftSilicon.java
	common/buildcraft/BuildCraftTransport.java
	common/buildcraft/builders/network/PacketHandlerBuilders.java
	common/buildcraft/core/network/PacketHandler.java
	common/buildcraft/core/network/PacketTileState.java
	common/buildcraft/factory/network/PacketHandlerFactory.java
	common/buildcraft/silicon/network/PacketHandlerSilicon.java
	common/buildcraft/transport/network/PacketHandlerTransport.java
2014-05-31 18:09:23 +02:00
SpaceToad d946f8d936 tentative fix for packet leaks, #1855 2014-05-31 15:26:43 +02:00
SpaceToad 02f7daf9a0 Fixed minor schematic registration.
Enabled additional standalone schematics.
Close #1794.
2014-05-13 21:03:19 +02:00
SpaceToad 7f6a0fec90 Fixed residual liquid in pumps, close #1790
Fixed residual liquid in refineries, close #1791
2014-05-13 20:47:00 +02:00
SpaceToad f91b9033fa Whitelisted to Applied Energetics spacial API all blocks that don't rely on
absolute positions.
Close #1753
2014-05-08 21:57:05 +02:00
SpaceToad 7b77008d97 Updated coding standard, and enforce it in the entire BuildCraft codebase.
Close #1662.
2014-05-03 18:59:52 +02:00
SpaceToad 1551d7c129 Implemented control in the architect, as not to read non-explicitely supported
blocks.
Implemented blacklist for mods and blocks in builder.
Close #1594.
2014-05-01 16:42:58 +02:00
SpaceToad 00e2cea2ff fixed quarry glitches, close #1640 2014-04-28 20:01:15 +02:00