buildcraft/common/buildcraft/core
2015-01-15 12:11:48 +01:00
..
blueprints api/bccompat changes, add support for powering chutes 2015-01-06 14:57:21 +01:00
builders api/bccompat changes, add support for powering chutes 2015-01-06 14:57:21 +01:00
fluids API improvements: start refactoring pipe API, add renderers, hitboxes, registration and network sync to IPipePluggable API, fix tons of design things 2014-12-15 19:10:12 +01:00
gui api/bccompat changes, add support for powering chutes 2015-01-06 14:57:21 +01:00
inventory fixed checkstyle 2014-12-22 12:16:40 +01:00
network fixed checkstyle 2014-12-22 12:16:40 +01:00
proxy fix two minor bugs and restore block step sounds 2014-12-14 16:05:23 +01:00
recipes add nullchecks to assembly tables 2014-12-31 18:05:19 +01:00
render fixed checkstyle 2014-12-22 12:16:40 +01:00
robots fix #2385, add #2381 2015-01-15 12:11:48 +01:00
statements wooden power pipes should not give their information to a gate 2014-12-28 21:23:22 +01:00
utils Fix CheckSyle error 2015-01-11 15:33:03 +01:00
BCDynamicTexture.java added multi-area selection capabilities 2014-07-20 23:41:43 +02:00
BlockBuildCraft.java fixed checkstyle 2014-12-22 12:16:40 +01:00
BlockScanner.java fixed API builds 2014-06-13 13:36:02 +02:00
BlockSpring.java fixed checkstyle 2014-12-22 12:16:40 +01:00
BlockWrapper.java fixed API builds 2014-06-13 13:36:02 +02:00
Box.java fix builder packet spam, rewrite network API - kill serializers, network data, replace RPC with PacketCommand 2014-11-22 22:27:43 +01:00
BoxProvider.java Updated coding standard, and enforce it in the entire BuildCraft codebase. 2014-05-03 18:59:52 +02:00
BuildCraftConfiguration.java Implemented builder state save for filler and quarry. 2014-05-01 23:40:30 +02:00
ChunkIndex.java fixed checkstyle 2014-12-22 12:16:40 +01:00
CommandBuildCraft.java Re-activated version check and changelog extracting, now based on github files. 2014-05-05 23:54:23 +02:00
CoreConstants.java Updated coding standard, and enforce it in the entire BuildCraft codebase. 2014-05-03 18:59:52 +02:00
CoreIconProvider.java Updated coding standard, and enforce it in the entire BuildCraft codebase. 2014-05-03 18:59:52 +02:00
CreativeTabBuildCraft.java create IFacadeItem API, close #1946 2014-10-19 12:21:45 +02:00
DefaultAreaProvider.java started to resurect old blueprint system and simplified tiles with boxes 2014-02-21 21:30:12 +01:00
DefaultProps.java flow rate multipliers 2014-09-06 03:12:03 -05:00
EntityBlock.java Get rid of ugly clunky rendering code 2014-12-17 04:30:37 -02:00
EntityBuildCraftItem.java fixed checkstyle 2014-12-22 12:16:40 +01:00
EntityLaser.java improved laser rendering for composite architects, #1544 2014-09-06 18:51:49 +02:00
GuiHandler.java remove science book/technology code, close #2088 2014-10-24 10:32:10 +02:00
GuiIds.java make the travel delay dynamically calculated 2014-11-16 14:08:34 +01:00
IBoxesProvider.java Updated coding standard, and enforce it in the entire BuildCraft codebase. 2014-05-03 18:59:52 +02:00
IBoxProvider.java Updated coding standard, and enforce it in the entire BuildCraft codebase. 2014-05-03 18:59:52 +02:00
ICustomHighlight.java Updated coding standard, and enforce it in the entire BuildCraft codebase. 2014-05-03 18:59:52 +02:00
IDropControlInventory.java Updated coding standard, and enforce it in the entire BuildCraft codebase. 2014-05-03 18:59:52 +02:00
IFramePipeConnection.java Updated coding standard, and enforce it in the entire BuildCraft codebase. 2014-05-03 18:59:52 +02:00
IInventoryRenderer.java Updated coding standard, and enforce it in the entire BuildCraft codebase. 2014-05-03 18:59:52 +02:00
IItemPipe.java normalized file headers 2014-02-15 09:21:40 +01:00
IMachine.java add shift-click support to statement parameters, close #2107 (at last) 2014-11-01 09:03:50 +01:00
InterModComms.java fixed checkstyle 2014-12-22 12:16:40 +01:00
ItemBlockBuildCraft.java Updated coding standard, and enforce it in the entire BuildCraft codebase. 2014-05-03 18:59:52 +02:00
ItemBuildCraft.java fixed checkstyle 2014-12-22 12:16:40 +01:00
ItemGear.java remove science book/technology code, close #2088 2014-10-24 10:32:10 +02:00
ItemList.java fix #2298, add list tooltips, fix inserting lists inside lists, fix list stackability 2014-12-13 10:20:44 +01:00
ItemMapLocation.java robots can now work on a zone defined from a map 2014-07-21 14:34:21 +02:00
ItemRobot.java Progress on crafting robots (#1973) 2014-08-12 23:23:43 +02:00
ItemSpring.java Updated coding standard, and enforce it in the entire BuildCraft codebase. 2014-05-03 18:59:52 +02:00
ItemWrench.java Set toolClass of ItemWrench to "wrench" 2014-09-19 22:20:23 -04:00
ITileBufferHolder.java Updated coding standard, and enforce it in the entire BuildCraft codebase. 2014-05-03 18:59:52 +02:00
LaserData.java fixed checkstyle 2014-12-22 12:16:40 +01:00
LaserKind.java minor API cleanup 2014-05-02 09:07:08 +02:00
PowerMode.java clean up buildcraft.energy, for #2045 2014-10-19 14:42:58 +02:00
RFBattery.java fix MJ->RF migration with blocks that where already in the world 2014-09-14 15:58:37 +02:00
SpringPopulate.java Fixed incorrect chunk positions in SpringPopulate and OilPopulate. 2014-10-08 13:15:36 -04:00
StackAtPosition.java fixed checkstyle 2014-12-22 12:16:40 +01:00
TickHandlerCore.java fixed checkstyle 2014-12-22 12:16:40 +01:00
TileBuffer.java fixes, optimizations, API changes for greater compatibility with pre-6.3.x mods 2014-12-18 11:56:04 +01:00
TileBuildCraft.java fixed checkstyle 2014-12-22 12:16:40 +01:00
Version.java harden source code with IntelliJ checking tools 2014-11-29 12:58:42 +01:00
ZoneChunk.java fixed checkstyle 2014-12-22 12:16:40 +01:00
ZonePlan.java fixed checkstyle 2014-12-22 12:16:40 +01:00