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

Comparing deliantra/server/Changes (file contents):
Revision 1.23 by root, Tue Jun 26 04:56:10 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.2 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.
4 - implement player genders. 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).
5 - implement "crossfire pod" format for messages, with working bold, 37 - implement "crossfire pod" format for messages, with working bold,
6 italic, gender-specific text, paragraphs etc. 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.
7 - implement generic message framework that uses xml, utf8 for the client 41 - implement generic message framework that uses xml, utf8 for the client
8 protocol and is capable of transmitting generic meta information. 42 protocol and is capable of transmitting generic meta information.
9 - implement (in a suboptimal way) per-player instantiated maps. 43 - implement (in a suboptimal way) per-player instantiated maps.
10 - replace the nexus by a per-player tutorial map that teaches stuff 44 - replace the nexus by a per-player tutorial map that teaches stuff
11 better than the newbie house. 45 better than the newbie house.
15 - implement observe command. 49 - implement observe command.
16 - major speed up in map refresh by replacing most get_map_from_coord 50 - major speed up in map refresh by replacing most get_map_from_coord
17 calls with a simple comparison. 51 calls with a simple comparison.
18 - fix a latent crossfire bug that could crash the server because the 52 - fix a latent crossfire bug that could crash the server because the
19 map refresh did not update the mapspace. 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.
20 - dependency tracking for perl extensions. 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.
21 - many more bugfixes and minor optimisations. 65 - many more bugfixes and minor optimisations.
22 66
232.1 Sun May 27 04:21:29 CEST 2007 672.1 Sun May 27 04:21:29 CEST 2007
24 - optimised event invocation (non-wanted events can now be 68 - optimised event invocation (non-wanted events can now be
25 skipped with 4-5 inlined instructions). 69 skipped with 4-5 inlined instructions).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines