.. |
gates
|
fix gate iteration when the "actions" are different than the "active actions", fixes #2350
|
2015-01-22 08:45:53 -03:00 |
gui
|
filler parameters, early revision
|
2015-01-24 23:23:47 +01:00 |
network
|
fixed checkstyle
|
2014-12-22 12:16:40 +01:00 |
pipes
|
BuildCraft 6.3.2
|
2015-01-22 23:37:52 +01:00 |
pluggable
|
make robots store energy in the ItemStack, make robots chargeable, begin refactoring rboots to separate module
|
2015-01-24 09:33:40 +01:00 |
recipes
|
fixed checkstyle
|
2014-12-22 12:16:40 +01:00 |
render
|
Merge branch '6.3.x' of github.com:BuildCraft/BuildCraft into 6.4.x
|
2015-01-24 09:35:48 +01:00 |
schematics
|
fixed checkstyle
|
2014-12-22 12:16:40 +01:00 |
statements
|
add quartz gates, scrollwheel support in gate and zone planner interfaces, add proper pipe wire bounds checking to wire parameters
|
2015-01-03 22:38:16 +01:00 |
stripes
|
fixed checkstyle
|
2014-12-22 12:16:40 +01:00 |
utils
|
fixes, optimizations, API changes for greater compatibility with pre-6.3.x mods
|
2014-12-18 11:56:04 +01:00 |
ActionActiveState.java
|
Started work on actions to provide / request items, for #1877.
|
2014-06-22 17:09:25 +02:00 |
BlockFilteredBuffer.java
|
filtered buffer wasn't sending blockInteraction event
|
2014-09-17 13:41:27 +02:00 |
BlockGenericPipe.java
|
Merge branch '6.3.x' of github.com:BuildCraft/BuildCraft into 6.4.x
|
2015-01-24 09:35:48 +01:00 |
FacadePluggable.java
|
add IFacadePluggable, let mods define their own IFacadePluggables and query facades; NPE fixes on rare world corruptions
|
2015-01-22 13:49:08 +01:00 |
Gate.java
|
add quartz gates, scrollwheel support in gate and zone planner interfaces, add proper pipe wire bounds checking to wire parameters
|
2015-01-03 22:38:16 +01:00 |
GuiHandler.java
|
fix checkStyle
|
2014-11-23 10:57:09 +01:00 |
IDiamondPipe.java
|
fixed checkstyle
|
2014-12-22 12:16:40 +01:00 |
IEmeraldPipe.java
|
harden source code with IntelliJ checking tools
|
2014-11-29 12:58:42 +01:00 |
IFilteredPipe.java
|
fixed checkstyle
|
2014-12-22 12:16:40 +01:00 |
IPipeConnectionForced.java
|
|
|
IPipeTransportFluidsHook.java
|
|
|
IPipeTransportPowerHook.java
|
finish porting the pipe system
|
2014-09-04 12:17:43 +02:00 |
ISolidSideTile.java
|
|
|
ItemFacade.java
|
That's not gonna work - check if the blockmaterial is considered solid instead
|
2015-02-01 16:17:58 +00:00 |
ItemGateCopier.java
|
fixed checkstyle
|
2014-12-22 12:16:40 +01:00 |
ItemPipe.java
|
fixed checkstyle
|
2014-12-22 12:16:40 +01:00 |
ItemPipeWire.java
|
fixes, optimizations, API changes for greater compatibility with pre-6.3.x mods
|
2014-12-18 11:56:04 +01:00 |
LensFilterHandler.java
|
fixed checkstyle
|
2014-12-22 12:16:40 +01:00 |
Pipe.java
|
api/bccompat changes, add support for powering chutes
|
2015-01-06 14:57:21 +01:00 |
PipeActionProvider.java
|
fixed checkstyle
|
2014-12-22 12:16:40 +01:00 |
PipeColoringRecipe.java
|
fixed checkstyle
|
2014-12-22 12:16:40 +01:00 |
PipeConnectionBans.java
|
Emerald Kinesis Pipes should not connect to each other
|
2014-09-04 20:01:37 +02:00 |
PipeEventBus.java
|
fixed checkstyle
|
2014-12-22 12:16:40 +01:00 |
PipeIconProvider.java
|
fix pluggables not disappearing, optimize, add new pipe wire textures, add unfinished power adapters
|
2014-12-21 12:19:46 +01:00 |
PipePluggableState.java
|
fixed checkstyle
|
2014-12-22 12:16:40 +01:00 |
PipeRenderState.java
|
IPipePluggableItem added to allow other mods to easily place their pluggables on pipes, gates now use the Pluggable system for client-side sync
|
2014-12-16 18:42:27 +01:00 |
PipeToolTipManager.java
|
BuildCraft 6.3.2
|
2015-01-22 23:37:52 +01:00 |
PipeTransport.java
|
fixed checkstyle
|
2014-12-22 12:16:40 +01:00 |
PipeTransportFluids.java
|
api/bccompat changes, add support for powering chutes
|
2015-01-06 14:57:21 +01:00 |
PipeTransportItems.java
|
add IFacadePluggable, let mods define their own IFacadePluggables and query facades; NPE fixes on rare world corruptions
|
2015-01-22 13:49:08 +01:00 |
PipeTransportPower.java
|
fix #2404
|
2015-01-22 23:12:00 +01:00 |
PipeTransportStructure.java
|
begin refactoring internal TileGenericPipe usage to IPipeTile
|
2014-12-29 12:23:24 +01:00 |
PipeTriggerProvider.java
|
wooden power pipes should not give their information to a gate
|
2014-12-28 21:23:22 +01:00 |
TileFilteredBuffer.java
|
fixed checkstyle
|
2014-12-22 12:16:40 +01:00 |
TileGenericPipe.java
|
added a registry for the robot AI classes
|
2015-02-03 08:41:14 -03:00 |
TransportConstants.java
|
|
|
TransportProxy.java
|
almost all blocks and TEs are now CompatHookable
|
2015-01-17 21:13:58 +01:00 |
TransportProxyClient.java
|
add diamond liquid pipes
|
2014-11-13 18:07:03 +01:00 |
TravelerSet.java
|
|
|
TravelingItem.java
|
harden source code with IntelliJ checking tools
|
2014-11-29 12:58:42 +01:00 |
WireIconProvider.java
|
|
|