big progress

This commit is contained in:
2025-07-04 18:22:17 +02:00
parent d4d84881ef
commit 9447da090b
6 changed files with 222 additions and 86 deletions

View File

@@ -1,8 +1,8 @@
# Parity with Vanilla OC (only the stuff that makes sense for an emulator)
- get rid of nn_busySleep
- rework literally all the costs to just be heat and amount per tick
- change more methods to be direct but with buffered indirects.
- change more methods to be direct but with buffered indirects
- complete the GPU implementation (screen buffers and missing methods)
- `computer` component
- `modem` component
- `tunnel` component
@@ -10,6 +10,7 @@
- `redstone` component
- `hologram` component
- `internet` component
- use dynamic arrays for signals
# Bugfixes