--- deliantra/server/Changes 2008/04/11 14:09:56 1.80 +++ deliantra/server/Changes 2008/04/11 21:09:52 1.81 @@ -13,6 +13,14 @@ - write uuids asynchronously (no hiccups due to uuid writes) and be more parsimonous of uuid usage by the exact value out on exit. - 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, + so only call it "single-threaded". + - major cleanup of memory management in random map generator. + - solve the "slice_alloc becomes negative" mystery - no allocation bug, + bookkeeping bug. + - garbage collect shstr's more evenly and adaptively only when + there have in fact been allocations. 2.43 Sun Apr 6 20:35:29 CEST 2008 - work around a glibc bug that causes calloc to return non-zero memory