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

Comparing deliantra/server/Changes (file contents):
Revision 1.25 by root, Sun Aug 12 12:46:22 2007 UTC vs.
Revision 1.32 by root, Tue Sep 18 17:47:35 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
92.2 Tue Sep 11 15:41:24 CEST 2007
4 - relicense under the gnu affero license. 10 - relicense under the gnu affero license.
5 - new inscription skill, can only inscribe INSCRIBABLE items. 11 - new inscription skill, can only inscribe INSCRIBABLE items.
6 - implement server-side framework for generic resources. 12 - implement server-side framework for generic resources.
7 - use resource framework for server-provided ambient 13 - use resource framework for server-provided ambient
8 music. 14 music.
15 - save object owners (players only atm).
9 - replace limited sound api with server-provided sound effects. 16 - replace limited sound api with server-provided sound effects.
10 - new sc (sound control) protocol command. 17 - new sc (sound control) protocol command.
11 - improve fxix protocol to include types. 18 - improve fxix protocol to include types.
12 - exactly fill tcp segments, if possible. 19 - exactly fill tcp segments, if possible.
13 - output-rate is now an upper limit, the server will automatically 20 - output-rate is now an upper limit, the server will automatically
18 having to upgrade clients. 25 having to upgrade clients.
19 - implement a (artwork) world map with realtime player position 26 - implement a (artwork) world map with realtime player position
20 tracking. 27 tracking.
21 - new and more efficient extcmd (server still supports old extcmd 28 - new and more efficient extcmd (server still supports old extcmd
22 protocol). 29 protocol).
30 - fixed lots of underflow/overflow bugs in diseases and general stats
31 calcluation that could be easily exploited by users.
32 - rebalanced diseases to spread more naturally/evenly.
33 - completely asynchronous map loading even for tiled maps.
23 - replace simple messaging protocol with channels carrying metadata 34 - replace simple messaging protocol with channels carrying metadata
24 (similar to message types, but more directed at the user). 35 (similar to message types, but more directed at the user).
25 - reduce command processing latency by a whopping 120ms by 36 - reduce command processing latency by a whopping 120ms by
26 reordering some processing steps inside the server. this directly 37 reordering some processing steps inside the server. this directly
27 reduces lag by 120ms. 38 reduces lag by 120ms.
55 - support custom keys for regions and maps, regions are now 66 - support custom keys for regions and maps, regions are now
56 refcount-managed. 67 refcount-managed.
57 - allow worldmap overlays anywhere in the 000..999 range. 68 - allow worldmap overlays anywhere in the 000..999 range.
58 - new system to acquire time slices for background jobs, to reduce 69 - new system to acquire time slices for background jobs, to reduce
59 jitter. 70 jitter.
60 - implement new observe command. 71 - semi-persistent object-referencing framework (currently only players
72 supported).
61 - dependency tracking for perl extensions. 73 - dependency tracking for perl extensions.
62 - new slag-ex extension for cleaning cauldrons. 74 - new slag-ex extension for cleaning cauldrons.
63 - server clamps some stats now to avoid over/underflow.
64 - fix invoke result processing. 75 - fix invoke result processing.
65 - there are even less i/o syncpoints in the server now. 76 - there are even less i/o syncpoints in the server now.
77 - added map-tags extension that scans all maps for object tags
78 and records them in the database (not used yet).
79 - metaserver 2 support.
66 - many more bugfixes and minor optimisations. 80 - many more bugfixes and minor optimisations.
67 81
682.1 Sun May 27 04:21:29 CEST 2007 822.1 Sun May 27 04:21:29 CEST 2007
69 - optimised event invocation (non-wanted events can now be 83 - optimised event invocation (non-wanted events can now be
70 skipped with 4-5 inlined instructions). 84 skipped with 4-5 inlined instructions).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines