ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/Changes
Revision: 1.96
Committed: Thu Jul 17 15:23:42 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
Changes since 1.95: +1 -0 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.51 Revision history for Perl extension Deliantra::Client
2 root 1.2
3 root 1.93 TODO: add help to completer, add close tab to completer, do stuff to complete
4 root 1.95 TODO: find out how to create namespaces on cpan and create Deliantra::Client :/
5 root 1.94
6     - try a different workaround to maybe register Deliantra::Client.
7 root 1.95 - enable SDL parachute again.
8     - decode player from map1ax.
9 root 1.96 - use AnyEvent::Socket::parse_hostport.
10 root 1.93
11     0.9973 Mon Jul 7 09:27:59 CEST 2008
12 root 1.92 - added a dummy "package Deliantra::Client" to bin/deliantra, as
13     cpan stupidly cannot install distributions by name.
14 root 1.88 - convert to new non-blocking API.
15 root 1.90 - support IPv6 server connections.
16 elmex 1.89 - the chat tabs now have tooltips again.
17 root 1.88
18 root 1.87 0.9972 Thu May 22 22:45:01 CEST 2008
19 root 1.86 - save all map changes in map cache, not just the current map (this fixes
20     the problem of map border "black out" in the minimap).
21     - use an even more compact format for minimap data.
22     - use an uncompressed cache for minimap data, increases memory requirements
23     (~1mb) but saves compression.
24 root 1.85 - close container, clear inventory, floorbox etc. to avoid a crash when
25     clicking on them after logging out.
26     - support xml formatting in ex replies (item tooltips, requires server
27     2.54+).
28 root 1.83 - try to ignore repeated keypress-events for movement, as
29     these are usually keyrepeats.
30 elmex 1.81 - added default (0) for the shift_fire_stop setting
31 root 1.80 - write client.cf in pretty-printed-json.
32 root 1.86 - avoid crashes if map cache is corrupted.
33 root 1.80
34 root 1.79 0.9971 Mon May 5 21:37:33 CEST 2008
35     - reverse order of items in floorbox.
36     - sort right side of inventory by floor order.
37     - make messages window always visible.
38 root 1.78 - fix stat tooltips by not lowercasing keywords in pod2wiki.
39 root 1.77 - fix longstanding bug where the stats tab would be removed during chargen.
40 root 1.79 - fix menu alignment.
41 root 1.73 - change podwiki format to be slightly more generic.
42 root 1.79 - ignore pseudo-items in floorbox, only show in inventory.
43 root 1.73
44     0.9970 Sun Mar 30 13:30:47 CEST 2008
45 root 1.71 - fix a bug in tile id allocation, the effect of this bug
46 root 1.70 was effectively disabling the tile cache, upgrade is highly
47     recommended.
48 root 1.72 - fix npc dialog.
49     - upgrade the database schema (i.e. nuke it...).
50 root 1.68 - only open the database before forking the bg server.
51 root 1.72 - PRECOMPILED BINARY: use packaged libdb4.6 instead of libdb4.4.
52 root 1.70 - use newer BDB module (might fix the filename encoding issue under win32).
53 root 1.71 - use a real bdb sequence for the faceid, for better performance.
54 root 1.68
55 root 1.67 0.9968 Tue Mar 25 20:28:16 CET 2008
56 root 1.66 - reduce documentation memory usage.
57     - fix the stat gauge tooltips that have gone missing since 0.9966.
58    
59 root 1.64 0.9967 Mon Mar 24 01:24:07 CET 2008
60     - implement keyboard modifier display (mostly because of the numlock
61     problems under windows).
62 root 1.65 - work around a bug on windows where the layout font is being ignored.
63 root 1.64
64 root 1.63 0.9966 Sat Mar 22 14:26:05 CET 2008
65 elmex 1.62 - when the message window is hidden and the input is activated, it will
66     become visible again.
67     - the max number of paragraphs in the chattabs were not limited,
68     leading to a naughty memory leak
69     - the highlighting of the chattabs were deep blue where they should have been
70     deep red :-)
71 elmex 1.60 - fixed a small inconvenience in the history handling of chat tab entries
72     (hitting cursor-up or cursor-down won't erase what you typed by accident
73 root 1.61 anymore).
74 elmex 1.60
75 root 1.59 0.9965 Sat Jan 19 05:51:39 CET 2008
76 root 1.58 - work around a database race condition by using single-threaded
77     database access.
78    
79 root 1.57 0.9964 Fri Jan 18 06:30:13 CET 2008
80 elmex 1.56 - fixed a bug where the message fontsize wasn't set correctly
81 root 1.54 - do not call glTexSubimage2D on 0x0 bitmaps, as this
82     crashes newer nvidia drivers.
83 root 1.55 - fix chatbox label padding.
84     - further rename database directory.
85     - further "branding" of cfplus => deliantra.
86 root 1.53
87 root 1.51 0.9963 Sun Jan 6 18:27:02 CET 2008
88 elmex 1.52 - rework of the messsage window to support 'undocked' windows.
89 root 1.49 - ignore keyboard modifiers we are never interested in.
90 root 1.40 - improve interactivity by using a prepare, not an idle watcher,
91     for screen refreshes.
92     - limit the time spent in database handling, so we refresh the screen
93     even during ongoing heavy texture loading.
94     - load tile map at startup, not at connect time.
95     - tweak database accesses.
96     - widget protocol version 2, supports ui templates.
97 root 1.41 - increase horizontal padding for buttons a bit.
98 root 1.42 - preallocate texture name when switching video modes and the
99     texture can only be loaded in the background to avoid
100     something else taking over.
101 root 1.43 - increase padding for all text entries.
102 root 1.44 - work around a bugfix in pango that no longer is necessary
103     (but causes a bug with new pango versions, argh.)
104 root 1.45 - use supposedly faster readonly pango functions wherever possible.
105 root 1.48 - Canvas widget properly restores line and point widths.
106 root 1.50 - fix padding calculation.
107     - change semantics for align/valign in labels to behave like other
108     alignment values.
109 root 1.39
110     0.9962 Thu Dec 27 14:29:02 CET 2007 (download.com only)
111 root 1.37 - changed minimum required resolution to 800x640.
112 root 1.36 - renamed perl module to Deliantra::Client.
113 root 1.32 - fixed unneccessary repetition when firing in a direction
114     when 'only shift-up stops fire' is off.
115 root 1.31 - do not render some glyphs twice. doh.
116     - fix two problems that would cause endless
117     refreshes even when idle (up to 60Hz).
118 root 1.35 - optimise refresh strategy to not refresh more often than 60hz,
119     even if it means to delay updates up to 1/60th of a second.
120 root 1.32 - updated the dejavu fonts to version 2.22.
121 root 1.33 - switch from Crossfire to Deliantra module.
122 root 1.34 - switch from ~/.crossfire to ~/.deliantra,
123     move database from cf to deliantra at startup.
124 root 1.35 - fix some opengl races that could freeze deliantra during shutdowns.
125 root 1.36 - moved client-specific modules into a private subdirectory.
126     - moved client-specific resources into a private subdirectory.
127 root 1.28
128 root 1.27 0.9961 Tue Dec 25 20:22:51 CET 2007
129 root 1.26 - fix texture-reload problems when changing resolutions
130     by forcing the reuse of the same texture name.
131     - save and restore glyph cache textures when changing resolutions.
132 root 1.25
133 root 1.24 0.9960 Tue Dec 25 10:38:17 CET 2007
134 root 1.23 - fixed item animation by taking advantage of ev_periodic.
135 root 1.21 - document KP+ better.
136 root 1.23 - update to EV 2.0.
137 root 1.21 - do not crash when an invisible widget wants its global
138     coordinate or vice versa.
139 root 1.22 - further optimise face loading from database.
140 root 1.21
141 root 1.20 0.9959 Sat Dec 8 20:16:45 CET 2007
142     - grr, really update for EV-1.72.
143    
144 root 1.19 0.9958 Sat Dec 8 19:37:33 CET 2007
145 root 1.18 - fix a longstanding bug where a jingle would be played
146     repeatedly if no server-provided music was available.
147 root 1.20 - update for EV-1.72 API.
148 root 1.18
149 root 1.17 0.9957 Wed Dec 5 20:06:05 CET 2007
150 root 1.16 - switch to new JSON::XS 2.01 API.
151 root 1.17 - add some debugging hooks.
152 root 1.16
153 root 1.15 0.9956 Tue Nov 27 10:45:35 CET 2007
154     - convert to the high-performance EV event loop, expecting
155     higher performance and compatibility under windows.
156     - the serverlist feature has been disabled due to problems
157     with activestate perl.
158    
159 root 1.14 0.9955 Sat Nov 3 13:07:57 CET 2007
160     - enable fullscreen by default.
161     - use a minimum mode of 800x600.
162     - enable the widget extension officially.
163    
164 root 1.13 0.995 Sat Oct 20 23:48:20 CEST 2007
165     - experimental widgets extension is now enabled in the release.
166     - enable tabs by default now.
167    
168 root 1.12 0.99 Sun Sep 2 10:48:08 CEST 2007
169     - much better compatibility to gl drivers that claim
170     opengl 2.0 but then providing some features in software.
171     - better face caching.
172     - background music and spatial sound effects.
173     - more default keymappings.
174     - item descriptions in tooltips.
175    
176 root 1.10 0.98 Wed May 9 13:46:13 CEST 2007
177     - 64x64 faceset support.
178     - better message support.
179 root 1.11 - asynchonrous database accesses.
180 root 1.10
181 root 1.9 0.97 Thu Jan 25 06:16:08 CET 2007
182     - rewritten keybinding system.
183     - many, many bugfixes.
184    
185 root 1.8 0.95
186     - fix off-by-one-bug click and map ghosting.
187     - many minor bugfixes.
188    
189 root 1.7 0.53 Wed Oct 18 14:35:28 CEST 2006
190 root 1.6 - add win32 splashscreen.
191     - moved crossfire data directory to %APPDATA% on win32.
192    
193 root 1.5 0.52 Wed Sep 20 18:00:39 CEST 2006
194     - fix most map ghosting
195     - include npc speech bubble indication
196     - work around some crash
197    
198 root 1.4 0.5 Tue Sep 12 22:29:28 CEST 2006
199     - many fetaures and bugfixes.
200 root 1.3 - improve portability by making sdl-1.2.10 features optional.
201    
202 root 1.2 0.2 Mon Jul 31 13:15:40 CEST 2006
203     - fix missing CFPlus/Pod.pm.
204 root 1.1
205     0.01 Thu Apr 6 16:30:28 CEST 2006
206     - original version; cloned from PLIB::PUI
207