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.100 by root, Sat Jul 19 20:43:51 2008 UTC vs.
Revision 1.187 by root, Mon Jul 27 23:08:41 2009 UTC

1Revision history for Perl extension Deliantra::Client 1Revision history for Perl extension Deliantra::Client
2 2
3TODO: add help to completer, add close tab to completer, do stuff to complete 3TODO: add help to completer, add close tab to completer, do stuff to complete
4TODO: find out how to create namespaces on cpan and create Deliantra::Client :/ 4TODO: warn about sofwtare renderers
5TODO: [num] indicator malfunctioning
6TODO: cfplus_ext => 2 is sometimes not beign negotiated! (hack in place, need better protocol)
5 7
8TODO: multi-line paragraphs get indented strangely (book: collection of strange glyphs).
9
10 - try to work around crashes in SDL_Mixer when reinitialising it.
11
122.04 Sun Apr 26 21:03:40 CEST 2009
13 - work around incompatible ABI change between 1.22 and 1.24 by using a runtime check,
14 this really is a bug that needs fixing inside pango.
15 - include a japanese font (Mona, selected for license and size) with the distribution.
16 - include our own fonts.conf file, to speed up startup and to be able to control
17 font selection.
18 - change confusing login successful message to "connect to server successful".
19 - update BDB and EV in win32 builds to work around the event loop creation bug.
20 - fall back to blocking dns resolve before using a hardcoded address.
21
222.03 Tue Jan 20 14:54:30 CET 2009
23 - move experience label, progress bars and slot info to the menubar.
24 - move toplevel menu into a menu popup.
25 - use fontsize for chekcbox size requests to get a better layout.
26 - autopickup spellbooks, skillscrolls and valuables by default.
27 - automatically save config/layout on exit and add config options
28 to Setup=>Client to control this.
29 - fix positioning of popup windows.
30 - move autopickup enable (formerly inhibit) to menubar.
31 - correctly display face changes for inventory objects.
32 - verify databases if we are the first process to register, to
33 detect corruption as is common on windows (but not limited to
34 windows, unfortunately).
35 - fall back to backup config file if main config file cannot be parsed.
36 - reduce shimmering during smooth scrolls.
37 - rely on AnyEvent to work around totally broken windows vista
38 tcp/ip subsystem once more (where getpeername returns fantasy
39 ports).
40 - use newer BDB version that works around windows vista tcp/ip
41 breakage.
42 - initialise the default resolver during startup, as windows vista
43 forces us back to the desktop when doing this later(!).
44
452.02 Wed Dec 24 06:02:53 CET 2008
46 - mark hidden mapspaces visually with a question mark.
47 - make hidden spaces as light as the darkest normal spaces.
48 - don't lie about the window size anymore in fear of crashing
49 the server (as we are dealing with deliantra servers only these days).
50 - correctly draw the speech bubbles and other overlays even when the
51 topmost face isn't visible.
52 - fix swirly tile draw offset.
53 - fix a crash when the user clicks on the map during log-in.
54 - incorporate tips of the day by botz (former madness).
55 - handle failure to load a music face more gracefully (still
56 log the error, but do not crash, instead, ignore the failure).
57 - try to log, instead of crash, on the "cannot call update method"
58 problem.
59
602.01 - (Mon Dec 15 00:41:33 CET 2008)
61 - rewrote the client tutorial which can be found via the 'Help!' button.
62 - fixed the mostly random switching of message window tabs when
63 new tabs were added.
64 - small typo fix in tooltip on the Skills page in the playerbook.
65 - avoid accessing potentially undefined memory when drawing the map.
66 - fixed speech bubbles which were drawn below some objects sometimes.
67
682.0 Fri Dec 5 15:42:51 CET 2008
69 - the Log window can't be close anymore by alt+x
70 - pressing return or alt+x directly after start won't crash the client
71 anymore.
72 - the Log window is displayed correctly now after start.
73 - darken the invisible/cached parts of the map further.
74
750.9978 Sun Nov 9 14:35:41 CET 2008
76 - correctly smooth-move the healthbar as well.
77 - own text is emphasized in the NPC dialogues now.
78 - fixed a crash bug in the macro dialogue.
79 - fixed updating of tooltips of the tabs in the message window.
80 - closing tabs with Alt-x won't let them disappear for every anymore.
81
820.9977 Tue Sep 30 09:27:29 CEST 2008
83 - require newer BDB version to avoid possible database corruption or crashes
84 on login.
85 - fixed the often choppy smooth movement.
86 - switch to proportional font in log view.
87 - improve the paragraph indent hack to align characters better.
88 - tweak server message output.
89 - optimise visibility handing in multiplexers (only put the current tab
90 into visible state).
91 - reduce the number of unnecessary refreshes.
92 - allow empty multiplexers.
93 - fixed clearing issue in the inventory upon logout.
94 - use the same workarounds for pango for gnu/linux binaries as we use for osx,
95 but additionally patch the pango library because stupid braindead idiotic
96 debian maintainers of course apply custom patches that completely break it.
97
980.9976 Fri Sep 5 17:28:30 CEST 2008
99 - use keysym not unicode symbol, maybe that helps with some of those keyboard
100 issues on OS X.
101 - treat meta like alt for built-ins, for OS X.
102 - fix tab tooltip listing key shortcut off by one.
103 - disable texture compression with apple software renderer. if you want to get
104 something that works, apple is for you. not.
105 - fix text encoding for item description tooltips.
106 - enlarge window borders considerably.
107 - support lzf-compressed packets.
108 - support fragmented packets.
109 - send crash and opengl vendor information to server for better debugging.
110 - fix crash when displaying the tutorial with the precompiled os x
111 binary: libjpeg collided with libJPEG - long live case-insensitivity :/
112 - cater for the incompatible changes in berkeley db 4.7.
113 - enable highest-resolution video mode again.
114 - add some preliminary theme support and two demo themes, "plain" and "blue".
115 - avoid a crash when the minimap is reduced to zero size.
116 - work around a bug in perl 5.8 perls (Bareword "Socket::AF_UNIX"...).
117
1180.9975 Wed Aug 27 22:16:27 CEST 2008
119 - use biggest video mode <= 1024x768 by default now (previous releases had a bug
120 that caused them to select the smallest vdieo mode available).
121 - ported to the rather horridly broken apple os x platform,
122 using macports (the only non-broken part of the whole thing).
123 - clarify/fix weight/value autopickup option with a tooltip and a server change.
124
1250.9974 Fri Aug 1 15:45:59 CEST 2008
6 - implement smooth scrolling for the player. 126 - implement smooth scrolling for the player.
7 - try a different workaround to maybe register Deliantra::Client. 127 - try a different workaround to maybe register Deliantra::Client.
8 - support switching off of alpha framebuffers, to work around 128 - support switching off of alpha framebuffers, to work around
9 possible fallback-to-software-renderer problems. 129 possible fallback-to-software-renderer problems.
10 - allow video modes <800x600 to be selectable. 130 - allow video modes <800x600 to be selectable.
11 - decode player from map1ax. 131 - decode player from map1ax.
12 - made libsdl1.2.10+ a requirement. 132 - made libsdl1.2.10+ a requirement.
13 - improve the slider widget. 133 - improve the slider widget.
14 - use AnyEvent::Socket::parse_hostport. 134 - use AnyEvent::Socket::parse_hostport.
15 - upgrade to BDB 1.7. 135 - upgrade to BDB 1.7.
136 - properly clear mapcells in all cases, also try a heuristic to avoid
137 player ghost images.
16 138
170.9973 Mon Jul 7 09:27:59 CEST 2008 1390.9973 Mon Jul 7 09:27:59 CEST 2008
18 - added a dummy "package Deliantra::Client" to bin/deliantra, as 140 - added a dummy "package Deliantra::Client" to bin/deliantra, as
19 cpan stupidly cannot install distributions by name. 141 cpan stupidly cannot install distributions by name.
20 - convert to new non-blocking API. 142 - convert to new non-blocking API.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines