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

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines