--- deliantra/server/Changes 2008/04/14 14:52:17 1.85 +++ deliantra/server/Changes 2008/04/15 03:16:02 1.86 @@ -14,6 +14,8 @@ - change perl extensions to not use hardcoded coins and values. - write uuids asynchronously (no hiccups due to uuid writes) and be more parsimonous of uuid usage by the exact value out on exit. + - write log messages in another thread, removing another sync point. + - support multi-line log messages in a nicer way. - be more portable w.r.t. uuids and format specifiers everywhere. - fix a minor memleak in the random map generator. - some parts of the random map generator are not coroutine-safe,