From 05ab1c2a9b064f8ca98761a000e56f035ff2ae22 Mon Sep 17 00:00:00 2001 From: Griatch Date: Thu, 21 Mar 2024 22:17:01 +0100 Subject: [PATCH] Update links pages --- docs/source/Coding/Changelog.md | 12 ++++++++++++ docs/source/Links.md | 1 + 2 files changed, 13 insertions(+) diff --git a/docs/source/Coding/Changelog.md b/docs/source/Coding/Changelog.md index b31ade7f4c..3740618239 100644 --- a/docs/source/Coding/Changelog.md +++ b/docs/source/Coding/Changelog.md @@ -1,5 +1,17 @@ # Changelog +## Main branch + +- [Feature][pull3421]: New `utils.compress_whitespace` utility used with + default object's `.format_appearance` to make it easier to overload without + adding line breaks in hook returns. (InspectorCaracal) +- [Fix][pull3446]: Use plural ('no apples') instead of singular ('no apple') in + `get_numbered_name` for better grammatical form (InspectorCaracal) +- Doc fixes (Griatch, InspectorCaracal) + +[pull3421]: https://github.com/evennia/evennia/pull/3421 +[pull3446]: https://github.com/evennia/evennia/pull/3446 + ## Evennia 4.0.0 March 17, 2024 diff --git a/docs/source/Links.md b/docs/source/Links.md index f80ad8e61b..1fedfaf293 100644 --- a/docs/source/Links.md +++ b/docs/source/Links.md @@ -42,6 +42,7 @@ ### Informational +- [writing games](https://writing-games.com) - curated collection of blogs and texts on text-based gaming, plenty of MU content - [Imaginary Realities unofficial archive](http://tharsis-gate.org/articles/imaginary.html) - An e-magazine on game and MUD design that has several articles about Evennia. - [Lost Library of MOO](https://www.hayseed.net/MOO/) - Archive of scientific articles on mudding (in particular moo). - [Mud Client/Server Interaction](http://cryosphere.net/mud-protocol.html) - A page on classic MUD telnet protocols.