--- deliantra/server/Changes 2007/11/08 01:48:00 1.35 +++ deliantra/server/Changes 2007/12/27 15:32:41 1.44 @@ -1,5 +1,29 @@ -Crossfire TRT Server, Maps and Archetypes ChangeLog. +Deliantra MORPG Server, Maps and Archetypes ChangeLog. + - upgrade to EV version 2.0 API. + - implement generic framework for server-side resource files. + - implement resource file update event. + - hook experience table update into the framework. + - move jeweler.yaml to resources (arch/). + - switch from Crossfire to Deliantra perl module. + - implement json2json arch filter. + +2.32 Sun Dec 2 18:11:01 CET 2007 + - limited the number of items that can be picked up and dropped + as temporary measurement against bad performance or dropping things + (this lead to long freezes and triggered the watchdog). + - 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.