ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra/Changes
Revision: 1.45
Committed: Sun Nov 30 21:09:46 2008 UTC (15 years, 5 months ago) by elmex
Branch: MAIN
Changes since 1.44: +2 -0 lines
Log Message:
added no_skill_ident flag for readables.

File Contents

# Content
1 Changes for Deliantra perl extension
2
3 - added no_skill_ident flag for readables.
4
5 1.222 Tue Sep 16 01:38:19 CEST 2008
6 - remove type 110 (formerly ability, now inscribable).
7
8 1.221 Mon Sep 8 23:59:57 CEST 2008
9 - elmex loves to add files to Makefile.PL and leaving
10 them out of MANIFEST. he does it again, and again, and again,
11 no matter how often you have to clean up behind him and tell him.
12
13 1.22 Fri Sep 5 17:27:34 CEST 2008
14 - add range field to pits.
15 - correctly decode ex command text to unicode.
16 - support lzf-compressed packets.
17 - implement simple packet fragmentation.
18
19 1.21 Fri Aug 1 15:49:37 CEST 2008
20 - remove more crossfire cruft.
21
22 1.2 Mon Jul 7 09:57:28 CEST 2008
23 - make dmg, mana and grace in spell packets signed.
24 - use anyevent's non-blocking connect and resolver lib.
25 - use canonical ordering when storing attach attribute.
26 - fix scripts.
27 - set TCP_NODELAY flag on server connections.
28
29 1.14 Wed Dec 26 19:12:04 CET 2007
30 - renamed from Crossfire to Deliantra.
31
32 1.13 Wed Dec 5 12:38:58 CET 2007
33 - really switch to JSON::XS 2.01.
34
35 1.12 Wed Dec 5 12:01:05 CET 2007
36 - switch to JSON::XS 2.01.
37
38 1.11 Thu Nov 8 02:21:06 CET 2007
39 - add cfmap-tagify, which was missing.
40
41 1.1 Sat Oct 20 23:49:15 CEST 2007
42 - started to remove crossfire compatibility cruft.
43
44 1.0 Sun Sep 2 10:45:36 CEST 2007
45 - better support for new facedata structure.
46 - support use Crossfire::MoveType for thawing.
47 - use customised json encoder/decoder.
48 - actually allow multiple simul. transfers
49 in ix (as allowed by the protocol),
50 sending as version 2 of fxsxix.
51 - updated/fixed msg protocol (version 2).
52 - fix import of attribute types.
53
54 0.99 Mon May 28 23:32:53 CEST 2007
55 - elmex claims to have something done but of course didn't give a shit
56 about documenting it even with a single line.
57
58 0.98 Wed May 9 13:44:15 CEST 2007
59 - switch to JSON::XS.
60 - much better setup negotiation capabilities.
61 - incompatibly changed some interfaces to allow
62 for callback-driven programming styles.
63
64 0.97 Mon Mar 5 02:07:42 CET 2007
65 - fix movement type handling.
66
67 0.96 Thu Jan 25 06:13:37 CET 2007
68 - bug/portability fixes.
69
70 0.92 Wed Oct 18 14:57:04 CEST 2006
71 - bug/portability fixes.
72
73 0.9 Tue Sep 12 22:27:17 CEST 2006
74 - many bugfixes. blurp.