--- deliantra/server/Changes 2010/01/30 23:50:15 1.555 +++ deliantra/server/Changes 2010/01/31 03:46:19 1.556 @@ -41,6 +41,7 @@ - (maps) improve tindervale maps slightly. - (arch) considerably decrease slag ex price. - (arch) fix filth archetype. + - extension dependency resolve was completely broken. - multipart objects would cause save_throw_object to crash - it now acts on the head only. - do not try to connect to an irc server unless explicitly configured. @@ -61,8 +62,11 @@ some progress. - improve the quality of the load-avg calculation. - (maps) fixed quest npc in jeweler dungeon quest. + - don't fail to write the runtime file if the temporary already exists. - ipo.ext no longer uses (synchronous) CFDB, stores mail directly at player now. + - rewrote hiscore code from scratch to use async I/O, store uuid and + timestamp and use a tab in the client to increase awareness. 2.92 Thu Dec 24 04:51:56 CET 2009 - the destruction spell could/would corrupt server memory quite often.