ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/Changes
(Generate patch)

Comparing deliantra/Deliantra-Client/Changes (file contents):
Revision 1.1 by root, Thu Apr 6 15:30:09 2006 UTC vs.
Revision 1.66 by root, Tue Mar 25 19:21:30 2008 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines