--- deliantra/www/src/client.html 2007/12/25 09:59:06 1.16 +++ deliantra/www/src/client.html 2008/07/07 08:06:43 1.24 @@ -57,6 +57,76 @@

+ 2008-07-07 Some minor fixes and features: IPv6 support, chat tabs have tooltips + again and converted to a new non-blocking API. Also fixed the CPAN distribution. + +

+ +

+ + 2008-05-23 Next release: 0.9972. The map cache has been extended a bit to store more + map changes (fixes some minor bugs). Fixed some crashbugs when the client is + logged out and some UI elements were used. The server XML format is now also + supportet in item tooltips. The keyrepeats are ignored now in some conditions. + And crashes when the map cache is corrupted are now prevented. Also the client + configuration is now stored in pretty printed JSON. + +

+ +

+ + 2008-05-05 Long time no release, but now we got some fixes for you: Some issues + with the default sort order have been sorted out, some tooltips were fixed, + a long standing bug with the stats tab being empty has been resolved and some GUI + fixes have been done. Also the pseudo-items are now only shown in the inventory + and not the floorbox. Have fun! + +

+ +

+ + 2008-03-30 Release of version 0.9970: Reduced documentation memory usage, fixed + the stat gauge tooltips that have gone missing since 0.9966. Fixced a grave bug + with tile id allocation, which effectively disabled the tile cache. And last + but not least: The NPC Dialogs have also been fixed. + +

+ +

+ 2008-03-24 Release of version 0.9967 of the Client: A memory leak was fixed + where the messages in the message window were kept for ever and the client + consumed more and more memory. The highlighting of the chattabs is now red and + not blue. The history handling of the chat input will now not erase the + typed input if the down cursor key is pressed. A keyboard modifier display has + also been implemented, (for example to signal whether numlock is on, + which caused problems under windows). Also a bug with the layout font under + windows has been fixed. + +

+ +

+ + 2008-01-19 Another release of the Client, version 0.9965: Some bugs + have been fixed: A race condition was found in the database access and + a bug which crashed the client with nvidia drivers has been fixed. + Some minor bugs in the GUI, the message fontsize and chatbox label padding, + have also been fixed. + +

+ +

+ + 2008-01-06 First release in the new year, version 0.9963: Among the + changes are some minor bugfixes, optical tweaks and performance + improvements on the GUI. Some to the user invisible changes were + improvements of the server side widgets and a reimplementation of the + message window to allow to undock chats from the central message window in + future releases. + +

+ +

+ 2007-12-25 Released version 0.9960 with some important fixes in the item animations and GUI code, along with an API update to a more recent EV version the documentation had some minor improvements. And last but not least the face loading consumes less CPU.