Commit Graph

125 Commits

Author SHA1 Message Date
thatsIch accc7f83c3 Typo ISecurityRegister 2014-09-20 22:27:09 +02:00
thatsIch e8d1ddb357 Typo IConfigurableObject 2014-09-20 22:20:00 +02:00
AlgorithmX2 68cc7fd5f7 Fixed Fake Slot Dragging Behavior ( Fixed Bug: #1108 ) 2014-09-19 20:34:25 -05:00
AlgorithmX2 40ace80204 Make NEI Item Extraction and crafting obey view cells. 2014-09-16 23:26:25 -05:00
AlgorithmX2 814062fc20 Custom AE2 Glass Material. 2014-09-09 21:15:31 -05:00
AlgorithmX2 6619bfce38 Added SpawnPressesInMeteorites to disable press spawns. 2014-08-24 01:50:22 -05:00
AlgorithmX2 79d684bc92 Interface names work on the server again. Derp 2014-08-08 20:21:31 -05:00
AlgorithmX2 48b99e49b4 Fixed Bug: #0834 - AE2 Cable ond/or Bus on Interface Terminal 2014-08-07 09:34:53 -05:00
AlgorithmX2 aef2396adc Scary Meteorite Re-write. 2014-08-07 01:47:42 -05:00
AlgorithmX2 1c266fc91a Check getAccessibleSlotsFromSide for null returns. 2014-07-31 23:52:16 -05:00
AlgorithmX2 62289dcf82 Automatic vs Manual Job Sorting. 2014-07-31 20:06:37 -05:00
AlgorithmX2 c2ca99af03 Added Feature: #0717 - Remove from Interface Terminal 2014-07-30 21:02:37 -05:00
AlgorithmX2 30888c4b1a Fix Interfaces Not saving Settings. 2014-07-30 20:57:33 -05:00
AlgorithmX2 f5ba33dda5 Fixed Bug: #0758 - Infinite smelting 2014-07-29 20:02:51 -05:00
AlgorithmX2 6ef95e0586 Improved Handling of Pattern Corruption. 2014-07-24 10:59:57 -05:00
AlgorithmX2 8bcd346226 Storage Buses no longer assume an inventory can be accessed just because it implements IInventory. 2014-07-23 17:39:42 -05:00
AlgorithmX2 298ae41198 Refactor Some Class stuff out in favor of StorageChannel. 2014-07-23 14:11:12 -05:00
AlgorithmX2 253221e494 Improved Blocking Behavior for interfaces with inventories on multiple sides.
AE now ignores inventories that have no sizes this will improve a few strange behaviors.
2014-07-23 11:47:59 -05:00
AlgorithmX2 3f29590fad Paint balls now color entities their color when they get hit for 30 or so seconds ( mostly works ).
Paint balls now color sheep.
The Color Applicator can now accept snow balls.
Snowballs can be used to clean paint balls, and to clean cables ( restore fluix )
Tweaks to Color API.
2014-07-20 22:45:08 -05:00
AlgorithmX2 f355fc1643 Initial Paint Ball Implementation. 2014-07-20 03:53:05 -05:00
AlgorithmX2 8ae01a4e38 Added Interface Priority. 2014-07-17 22:38:57 -05:00
AlgorithmX2 9c9598c6fb FMP Interface Fix. 2014-07-15 12:02:26 -05:00
AlgorithmX2 d3c7c83c30 Fixed bug where Interface Terminal shows TileInterface For all the machines. 2014-07-13 01:45:41 -05:00
AlgorithmX2 423e6be0c8 Create a sort order for interfaces based on their location. 2014-07-12 20:20:21 -05:00
AlgorithmX2 4748db9e74 Fixed Bug: #0607 - Interface crafting card crash 2014-07-12 19:22:03 -05:00
AlgorithmX2 c0c28e6681 Interface Terminal now is better at showing Names on automatic interfaces.
Named Interfaces now show their name in the Interface Terminal.
2014-07-12 17:30:41 -05:00
AlgorithmX2 0045287112 Fix Interface Cross Talk. 2014-07-12 17:14:01 -05:00
AlgorithmX2 6fd32c3b12 Fixed Interface Crash. 2014-07-12 16:28:55 -05:00
AlgorithmX2 2e43f9b45b Null Check Interface. 2014-07-12 15:50:50 -05:00
AlgorithmX2 1d33262c6b Interfaces no longer share Patterns or can push patterns while they have no channel. 2014-07-12 14:28:24 -05:00
AlgorithmX2 be3e8ebeeb Fixed issue with interface not saving upgrades. 2014-07-12 14:27:51 -05:00
AlgorithmX2 93940c151d Fixed a bug where interfaces would try to send items into cables ( or other IInv implementations that can't accept items. ) 2014-07-11 18:59:55 -05:00
AlgorithmX2 16ef731c00 Interface Terminal
Fixed bug with Assembler Packet Crashing the server.
2014-07-09 03:17:11 -05:00
AlgorithmX2 1541998281 Sync up rv0 branch fixes into rv1 2014-07-08 19:36:20 -05:00
AlgorithmX2 2ea77d35bc Delay Block Updates, and save the world! 2014-07-07 23:54:28 -05:00
AlgorithmX2 813c1bcb58 Considerable progress on Interface terminal. 2014-07-07 22:48:21 -05:00
AlgorithmX2 6ce5a8f4c5 Improved NEI Integration and Pattern Terminal Support 2014-07-06 01:52:29 -05:00
AlgorithmX2 e658c40381 Interface Crafting, and fixed crash with import bus gui. 2014-07-06 01:48:21 -05:00
AlgorithmX2 2625b788b1 Fix issue with over utilization of items as they array, only use what you ware waiting for.
Interface now wakes it self up when power arrives.
2014-07-05 16:52:15 -05:00
AlgorithmX2 a966c78c12 Fix issue with export bus only crafting 1 thing.
API Sync.
2014-07-05 11:53:16 -05:00
AlgorithmX2 fa542c7d15 Add Upgrade Features to Interface, and add Buttons to Interface and Export Bus o alter crafting behavior. 2014-07-04 20:59:50 -05:00
AlgorithmX2 d750a25fca Back Port "Fix an issue where interfaces would not cause storage buses to re-check their status." 2014-06-26 21:54:42 -05:00
AlgorithmX2 215c097506 Merge branch 'master' of https://bitbucket.org/AlgorithmX2/appliedenergistics2 into rv1 2014-06-25 23:02:22 -05:00
AlgorithmX2 9b65cc210d Update MFR Rednet API 2014-06-25 21:19:20 -05:00
AlgorithmX2 f41c5793fe Fix an issue where interfaces would not cause storage buses to re-check their status. 2014-06-23 00:08:38 -05:00
AlgorithmX2 d730fe17b1 Interfaces now drop there items properly. 2014-06-22 23:51:20 -05:00
AlgorithmX2 6cbc5aa953 Recursive crafting works.
MA's can accept pushes.
Interfaces no alter pushing behavior depending on ICraftingMachine settings.
Fixed bug where crafting would record items that don't exist as available for the initial pull.
2014-06-20 02:12:39 -05:00
AlgorithmX2 04797294bb implemented validForPass on all inventory handlers; allowed crafting to skip second pass. 2014-06-20 02:10:02 -05:00
AlgorithmX2 b8a8f2f202 Crafting is now possible ( not complete but possible ) 2014-06-19 01:28:45 -05:00
AlgorithmX2 32ee57c3a9 Separated Crafting job into a worker thread.
Crafting calculation can be canceled.
Hooked up a crafting calculation launch and the confirmation GUI.
2014-06-18 01:23:37 -05:00