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

Comparing deliantra/server/Changes (file contents):
Revision 1.8 by root, Tue Apr 24 14:43:23 2007 UTC vs.
Revision 1.10 by root, Sat May 12 22:09:49 2007 UTC

1Crossfire TRT Server ChangeLog 1Crossfire TRT Server ChangeLog
2 2
32.1 32.1
4 - complete rewrite of the range/attack skill slot system:
5 there are now two slots, one for combat, one for ranged
6 attacks.
7 - introduce the concept of a current weapon (either a ranged
8 or a combat weapon/skill/tool) and switch between them as
9 needed.
10 - rewrite bow code so bows get more useful: apply damage,
11 attacktype and other stats to the arrows and treat
12 bows as weapons. also rebalance the missile weapons skill
13 so its damage increases with level.
14 - rewrite the complete player speed logic: weapon_speed now
15 works as documented and there are no unnatural speed boosts.
4 - implement a utility - cfutil - that simplifies arch and map 16 - implement a utility - cfutil - that simplifies arch and map
5 installation, replacing the old collect scripts and 17 installation, replacing the old collect scripts and
6 simplying deployment. 18 simplying deployment by scaling and cutting faces as required.
19 - simplify the map protocol extensively by taking advantage
20 of missing bigfaces, speeding up map generation immensely.
7 - implement inherit keyword allowing archetypes to inherit from 21 - implement inherit keyword allowing archetypes to inherit from
8 other archetypes. 22 other archetypes.
9 - rationalise archetype, region and treasurelist file format 23 - rationalise archetype, region and treasurelist file format
10 into a single file format and make them reloadable asynchronously. 24 into a single file format and make them reloadable asynchronously.
25 - make the worldmap, facedata (smoothing, faces, magicmap)
26 reloadable at runtime.
11 - implement 64x64 faceset support. 27 - implement 64x64 faceset support.
12 - implement fxixsx protocol that saves 28 - implement fxixsx protocol that saves
13 a lot of bandwidth over the old image/face/smooth packets 29 a lot of bandwidth over the old image/face/smooth packets
14 and allows images > packetsize. 30 and allows images > packetsize.
15 - implement a bandwidth-saving smoothing protocol that works 31 - implement a bandwidth-saving smoothing protocol that works
18 a certain (client-configurable) speed while guarenteeing full 34 a certain (client-configurable) speed while guarenteeing full
19 freedom of movement. 35 freedom of movement.
20 - implement new ex command to request item descriptions. 36 - implement new ex command to request item descriptions.
21 - implement new msg command for in-game messages with meta 37 - implement new msg command for in-game messages with meta
22 information (using xml). 38 information (using xml).
39 - enforce utf-8 for all text messages.
23 - many, many bugfixes. 40 - many, many bugfixes.
24 41
252.0 Tue Mar 6 15:22:53 CET 2007 422.0 Tue Mar 6 15:22:53 CET 2007
26 - make coroapi accessible to cf+. 43 - make coroapi accessible to cf+.
27 - moved map handling logic completely to perl 44 - moved map handling logic completely to perl

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines