--- deliantra/Deliantra-Client/Changes 2008/03/30 06:05:51 1.71 +++ deliantra/Deliantra-Client/Changes 2008/07/17 15:23:42 1.96 @@ -1,12 +1,54 @@ Revision history for Perl extension Deliantra::Client -0.9970 - - upgrade the database schema (i.e. nuke it...). +TODO: add help to completer, add close tab to completer, do stuff to complete +TODO: find out how to create namespaces on cpan and create Deliantra::Client :/ + + - try a different workaround to maybe register Deliantra::Client. + - enable SDL parachute again. + - decode player from map1ax. + - use AnyEvent::Socket::parse_hostport. + +0.9973 Mon Jul 7 09:27:59 CEST 2008 + - added a dummy "package Deliantra::Client" to bin/deliantra, as + cpan stupidly cannot install distributions by name. + - convert to new non-blocking API. + - support IPv6 server connections. + - the chat tabs now have tooltips again. + +0.9972 Thu May 22 22:45:01 CEST 2008 + - save all map changes in map cache, not just the current map (this fixes + the problem of map border "black out" in the minimap). + - use an even more compact format for minimap data. + - use an uncompressed cache for minimap data, increases memory requirements + (~1mb) but saves compression. + - close container, clear inventory, floorbox etc. to avoid a crash when + clicking on them after logging out. + - support xml formatting in ex replies (item tooltips, requires server + 2.54+). + - try to ignore repeated keypress-events for movement, as + these are usually keyrepeats. + - added default (0) for the shift_fire_stop setting + - write client.cf in pretty-printed-json. + - avoid crashes if map cache is corrupted. + +0.9971 Mon May 5 21:37:33 CEST 2008 + - reverse order of items in floorbox. + - sort right side of inventory by floor order. + - make messages window always visible. + - fix stat tooltips by not lowercasing keywords in pod2wiki. + - fix longstanding bug where the stats tab would be removed during chargen. + - fix menu alignment. + - change podwiki format to be slightly more generic. + - ignore pseudo-items in floorbox, only show in inventory. + +0.9970 Sun Mar 30 13:30:47 CEST 2008 - fix a bug in tile id allocation, the effect of this bug was effectively disabling the tile cache, upgrade is highly recommended. - - only open the database before forking the bg server. - fix npc dialog. + - upgrade the database schema (i.e. nuke it...). + - only open the database before forking the bg server. + - PRECOMPILED BINARY: use packaged libdb4.6 instead of libdb4.4. - use newer BDB module (might fix the filename encoding issue under win32). - use a real bdb sequence for the faceid, for better performance.