Commit Graph

107 Commits

Author SHA1 Message Date
Mike Stump
e6ffb906e4 Add power handling to the controller and require power for the remote.
On the remote, ensure that reset updates the formspec.
2024-01-09 14:33:00 -08:00
Mike Stump
69e2f8b565 Invalidation for machines on autocraft time as we can't yet catch them earlier.
Handle craft counts not a multiple of the craft_count.
Refine crafting time a bit more..
2024-01-09 09:52:45 -08:00
Mike Stump
5b197606db Invalidate machines when interface is pulled. 2024-01-09 09:51:17 -08:00
Mike Stump
57da567658 More technic integration. 2024-01-09 09:47:08 -08:00
Mike Stump
d869c77536 Runs everything in parallel now that we have reservations. 2024-01-07 17:47:40 -08:00
Mike Stump
9971678820 Add in parallel autocrafter/machine support. 100 Furnaces are now
100x faster for larger crafts.
2024-01-07 16:33:50 -08:00
Mike Stump
a030319338 Update in game documentation. 2024-01-06 17:58:37 -08:00
Mike Stump
6fdfd4698e Fixup autocraft UI on remote. 2024-01-06 17:51:06 -08:00
Mike Stump
50aa1f2470 Remote UI refinements. 2024-01-06 17:10:52 -08:00
Mike Stump
e0f8c0949a Improve remote UI by doing a formspec update.
Fixup page_max to use the right inventory.
2024-01-06 16:06:43 -08:00
Mike Stump
f829ce768f Remove extra charge depletion. 2024-01-06 15:08:54 -08:00
Mike Stump
a4b8870166 Fix dependency on technic to ensure proper mod loading.
Always load remote, should work fine without technic.
Don't pass pake_max or queries into chest_formspec for remotes.
Wire up charging to the remote.
Fix query state.
2024-01-06 15:03:22 -08:00
Mike Stump
a06c6539fa Add charge for remote and display it.
Swicth to player inventories for the remote.
Refine remote formspec by passing state and remove extra argument for crafts.
2024-01-06 11:42:17 -08:00
Mike Stump
26b3ef692f Add a remote crafting terminal. 2024-01-06 10:01:12 -08:00
Mike Stump
7464382cf5 Export autocrafterCache. 2024-01-06 10:00:28 -08:00
Mike Stump
6e9483b615 Export autocrafterCache. 2024-01-06 09:59:18 -08:00
Mike Stump
3c91acd158 Be sure to reset the size as it changes. 2024-01-05 15:26:27 -08:00
Mike Stump
9e07d19b22 Add craft only view to cterminal. 2024-01-05 15:11:27 -08:00
Mike Stump
b91995eaf1 Fix _active machine handling.
Manage time better by resource reservations.
Autocrafting status is one per network, not one per server.
Lengthing craft time of 81 doped wafers.
2024-01-04 10:36:09 -08:00
Mike Stump
465e9a2882 Fixup text size in the crafting monitor.
Fixup searching in the crafting monitor.
2024-01-01 19:22:05 -08:00
Mike Stump
5155bd150c Allow empty cells into the system. 2024-01-01 19:20:18 -08:00
Mike Stump
92cc4097d8 Add a bug note. 2024-01-01 19:19:17 -08:00
Mike Stump
4670066c1e Fix craft counts.
Add more crafting monitor logging.
2024-01-01 19:17:49 -08:00
Mike Stump
611b763f68 Fix autocrafting of 64k cells. 2024-01-01 17:51:16 -08:00
Mike Stump
1950c71f72 More cmon support. 2024-01-01 14:53:23 -08:00
Mike Stump
b101a554ef Add a crafting monitor. 2023-12-31 13:17:47 -08:00
Mike Stump
9d43b75310 Checkpoint. 2023-12-30 15:57:46 -08:00
Mike Stump
9235b7bad1 Checkpoint. 2023-12-30 15:52:43 -08:00
theFox6
f5aee436d0
fixed resizing bug and prevent cells within cells v1.0.2 2023-09-02 13:29:10 +02:00
theFox6
8279436cde
fix #4 v1.0.1 2021-04-05 10:36:01 +02:00
theFox6
383abf919d
fix serialization and logging
inventories are no longer overridden with their last contents during serialization
all log messages are now prepended with "[MicroExpansion] "
2020-10-04 12:12:19 +02:00
theFox6
abe36940a7
store all the item data
metadata is now also stored when cells are removed
2020-10-04 11:48:05 +02:00
theFox6
96a66c3336
do not stack tools with different wear v1.0.0 2020-09-29 14:38:42 +02:00
theFox6
347cec5894
don't stack items with different metadata 2020-06-21 12:42:12 +02:00
theFox6
a47336ae3e
fix lots of bugs 2020-06-17 09:30:47 +02:00
theFox6
5b2a830a6e
lazily fix loading order 2020-06-16 17:50:58 +02:00
theFox6
3bd64aff75
fixed dumb typo 2020-06-15 18:21:46 +02:00
theFox6
ca2c63bd03
added more logging 2020-06-15 09:39:02 +02:00
theFox6
ddb3c3f7fe
add logging 2020-06-03 15:29:04 +02:00
theFox6
faf69d7bd5
bugfixes
should fix #2
v0.3.1
2020-05-29 16:03:02 +02:00
theFox6
063c067e39
small fixes v0.3 2020-03-16 17:12:24 +01:00
theFox6
d1f7d633c8
add pipeworks support 2020-03-16 09:59:18 +01:00
theFox6
d351ec7527
fix drive connection, add network events 2020-03-07 18:02:14 +01:00
theFox6
a4c0e2a759
added craft recipies 2020-03-04 16:46:22 +01:00
theFox6
482eb7bebd
fixed varous item vanishing bugs 2020-03-03 17:16:35 +01:00
theFox6
4c5b36fc88
fixed lots of bugs
fixed too far inventory accesses by detaching the networks inventory
fixed vanishsing items with dynamic inventory size allocation
2020-03-01 08:23:39 +01:00
theFox6
d0e2a070bd
fix code style 2020-02-27 15:33:45 +01:00
theFox6
48874e4598
add github files 2020-02-26 16:42:37 +01:00
theFox6
96980b7832
added eclipse project 2019-06-08 14:53:34 +02:00
theFox6
87c5bdfa3c added the chest to the development plan 2019-05-18 07:40:43 +02:00