the sound of progress

- Medic TF2
This commit is contained in:
2025-07-12 18:42:38 +02:00
parent af1244b829
commit 863e04f19e
9 changed files with 231 additions and 144 deletions

View File

@@ -1,6 +1,6 @@
# Parity with Vanilla OC (only the stuff that makes sense for an emulator)
- in-memory version of `filesystem` and `drive`
- in-memory version of `filesystem`
- `hologram` component
- `computer` component
- `modem` component
@@ -18,7 +18,6 @@
# Bugfixes
- Rework filesystem component to pre-process paths to ensure proper sandboxing and not allow arbitrary remote file access
- Ensure the recursive locks are used correctly to prevent race conditions
- Do a huge audit at some point
# The extra components
@@ -35,10 +34,6 @@
- `tape_drive` component, compatible with Computronics, except maybe with proper seek times and support for multiple tapes
- `cd_reader` and `cd_writer` components, to work with CDs
# API changes
- move controls into the component instances instead of using getters, to boost performance
# Internal changes
- use dynamic arrays for signals (and maybe components), but still keep the maximums to prevent memory hogging