Deliantra MORPG Client 2.03 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Deliantra MORPG Client 2.03 (Default branch)
# 1  
Old 01-15-2009
Deliantra MORPG Client 2.03 (Default branch)

Image Deliantra is a client for Deliantra game servers. It offers an intuitive user interface for exploring the vast game world, a persistent minimap, powerful macros and keymaps, dialog-based NPC interaction, and easy configuration for the skill, spell, and item system. It is based on Perl, SDL, and OpenGL for high performance on modern systems, and works on both Unix and Windows. Ports to other platforms should be very easy and are underway. License: GNU General Public License (GPL) Changes:
The GUI has been rearranged and optimized a bit. For example, the auto pickup toggle has been moved into a check box at the top of the main window. The configuration is now saved automatically on exit. Shimmering during smooth scroll has been reduced a lot and some displaying bugs have been fixed in the inventory. More workarounds, which make the client more stable on broken OSes, were also implemented. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
game-data-packager(6)						   Games Manual 					     game-data-packager(6)

NAME
game-data-packager - build a .deb of game data SYNOPSIS
game-data-packager [ -i ] [ -d out-directory [ -n ] ] game [ game-options ] DESCRIPTION
Many open-source games require game data which is licensed incompatibly with the Debian Free Software Guidelines. game-data-packager is a tool designed to help you locally assemble Debian packages containing such game data from CD-ROMs, the Internet or elsewhere. OPTIONS
-i attempt to install the generated Debian package via dpkg(1) and su(1) -d out-directory writes the generated Debian package to the specified directory. -n Do not attempt to install the generated Debian package. This option must be used in conjunction with -d. game The game being packaged. Running game-data-packager without arguments will display a list of valid games. Running game-data-packager with just the game and no further arguments will display a list of valid options for that game. SEE ALSO
dpkg(1), su(1) AUTHOR
Copyright (C) 2010 Jon Dowland <jmtd@debian.org> Thanks to Branden Robinson for his 'Write the Fine Manual' presentation, once found at <http://people.debian.org/~branden/talks/wtfm/> 2008-07-14 game-data-packager(6)