Skip to content

Stable Alpha - v1.0-alpha-010222

Pre-release
Pre-release
Compare
Choose a tag to compare
@enusbaum enusbaum released this 03 Jan 13:50
· 209 commits to master since this release
656887c

Happy New Year!

This is the 2-Year Anniversary Build of MBBSEmu, as it was exactly two years ago on 1/2/2020 when the first Public Alpha was released to the public.

24 PR's are included in this Release with a focus on improving support for MajorMUD and the MegaMUD client within MBBSEmu.

Highlights Include:

  • #525, #521, #519, #517, #496: Enhanced MajorMUD Support
    • MegaMUD support added by properly implementing Line Break support so text properly wraps depending on the terminal window
    • Input Issues where \r commands were ignored have been addressed
    • When running the MajorMUD Utility EXE, force the Terminal to VT100 mode so INT 10h calls render ANSI to move the cursor properly
    • Enhancements to FSD Emulation for character creation
    • Pair this build with mbbsemu-docker and you can run your own MajorMUD instance in a Docker container!
  • #478, #479, #481: SoftPatch Support
    • SoftPatch allows you to apply hex/text patches to modules without having to edit the underlying file
    • SoftPatch is the first phase of a longer term Modification System being built into MBBSEmu allowing for Mods to be coded for existing Modules.
  • #430, #453: Full-Screen Editor
    • Initial Support for emulating the MajorBBS/Worldgroup Full Screen Editor
  • Enhancements & Upgrades
    • #514: MBBSEmu updated to .NET 6
    • #495: STATUS refactored to be a FIFO Queue
    • #493: Gender Support, allowing people to specify Genders supported by MajorBBS/Worldgroup (M/F) at signup

All this in addition to a new x86 Opcodes, APIs, and Unit Tests!