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.10 by root, Fri Feb 3 03:59:17 2012 UTC vs.
Revision 1.11 by root, Fri Feb 3 04:07:06 2012 UTC

2 2
3use Fcntl (); 3use Fcntl ();
4use Coro::AIO; 4use Coro::AIO;
5 5
6CONF HIGHSCORE_ENTRIES = 1000 6CONF HIGHSCORE_ENTRIES = 1000
7CONF EXPORT_HIGHSCORE = "www.deliantra.net/highscore.json" 7CONF EXPORT_HIGHSCORE = undef
8 8
9our $HIGHSCORE; 9our $HIGHSCORE;
10 10
11# [name, title, exp, killer, where, hp, sp, gp, uuid] 11# [name, title, exp, killer, where, hp, sp, gp, uuid]
12 12

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines