Skip to content

NGenMud 1.1.0 - Ready to Roll

Latest
Compare
Choose a tag to compare
@LimpingNinja LimpingNinja released this 19 Aug 20:56
· 3 commits to master since this release
1f37b6a

NgenMud v1.1.0

Compiled and tested on Manjaro Linux.
Note: The rest of the upcoming patch-levels will focus on moving non-important C modules to Python.

ADDED

  • Setting required_pymodules, prevent aborting on all pymodules and only abort reboot if core modules fail to load. Yes, this could leave you in a wonky state, but the best bet is to ensure you have base modules defined that allow you to hit "copyover" again.
  • c function which exposes mudsys.cmd_exists() to Python
  • Python module to handle generalized cmd_checks in one place
  • <string.h> due to compile failures on some linux environments
  • Some extra instructions for getting SCons working on OSX.

FIXED

  • GCC10 now defaults to -fno-common, made changes to /scripts/* to use extern instead of relying on a compat feature in the compiler.
  • Basic clean-up in some files as I noted inconsistency issues.

MODIFIED

  • Moved the socials system from C to Python and removed the C-Socials Module.
  • More gender choices were added by default