ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra/Changes
Revision: 1.93
Committed: Thu Nov 15 05:12:18 2012 UTC (11 years, 6 months ago) by root
Branch: MAIN
Changes since 1.92: +2 -0 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.70 Revision history for Deliantra
2 root 1.25
3 root 1.90 2.0
4     - update tilecache loader to new faceinfo/facedata format. this
5     saves a lot of ram when creating the tilecache, and makes it
6     faster, too, as only about 20mb instead of 130mb have to be read.
7 root 1.91 - ix with nonzero offste but zero data aborts a running ix.
8 root 1.92 - remove ncom support, whichw as disabeld forever.
9 root 1.93 - require Digest::SHA and SHA3 modules for secure authentication.
10     - new module Deliantra::Util.
11 root 1.90
12 root 1.88 1.31 Sun Nov 4 02:33:38 CET 2012
13 root 1.81 - normalise hp/sp in map header to enter_x/enter_y now.
14 root 1.80 - added bin/cfmap-set command to modify map headers
15     (e.g. for music, region...).
16 root 1.82 - add %Deliantra::WALLDIR.
17     - add support for glyph field.
18 root 1.83 - do not depend on IO::Socket::INET.
19 root 1.84 - remember the last ix offset per face, to allow progress displays.
20 root 1.87 - remove requestinfo spell_paths/skill_info - clients should
21     use the exti resource/fxix mechanism.
22     - support a generic addme delay mechanism using guards.
23     - remove the max_outstanding mechanism (and the send queue)
24     as they are not needed for deliantra.
25 root 1.89 - use JSON syntax for setup command.
26 root 1.80
27 root 1.79 1.30 Sat Apr 24 10:08:05 CEST 2010
28 elmex 1.72 - changed the order of overrides in Deliantra.pm of Data.pm.
29     Keep an eye on the gde/editor attributes!
30 elmex 1.71 - added unique and buildable flags to types.xml.
31 root 1.73 - support post-2.93 server UPD_SP_LEVEL.
32 elmex 1.74 - added spell damage field to res/types.xml.
33 root 1.75 - fixed range/combat slot encoding.
34 root 1.76 - new version protocol for client and server.
35 root 1.77 - remove support for toggleextendedtext.
36 root 1.78 - support octets_in/out measurement in Deliantra::Protocol::Base.
37 elmex 1.71
38 root 1.70 1.29 Tue Dec 22 10:51:04 CET 2009
39 elmex 1.60 - improved torch editor description.
40 root 1.58 - added match_compat to altar/pedestal slaying description
41 root 1.59 for deliantra >= 2.81.
42 root 1.67 - add matches in door/container key strings for deliantra > 2.82.
43 root 1.62 - use "move_block 0" for "no_pass 0" when normalising.
44 root 1.66 - added type=19 (match) for deliantra >= 2.82.
45 root 1.56 - add inscribable type.
46 root 1.59 - minor doc fixes and improvements.
47 root 1.61 - add type 32 (pedestal triggers).
48     - cfmap-tagify no longer patches bidirectionally.
49 root 1.62 - cfmap-plushify now attempts to patch (some) face names as well.
50 root 1.63 - cfmap-plushify now warns about unknown archetypes.
51 root 1.64 - support trailing space in arch files, to import old archetype
52     files.
53 root 1.65 - delete "editable" field when seen.
54     - add mood floor types.
55 root 1.66 - nuke support for image_sums/image_info.
56 elmex 1.68 - added >= operator for MoveType.
57 elmex 1.69 - explicitly defined attributes are not ignored anymore.
58 root 1.56
59 root 1.55 1.25 Tue Sep 15 21:06:16 CEST 2009
60 root 1.54 - tuned normalisation again to reduce differences.
61    
62 root 1.53 1.24 Tue Sep 1 23:37:04 CEST 2009
63     - use common::sense.
64 root 1.52 - add TO_JSON to MoveType.
65 elmex 1.51 - added lamp & torch archetypes.
66 root 1.53 - fix a bug in the movetype normalising algorithm.
67 elmex 1.51
68 root 1.50 1.23 Thu Jan 15 00:40:23 CET 2009
69 root 1.49 - allow map scrolling with mod1/meta + button1 in addition
70     to the middle mouse button.
71 elmex 1.45 - added no_skill_ident flag for readables.
72 root 1.46 - add mapscript type.
73 root 1.48 - convert "connected" slot to type string.
74     - add send_pickup request.
75 elmex 1.45
76 root 1.44 1.222 Tue Sep 16 01:38:19 CEST 2008
77 root 1.43 - remove type 110 (formerly ability, now inscribable).
78    
79 root 1.42 1.221 Mon Sep 8 23:59:57 CEST 2008
80     - elmex loves to add files to Makefile.PL and leaving
81     them out of MANIFEST. he does it again, and again, and again,
82     no matter how often you have to clean up behind him and tell him.
83    
84 root 1.41 1.22 Fri Sep 5 17:27:34 CEST 2008
85 root 1.36 - add range field to pits.
86 root 1.37 - correctly decode ex command text to unicode.
87 root 1.39 - support lzf-compressed packets.
88 root 1.40 - implement simple packet fragmentation.
89 root 1.36
90 root 1.34 1.21 Fri Aug 1 15:49:37 CEST 2008
91 root 1.33 - remove more crossfire cruft.
92    
93 root 1.32 1.2 Mon Jul 7 09:57:28 CEST 2008
94 root 1.30 - make dmg, mana and grace in spell packets signed.
95     - use anyevent's non-blocking connect and resolver lib.
96 root 1.28 - use canonical ordering when storing attach attribute.
97 root 1.27 - fix scripts.
98 root 1.31 - set TCP_NODELAY flag on server connections.
99 root 1.27
100 root 1.26 1.14 Wed Dec 26 19:12:04 CET 2007
101 root 1.25 - renamed from Crossfire to Deliantra.
102    
103 root 1.24 1.13 Wed Dec 5 12:38:58 CET 2007
104     - really switch to JSON::XS 2.01.
105    
106 root 1.23 1.12 Wed Dec 5 12:01:05 CET 2007
107 root 1.22 - switch to JSON::XS 2.01.
108    
109 root 1.21 1.11 Thu Nov 8 02:21:06 CET 2007
110 root 1.20 - add cfmap-tagify, which was missing.
111    
112 root 1.19 1.1 Sat Oct 20 23:49:15 CEST 2007
113 root 1.18 - started to remove crossfire compatibility cruft.
114    
115 root 1.17 1.0 Sun Sep 2 10:45:36 CEST 2007
116 root 1.13 - better support for new facedata structure.
117     - support use Crossfire::MoveType for thawing.
118 root 1.14 - use customised json encoder/decoder.
119 root 1.15 - actually allow multiple simul. transfers
120     in ix (as allowed by the protocol),
121     sending as version 2 of fxsxix.
122     - updated/fixed msg protocol (version 2).
123 root 1.16 - fix import of attribute types.
124 root 1.13
125 root 1.12 0.99 Mon May 28 23:32:53 CEST 2007
126     - elmex claims to have something done but of course didn't give a shit
127     about documenting it even with a single line.
128 root 1.9
129 root 1.11 0.98 Wed May 9 13:44:15 CEST 2007
130 root 1.9 - switch to JSON::XS.
131 root 1.10 - much better setup negotiation capabilities.
132     - incompatibly changed some interfaces to allow
133     for callback-driven programming styles.
134 root 1.9
135 root 1.8 0.97 Mon Mar 5 02:07:42 CET 2007
136 root 1.7 - fix movement type handling.
137    
138 root 1.6 0.96 Thu Jan 25 06:13:37 CET 2007
139     - bug/portability fixes.
140    
141 root 1.5 0.92 Wed Oct 18 14:57:04 CEST 2006
142 root 1.4 - bug/portability fixes.
143 root 1.2
144 root 1.3 0.9 Tue Sep 12 22:27:17 CEST 2006
145     - many bugfixes. blurp.