ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/Changes
Revision: 1.7
Committed: Tue Apr 17 20:02:21 2007 UTC (17 years ago) by root
Branch: MAIN
Changes since 1.6: +3 -0 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.6 Crossfire TRT Server ChangeLog
2    
3     2.1
4     - implement a utility - cfutil - that simplifies arch and map
5     installation, replacing the old collect scripts and
6     simplying deployment.
7     - implement inherit keyword allowing archetypes to inherit from
8     other archetypes.
9     - rationalise archetype, region and treasurelist file format
10     into a single file format and make them reloadable asynchronously.
11     - implement 64x64 faceset support.
12     - implement fxixsx protocol that saves
13     a lot of bandwidth over the old image/face/smooth packets
14     and allows images > packetsize.
15     - implement a bandwidth-saving smoothing protocol that works
16     on a face basis as opposed to a mapspace basis.
17 root 1.7 - the server can now rate-limit image uploads to not exceed
18     a certain (client-configurable) speed while guarenteeing full
19     freedom of movement.
20 root 1.6 - many, many bugfixes.
21 root 1.1
22 root 1.5 2.0 Tue Mar 6 15:22:53 CET 2007
23 root 1.1 - make coroapi accessible to cf+.
24     - moved map handling logic completely to perl
25     - per player maps are now marked in the map
26 root 1.2 - maps are saved completely differently now,
27     and much more often.
28 root 1.1 - rewrote map header parser and writer
29 pippijn 1.4 - maps and players are now (in the average case) loaded
30 root 1.2 and saved completely asynchronously, I/O contention will no
31     longer freeze the server.
32 pippijn 1.4 - players and maps can be loaded anytime, without the player
33 root 1.2 being logged in.
34 root 1.1 - automatically generate method interfaces for perl from headers
35     - unbundled freezethaw
36     - mostly rewrote common/map.C
37     - completely rewrite server/swap.C
38     - introduced "runtime", the CCT clock (corrected crossfire time) :)
39     - introduced new keyword for map files: file_format_version (integer, server version: 0)
40     - better message for apply failures due to applymode
41     - removed most all of the weather code
42     - unified logging to stderr and file
43     - too many minor changes to document