ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/Changes
Revision: 1.60
Committed: Mon Jan 28 12:05:08 2008 UTC (16 years, 3 months ago) by elmex
Branch: MAIN
Changes since 1.59: +5 -0 lines
Log Message:
fixed cursor-up/down in the entry boxes w.r.t. history handling

File Contents

# Content
1 Revision history for Perl extension Deliantra::Client
2
3 0.9966
4 - fixed a small inconvenience in the history handling of chat tab entries
5 (hitting cursor-up or cursor-down won't erase what you typed by accident
6 anymore)
7
8 0.9965 Sat Jan 19 05:51:39 CET 2008
9 - work around a database race condition by using single-threaded
10 database access.
11
12 0.9964 Fri Jan 18 06:30:13 CET 2008
13 - fixed a bug where the message fontsize wasn't set correctly
14 - do not call glTexSubimage2D on 0x0 bitmaps, as this
15 crashes newer nvidia drivers.
16 - fix chatbox label padding.
17 - further rename database directory.
18 - further "branding" of cfplus => deliantra.
19
20 0.9963 Sun Jan 6 18:27:02 CET 2008
21 - rework of the messsage window to support 'undocked' windows.
22 - ignore keyboard modifiers we are never interested in.
23 - improve interactivity by using a prepare, not an idle watcher,
24 for screen refreshes.
25 - limit the time spent in database handling, so we refresh the screen
26 even during ongoing heavy texture loading.
27 - load tile map at startup, not at connect time.
28 - tweak database accesses.
29 - widget protocol version 2, supports ui templates.
30 - increase horizontal padding for buttons a bit.
31 - preallocate texture name when switching video modes and the
32 texture can only be loaded in the background to avoid
33 something else taking over.
34 - increase padding for all text entries.
35 - work around a bugfix in pango that no longer is necessary
36 (but causes a bug with new pango versions, argh.)
37 - use supposedly faster readonly pango functions wherever possible.
38 - Canvas widget properly restores line and point widths.
39 - fix padding calculation.
40 - change semantics for align/valign in labels to behave like other
41 alignment values.
42
43 0.9962 Thu Dec 27 14:29:02 CET 2007 (download.com only)
44 - changed minimum required resolution to 800x640.
45 - renamed perl module to Deliantra::Client.
46 - fixed unneccessary repetition when firing in a direction
47 when 'only shift-up stops fire' is off.
48 - do not render some glyphs twice. doh.
49 - fix two problems that would cause endless
50 refreshes even when idle (up to 60Hz).
51 - optimise refresh strategy to not refresh more often than 60hz,
52 even if it means to delay updates up to 1/60th of a second.
53 - updated the dejavu fonts to version 2.22.
54 - switch from Crossfire to Deliantra module.
55 - switch from ~/.crossfire to ~/.deliantra,
56 move database from cf to deliantra at startup.
57 - fix some opengl races that could freeze deliantra during shutdowns.
58 - moved client-specific modules into a private subdirectory.
59 - moved client-specific resources into a private subdirectory.
60
61 0.9961 Tue Dec 25 20:22:51 CET 2007
62 - fix texture-reload problems when changing resolutions
63 by forcing the reuse of the same texture name.
64 - save and restore glyph cache textures when changing resolutions.
65
66 0.9960 Tue Dec 25 10:38:17 CET 2007
67 - fixed item animation by taking advantage of ev_periodic.
68 - document KP+ better.
69 - update to EV 2.0.
70 - do not crash when an invisible widget wants its global
71 coordinate or vice versa.
72 - further optimise face loading from database.
73
74 0.9959 Sat Dec 8 20:16:45 CET 2007
75 - grr, really update for EV-1.72.
76
77 0.9958 Sat Dec 8 19:37:33 CET 2007
78 - fix a longstanding bug where a jingle would be played
79 repeatedly if no server-provided music was available.
80 - update for EV-1.72 API.
81
82 0.9957 Wed Dec 5 20:06:05 CET 2007
83 - switch to new JSON::XS 2.01 API.
84 - add some debugging hooks.
85
86 0.9956 Tue Nov 27 10:45:35 CET 2007
87 - convert to the high-performance EV event loop, expecting
88 higher performance and compatibility under windows.
89 - the serverlist feature has been disabled due to problems
90 with activestate perl.
91
92 0.9955 Sat Nov 3 13:07:57 CET 2007
93 - enable fullscreen by default.
94 - use a minimum mode of 800x600.
95 - enable the widget extension officially.
96
97 0.995 Sat Oct 20 23:48:20 CEST 2007
98 - experimental widgets extension is now enabled in the release.
99 - enable tabs by default now.
100
101 0.99 Sun Sep 2 10:48:08 CEST 2007
102 - much better compatibility to gl drivers that claim
103 opengl 2.0 but then providing some features in software.
104 - better face caching.
105 - background music and spatial sound effects.
106 - more default keymappings.
107 - item descriptions in tooltips.
108
109 0.98 Wed May 9 13:46:13 CEST 2007
110 - 64x64 faceset support.
111 - better message support.
112 - asynchonrous database accesses.
113
114 0.97 Thu Jan 25 06:16:08 CET 2007
115 - rewritten keybinding system.
116 - many, many bugfixes.
117
118 0.95
119 - fix off-by-one-bug click and map ghosting.
120 - many minor bugfixes.
121
122 0.53 Wed Oct 18 14:35:28 CEST 2006
123 - add win32 splashscreen.
124 - moved crossfire data directory to %APPDATA% on win32.
125
126 0.52 Wed Sep 20 18:00:39 CEST 2006
127 - fix most map ghosting
128 - include npc speech bubble indication
129 - work around some crash
130
131 0.5 Tue Sep 12 22:29:28 CEST 2006
132 - many fetaures and bugfixes.
133 - improve portability by making sdl-1.2.10 features optional.
134
135 0.2 Mon Jul 31 13:15:40 CEST 2006
136 - fix missing CFPlus/Pod.pm.
137
138 0.01 Thu Apr 6 16:30:28 CEST 2006
139 - original version; cloned from PLIB::PUI
140