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, 3 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.122: +3 -14 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 #!/opt/bin/perl
2
3 use Deliantra::Client;
4
5 use DC::Main;
6
7 DC::Main::run;
8
9 1; # this file is require'd in the binary client package
10
11 =head1 NAME
12
13 deliantra - A Deliantra MORPG game client
14
15 =head1 SYNOPSIS
16
17 deliantra [--profile name] [host [user [password]]]
18 deliantra --help
19
20 =head1 USAGE
21
22 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
25 =head1 DEBUGGING
26
27 DELIANTRA_DEBUG - environment variable
28
29 1 draw borders around widgets
30 2 add low-level widget info to tooltips
31 4 show fps
32 8 suppress tooltips
33 16 show bandwidth downstream
34
35 =head1 AUTHOR
36
37 Marc Lehmann <deliantra@schmorp.de>, Robin Redeker <elmex@ta-sa.org>
38
39
40