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.24 by root, Tue Dec 25 09:38:33 2007 UTC vs.
Revision 1.65 by root, Mon Mar 24 01:15:20 2008 UTC

1Revision history for Perl extension CFPlus 1Revision history for Perl extension Deliantra::Client
2
30.9967 Mon Mar 24 01:24:07 CET 2008
4 - implement keyboard modifier display (mostly because of the numlock
5 problems under windows).
6 - work around a bug on windows where the layout font is being ignored.
7
80.9966 Sat Mar 22 14:26:05 CET 2008
9 - when the message window is hidden and the input is activated, it will
10 become visible again.
11 - the max number of paragraphs in the chattabs were not limited,
12 leading to a naughty memory leak
13 - the highlighting of the chattabs were deep blue where they should have been
14 deep red :-)
15 - fixed a small inconvenience in the history handling of chat tab entries
16 (hitting cursor-up or cursor-down won't erase what you typed by accident
17 anymore).
18
190.9965 Sat Jan 19 05:51:39 CET 2008
20 - work around a database race condition by using single-threaded
21 database access.
22
230.9964 Fri Jan 18 06:30:13 CET 2008
24 - fixed a bug where the message fontsize wasn't set correctly
25 - do not call glTexSubimage2D on 0x0 bitmaps, as this
26 crashes newer nvidia drivers.
27 - fix chatbox label padding.
28 - further rename database directory.
29 - further "branding" of cfplus => deliantra.
30
310.9963 Sun Jan 6 18:27:02 CET 2008
32 - rework of the messsage window to support 'undocked' windows.
33 - ignore keyboard modifiers we are never interested in.
34 - improve interactivity by using a prepare, not an idle watcher,
35 for screen refreshes.
36 - limit the time spent in database handling, so we refresh the screen
37 even during ongoing heavy texture loading.
38 - load tile map at startup, not at connect time.
39 - tweak database accesses.
40 - widget protocol version 2, supports ui templates.
41 - increase horizontal padding for buttons a bit.
42 - preallocate texture name when switching video modes and the
43 texture can only be loaded in the background to avoid
44 something else taking over.
45 - increase padding for all text entries.
46 - work around a bugfix in pango that no longer is necessary
47 (but causes a bug with new pango versions, argh.)
48 - use supposedly faster readonly pango functions wherever possible.
49 - Canvas widget properly restores line and point widths.
50 - fix padding calculation.
51 - change semantics for align/valign in labels to behave like other
52 alignment values.
53
540.9962 Thu Dec 27 14:29:02 CET 2007 (download.com only)
55 - changed minimum required resolution to 800x640.
56 - renamed perl module to Deliantra::Client.
57 - fixed unneccessary repetition when firing in a direction
58 when 'only shift-up stops fire' is off.
59 - do not render some glyphs twice. doh.
60 - fix two problems that would cause endless
61 refreshes even when idle (up to 60Hz).
62 - optimise refresh strategy to not refresh more often than 60hz,
63 even if it means to delay updates up to 1/60th of a second.
64 - updated the dejavu fonts to version 2.22.
65 - switch from Crossfire to Deliantra module.
66 - switch from ~/.crossfire to ~/.deliantra,
67 move database from cf to deliantra at startup.
68 - fix some opengl races that could freeze deliantra during shutdowns.
69 - moved client-specific modules into a private subdirectory.
70 - moved client-specific resources into a private subdirectory.
71
720.9961 Tue Dec 25 20:22:51 CET 2007
73 - fix texture-reload problems when changing resolutions
74 by forcing the reuse of the same texture name.
75 - save and restore glyph cache textures when changing resolutions.
2 76
30.9960 Tue Dec 25 10:38:17 CET 2007 770.9960 Tue Dec 25 10:38:17 CET 2007
4 - fixed item animation by taking advantage of ev_periodic. 78 - fixed item animation by taking advantage of ev_periodic.
5 - document KP+ better. 79 - document KP+ better.
6 - update to EV 2.0. 80 - update to EV 2.0.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines