ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/Changes
Revision: 1.5
Committed: Tue Mar 6 14:23:02 2007 UTC (17 years, 2 months ago) by root
Branch: MAIN
CVS Tags: rel-2_0
Changes since 1.4: +1 -1 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 Crossfire+ Server ChangeLog
2    
3 root 1.5 2.0 Tue Mar 6 15:22:53 CET 2007
4 root 1.1 - make coroapi accessible to cf+.
5     - moved map handling logic completely to perl
6     - per player maps are now marked in the map
7 root 1.2 - maps are saved completely differently now,
8     and much more often.
9 root 1.1 - rewrote map header parser and writer
10 pippijn 1.4 - maps and players are now (in the average case) loaded
11 root 1.2 and saved completely asynchronously, I/O contention will no
12     longer freeze the server.
13 pippijn 1.4 - players and maps can be loaded anytime, without the player
14 root 1.2 being logged in.
15 root 1.1 - automatically generate method interfaces for perl from headers
16     - unbundled freezethaw
17     - mostly rewrote common/map.C
18     - completely rewrite server/swap.C
19     - introduced "runtime", the CCT clock (corrected crossfire time) :)
20     - introduced new keyword for map files: file_format_version (integer, server version: 0)
21     - better message for apply failures due to applymode
22     - removed most all of the weather code
23     - unified logging to stderr and file
24     - too many minor changes to document