ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/Changes
Revision: 1.1
Committed: Sat Dec 30 10:16:09 2006 UTC (17 years, 4 months ago) by root
Branch: MAIN
Log Message:
preliminary snapshot check-in, DO NOT USE IN PRODUCTION SYSTEMS
See the Changes file for details

File Contents

# User Rev Content
1 root 1.1 Crossfire+ Server ChangeLog
2    
3     2.1
4     - started a Changes file, please use.
5     - make coroapi accessible to cf+.
6     - moved map handling logic completely to perl
7     - per player maps are now marked in the map
8     - maps are saved completely differently now
9     - rewrote map header parser and writer
10     - automatically generate method interfaces for perl from headers
11     - unbundled freezethaw
12     - mostly rewrote common/map.C
13     - completely rewrite server/swap.C
14     - introduced "runtime", the CCT clock (corrected crossfire time) :)
15     - introduced new keyword for map files: file_format_version (integer, server version: 0)
16     - better message for apply failures due to applymode
17     - removed most all of the weather code
18     - unified logging to stderr and file
19     - too many minor changes to document