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.28 by root, Wed Dec 26 10:34:23 2007 UTC vs.
Revision 1.66 by root, Tue Mar 25 19:21:30 2008 UTC

1Revision history for Perl extension CFPlus 1Revision history for Perl extension Deliantra::Client
2 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.
3 - do not render all glyphs twice. doh. 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.
4 75
50.9961 Tue Dec 25 20:22:51 CET 2007 760.9961 Tue Dec 25 20:22:51 CET 2007
6 - fix texture-reload problems when changing resolutions 77 - fix texture-reload problems when changing resolutions
7 by forcing the reuse of the same texture name. 78 by forcing the reuse of the same texture name.
8 - save and restore glyph cache textures when changing resolutions. 79 - save and restore glyph cache textures when changing resolutions.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines