Commit graph

4059 commits

Author SHA1 Message Date
asiekierka
e73b19fd75 improve robot light handling to include charging 2015-03-09 21:19:38 +01:00
asiekierka
511a8e1b31 make robots try to recharge at a bit less than max 2015-03-09 21:19:02 +01:00
asiekierka
499f4ca6a0 fix sleep usage being too high 2015-03-09 21:13:35 +01:00
Adrian Siekierka
a7764683e0 Merge pull request #2544 from warlordjones/6.4.x
Should fix #2541
2015-03-09 20:22:34 +01:00
asiekierka
07036941e5 made robot side light denote sleeping and energy level 2015-03-09 16:45:56 +01:00
Arona Jones
c03df68e9a Possible fix for #2541 2015-03-09 14:18:48 +00:00
asiekierka
0ac6acdc53 Merge branch '6.5.x' of github.com:BuildCraft/BuildCraft into 6.5.x 2015-03-09 14:12:11 +01:00
asiekierka
e1c80c7ead Merge branch '6.4.x' of github.com:BuildCraft/BuildCraft into 6.5.x 2015-03-09 14:11:06 +01:00
asiekierka
4e6903547d massive resources refactor, add robot reserved/linkes/in station triggers 2015-03-09 13:59:13 +01:00
Adrian Siekierka
c5fb869bbc Merge pull request #2542 from viliml/patch-3
Add a cooling buffer, fix #2530
2015-03-09 13:07:06 +01:00
Adrian Siekierka
c0dee8dd29 Merge pull request #2543 from hea3ven/6.4.x
fix planters not working with zone planner areas
2015-03-09 06:52:30 +01:00
Hea3veN
61ffce7622 fix planters not working with zone planner areas 2015-03-08 19:48:17 -03:00
Vilim Lendvaj
f99777f903 Add a cooling buffer, fix #2530
Now no coolant is lost due to rounding, and coolants that are too strong will not cause engines to blow up before even being used.
2015-03-08 23:21:45 +01:00
Adrian Siekierka
e6df71f1f0 Merge pull request #2540 from Kubuxu/carrier
Make carrier robots load to full from one station
2015-03-08 18:17:04 +01:00
Kubuxu
1c8b0b48ba
Make carrier robots load to full from one station 2015-03-08 14:54:54 +01:00
Adrian Siekierka
14a5b25d64 Merge pull request #2539 from Thog/fix-2537
Knights now search IMob instead of EntityMob (Fix #2537)
2015-03-08 14:30:14 +01:00
Thog
9214f48459 Knights now search IMob instead of EntityMob (Fix #2537) 2015-03-08 14:11:07 +01:00
asiekierka
dda34827c8 Merge branch '6.4.x' of github.com:BuildCraft/BuildCraft into 6.5.x 2015-03-07 23:24:59 +01:00
asiekierka
a210ddd349 Merge branch '6.4.x' of github.com:BuildCraft/BuildCraft into 6.4.x 2015-03-07 23:24:45 +01:00
asiekierka
801b4492c9 Merge with 6.5.x tree 2015-03-07 23:24:35 +01:00
viliml
c93ce3a326 Stop the cooling when it round the use to zero 2015-03-07 23:23:20 +01:00
asiekierka
b0bf96d5ef fixed redstone engine extraction system in wooden power pipes 2015-03-07 23:22:47 +01:00
Adrian Siekierka
ffdf2f06a1 Merge pull request #2535 from viliml/6.5.x
Fix #2530
2015-03-07 22:13:33 +01:00
viliml
b64fc8d844 Stop the cooling when it round the use to zero 2015-03-07 21:54:36 +01:00
asiekierka
f31b91d655 document IDebuggable API, make chutes cheaper to make them comparable to hoppers more 2015-03-07 14:40:27 +01:00
asiekierka
fe76b79d4e add debugger warning, improve pipe/robot debugging capabilities, fix lang 2015-03-07 13:26:23 +01:00
asiekierka
8d3514ab4b fixed redstone engine extraction system in wooden power pipes 2015-03-07 12:53:47 +01:00
asiekierka
3b0f07e1aa add IDebuggable, debugger item, debugging capabilities to pipes 2015-03-07 11:00:00 +01:00
asiekierka
436de92c7e fix charging table patch 2015-03-07 00:21:49 +01:00
Adrian Siekierka
e8f967d9b3 Merge pull request #2532 from Kubuxu/dance
Fix picker robots dancing if two items are in same block
2015-03-06 23:57:19 +01:00
Kubuxu
01b1951139 Fix picker robots dancing if two items are in same block
Signed-off-by: Kubuxu <kubuxu@gmail.com>
2015-03-06 23:54:38 +01:00
asiekierka
c82fa36033 fix charging table storing negative RF 2015-03-06 20:27:01 +01:00
asiekierka
0fb09918e3 tweak energy values in robots 2015-03-06 19:34:47 +01:00
asiekierka
61cd85f9c1 Merge branch '6.4.x' of github.com:BuildCraft/BuildCraft into 6.5.x 2015-03-06 18:54:36 +01:00
Adrian Siekierka
31742b3c96 Merge pull request #2531 from marcin212/master
Fix block break robots going into sleep mode after successfully harvesti...
2015-03-06 17:40:33 +01:00
marcin212
bc9e61cc67 Fix block break robots going into sleep mode after successfully harvesting block. Close #2528 2015-03-06 17:35:48 +01:00
asiekierka
73b110915a move redstone engines to core, split out base engine code in core, create core.lib as a place for public-facing utility classes 2015-03-06 16:45:05 +01:00
asiekierka
81fcde9eea rewrite auto workbenches, add IHasWork, add optimizations 2015-03-05 22:16:35 +01:00
asiekierka
c66ca67359 remove unused energy emitter, receiver code 2015-03-05 17:44:29 +01:00
asiekierka
9c67339acf move robot station to Robotics, add alternate pipe plug/lens/filter recipes when not using Silicon 2015-03-05 16:38:10 +01:00
asiekierka
603d0eea4d almost done making BC modular (minor things in Core left) 2015-03-04 22:44:44 +01:00
asiekierka
8c098dc69e make transport and silicon independent from robotics 2015-03-04 16:41:22 +01:00
asiekierka
b8e4a0b599 massive refactor 2015-03-04 16:09:32 +01:00
asiekierka
93adb6a657 refactor achievement code 2015-03-03 21:47:33 +01:00
asiekierka
2f3b078211 Merge branch '6.4.x' of github.com:BuildCraft/BuildCraft into 6.5.x 2015-03-03 20:34:51 +01:00
asiekierka
e970f4b5ec fix version number in script - gah 2015-03-03 20:09:05 +01:00
asiekierka
727c0e205b Merge branch '6.4.x' of github.com:BuildCraft/BuildCraft 2015-03-03 20:08:16 +01:00
asiekierka
883e8b479e fix changelog 2015-03-03 20:07:43 +01:00
asiekierka
dfa3f5f557 BuildCraft 6.4.2 2015-03-03 20:06:19 +01:00
asiekierka
5e550e84d6 fix laser texturing, fix TriggerEnergy more 2015-03-03 18:49:49 +01:00