ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/Changes
(Generate patch)

Comparing deliantra/server/Changes (file contents):
Revision 1.1 by root, Sat Dec 30 10:16:09 2006 UTC vs.
Revision 1.7 by root, Tue Apr 17 20:02:21 2007 UTC

1Crossfire+ Server ChangeLog 1Crossfire TRT Server ChangeLog
2 2
32.1 32.1
4 - started a Changes file, please use. 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 - 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 - many, many bugfixes.
21
222.0 Tue Mar 6 15:22:53 CET 2007
5 - make coroapi accessible to cf+. 23 - make coroapi accessible to cf+.
6 - moved map handling logic completely to perl 24 - moved map handling logic completely to perl
7 - per player maps are now marked in the map 25 - per player maps are now marked in the map
8 - maps are saved completely differently now 26 - maps are saved completely differently now,
27 and much more often.
9 - rewrote map header parser and writer 28 - rewrote map header parser and writer
29 - maps and players are now (in the average case) loaded
30 and saved completely asynchronously, I/O contention will no
31 longer freeze the server.
32 - players and maps can be loaded anytime, without the player
33 being logged in.
10 - automatically generate method interfaces for perl from headers 34 - automatically generate method interfaces for perl from headers
11 - unbundled freezethaw 35 - unbundled freezethaw
12 - mostly rewrote common/map.C 36 - mostly rewrote common/map.C
13 - completely rewrite server/swap.C 37 - completely rewrite server/swap.C
14 - introduced "runtime", the CCT clock (corrected crossfire time) :) 38 - introduced "runtime", the CCT clock (corrected crossfire time) :)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines