Commit Graph

57 Commits

Author SHA1 Message Date
thatsIch 5b6a4d83b9 Typo condencedInputs 2014-09-21 02:09:24 +02:00
thatsIch e9ff5bcd21 Typo findLocateableBySerial 2014-09-20 22:41:45 +02:00
thatsIch 9fb6ae4047 Typo locateable 2014-09-20 22:40:57 +02:00
thatsIch f76e87c9a5 Typo getCondencedInputs 2014-09-20 22:30:31 +02:00
thatsIch f5e39e4cb7 Typo getCondencedOutputs 2014-09-20 22:30:12 +02:00
AlgorithmX2 73cda63a78 Fix Crafting Dupe on Extraction, if extraction fails roll back and fail. 2014-09-18 20:30:26 -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 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 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 b82857b68f Finished Crafting EmitterLogic. 2014-08-13 00:33:13 -05:00
AlgorithmX2 a3091741ff Merge branch 'rv1' of https://bitbucket.org/AlgorithmX2/appliedenergistics2 into craftingemitter 2014-08-12 19:21:42 -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 7ccb850037 Validate Recipe before Extraction. 2014-08-02 16:19:43 -05:00
AlgorithmX2 50b0285c15 Some refactoring. 2014-07-23 14:20:47 -05:00
AlgorithmX2 3d2555a14f One more test to be sure. 2014-07-17 22:45:21 -05:00
AlgorithmX2 c834cfb02a Crafting Grid now ignores CPUs that have are inactive. 2014-07-17 22:39:18 -05:00
AlgorithmX2 e49864e295 Nameable CPUs. 2014-07-15 22:26:12 -05:00
AlgorithmX2 2d0f5333b7 Fixed Bug: #0646 - Crafting CPU not finishing wood projects, because mixing wood 2014-07-15 21:19:29 -05:00
AlgorithmX2 b7a62b0e32 Increased Max CPU Size 2014-07-13 21:20:42 -05:00
AlgorithmX2 5d4a3ee54a Co-Processors can now increase bandwidth for a single item being split on more then 2 Assemblers. 2014-07-12 23:20:34 -05:00
AlgorithmX2 8cdbb31b05 Lowered CPU's Default Specs ( darn testing code ) 2014-07-12 22:24:21 -05:00
AlgorithmX2 7242dfeb08 Fixed Crafting CPU Render.
Finished Crafting Confirm Screen
Added logic to prevent crafting in cpus with too little storage.
2014-07-10 23:46:51 -05:00
AlgorithmX2 d5989750b4 Fully Implemented Crafting CPU Monitors 2014-07-10 00:44:01 -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 8640ea7122 Crafting CPU Now properly updates when restarting a job.
Crafting CPU now uses considerably less bandwidth and only does updates when things change, much like the terminal.
2014-07-04 17:42:53 -05:00
AlgorithmX2 0a470eefc2 Crafting Machine Link API, and Export bus crafting implementation. 2014-07-04 01:19:35 -05:00
AlgorithmX2 844b4843c0 Crafting API Added
Fixed tons of issues with CPU multi block weirdness.
2014-07-02 23:48:18 -05:00
AlgorithmX2 1d687f3084 Graceful saving/loading and breaking of CPUs. 2014-07-02 00:05:21 -05:00
AlgorithmX2 d91b8b6ccc Working on Crafting CPU Save / Restore Logic 2014-07-01 20:53:32 -05:00
AlgorithmX2 c8bdf1bd45 Crafting Plan Screen is almost done. 2014-06-28 15:18:36 -05:00
AlgorithmX2 c99964dad6 Finished Crafting CPU Gui. 2014-06-28 00:20:12 -05:00
AlgorithmX2 ad0151d086 Handle Crafting CPU Gui Networking and background monitoring. 2014-06-27 00:45:29 -05:00
AlgorithmX2 ff9a10b926 Crafting is virtually working 100% 2014-06-22 02:00:38 -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 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
AlgorithmX2 1632d2d72e Merge branch 'master' of https://bitbucket.org/AlgorithmX2/appliedenergistics2 into rv1
Conflicts:
	items/tools/powered/ToolMassCannon.java
2014-06-16 00:51:51 -05:00
AlgorithmX2 730200ed8d Multi-block clean up should be cleaner now. 2014-06-13 14:39:36 -05:00
AlgorithmX2 03330d02ba Merge branch 'master' of https://bitbucket.org/AlgorithmX2/appliedenergistics2 into rv1 2014-06-06 21:10:26 -05:00
AlgorithmX2 41f30edb5b Don't update tiles/blocks on world unload. 2014-06-06 00:17:45 -05:00
AlgorithmX2 68993534d9 Slowly working towards crafting.
Merge branch 'master' of https://bitbucket.org/AlgorithmX2/appliedenergistics2 into rv1

Conflicts:
	client/gui/widgets/GuiImgButton.java
	core/localization/ButtonToolTips.java
2014-05-18 20:05:03 -05:00
AlgorithmX2 b15d3af12b Crafting CPU basics. 2014-05-17 22:19:23 -05:00
AlgorithmX2 6a8fafa58d Working Towards Crafing CPU MultiBlock 2014-05-13 21:42:14 -05:00
AlgorithmX2 f031972fcd Started working on crafting infrastructure and C-Cpus 2014-05-08 23:10:12 -05:00
AlgorithmX2 a464686393 No more snow in spatial cells.
Fixed 2 network connection bugs when QNB's re-connect/worlds unload.
Matrix Frame can no longer be removed or even hovered over, even in creative.
Spatial Pylons Can now be seen on the Network Tool Gui.
2014-03-06 22:30:59 -06:00
AlgorithmX2 aac12dd1fd Fixed QNB Derp.
Fixed QNB's Bounding Boxes.
2014-03-06 21:24:01 -06:00