ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/highscore.ext
(Generate patch)

Comparing deliantra/server/ext/highscore.ext (file contents):
Revision 1.2 by root, Sun Jan 31 04:20:36 2010 UTC vs.
Revision 1.3 by root, Sun Jan 31 04:37:38 2010 UTC

47 warn "saved highscore file.\n"; 47 warn "saved highscore file.\n";
48 48
49 1 49 1
50} 50}
51 51
52our $HEADER = " | rank | name | experience | killer | HP |mana |grace|\n"; 52our $HEADER = " | rank | name | experience | reason | HP |mana |grace|\n";
53our $SEP = " +------+-------------|--------------------|----------------------+-----+-----+-----+\n"; 53our $SEP = " +------+--------------------|--------------|----------------------+-----+-----+-----+\n";
54our $FORMAT = " | %4s | %-11.11s | %18s | %-20.20s | %3s | %3s | %3s |\n"; 54our $FORMAT = " | %4s | %-18.18s | %12s | %-20.20s | %3s | %3s | %3s |\n";
55 55
56our $SCORE_CHANNEL = { 56our $SCORE_CHANNEL = {
57 id => "highscore", 57 id => "highscore",
58 title => "Highscore", 58 title => "Highscore",
59 tooltip => "Your highscore ranking.", 59 tooltip => "Your highscore ranking.",

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines