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.13 by root, Sat Oct 20 21:50:59 2007 UTC vs.
Revision 1.60 by elmex, Mon Jan 28 12:05:08 2008 UTC

1Revision history for Perl extension CFPlus 1Revision history for Perl extension Deliantra::Client
2
30.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
80.9965 Sat Jan 19 05:51:39 CET 2008
9 - work around a database race condition by using single-threaded
10 database access.
11
120.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
200.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
430.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
610.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
660.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
740.9959 Sat Dec 8 20:16:45 CET 2007
75 - grr, really update for EV-1.72.
76
770.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
820.9957 Wed Dec 5 20:06:05 CET 2007
83 - switch to new JSON::XS 2.01 API.
84 - add some debugging hooks.
85
860.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
920.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.
2 96
30.995 Sat Oct 20 23:48:20 CEST 2007 970.995 Sat Oct 20 23:48:20 CEST 2007
4 - experimental widgets extension is now enabled in the release. 98 - experimental widgets extension is now enabled in the release.
5 - enable tabs by default now. 99 - enable tabs by default now.
6 100

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines