Commit graph

3498 commits

Author SHA1 Message Date
Adrian
e048904a74 BuildCraft 7.0.16 2015-07-15 12:17:17 +02:00
Adrian
039da2374b formalize table logic, fix #2890, clean up 2015-07-15 10:26:56 +02:00
Hea3veN
e3308381ee fix the work in area and load/unload area allowing non map locations items as parameters 2015-07-15 01:16:55 -03:00
Hea3veN
c72a747e4e fix robots movement desync when going through fluids, fixes #2889 2015-07-15 01:14:16 -03:00
Adrian
dc9fdbb745 Merge branch '6.5.x' of github.com:BuildCraft/BuildCraft into 6.5.x 2015-07-14 17:35:37 +02:00
Adrian
9087bd2f3b bugfixes to fluid pipes 2015-07-14 17:35:18 +02:00
asiekierka
bc47bea4b6 wait, power pipes do not rotate 2015-07-14 00:39:43 +02:00
asiekierka
c90dde2c37 Merge branch '6.5.x' of github.com:BuildCraft/BuildCraft into 6.5.x 2015-07-14 00:37:26 +02:00
asiekierka
8618b869d3 improve pipe rotatablity in blueprints, begin adding heuristic detection of necessary rotation code 2015-07-14 00:37:15 +02:00
Adrian
7c5d4b0d42 fix #2883, #2882, packager GUI issues 2015-07-12 15:40:37 +02:00
Adrian
45384e0a53 BuildCraft 7.0.14 2015-07-11 14:42:46 +02:00
Adrian
915d900a40 revert february 2013 optimization - fix 3 issues related to quarry mining 2015-07-11 14:31:01 +02:00
Adrian
3ba539ade3 update changelog, try to fix #2880 2015-07-11 09:21:02 +02:00
Adrian
f18757da0f fix Package handling when mods are removed 2015-07-10 22:31:51 +02:00
Hea3veN
2a4d591f80 fix packet spam on the construction marker, fixes #2837 2015-07-10 09:17:58 -03:00
Adrian
6995b9afb3 fix #2860, improve fluid heuristics 2015-07-10 12:57:59 +02:00
Adrian
f81541c8db fix #2877, #2878, add changelog 2015-07-10 09:46:55 +02:00
Hea3veN
51ac62ce7b fix block breaking robots sleeping in mid air 2015-07-09 16:37:37 -03:00
Hea3veN
0db636f6b5 fix robots ignoring gate config on their linked station when eqqupping items 2015-07-09 16:34:33 -03:00
Hea3veN
367fa3f1e2 fix robots sinking through the ground, fixes #2831 2015-07-09 15:55:10 -03:00
asiekierka
5c70242204 fix #2841 2015-07-01 09:54:52 +02:00
asiekierka
7f197356b4 marker code cleanup 2015-06-30 19:06:12 +02:00
asiekierka
138943bf59 fix codestyle 2015-06-30 12:36:23 +02:00
asiekierka
59cde09f82 Merge branch '6.5.x' of github.com:BuildCraft/BuildCraft into 6.5.x 2015-06-30 12:05:05 +02:00
asiekierka
7a65972538 fix #2753, BuildCraft 7.0.13 2015-06-30 12:03:13 +02:00
Hea3veN
6ba1f039f4 make sure all robot AI properly handle being loaded from NBT, fixes #2842 2015-06-29 21:09:04 -03:00
asiekierka
50bb76812c add changelog, fix #2849, close #2846 2015-06-29 18:07:20 +02:00
asiekierka
fa0677449e optimizations, hide RF buffer from redstone engines 2015-06-29 15:45:34 +02:00
asiekierka
abdcda3068 no need to clone the items array now that readFromNBT is called threadsafe 2015-06-28 22:53:58 +02:00
asiekierka
5cd4700836 fix massive result of idiocy in pipe packet sending 2015-06-28 22:51:59 +02:00
asiekierka
c085a1e9a2 code cleanup 2015-06-28 22:29:52 +02:00
asiekierka
902e5505f6 fix #2850 2015-06-28 20:27:51 +02:00
Hea3veN
24dbaa4369 fix robots helmet overlay rendering when it should not, fixes #2835 2015-06-24 08:24:59 -03:00
Adrian
43228d6852 BuildCraft 7.0.12, fix #2833 2015-06-23 12:33:45 +02:00
Adrian
bbaf0a1b7d add list support to Accept Items 2015-06-21 18:25:24 +02:00
Adrian
6aa3b6e04f Merge branch '6.5.x' of github.com:BuildCraft/BuildCraft into 6.5.x 2015-06-21 18:07:34 +02:00
Adrian
94c2a24b12 fix #2828, fix #2822 2015-06-21 18:07:24 +02:00
Hea3veN
a21a49b0ef fix planter robots not freeing reserved blocks 2015-06-19 00:33:11 -03:00
Hea3veN
c79942a88c render overlay of helmets on robots 2015-06-18 22:50:02 -03:00
Hea3veN
2b68f8f7dd make the builder robot not pick up materials in creative worlds 2015-06-18 22:15:28 -03:00
Hea3veN
9d4f92e668 fix NPE with the builder robot 2015-06-18 21:08:05 -03:00
Adrian
a2abe40d91 add color multiplier support to armor rendering, fix #2819, add changelog 2015-06-18 16:58:11 +02:00
Adrian
8e357d961c improve zone map code, fix #2820 2015-06-18 16:51:04 +02:00
Adrian
1144acd930 optimize WorldPropertyIsOre, fix crash 2015-06-18 16:15:44 +02:00
Adrian Siekierka
2495ae74a5 Merge pull request #2814 from zmaster587/6.5.x
Make mining robots work with gregtech ores
2015-06-18 16:08:36 +02:00
Adrian
f7e5e04244 rewrite zone planner map generation 2015-06-18 16:08:28 +02:00
Adrian
393337e7c1 cleanup 2015-06-18 14:52:51 +02:00
zmaster587
2013eac2c6 Fixed robots not picking up redstone ore and possibly others after GT ore fix 2015-06-17 20:32:02 -04:00
Adrian
0bef77199b allow filtering robots by wearables, close #2811 2015-06-17 16:31:16 +02:00
zmaster587
b0a444d1cb Make mining robots work with gregtech ores 2015-06-17 08:53:47 -04: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
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
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
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
f5c367c9ea Merge branch '6.5.x' of github.com:BuildCraft/BuildCraft into 6.5.x 2015-06-06 08:41:06 +02:00
Adrian
ac1a4a14e0 fix #2746, clean up 2015-06-06 08:40:55 +02:00
Hea3veN
72d4ad5ada add the ability to scroll through the parameters of the Forbid/Force robot 2015-06-05 21:47:20 -03:00
Hea3veN
1f33864dae fix picker robot hanging on unreachable items 2015-06-05 20:00:48 -03:00
Hea3veN
6905b7743a remove crop handling for flowers 2015-06-05 19:40:29 -03:00
Adrian
3ad6c673ff make lists more expensive if Silicon present, add deprecation warning to ACT 2015-06-05 21:47:30 +02:00
Adrian
615dd09e83 allow for multiple simultaneous round-robin filter tracking in diamond item pipe 2015-06-05 16:21:18 +02:00
Adrian
0fabb7692a fix filler rendering, remove useless quarry code 2015-06-05 13:00:27 +02:00
Adrian
5ce27e1c2a cleanup 2015-06-05 09:03:47 +02:00