Releases: bigfug/moo
Releases · bigfug/moo
ArtMOO v1.0.0
Finally, the 1.0.0 release of ArtMOO.
Even comes with a basic core database containing user registration and basic building tools.
Binary releases for Ubuntu 20.04 (focal), 18.04 (bionic), Raspberry Pi (buster), macOS (High Sierra/10.13+), and Windows 10 x64.
ArtMOO v0.9.0
Big engine update:
- Added support for XML tags for player:name/ etc
- Reworked permissions system so wizards are normal users but can use ! (instead of ;) to elevate a command
- Added support for language locale
- Added signal mechanism so verbs can call moo.emit() and objects can be connected to that signal using moo.connect()
- Reworked the listener classes so WebSockets now work with Telnet protocol and works great with fTelnet without proxy
- Can define multiple listeners (telnet/websocket) in moo.ini
- Added line editor that supports some ReadLine commands and realtime messages coming through
Binary releases for Ubuntu 20.04 (focal), 19.10 (eoan), 18.04 (bionic), Raspberry Pi (buster), macOS (High Sierra/10.13+), and Windows 10 x64.
ArtMOO v0.8.0
Highlights:
- Includes very rudimentary core database that features:
- new user registration
- wizard login (password=password)
- verbs for creating objects, look, lookat, pick up, drop, inventory
- Upgraded to Lua 5.3 for improved sandboxing
- Syntax highlighting added to code editor
- Added import/export of modules
- Can now call verbs as functions
- Implemented boot() and added broadcast()
Binary releases for 19.10 (eoan), Ubuntu 18.04 (bionic), Raspberry Pi (buster), macOS, and Windows 10.
ArtMOO v0.2.0
Release 0.2.0
ArtMOO-0.2.0-bionic-x64.deb - Ubuntu
ArtMOO-0.2.0-buster-i386.deb - Raspberry Pi
ArtMOO-0.2.0-macOS.dmg - macOS (minimum 10.13 High Sierra)
ArtMOO-0.2.0-win64.exe - Windows 10