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

Comparing deliantra/server/Changes (file contents):
Revision 1.12 by root, Tue May 22 21:35:25 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.1 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.
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).
51 - implement "crossfire pod" format for messages, with working bold,
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.
55 - implement generic message framework that uses xml, utf8 for the client
56 protocol and is capable of transmitting generic meta information.
57 - implement (in a suboptimal way) per-player instantiated maps.
58 - replace the nexus by a per-player tutorial map that teaches stuff
59 better than the newbie house.
60 - fix the magicmap colours.
61 - optimise map update even more by removing unneeded code and checks.
62 - decouple map and stats update from pl->ob and use pl->observe instead.
63 - implement observe command.
64 - major speed up in map refresh by replacing most get_map_from_coord
65 calls with a simple comparison.
66 - fix a latent crossfire bug that could crash the server because the
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).
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.
82 - many more bugfixes and minor optimisations.
83
842.1 Sun May 27 04:21:29 CEST 2007
85 - optimised event invocation (non-wanted events can now be
86 skipped with 4-5 inlined instructions).
4 - complete rewrite of town_portal: it now creates a portal 87 - complete rewrite of town_portal: it now creates a portal
5 to the "nearest" town only, travel is only possible 88 to the "nearest" town only, travel is only possible
6 to the town and back, anybody can use it. 89 to the town and back, anybody can use it (also removes
90 one of the remaining syncpoints in the server).
7 - complete rewrite of the range/attack skill slot system: 91 - complete rewrite of the range/attack skill slot system:
8 there are now two slots, one for combat, one for ranged 92 there are now two slots, one for combat, one for ranged
9 attacks. 93 attacks.
10 - introduce the concept of a current weapon (either a ranged 94 - introduce the concept of a current weapon (either a ranged
11 or a combat weapon/skill/tool) and switch between them as 95 or a combat weapon/skill/tool) and switch between them as
39 freedom of movement. 123 freedom of movement.
40 - implement new ex command to request item descriptions. 124 - implement new ex command to request item descriptions.
41 - implement new msg command for in-game messages with meta 125 - implement new msg command for in-game messages with meta
42 information (using xml). 126 information (using xml).
43 - enforce utf-8 for all text messages. 127 - enforce utf-8 for all text messages.
128 - added micropather (not used yet).
44 - many, many bugfixes. 129 - many, many bugfixes.
45 130
462.0 Tue Mar 6 15:22:53 CET 2007 1312.0 Tue Mar 6 15:22:53 CET 2007
47 - make coroapi accessible to cf+. 132 - make coroapi accessible to cf+.
48 - moved map handling logic completely to perl 133 - moved map handling logic completely to perl
49 - per player maps are now marked in the map 134 - per player maps are now marked in the map
50 - maps are saved completely differently now, 135 - maps are saved completely differently now,
51 and much more often. 136 and much more often.
52 - rewrote map header parser and writer 137 - rewrote map header parser and writer, to be much faster.
53 - maps and players are now (in the average case) loaded 138 - maps and players are now (in the average case) loaded
54 and saved completely asynchronously, I/O contention will no 139 and saved completely asynchronously, I/O contention will no
55 longer freeze the server. 140 longer freeze the server.
56 - players and maps can be loaded anytime, without the player 141 - players and maps can be loaded anytime, without the player
57 being logged in. 142 being logged in.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines