From 75848ac6b1c929796509995578f820c532db69df Mon Sep 17 00:00:00 2001 From: Kevin Morgan Date: Thu, 19 Aug 2021 22:48:10 +0200 Subject: [PATCH] CLN: Updated changelog with last commit --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60760b2..f7f5ae0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # NgenMud v1.1.0 Compiled and tested on Manjaro Linux ### 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 - due to compile failures on some linux environments @@ -31,4 +32,4 @@ This is the base release of NGenMud which is a child/derivative of NakedMud. The ### ADDED: - "heartbeat" hook was added with a pulse of once per 2 seconds, this is intended to give scripts an easy timer. - .gitignore file with sane settings for NGenMud -- Text font for who display (because it looks better while still being generic) \ No newline at end of file +- Text font for who display (because it looks better while still being generic)