Commit Graph

198 Commits

Author SHA1 Message Date
thatsIch c566e0e3b6 Typo IGridConnecitonVisitor 2014-09-20 22:24:40 +02:00
AlgorithmX2 8fbc6bbc67 Merge branch 'rv1' of https://bitbucket.org/AlgorithmX2/appliedenergistics2 into rv2 2014-09-20 15:12:35 -05:00
AlgorithmX2 1f75e16cee Merge branch 'rv1' of https://bitbucket.org/AlgorithmX2/appliedenergistics2 into rv1 2014-09-18 20:33:31 -05:00
AlgorithmX2 73cda63a78 Fix Crafting Dupe on Extraction, if extraction fails roll back and fail. 2014-09-18 20:30:26 -05:00
AlgorithmX2 71fc2d1b5c Fixed Incomplete Null Check for MEMonitorIInventory 2014-09-18 11:30:59 -05:00
AlgorithmX2 306ee9e036 Merge branch 'rv1' of https://bitbucket.org/AlgorithmX2/appliedenergistics2 into rv2 2014-09-17 11:25:30 -05:00
AlgorithmX2 3c8c773e2f Fixed Bug: #1091 - Crash with Interface
- Also formatted Changes.
2014-09-16 19:11:52 -05:00
AlgorithmX2 e13d5097b3 Swapped from Set to List to prevent Set from removing "duplicate" patterns. 2014-09-16 00:04:46 -05:00
AlgorithmX2 10eab71f32 Fix a bug where IInventories that change size may appear to contain items that were present in removed portion of the inventory. 2014-09-15 14:28:23 -05:00
AlgorithmX2 4e90cd73f6 Finished Achievements. 2014-09-14 00:02:02 -05:00
AlgorithmX2 4b8cc401d8 Initial rv1 beta merge. 2014-09-13 15:12:47 -05:00
AlgorithmX2 5c5f43a5a9 Fix networks not posting updates to level emitters and storage monitors. 2014-09-12 16:29:52 -05:00
AlgorithmX2 f3186adf13 Storage Grid Now Report changes after reloading the storage list. 2014-09-11 22:55:54 -05:00
AlgorithmX2 c62f415648 Power Event should fire when power becomes available, even if the networks idle cost is 0. 2014-09-11 22:55:14 -05:00
AlgorithmX2 5b79ad0b8c Revamped onChange Events to post lists of items making bulk operations much less cpu intensive. 2014-09-10 23:12:34 -05:00
AlgorithmX2 3f91868d5e Bug: #1057 - "Automatic" CPU selection is picking the wrong crafting CPU 2014-09-10 21:43:16 -05:00
AlgorithmX2 8363aa4310 Rolled back "Replaced Network Change Event Pipeline, should be more effective." it broke things. 2014-09-10 17:51:56 -05:00
AlgorithmX2 7b28f58aca Replaced Network Change Event Pipeline, should be more effective. 2014-09-10 14:46:59 -05:00
AlgorithmX2 f841334d72 Exposed Partitioning on tooltip. 2014-09-08 14:22:15 -05:00
AlgorithmX2 36162baf9f Crafting CPUs can now by default perform 1 delivery per 3 ticks, and Co-Processors add to this. 2014-09-06 00:31:36 -05:00
AlgorithmX2 b8d0db995b Added logging for security audits. 2014-09-04 22:08:07 -05:00
AlgorithmX2 a1fcdcda80 Improve Crash Report for Ticking GridNodes. 2014-09-02 13:35:44 -05:00
AlgorithmX2 e0ef2f4e3d Merge branch 'rv1' of https://bitbucket.org/AlgorithmX2/appliedenergistics2 into rv2 2014-08-30 20:12:25 -05:00
AlgorithmX2 66d1054701 Lowered Spatial Energy Requirements and Lowered required pylon count for max efficiency. 2014-08-28 16:15:49 -05:00
AlgorithmX2 eabc21e53c GridNode compress data into integer. 2014-08-28 03:40:06 -05:00
AlgorithmX2 d2f2316adb Merge branch 'rv1' of https://bitbucket.org/AlgorithmX2/appliedenergistics2 into rv2 2014-08-27 23:22:29 -05:00
AlgorithmX2 4f9daaad08 Fix NPE in postCraftingStatusChange 2014-08-27 22:52:34 -05:00
AlgorithmX2 7f3a7a0ac0 Fixed Bug: #0984 - Crash while crafting 2014-08-27 20:12:31 -05:00
AlgorithmX2 67a8edaade Add Channels as an Optional Feature. 2014-08-25 00:04:26 -05:00
AlgorithmX2 d917ae7765 Fix Priority Comparator 2014-08-23 02:07:30 -05:00
AlgorithmX2 6f69b68ec2 Delete phantom connections, instead of crashing. 2014-08-23 01:25:26 -05:00
AlgorithmX2 4338caa782 Non-Configured Level Emitters no longer prevent crafting recipes from registering. 2014-08-17 03:58:42 -05:00
AlgorithmX2 b82857b68f Finished Crafting EmitterLogic. 2014-08-13 00:33:13 -05:00
AlgorithmX2 bcdc47622c Storage Bus can now optionally show inaccessible items. 2014-08-13 00:32:43 -05:00
AlgorithmX2 a3091741ff Merge branch 'rv1' of https://bitbucket.org/AlgorithmX2/appliedenergistics2 into craftingemitter 2014-08-12 19:21:42 -05:00
AlgorithmX2 feb7d7be95 Storage Bus no longer shows items that cannot be extracted. 2014-08-11 22:56:33 -05:00
AlgorithmX2 0e65911673 Prevent Incomplete Pushing for non crafting recipes. 2014-08-11 21:18:26 -05:00
AlgorithmX2 6b9441f32a Crafting Emitter Progress. 2014-08-11 00:08:31 -05:00
AlgorithmX2 12ec82d1b4 compareDouble, not comparDouble 2014-08-05 21:05:54 -05:00
AlgorithmX2 8291499920 Fixed Bug: #0807 - Storage Monitor on the sub network will not update 2014-08-03 15:49:16 -05:00
AlgorithmX2 7ccb850037 Validate Recipe before Extraction. 2014-08-02 16:19:43 -05:00
AlgorithmX2 e2337a1226 Fix a few issues when dealing with NBT items during crafting calculation. 2014-08-01 23:00:12 -05:00
AlgorithmX2 62289dcf82 Automatic vs Manual Job Sorting. 2014-07-31 20:06:37 -05:00
AlgorithmX2 3925aba341 Fix NPE in security terminal. 2014-07-29 11:20:47 -05:00
AlgorithmX2 ea5f49b80b API Sync, save drive and chests when modifications are made. 2014-07-28 00:11:34 -05:00
AlgorithmX2 ab78f940db Optimized Imports. 2014-07-25 21:52:21 -05:00
AlgorithmX2 2b6cca0267 Fixed some storage bus related crashes.
Fixed an issue where the storage might access inventories that have been removed from the world.
Fixed an issue caused by refactoring.
2014-07-23 23:20:16 -05:00
AlgorithmX2 50b0285c15 Some refactoring. 2014-07-23 14:20:47 -05:00
AlgorithmX2 298ae41198 Refactor Some Class stuff out in favor of StorageChannel. 2014-07-23 14:11:12 -05:00
AlgorithmX2 c5aabb1c34 Minor Refactor. 2014-07-23 13:55:48 -05:00