--- deliantra/server/Changes 2008/04/09 14:36:47 1.77 +++ deliantra/server/Changes 2008/04/11 21:09:52 1.81 @@ -6,6 +6,21 @@ - append [drop xxx coins] to altar/trigger_altar/identify_table names (also update all maps to use money instead of coins). + - add uuid accessors to perl. + - add coin names and archetype accessors to perl. + - fix runtime uuid file format to use "." instead of ",". + - 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. + - 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