--- deliantra/server/Changes 2007/09/09 12:52:48 1.28 +++ deliantra/server/Changes 2007/09/30 16:24:27 1.33 @@ -1,6 +1,14 @@ Crossfire TRT Server, Maps and Archetypes ChangeLog. -2.2 + - 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). + +2.2 Tue Sep 11 15:41:24 CEST 2007 - relicense under the gnu affero license. - new inscription skill, can only inscribe INSCRIBABLE items. - implement server-side framework for generic resources. @@ -62,14 +70,14 @@ - 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 + and records them in the database (not used yet). - metaserver 2 support. - many more bugfixes and minor optimisations.