Skip to content

Releases: octacian/digicompute

Patch Release: v0.5.2

31 Jan 04:06
Compare
Choose a tag to compare
Patch Release: v0.5.2 Pre-release
Pre-release

This fixes an issue where infinite (or extra long) loops would not time out in v0.5. If a player made an infinite loop, the entire server could be crashed. However, with this patch, computers should be safe on servers.

Example infinite loop:

while true do end

The directory structure of the mod has also been changed to be modular (see modules documentation)

The Rewrite

30 Jan 00:23
Compare
Choose a tag to compare
The Rewrite Pre-release
Pre-release

This is it. The first reasonably stable digicompute release. However, it will still be marked as a pre-release as some aspects of the API are bound to change.

This release is a rewrite of the entire mod, making it more efficient and removing all known bugs. The formspec has also been completely redesigned, and the mod prepared for the addition of other computer-related things.

Initial Release

29 Jan 21:49
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release

Clean-up, fix, and rename to digicompute.

Environments and APIs!

29 Jan 21:55
Compare
Choose a tag to compare
Pre-release

OS code is now run under an environment, and an API is provided to let the OS make better use of the features available.

Filesystems and Operating System!

29 Jan 21:54
Compare
Choose a tag to compare
Pre-release

Custom operating systems now supported through a physical per-computer filesystem.