5 Commits

Author SHA1 Message Date
octacian
a1701f4513 Computer: Add Settings to env
Adds the Settings() function for easily parsing configuration files and others of that sort.
2017-01-31 18:54:58 -08:00
octacian
f805b6b1e0 Computer: allow output buffer to be editable 2017-01-30 22:29:52 -08:00
octacian
a4e0a2c875 Computers: Rename BiosOS to octOS
Thanks for the idea OldCoder!
2017-01-30 22:14:27 -08:00
octacian
adda987e6b Computers: Replace "local function" with "function" in env
Updated comments in env code.
2017-01-30 22:13:55 -08:00
octacian
9169209333 "Modulify"
This introduces a small API allowing different portions of the mod (digicompute) to be divided among sub-mods (modules) in the modules directory. See documentation for further information (modules.md).
2017-01-30 19:40:30 -08:00