Commit Graph

2638 Commits

Author SHA1 Message Date
Timo Ley 41435e71c5 chore: bump version 2024-03-26 14:12:15 +01:00
Timo Ley 8502c527e3 fix: prevent infinite loop in some conditions 2024-03-26 14:11:50 +01:00
Timo Ley 29ae948039 chore: bump version 2023-02-28 19:15:07 +01:00
Timo Ley 23b53f0808 chore: update capes code 2023-02-28 19:14:36 +01:00
Timo Ley 992ba8a8b8 fix: increase assembler speed
fixes #13
2023-02-28 19:08:39 +01:00
LordMZTE dffe6ce734
chore: de-alec 2023-02-24 12:44:09 +01:00
Timo Ley 017653aaa0 feat: show controller conflict 2023-02-15 12:37:49 +01:00
Timo Ley aea647214f chore: controller conflict texture 2023-02-15 11:29:38 +00:00
Timo Ley 9b6f9438fd fix: multiblock assembler gui range
fixes #12
2023-02-07 15:07:47 +01:00
Timo Ley c41e2711fb chore: bump version 2023-02-06 11:36:59 +01:00
Timo Ley f9da3b23fd fix: storage monitor recipe 2023-02-06 11:36:34 +01:00
Timo Ley faaf0430d4 feat: add capes 2023-02-06 11:27:57 +01:00
Timo Ley 20858b2b9f feat: more customization 2023-02-01 17:15:49 +01:00
Timo Ley 19ee5f4088 fix: server loading 2023-01-30 20:26:32 +01:00
Timo Ley 1e3dab1b05 chore: bump version 2023-01-30 20:05:52 +01:00
LordMZTE 361681dcc1
feat: add power relay recipe 2023-01-30 19:59:59 +01:00
LordMZTE cfcb935305
feat: add power relay GUI
closes #6
2023-01-30 19:51:58 +01:00
LordMZTE e7731f3fd7
feat: transition plane works a little better than before
ref: #2
2023-01-30 18:50:09 +01:00
Timo Ley 21615fb3d0 feat: base implementation for colors
reference issue: #3
2023-01-30 14:23:46 +01:00
Timo Ley 447383f3ce feat: energy improvements 2023-01-29 11:23:41 +01:00
Timo Ley 58bf3f3acd feat: power relay accepting energy
reference issue: #6
2023-01-28 23:57:54 +01:00
Timo Ley 9b4f1667cb feat: implement power relay energy sharing
reference issue: #6
2023-01-28 22:58:39 +01:00
Timo Ley e47d08a87e feat: power relay base tile impl
reference issue: #6
2023-01-28 22:27:55 +01:00
Timo Ley 8f69574500 fix: improve pattern encoder GUI
fixes #5
2023-01-28 21:20:31 +01:00
Timo Ley 55eec4d290 fix: pattern encoder item drops
fixes #11
2023-01-28 21:06:59 +01:00
Timo Ley a4003cf025 feat: implement controller based crafting CPU
fixes #8
2023-01-28 16:03:50 +01:00
Timo Ley e37348644f feat: outsourced code from Cluster to AbstractCPU 2023-01-27 23:39:07 +01:00
Timo Ley af7d9f6f0e feat: seperated ICraftingCPU from Cluster 2023-01-27 22:52:40 +01:00
Timo Ley 493dc5aa1d fix: rotate BlockLegacyDisplay correctly
fixes #4
2023-01-26 21:42:03 +01:00
Timo Ley b8563aa703 feat: LogisticsPipes crafting integration
reference issue: #8
2023-01-26 21:11:47 +01:00
Timo Ley 0b182ae608 fix: correctly sync requestable count 2023-01-26 19:01:45 +01:00
Timo Ley df89a2a2d1 chore: remove bloat from repo 2023-01-23 20:55:25 +01:00
Timo Ley c1d911e6ed feat: ME Chest rendering
reference issue: #7
2023-01-23 20:39:37 +01:00
Timo Ley db09e9dff8 feat: start implementing ME Chest
reference issue: #7
2023-01-23 19:26:10 +01:00
Timo Ley 3dcf98cc58 chore: remove austri3Fix.md (moved to issues) 2023-01-20 21:27:58 +00:00
Timo Ley f03609f69d feat: improve legacy controller energy logic 2023-01-11 19:42:52 +01:00
LordMZTE 44655d2596
fix: remove metadata hack for legacy controller 2023-01-10 17:48:36 +01:00
LordMZTE 1e7b8c759f
fix: storage monitor correctly sends data packet 2023-01-08 16:51:00 +01:00
Timo Ley 15dd2c4a2f fix: legacy terminal now has show craftable button 2023-01-07 11:01:01 +01:00
LordMZTE cf4610a333
fix: MAC now saves crafting jobs
- MAC is now AE2 multiblock
- MAC now only needs 1 channel
- MAC has a master assembler
2023-01-05 19:20:09 +01:00
Timo Ley e05bf29fa8 feat: implement LogiscticsPipes compat 2023-01-05 13:46:10 +01:00
Timo Ley fcad99813f feat: ME Interface provides power to LP 2023-01-04 18:18:43 +01:00
Timo Ley 50879c2147 feat: implement RequestGridCache 2023-01-04 17:23:39 +01:00
Timo Ley bb0c32d2c0 feat: add stub for RequestGridCache 2023-01-04 13:20:08 +01:00
LordMZTE 4a72ceb724
fix: fixed assembler grid cache
- assemblers are now properly tracked across network splits and joins
- forming a multiblock will no longer create multiple clusters

closes #1
2023-01-03 20:41:16 +01:00
Timo Ley ee0fe3d283 fix: make AssemblerGridCache multithreading safe 2023-01-03 19:36:43 +01:00
Timo Ley 294f4c283d fix: server crash 2023-01-03 18:29:11 +01:00
LordMZTE 93f1cf4ade
feat: add multiblock assembler 2023-01-03 17:01:24 +01:00
Timo Ley 3134702174 fix: this shouldn't be there 2022-12-31 14:51:26 +00:00
Timo Ley 9ff95486f5 fix: autocrafting with legacy terminals 2022-12-31 15:50:08 +01:00