--- deliantra/server/Changes 2008/04/06 16:13:19 1.74 +++ deliantra/server/Changes 2008/04/11 14:09:56 1.80 @@ -1,9 +1,20 @@ Deliantra MORPG Server, Maps and Archetypes ChangeLog. -TODO: picking up the torches in nibmus seemingly works, but after +TODO: picking up the torches in nimbus seemingly works, but after a while (used up?) they seem to be gone from the inv but the client doesn't know about that. TODO: dragons should not be able to change their title via the settings tab in playerbook + - 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. + +2.43 Sun Apr 6 20:35:29 CEST 2008 - work around a glibc bug that causes calloc to return non-zero memory when mlockall has been used. - pass environment to perl_sys_init3, as required by newer perls.