Commit graph

4250 commits

Author SHA1 Message Date
Adrian
393337e7c1 cleanup 2015-06-18 14:52:51 +02:00
Adrian
0bef77199b allow filtering robots by wearables, close #2811 2015-06-17 16:31:16 +02:00
Adrian
1761250322 colorblind diamond pipe GUI fix, proper 7.0.11 2015-06-16 17:22:49 +02:00
Adrian
1e58f6f69e add tooltips to filler and emerald transport pipe 2015-06-16 17:16:15 +02:00
Adrian
6abc40ed48 add excavation option to the filler, BuildCraft 7.0.11 2015-06-16 17:06:11 +02:00
Adrian
0687b54223 fix rotateLeft crash 2015-06-16 16:25:01 +02:00
asiekierka
79ca53e1bc BuildCraft 7.0.10 2015-06-16 08:06:34 +02:00
asiekierka
fc62748f63 make builders display stack sizes up to 99k 2015-06-15 16:53:07 +02:00
asiekierka
0815e5f118 optimize blueprint array, add hollow option to cylinders, move pattern icons to items 2015-06-15 13:08:59 +02:00
Adrian Siekierka
b6bac2c714 Merge pull request #2802 from gamerforEA/6.5.x
Fix bugs and remove unnecessary nullchecks.
2015-06-14 18:46:43 +02:00
gamerforEA
345eb46066 Fix Math.ceil(double) usage. 2015-06-14 18:59:13 +03:00
gamerforEA
947f18c4ad Fixed bugs (detected by FindBugs) and remove unnecessary nullchecks (NPE is impossible). 2015-06-14 18:45:56 +03:00
Adrian
e2474bd526 cleanup, add changelog 2015-06-14 15:03:06 +02:00
Adrian
81dea5a6fd add center selection to pyramid code 2015-06-14 14:58:09 +02:00
Adrian
cc687719fb fix the lack of methods a few mods used in BC 7.0.9 2015-06-14 14:36:33 +02:00
Adrian
4190c56f1e fix filler GUI tooltip rendering 2015-06-14 14:18:34 +02:00
Adrian
6c3d6f4e1b Stairs pattern fixed (#2796), added stair direction setting 2015-06-14 14:13:17 +02:00
Adrian
d4c85569e1 fix #2801 2015-06-14 12:29:45 +02:00
Adrian
2215e3299d fix buckets in stripes pipes not working with custom air blocks 2015-06-14 12:23:20 +02:00
Adrian
90537a8909 obsidian pipe logic improvements, fix #2792 2015-06-14 12:18:54 +02:00
Adrian
7f6b2e72d1 try to fix fluid sync again, add support for large fluid pipe capacity, improve water spring gen 2015-06-14 11:30:34 +02:00
Adrian
d5422d5cca fix compilation, fix getEnergyProvider hook on engines 2015-06-14 10:12:49 +02:00
Adrian
9fec760eb4 revert stripes pipe speed experiment 2015-06-14 09:13:30 +02:00
Adrian
4e89f290a4 fix #2799, #2798 2015-06-14 09:12:47 +02:00
Adrian
cc6fc2324c fix getEnergyProvider compat hook, fix stripes block placing eating items 2015-06-12 11:27:39 +02:00
asiekierka
30d90f48b5 rewrite water spring population code, actual 7.0.9 2015-06-11 09:54:17 +02:00
asiekierka
5bbb6a9049 BuildCraft 7.0.9 2015-06-11 09:32:43 +02:00
asiekierka
085dff9876 clean things up, prepare for 7.0.9 2015-06-11 09:26:14 +02:00
asiekierka
821936c3cb fix #2785 2015-06-11 09:12:45 +02:00
asiekierka
fa0d2e1b33 Merge branch '6.5.x' of github.com:BuildCraft/BuildCraft into 6.5.x 2015-06-11 09:08:48 +02:00
asiekierka
e801cf9198 further work on #2782, fix packet thread safety 2015-06-11 09:08:30 +02:00
Hea3veN
8b25d780b1 render overlay of player heads on robots 2015-06-10 21:22:23 -03:00
asiekierka
26fa22c521 work on #2781, #2782 2015-06-10 23:41:38 +02:00
Adrian
dc090c0e46 fix many minor things, fix #2743, add changelog 2015-06-10 14:01:34 +02:00
Hea3veN
6b8d5bb6c6 make robots be able to wear player heads 2015-06-09 22:36:37 -03:00
Hea3veN
7f7e09a022 shift right-clicking with wrench on robots now first removes wearables 2015-06-09 20:00:39 -03:00
Adrian
29970dc618 make wrenching a pipe acknowledge the side hit for smarter direction setting 2015-06-09 16:15:19 +02:00
Adrian
5f21c701cb remove ambient occlusion (for now) from blocks which look far worse due to mojangs implementation of it - fix #2770 2015-06-09 08:18:41 +02:00
Adrian
7e16217021 make AWBs only accept recipe-relevant items again, restore Java 6 compat, fix #2765 2015-06-09 08:09:33 +02:00
Adrian Siekierka
1e3f270d5c Merge pull request #2766 from fnuecke/patch-1
Fixes handling of template extensions length != 3.
2015-06-08 09:00:47 +02:00
Florian "Sangar" Nücke
4785c03472 Fixes handling of template extensions length != 3.
When a template specifies an extension that is not of length 3 (such as the default `tpl` and `bpt` ones), loading the list currently generates broken entries, because the `uniqueId` is built assuming the extension length is always 3. The result is that such entries can neither be loaded nor deleted. This change should properly allow for arbitrary file extension lengths.
2015-06-07 16:20:56 +02:00
Adrian
0f6b089d26 BuildCraft 7.0.8 2015-06-07 12:34:26 +02:00
Adrian
e79f0e9a65 update gradle instructions 2015-06-07 11:10:47 +02:00
Adrian
373af4dcc0 BuildCraft 7.0.7 2015-06-07 10:44:26 +02:00
Adrian
211cf27a68 fix #2762 2015-06-07 08:43:43 +02:00
Adrian
8e344b3f91 fix #2758 2015-06-06 21:26:55 +02:00
Adrian
47cba60750 fix #2751, fix #2752, fix #2754, fix #2755, fix stacking on packager pattern slots 2015-06-06 16:09:01 +02:00
Adrian
e83d370a2f fix mining well schematic, dia. fluid pipe color 2015-06-06 14:35:44 +02:00
Adrian
dc23cacf46 BuildCraft 7.0.6 Stable 2015-06-06 08:47:03 +02:00
Adrian
f5c367c9ea Merge branch '6.5.x' of github.com:BuildCraft/BuildCraft into 6.5.x 2015-06-06 08:41:06 +02:00