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.33 by root, Sun Sep 30 16:24:27 2007 UTC

1Crossfire TRT Server, Maps and Archetypes ChangeLog. 1Crossfire TRT Server, Maps and Archetypes ChangeLog.
2 2
32.2 3 - fixed an important bug that caused passwords to be forgotten.
4 - implement *tag destinations for goto, slaying etc. and use it
5 in some of the maps.
6 - bigworldised many maps (islands as in pupland and aldwulf),
7 which is now trivial to do.
8 - removed all traces of the old (and never working) plug-in interface
9 (70kb code less on amd64).
10
112.2 Tue Sep 11 15:41:24 CEST 2007
12 - relicense under the gnu affero license.
13 - new inscription skill, can only inscribe INSCRIBABLE items.
14 - implement server-side framework for generic resources.
15 - use resource framework for server-provided ambient
16 music.
17 - save object owners (players only atm).
18 - replace limited sound api with server-provided sound effects.
19 - new sc (sound control) protocol command.
20 - improve fxix protocol to include types.
21 - exactly fill tcp segments, if possible.
22 - output-rate is now an upper limit, the server will automatically
23 (and quite perfectly) adjust to the network conditions, ensuring
24 low latency even during bulk transfers (music, images, sounds etc.).
25 - implement server-side widgets (i.e. client widgets controlled
26 in the server side). this will allow future expansion without
27 having to upgrade clients.
28 - implement a (artwork) world map with realtime player position
29 tracking.
30 - new and more efficient extcmd (server still supports old extcmd
31 protocol).
32 - fixed lots of underflow/overflow bugs in diseases and general stats
33 calcluation that could be easily exploited by users.
34 - rebalanced diseases to spread more naturally/evenly.
35 - completely asynchronous map loading even for tiled maps.
36 - replace simple messaging protocol with channels carrying metadata
37 (similar to message types, but more directed at the user).
38 - reduce command processing latency by a whopping 120ms by
39 reordering some processing steps inside the server. this directly
40 reduces lag by 120ms.
41 - actually send spell faces to the client.
4 - implement player genders. 42 - implement player genders.
43 - unclean logout/login results in: nothing if map hasn't reset,
44 otherwise return to savebed and possible kill if the log-out
45 was for too long.
46 - fast socket-dead detection (kick player after 8 seconds without ack).
47 - greatly reduce the cpu time needed to draw maps _again_.
48 - archetypes are now subclasses of objects.
49 - rebalanced shop greed and approval functions to be more realistic
50 (and likely match the actual intention).
5 - implement "crossfire pod" format for messages, with working bold, 51 - implement "crossfire pod" format for messages, with working bold,
6 italic, gender-specific text, paragraphs etc. 52 italic, gender-specific text, paragraphs etc.
53 - implemented hint framework, players can opt to receive hints.
54 - implemented (long) book framework, added some books from the cf wiki.
7 - implement generic message framework that uses xml, utf8 for the client 55 - implement generic message framework that uses xml, utf8 for the client
8 protocol and is capable of transmitting generic meta information. 56 protocol and is capable of transmitting generic meta information.
9 - implement (in a suboptimal way) per-player instantiated maps. 57 - implement (in a suboptimal way) per-player instantiated maps.
10 - replace the nexus by a per-player tutorial map that teaches stuff 58 - replace the nexus by a per-player tutorial map that teaches stuff
11 better than the newbie house. 59 better than the newbie house.
15 - implement observe command. 63 - implement observe command.
16 - major speed up in map refresh by replacing most get_map_from_coord 64 - major speed up in map refresh by replacing most get_map_from_coord
17 calls with a simple comparison. 65 calls with a simple comparison.
18 - fix a latent crossfire bug that could crash the server because the 66 - fix a latent crossfire bug that could crash the server because the
19 map refresh did not update the mapspace. 67 map refresh did not update the mapspace.
68 - support custom keys for regions and maps, regions are now
69 refcount-managed.
70 - allow worldmap overlays anywhere in the 000..999 range.
71 - new system to acquire time slices for background jobs, to reduce
72 jitter.
73 - semi-persistent object-referencing framework (currently only players
74 supported).
20 - dependency tracking for perl extensions. 75 - dependency tracking for perl extensions.
76 - new slag-ex extension for cleaning cauldrons.
77 - fix invoke result processing.
78 - there are even less i/o syncpoints in the server now.
79 - added map-tags extension that scans all maps for object tags
80 and records them in the database (not used yet).
81 - metaserver 2 support.
21 - many more bugfixes and minor optimisations. 82 - many more bugfixes and minor optimisations.
22 83
232.1 Sun May 27 04:21:29 CEST 2007 842.1 Sun May 27 04:21:29 CEST 2007
24 - optimised event invocation (non-wanted events can now be 85 - optimised event invocation (non-wanted events can now be
25 skipped with 4-5 inlined instructions). 86 skipped with 4-5 inlined instructions).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines