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

Comparing deliantra/server/Changes (file contents):
Revision 1.11 by root, Wed May 16 12:04:56 2007 UTC vs.
Revision 1.24 by root, Tue Jul 31 03:13:44 2007 UTC

1Crossfire TRT Server, Maps and Archetypes ChangeLog 1Crossfire TRT Server, Maps and Archetypes ChangeLog.
2 2
32.1 32.2
4 - relicense under the gnu affero license.
5 - implement server-side framework for generic resources.
6 - use resource framework for server-provided ambient
7 music.
8 - replace limited sound api with server-provided sound effects.
9 - new sc (sound control) protocol command.
10 - improve fxix protocol to include types.
11 - exactly fill tcp segments, if possible.
12 - output-rate is now an upper limit, the server will automatically
13 (and quite perfectly) adjust to the network conditions, ensuring
14 low latency even during bulk transfers (music, images, sounds etc.).
15 - implement server-side widgets (i.e. client widgets controlled
16 in the server side). this will allow future expansion without
17 having to upgrade clients.
18 - implement a (artwork) world map with realtime player position
19 tracking.
20 - new and more efficient extcmd (server still supports old extcmd
21 protocol).
22 - replace simple messaging protocol with channels carrying metadata
23 (similar to message types, but more directed at the user).
24 - reduce command processing latency by a whopping 120ms by
25 reordering some processing steps inside the server. this directly
26 reduces lag by 120ms.
27 - actually send spell faces to the client.
28 - implement player genders.
29 - unclean logout/login results in: nothing if map hasn't reset,
30 otherwise return to savebed and possible kill if the log-out
31 was for too long.
32 - fast socket-dead detection (kick player after 8 seconds without ack).
33 - greatly reduce the cpu time needed to draw maps _again_.
34 - archetypes are now subclasses of objects.
35 - rebalanced shop greed and approval functions to be more realistic
36 (and likely match the actual intention).
37 - implement "crossfire pod" format for messages, with working bold,
38 italic, gender-specific text, paragraphs etc.
39 - implemented hint framework, players can opt to receive hints.
40 - implemented (long) book framework, added some books from the cf wiki.
41 - implement generic message framework that uses xml, utf8 for the client
42 protocol and is capable of transmitting generic meta information.
43 - implement (in a suboptimal way) per-player instantiated maps.
44 - replace the nexus by a per-player tutorial map that teaches stuff
45 better than the newbie house.
46 - fix the magicmap colours.
47 - optimise map update even more by removing unneeded code and checks.
48 - decouple map and stats update from pl->ob and use pl->observe instead.
49 - implement observe command.
50 - major speed up in map refresh by replacing most get_map_from_coord
51 calls with a simple comparison.
52 - fix a latent crossfire bug that could crash the server because the
53 map refresh did not update the mapspace.
54 - support custom keys for regions and maps, regions are now
55 refcount-managed.
56 - allow worldmap overlays anywhere in the 000..999 range.
57 - new system to acquire time slices for background jobs, to reduce
58 jitter.
59 - implement new observe command.
60 - dependency tracking for perl extensions.
61 - new slag-ex extension for cleaning cauldrons.
62 - server clamps some stats now to avoid over/underflow.
63 - fix invoke result processing.
64 - there are even less i/o syncpoints in the server now.
65 - many more bugfixes and minor optimisations.
66
672.1 Sun May 27 04:21:29 CEST 2007
68 - optimised event invocation (non-wanted events can now be
69 skipped with 4-5 inlined instructions).
70 - complete rewrite of town_portal: it now creates a portal
71 to the "nearest" town only, travel is only possible
72 to the town and back, anybody can use it (also removes
73 one of the remaining syncpoints in the server).
4 - complete rewrite of the range/attack skill slot system: 74 - complete rewrite of the range/attack skill slot system:
5 there are now two slots, one for combat, one for ranged 75 there are now two slots, one for combat, one for ranged
6 attacks. 76 attacks.
7 - introduce the concept of a current weapon (either a ranged 77 - introduce the concept of a current weapon (either a ranged
8 or a combat weapon/skill/tool) and switch between them as 78 or a combat weapon/skill/tool) and switch between them as
36 freedom of movement. 106 freedom of movement.
37 - implement new ex command to request item descriptions. 107 - implement new ex command to request item descriptions.
38 - implement new msg command for in-game messages with meta 108 - implement new msg command for in-game messages with meta
39 information (using xml). 109 information (using xml).
40 - enforce utf-8 for all text messages. 110 - enforce utf-8 for all text messages.
111 - added micropather (not used yet).
41 - many, many bugfixes. 112 - many, many bugfixes.
42 113
432.0 Tue Mar 6 15:22:53 CET 2007 1142.0 Tue Mar 6 15:22:53 CET 2007
44 - make coroapi accessible to cf+. 115 - make coroapi accessible to cf+.
45 - moved map handling logic completely to perl 116 - moved map handling logic completely to perl
46 - per player maps are now marked in the map 117 - per player maps are now marked in the map
47 - maps are saved completely differently now, 118 - maps are saved completely differently now,
48 and much more often. 119 and much more often.
49 - rewrote map header parser and writer 120 - rewrote map header parser and writer, to be much faster.
50 - maps and players are now (in the average case) loaded 121 - maps and players are now (in the average case) loaded
51 and saved completely asynchronously, I/O contention will no 122 and saved completely asynchronously, I/O contention will no
52 longer freeze the server. 123 longer freeze the server.
53 - players and maps can be loaded anytime, without the player 124 - players and maps can be loaded anytime, without the player
54 being logged in. 125 being logged in.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines