Crossfire+ Server ChangeLog 2.0 - make coroapi accessible to cf+. - moved map handling logic completely to perl - per player maps are now marked in the map - maps are saved completely differently now, and much more often. - rewrote map header parser and writer - maps and players are now (in the average case) loaded and saved completely asynchronously, I/O contention will no longer freeze the server. - players and maps can be loaded anytime, without the player being logged in. - automatically generate method interfaces for perl from headers - unbundled freezethaw - mostly rewrote common/map.C - completely rewrite server/swap.C - introduced "runtime", the CCT clock (corrected crossfire time) :) - introduced new keyword for map files: file_format_version (integer, server version: 0) - better message for apply failures due to applymode - removed most all of the weather code - unified logging to stderr and file - too many minor changes to document