--- deliantra/server/Changes 2007/09/11 13:42:40 1.29 +++ deliantra/server/Changes 2007/12/28 19:49:29 1.48 @@ -1,4 +1,53 @@ -Crossfire TRT Server, Maps and Archetypes ChangeLog. +Deliantra MORPG Server, Maps and Archetypes ChangeLog. + + - upgrade to EV version 2.0 API. + - when players don't apply a savebed correctly but stand above one, + do not move or kill them. + - implement client-side settings page in playerbook (0.9963+ required). + - 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. + - implement widget protocol version 2, support for ui templates. + - ext/irc: also log irc messages. + +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. + +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. @@ -62,12 +111,10 @@ - allow worldmap overlays anywhere in the 000..999 range. - new system to acquire time slices for background jobs, to reduce jitter. - - implement new observe command. - semi-persistent object-referencing framework (currently only players supported). - dependency tracking for perl extensions. - new slag-ex extension for cleaning cauldrons. - - server clamps some stats now to avoid over/underflow. - fix invoke result processing. - there are even less i/o syncpoints in the server now. - added map-tags extension that scans all maps for object tags