ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra/Changes
Revision: 1.74
Committed: Tue Mar 30 14:59:19 2010 UTC (14 years, 1 month ago) by elmex
Branch: MAIN
Changes since 1.73: +1 -0 lines
Log Message:
added spell damage.

File Contents

# Content
1 Revision history for Deliantra
2
3 1.30
4 - changed the order of overrides in Deliantra.pm of Data.pm.
5 Keep an eye on the gde/editor attributes!
6 - added unique and buildable flags to types.xml.
7 - support post-2.93 server UPD_SP_LEVEL.
8 - added spell damage field to res/types.xml.
9
10 1.29 Tue Dec 22 10:51:04 CET 2009
11 - improved torch editor description.
12 - added match_compat to altar/pedestal slaying description
13 for deliantra >= 2.81.
14 - add matches in door/container key strings for deliantra > 2.82.
15 - use "move_block 0" for "no_pass 0" when normalising.
16 - added type=19 (match) for deliantra >= 2.82.
17 - add inscribable type.
18 - minor doc fixes and improvements.
19 - add type 32 (pedestal triggers).
20 - cfmap-tagify no longer patches bidirectionally.
21 - cfmap-plushify now attempts to patch (some) face names as well.
22 - cfmap-plushify now warns about unknown archetypes.
23 - support trailing space in arch files, to import old archetype
24 files.
25 - delete "editable" field when seen.
26 - add mood floor types.
27 - nuke support for image_sums/image_info.
28 - added >= operator for MoveType.
29 - explicitly defined attributes are not ignored anymore.
30
31 1.25 Tue Sep 15 21:06:16 CEST 2009
32 - tuned normalisation again to reduce differences.
33
34 1.24 Tue Sep 1 23:37:04 CEST 2009
35 - use common::sense.
36 - add TO_JSON to MoveType.
37 - added lamp & torch archetypes.
38 - fix a bug in the movetype normalising algorithm.
39
40 1.23 Thu Jan 15 00:40:23 CET 2009
41 - allow map scrolling with mod1/meta + button1 in addition
42 to the middle mouse button.
43 - added no_skill_ident flag for readables.
44 - add mapscript type.
45 - convert "connected" slot to type string.
46 - add send_pickup request.
47
48 1.222 Tue Sep 16 01:38:19 CEST 2008
49 - remove type 110 (formerly ability, now inscribable).
50
51 1.221 Mon Sep 8 23:59:57 CEST 2008
52 - elmex loves to add files to Makefile.PL and leaving
53 them out of MANIFEST. he does it again, and again, and again,
54 no matter how often you have to clean up behind him and tell him.
55
56 1.22 Fri Sep 5 17:27:34 CEST 2008
57 - add range field to pits.
58 - correctly decode ex command text to unicode.
59 - support lzf-compressed packets.
60 - implement simple packet fragmentation.
61
62 1.21 Fri Aug 1 15:49:37 CEST 2008
63 - remove more crossfire cruft.
64
65 1.2 Mon Jul 7 09:57:28 CEST 2008
66 - make dmg, mana and grace in spell packets signed.
67 - use anyevent's non-blocking connect and resolver lib.
68 - use canonical ordering when storing attach attribute.
69 - fix scripts.
70 - set TCP_NODELAY flag on server connections.
71
72 1.14 Wed Dec 26 19:12:04 CET 2007
73 - renamed from Crossfire to Deliantra.
74
75 1.13 Wed Dec 5 12:38:58 CET 2007
76 - really switch to JSON::XS 2.01.
77
78 1.12 Wed Dec 5 12:01:05 CET 2007
79 - switch to JSON::XS 2.01.
80
81 1.11 Thu Nov 8 02:21:06 CET 2007
82 - add cfmap-tagify, which was missing.
83
84 1.1 Sat Oct 20 23:49:15 CEST 2007
85 - started to remove crossfire compatibility cruft.
86
87 1.0 Sun Sep 2 10:45:36 CEST 2007
88 - better support for new facedata structure.
89 - support use Crossfire::MoveType for thawing.
90 - use customised json encoder/decoder.
91 - actually allow multiple simul. transfers
92 in ix (as allowed by the protocol),
93 sending as version 2 of fxsxix.
94 - updated/fixed msg protocol (version 2).
95 - fix import of attribute types.
96
97 0.99 Mon May 28 23:32:53 CEST 2007
98 - elmex claims to have something done but of course didn't give a shit
99 about documenting it even with a single line.
100
101 0.98 Wed May 9 13:44:15 CEST 2007
102 - switch to JSON::XS.
103 - much better setup negotiation capabilities.
104 - incompatibly changed some interfaces to allow
105 for callback-driven programming styles.
106
107 0.97 Mon Mar 5 02:07:42 CET 2007
108 - fix movement type handling.
109
110 0.96 Thu Jan 25 06:13:37 CET 2007
111 - bug/portability fixes.
112
113 0.92 Wed Oct 18 14:57:04 CEST 2006
114 - bug/portability fixes.
115
116 0.9 Tue Sep 12 22:27:17 CEST 2006
117 - many bugfixes. blurp.