Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-29 | Processes can now eat from writeable addresses only. | Paul Oliver | |
I've found that allowing organisms to eat from everywhere (including addresses owned by other organisms) made the simulation too unstable. Organisms may now eat from either free memory, or from self-owned memory. | |||
2024-02-29 | Bug fixed on cursor's process selection process. | Paul Oliver | |
[#1] Cursor process selection loop was searching for processes under the cursor by iterating based on process count, instead of process queue capacity. | |||
2024-02-29 | Initial commit. | Paul Oliver | |