Commit Graph

2334 Commits

Author SHA1 Message Date
way2muchnoise
c35c6a4af1 fixes crafting with fluids in buckets, #551 2016-10-30 14:14:14 +01:00
way2muchnoise
11ccb1ff6d readd waiting for items, derp 2016-10-30 12:31:35 +01:00
way2muchnoise
0d6aaca8d6 adds rescheduler, #550, #552 2016-10-30 12:28:22 +01:00
Raoul Van den Berge
9c2aed7b93 Fix inventory position 2016-10-30 11:55:43 +01:00
Raoul Van den Berge
02b7bebe1f Don't rebuild the whole item cache on an external inventory change 2016-10-30 08:39:35 +01:00
Raoul Van den Berge
680e183bcb Update changelog 2016-10-30 00:39:38 +02:00
Raoul Van den Berge
8bde113a8a Fixes 2016-10-30 00:36:20 +02:00
Raoul Van den Berge
6fb64bbeb8 Formatting 2016-10-30 00:30:02 +02:00
Raoul Van den Berge
be2a682b32 API doc fixes 2016-10-30 00:26:52 +02:00
Raoul Van den Berge
68dae22551 Correctly position text 2016-10-29 22:44:33 +02:00
way2muchnoise
0b072f0726 don't clean the actual list only the oredict map 2016-10-29 22:23:14 +02:00
way2muchnoise
5a1dc1dbc4 fixes #546 2016-10-29 20:38:05 +02:00
way2muchnoise
3362e24a3c small fixes 2016-10-29 20:19:18 +02:00
Raoul Van den Berge
bc298e354c Fixed interface crafting without crafting upgrade 2016-10-29 19:34:14 +02:00
Raoul Van den Berge
43771489a7 Add actual count to tooltip 2016-10-29 19:09:02 +02:00
Raoul Van den Berge
090c6bbb6a I18n 2016-10-29 19:06:24 +02:00
Raoul Van den Berge
6406bfaece Add priority GUI 2016-10-29 18:58:44 +02:00
Raoul Van den Berge
3de0561b21 New storage GUIs, TODO re-add priority 2016-10-29 18:12:18 +02:00
Raoul Van den Berge
dc7e06ef16 Don't draw small grid quantities on unicode font 2016-10-29 16:39:08 +02:00
Raoul Van den Berge
c081d45723 Improve TileGrid#onRecipeTransfer, we can now do recipe transfer if disconnected 2016-10-29 16:06:30 +02:00
Raoul Van den Berge
8478daac0a Remove red overlays 2016-10-29 15:37:44 +02:00
Raoul Van den Berge
c3e67814ae Fixed lag with external storage, fixes issues #492 and #277 2016-10-29 15:35:04 +02:00
Raoul Van den Berge
30ddc2aef8 Bump to 1.2-beta5 2016-10-29 14:54:28 +02:00
Raoul Van den Berge
148df1f822 Merge remote-tracking branch 'origin/mc1.10' into mc1.10 2016-10-29 14:45:22 +02:00
Raoul Van den Berge
c2524c5689 Add disk manipulator model. Still needs to be more generic. 2016-10-29 14:44:52 +02:00
Speiger
2325676c67 Fixing a common bug on EU Supporters (#542)
* Fixing a common bug on IC2 Supporters

As i told in the doc. IC2 has tiers in EU. The limit is 0-13 if you go any higher or lower then you start to reset.
Basicly Anything higher is overflowing a Integer also causes longer math etc.
HV i think is the perfect voltage for 1 reason: EU Has energy Packets in Both IC2s. That means You can send in 10 Million EU per tick but these are only HV Packets so nothing will explode. So if anyone tries to do this bla bla bla...
Anyway if you think 3 is to low. Go higher but stay in range of 0-13 Classic would reset you to LV if you do that...

* Update ControllerEnergyIC2.java

Removed Info Text
2016-10-29 14:22:54 +02:00
way2muchnoise
a1c34e3b8f OreDictedItemStackList shouldn't let the underlying IItemStackList do oredict related stuff 2016-10-28 21:29:00 +02:00
way2muchnoise
38131305ce use internal stack for the oredict list 2016-10-28 19:17:32 +02:00
Raoul Van den Berge
e2d3047ddb Merge remote-tracking branch 'origin/mc1.10' into mc1.10 2016-10-28 17:56:43 +02:00
Raoul Van den Berge
401ed1df80 Fixes #539 2016-10-28 17:56:25 +02:00
way2muchnoise
402c392bfa also use ore dict prepped list in getCraftingMonitorElements 2016-10-28 17:41:55 +02:00
way2muchnoise
6193093cd0 add OreDictedItemStackList 2016-10-28 17:32:45 +02:00
way2muchnoise
632d6944a5 do correct check in simulation canStartProcessing, #530 2016-10-27 19:12:14 +02:00
way2muchnoise
b6413c68ad fixes #530
now it checks if all stacks can be inserted together and not just inserted
2016-10-27 19:10:13 +02:00
way2muchnoise
411c912387 should fix ICraftingStep#onReceiveOutput, #528 2016-10-27 17:21:15 +02:00
Raoul Van den Berge
d363b928cf Fix not being able to extract milk, fixes #531 2016-10-27 17:10:13 +02:00
Raoul Van den Berge
f4c8aa25b1 Fix destructor not accepting items in filter, fixes #527 2016-10-27 16:52:51 +02:00
Raoul Van den Berge
a1d175e36b Fix being able to insert invalid patterns in crafter, fixes #533 2016-10-27 16:43:47 +02:00
way2muchnoise
30f0ccd7f2 improves performance of ICraftingTask and ICraftingStep
and an info ICraftingMonitorElement, using the IElementDrawers#getOverlayDrawer which now takes a colour as argument
2016-10-26 21:27:23 +02:00
way2muchnoise
a062f1b1f4 fix issue with last fix 2016-10-26 20:08:07 +02:00
way2muchnoise
0757ddede2 solderer insert break loops when slot found, #523 2016-10-26 19:57:23 +02:00
Raoul Van den Berge
d727872f38 Bump to 1.2-beta4 2016-10-26 13:18:09 +02:00
way2muchnoise
dd9eb4825c fix to onReceiveOutput, #508 2016-10-25 22:41:37 +02:00
Raoul Van den Berge
b925744a34 Make beta warning more extreme 2016-10-25 21:20:17 +02:00
Raoul Van den Berge
ded38239a3 Merge remote-tracking branch 'origin/mc1.10' into mc1.10 2016-10-25 21:17:00 +02:00
Raoul Van den Berge
6afde5d818 Small fixes 2016-10-25 21:16:47 +02:00
way2muchnoise
30e2a7afeb null check outputs, fixes #513 2016-10-25 20:19:43 +02:00
way2muchnoise
8699bd6dd6 actually use buckets when crafting, fixes #510 2016-10-25 20:12:59 +02:00
way2muchnoise
e45ffa908e improve canStartProcessing for CraftingStepProcess, #507 2016-10-25 20:01:10 +02:00
Raoul Van den Berge
82a0a364e7 Don't start task with missing items 2016-10-25 19:48:40 +02:00