From f34c707826e9dde7c48e6a0ec2ae0fc943a61e3b Mon Sep 17 00:00:00 2001 From: Griatch Date: Sat, 18 Jan 2025 12:24:47 +0100 Subject: [PATCH] Update Mac Troubleshooting, as per #3704 --- docs/source/Coding/Changelog.md | 13 ++++++++++++- docs/source/Setup/Installation-Troubleshooting.md | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/docs/source/Coding/Changelog.md b/docs/source/Coding/Changelog.md index 5d66f39e04..89c2b05fec 100644 --- a/docs/source/Coding/Changelog.md +++ b/docs/source/Coding/Changelog.md @@ -14,7 +14,13 @@ finds `big sword` even if another type of sword is around (InspectorCaracal) - [Fix][pull3690]: In searches, allow special 'here' and 'me' keywords only be valid queries unless current location and/or caller is in valid search candidates respectively (InspectorCaracal) -- [Docs]: Fixes from InspectorCaracal +- [Fix][pull3694]: Funcparser swallowing rest of line after a `\`-escape (count-infinity) +- [Fix][pull3705]: Properly serialize `IntFlag` enum types (0xDEADFED5) +- [Fix][pull3707]: Correct links in `about` command (0xDEADFED5) +- [Fix][pull3710]: Clean reduntant session clearin in `at_server_cold_start` (InspectorCaracal) +- [Fix][pull3711]: Usability improvements in the Discord integration (InspectorCaracal) +- Fix: Make `\\` properly preserve one backlash in funcparser (Griatch) +- [Docs]: Fixes from InspectorCaracal, Griatch [pull3633]: https://github.com/evennia/evennia/pull/3633 @@ -23,6 +29,11 @@ [pull3684]: https://github.com/evennia/evennia/pull/3684 [pull3689]: https://github.com/evennia/evennia/pull/3689 [pull3690]: https://github.com/evennia/evennia/pull/3690 +[pull3705]: https://github.com/evennia/evennia/pull/3705 +[pull3707]: https://github.com/evennia/evennia/pull/3707 +[pull3710]: https://github.com/evennia/evennia/pull/3710 +[pull3711]: https://github.com/evennia/evennia/pull/3711 + ## Evennia 4.5.0 diff --git a/docs/source/Setup/Installation-Troubleshooting.md b/docs/source/Setup/Installation-Troubleshooting.md index 4cf1654a9a..3f29ac8cf3 100644 --- a/docs/source/Setup/Installation-Troubleshooting.md +++ b/docs/source/Setup/Installation-Troubleshooting.md @@ -75,7 +75,7 @@ If `localhost` doesn't work when trying to connect to your local game, try `127. ## Mac Troubleshooting - Some Mac users have reported not being able to connect to `localhost` (i.e. your own computer). If so, try to connect to `127.0.0.1` instead, which is the same thing. Use port 4000 from mud clients and port 4001 from the web browser as usual. -- If you get a `MemoryError` when starting Evennia, or when looking at the log, this may be due to an sqlite versioning issue. [A user in our forums](https://github.com/evennia/evennia/discussions/2637) found a working solution for this. [Here](https://github.com/evennia/evennia/issues/2854) is another variation to solve it. +- If you get a `MemoryError` when starting Evennia, or when looking at the log, this may be due to an sqlite versioning issue. [A user in our forums](https://github.com/evennia/evennia/discussions/2637) found a working solution for this. [Here](https://github.com/evennia/evennia/issues/2854) is another variation to solve it. [Another user](https://github.com/evennia/evennia/issues/3704) also wrote an extensive summary of the issue, along with troubleshooting instructions. ## Windows Troubleshooting