ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/bin/deliantra
Revision: 1.123
Committed: Mon Jan 16 21:11:15 2012 UTC (12 years, 4 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.122: +3 -14 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 #!/opt/bin/perl
2    
3 root 1.123 use Deliantra::Client;
4 root 1.17
5 root 1.123 use DC::Main;
6 root 1.121
7 root 1.123 DC::Main::run;
8 root 1.1
9 root 1.122 1; # this file is require'd in the binary client package
10 root 1.1
11     =head1 NAME
12    
13     deliantra - A Deliantra MORPG game client
14    
15     =head1 SYNOPSIS
16    
17 root 1.104 deliantra [--profile name] [host [user [password]]]
18     deliantra --help
19 root 1.1
20     =head1 USAGE
21    
22 root 1.104 The deliantra client utilises OpenGL for all UI elements and the game. It
23     is supposed to be used in fullscreen mode and interactively.
24 root 1.1
25     =head1 DEBUGGING
26    
27 root 1.110 DELIANTRA_DEBUG - environment variable
28 root 1.1
29     1 draw borders around widgets
30     2 add low-level widget info to tooltips
31     4 show fps
32     8 suppress tooltips
33 root 1.110 16 show bandwidth downstream
34 root 1.1
35     =head1 AUTHOR
36    
37 root 1.57 Marc Lehmann <deliantra@schmorp.de>, Robin Redeker <elmex@ta-sa.org>
38 root 1.1
39    
40