ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/Changes
Revision: 1.4
Committed: Mon Mar 5 19:54:10 2007 UTC (17 years, 2 months ago) by pippijn
Branch: MAIN
Changes since 1.3: +2 -2 lines
Log Message:
get rid of X in configure.ac

File Contents

# Content
1 Crossfire+ Server ChangeLog
2
3 2.0
4 - make coroapi accessible to cf+.
5 - moved map handling logic completely to perl
6 - per player maps are now marked in the map
7 - maps are saved completely differently now,
8 and much more often.
9 - rewrote map header parser and writer
10 - maps and players are now (in the average case) loaded
11 and saved completely asynchronously, I/O contention will no
12 longer freeze the server.
13 - players and maps can be loaded anytime, without the player
14 being logged in.
15 - 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