--- deliantra/server/Changes 2007/09/11 15:33:32 1.30 +++ deliantra/server/Changes 2007/11/26 11:41:02 1.40 @@ -1,4 +1,38 @@ -Crossfire TRT Server, Maps and Archetypes ChangeLog. +Deliantra MORPG Server, Maps and Archetypes ChangeLog. + + - implemented workaround for performance problem when many items + are dropped. + - also improved the performance of the drop command a bit. + - switch from Event to EV for higher performance, easier usage, + less bugs... + - updated to release version of the gnu affero license. + +2.31 Sun Nov 11 17:26:28 CET 2007 + - more thoroughly rename the binaries, contact addresses. + - update the copyrights. + - avoid backtraces due to old spells on some maps, sometimes causing + crashes. + - fix a problem where facedata wasn't initialised to zero properly, + potentially causing crashes. + - assign weapons on user load time, not login-time, avoiding + crashes. + +2.3 Sat Oct 27 11:22:38 CEST 2007 + - fixed an important bug that caused passwords to be forgotten. + - implement *tag destinations for goto, slaying etc. and use it + in some of the maps. + - bigworldised many maps (islands as in pupland and aldwulf), + which is now trivial to do. + - removed all traces of the old (and never working) plug-in interface + (70kb code less on amd64). + - improve/tune scheduling priorities. + - fix some freezing bugs. + - fix a memory corruption problem in dynbuf.printf. + - use channels for chat and many informational commands. + - improved the tutorial. + - create missile is now fixed. + - race fields must now contain archetypes. + - jumping skill now works as advertised. 2.2 Tue Sep 11 15:41:24 CEST 2007 - relicense under the gnu affero license.