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

Comparing deliantra/server/Changes (file contents):
Revision 1.11 by root, Wed May 16 12:04:56 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
69 - optimised event invocation (non-wanted events can now be
70 skipped with 4-5 inlined instructions).
71 - complete rewrite of town_portal: it now creates a portal
72 to the "nearest" town only, travel is only possible
73 to the town and back, anybody can use it (also removes
74 one of the remaining syncpoints in the server).
4 - complete rewrite of the range/attack skill slot system: 75 - complete rewrite of the range/attack skill slot system:
5 there are now two slots, one for combat, one for ranged 76 there are now two slots, one for combat, one for ranged
6 attacks. 77 attacks.
7 - introduce the concept of a current weapon (either a ranged 78 - introduce the concept of a current weapon (either a ranged
8 or a combat weapon/skill/tool) and switch between them as 79 or a combat weapon/skill/tool) and switch between them as
36 freedom of movement. 107 freedom of movement.
37 - implement new ex command to request item descriptions. 108 - implement new ex command to request item descriptions.
38 - implement new msg command for in-game messages with meta 109 - implement new msg command for in-game messages with meta
39 information (using xml). 110 information (using xml).
40 - enforce utf-8 for all text messages. 111 - enforce utf-8 for all text messages.
112 - added micropather (not used yet).
41 - many, many bugfixes. 113 - many, many bugfixes.
42 114
432.0 Tue Mar 6 15:22:53 CET 2007 1152.0 Tue Mar 6 15:22:53 CET 2007
44 - make coroapi accessible to cf+. 116 - make coroapi accessible to cf+.
45 - moved map handling logic completely to perl 117 - moved map handling logic completely to perl
46 - per player maps are now marked in the map 118 - per player maps are now marked in the map
47 - maps are saved completely differently now, 119 - maps are saved completely differently now,
48 and much more often. 120 and much more often.
49 - rewrote map header parser and writer 121 - rewrote map header parser and writer, to be much faster.
50 - maps and players are now (in the average case) loaded 122 - maps and players are now (in the average case) loaded
51 and saved completely asynchronously, I/O contention will no 123 and saved completely asynchronously, I/O contention will no
52 longer freeze the server. 124 longer freeze the server.
53 - players and maps can be loaded anytime, without the player 125 - players and maps can be loaded anytime, without the player
54 being logged in. 126 being logged in.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines