ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra/Changes
Revision: 1.81
Committed: Sat May 15 00:28:55 2010 UTC (14 years ago) by root
Branch: MAIN
Changes since 1.80: +1 -0 lines
Log Message:
*** empty log message ***

File Contents

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