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.3 by root, Fri Aug 4 16:49:58 2006 UTC vs.
Revision 1.61 by root, Thu Mar 20 22:28:31 2008 UTC

1Revision history for Perl extension Crossfire-Client 1Revision history for Perl extension Deliantra::Client
2 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.
96
970.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
1010.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
1090.98 Wed May 9 13:46:13 CEST 2007
110 - 64x64 faceset support.
111 - better message support.
112 - asynchonrous database accesses.
113
1140.97 Thu Jan 25 06:16:08 CET 2007
115 - rewritten keybinding system.
116 - many, many bugfixes.
117
1180.95
119 - fix off-by-one-bug click and map ghosting.
120 - many minor bugfixes.
121
1220.53 Wed Oct 18 14:35:28 CEST 2006
123 - add win32 splashscreen.
124 - moved crossfire data directory to %APPDATA% on win32.
125
1260.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
1310.5 Tue Sep 12 22:29:28 CEST 2006
132 - many fetaures and bugfixes.
3 - improve portability by making sdl-1.2.10 features optional. 133 - improve portability by making sdl-1.2.10 features optional.
4 134
50.2 Mon Jul 31 13:15:40 CEST 2006 1350.2 Mon Jul 31 13:15:40 CEST 2006
6 - fix missing CFPlus/Pod.pm. 136 - fix missing CFPlus/Pod.pm.
7 137

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines