eb5fb522e1Fixed assembly table lasers not showing up in SSP.
Kyprus
2012-07-15 14:44:09 -0400
40a5536edfMerge pull request #104 from psxlover/AssemblyTableNPE
SirSengir
2012-07-15 10:56:31 -0700
1033d817abFixed an null pointer exception when clicking an empty slot in the recipes of the assembly table reported by iamamitten.
psxlover
2012-07-15 20:52:52 +0300
44d166f382Set the brightness before rendering a marker. Should fix issue #73
psxlover
2012-07-15 19:44:25 +0300
eb78ff7efaFixed z-fighting issue on the inside of hollow facades and reduced the offset a bit to reduce long-range fighting
Krapht
2012-07-15 02:24:10 +0200
f112d90363Pipes now drop the Facades when destroyed
Krapht
2012-07-15 02:09:52 +0200
9840c0e406Moved facade adding to onItemUseFirst() in order to be able to add them to pipes with gates
Krapht
2012-07-15 01:37:50 +0200
ebe9e3a020Shift clicking a facade with facade equipped will now remove the facade from the pipe
Krapht
2012-07-15 01:32:00 +0200
c8aa189aa8First implementation of hollow facades + some generic rotation code. Known issue: wrong parts of textures are displaying on some hollow facade directions
Krapht
2012-07-15 01:12:19 +0200
18ba26eff2Added ability to put liquid in the tank from non-standard capacity containers.
CovertJaguar
2012-07-14 07:33:54 -0700
29b074acf5Merge pull request #98 from CovertJaguar/patch-1
SirSengir
2012-07-14 06:56:57 -0700
5e5c3dba08Added support for non-standard capacity liquid container filling.
CovertJaguar
2012-07-14 06:11:40 -0700
69412830a7Merge branch 'master' of github.com:SirSengir/BuildCraft
SirSengir
2012-07-14 14:33:55 +0200
639aceb5d9Fixed refinery recipes not working. Closes#95.
SirSengir
2012-07-14 09:18:04 +0200
90cc4999d4Stopping gates from updating client side.
SirSengir
2012-07-14 11:25:17 +0200
a9674e6c24Fixed refinery recipes not working.
SirSengir
2012-07-14 09:18:04 +0200
f6e9377bc5Do not render the structure support pipe if the pipe is connected in that direction, Added AssemblyTable recipes for all facades, Made using facades decrese the stacksize, Made replacing a facade pop off the previous one,
Krapht
2012-07-14 00:40:16 +0200
a0a542a669Merge branch 'FacadesRefactor' of github.com:SirSengir/BuildCraft into FacadesRefactor
SirSengir
2012-07-13 22:28:36 +0200
7dbd03e34cMerge branch 'master' into FacadesRefactor
SirSengir
2012-07-13 22:23:36 +0200
db1619c416Merge branch 'FacadesRefactor' of github.com:SirSengir/BuildCraft into FacadesRefactor
Krapht
2012-07-13 22:05:38 +0200
1df6245237Implemented facades. Still to do: Proper names Hollow facades Bounding boxes Crafing recipe (assembly table?) Look into multiple bounding boxes for pipes to be able to access stuff through the gaps
Krapht
2012-07-13 21:52:39 +0200
8365d1ca35Rewrote pipe world renderer to render from a state object instead of containing logic to calculate what to render. This state object can then be synced to the client to completely overwrite the client's view of the world
Krapht
2012-07-12 05:56:07 +0200
19c4de5a1cRefactoring of PipeWorldRenderer and initial commit of PipeRenderState
Krapht
2012-07-10 13:46:15 +0200
eec4aa0323Pulled the pipe world renderer out of core and put it in transport, also made the actual rendering a class of its own. Legacy world rendering not touched (quarry frames)
Krapht
2012-07-10 13:14:58 +0200
9758782f19Moved the rendering of Pipe items from mod_BuildcraftTransport to its own class
Krapht
2012-07-10 12:06:10 +0200
604fa62374Merge branch 'master' of github.com:SirSengir/BuildCraft
SirSengir
2012-07-12 14:33:59 +0200
7f3163636fRefactored API for combustion engine fuels and refinery.
SirSengir
2012-07-12 14:33:22 +0200
c632f79150Cleaned up liquids/LiquidStack.java
SirSengir
2012-07-12 13:11:59 +0200
486cc38229Merge pull request #91 from AartBluestoke/master
SirSengir
2012-07-12 03:19:28 -0700
3022e1e5f3Merge pull request #90 from psxlover/Localization
SirSengir
2012-07-12 03:03:10 -0700
984d5d67afMerge branch 'master' of github.com:SirSengir/BuildCraft into FacadesRefactor
Krapht
2012-07-12 05:57:32 +0200
02b1e4ae35Rewrote pipe world renderer to render from a state object instead of containing logic to calculate what to render. This state object can then be synced to the client to completely overwrite the client's view of the world
Krapht
2012-07-12 05:56:07 +0200
89c69427dbfixes issue 66, by using a temporary PRNG until the next full packet update comes through
AartBluestoke
2012-07-12 10:26:51 +1000
2cdbf7494dRefactored Localization.java to support addon localizations.
psxlover
2012-07-12 03:19:33 +0300
740cb92802Merge pull request #88 from psxlover/NPEfixes
SirSengir
2012-07-11 14:57:18 -0700
c3dc022880Fixed an NPE when a power pipe tries to give power to a ghost pipe. This has been bugging me a long time, but since the old svn is gone I don't know what change caused it (it's not happening in 3.1.5). It may not be the best approach but it prevents mc from crashing.
psxlover
2012-07-12 00:22:19 +0300
610be32388Discovered more NPEs related to LiquidManager so I took a new approach.
psxlover
2012-07-12 00:16:52 +0300
edf5e8eb32Null pointer exception when starting a server.
psxlover
2012-07-12 00:04:05 +0300
e24e663fbdRedirected old liquid api references.
SirSengir
2012-07-11 19:20:37 +0200
d3d4473d82Fixed last commit.
SirSengir
2012-07-11 19:15:45 +0200
57760812bdMerge pull request #86 from CovertJaguar/master
SirSengir
2012-07-11 10:13:09 -0700
1098c2ef72Moved item inventory into Engine object.
SirSengir
2012-07-11 19:09:17 +0200
785c51660fAdded filling of generic containers to Tank
CovertJaguar
2012-07-11 03:37:24 -0700
685310fd79Merge pull request #84 from pwaller/mcp-mapping-fix
SirSengir
2012-07-10 10:58:52 -0700
062032da50Merge branch 'master' of github.com:SirSengir/BuildCraft
SirSengir
2012-07-10 19:36:25 +0200
792f2bff5fStarted refactor of liquid handling.
SirSengir
2012-07-10 19:35:43 +0200
163984bdc2Updated the README
Kyprus
2012-07-10 14:13:12 -0300
f1caf84953Merge pull request #83 from CovertJaguar/master
SirSengir
2012-07-10 10:04:04 -0700
6881db2406Refactoring of PipeWorldRenderer and initial commit of PipeRenderState
Krapht
2012-07-10 13:46:15 +0200
0d3cec7bf6Pulled the pipe world renderer out of core and put it in transport, also made the actual rendering a class of its own. Legacy world rendering not touched (quarry frames)
Krapht
2012-07-10 13:14:58 +0200
ace10b05f4Changed fill code to safer BuildcraftAPI.fillLiquidContainer()
CovertJaguar
2012-07-10 03:07:56 -0700
421b657ab8Moved the rendering of Pipe items from mod_BuildcraftTransport to its own class
Krapht
2012-07-10 12:06:10 +0200
2f0f8d9081Added Liquid fill function.
CovertJaguar
2012-07-10 03:05:30 -0700
6956322fd8Merge pull request #79 from mistaqur/master
SirSengir
2012-07-09 06:56:41 -0700
95b6579e6dMerge pull request #82 from Chicken-Bones/master
SirSengir
2012-07-09 06:53:47 -0700
9755eadfb0Patches so that pumps and pipes can be moved by frames properly, other buildcraft tiles not tested
Chicken Bones
2012-07-09 23:41:27 +1000
692d0ff6d5Compatibility fix to pipes with custom connection logic (e.g. pipes from Additional Buildcraft Objects)
mistaqur
2012-07-07 07:04:20 +0400
7fbe8623acDiamond pipes now handle metadata when updating. Removed IInventory from TileGenericPipe.
SirSengir
2012-07-06 14:53:15 +0200
51303806e3Merge pull request #78 from rhilenova/issue_68
SirSengir
2012-07-06 02:47:11 -0700
16e33933c0Reset all gate parameters when gate is stripped from pipe. This includes triggers, trigger parameters, actions, redstone, and pipe wires.
rhilenova
2012-07-05 21:30:41 -0400
85316e16f3Check that we have a quarry arm before trying to tell it what to do
Krapht
2012-07-05 18:27:46 +0200
cadd088f0bFix NPE when worldObj is null while reading NBT
Krapht
2012-07-05 17:36:41 +0200
5458dde84fMerge pull request #77 from Maeyanie/master
SirSengir
2012-07-05 03:58:24 -0700
ed65b94585Merge pull request #74 from Flow86/master
SirSengir
2012-07-05 03:54:52 -0700
7f642772edAdd config option to support Fillers destroying blocks instead of breaking them. Prevents Fillers from being (ab)used as cheap Quarries.
Maeyanie
2012-07-04 21:47:52 -0400
a24e3c25efFixed MCP mapping server side.
SirSengir
2012-07-01 19:12:50 +0200
0bdd55fff4moved download dir outside of builddir, only download files if changed
FloSoft
2012-07-01 19:10:24 +0200
f79d75ed7dMerge branch 'master' of github.com:SirSengir/BuildCraft
SirSengir
2012-07-01 16:42:16 +0200
9e0d9c14c5Revert "Invalidating a TE should not cause the pipe to drop"
SirSengir
2012-07-01 16:41:17 +0200
0f171dc6a7Git was being a git
Krapht
2012-07-01 16:41:14 +0200
0ae552395eInvalidating a TE should not cause the pipe to drop
Krapht
2012-07-01 16:36:16 +0200
1448dcf2adInvalidating a TE should not cause the pipe to drop
Krapht
2012-07-01 16:34:08 +0200
1befa02ad5Merge branch 'master' of github.com:SirSengir/BuildCraft
Krapht
2012-07-01 15:11:22 +0200
92e7fe2d24Fixed quarry not being removed properly.
Kyprus
2012-07-01 08:58:14 -0400
7cc1b63559Merge pull request #70 from Landrash/master
SirSengir
2012-07-01 05:37:10 -0700