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.3 by root, Sun Jan 31 04:37:38 2010 UTC vs.
Revision 1.4 by root, Sun Apr 11 04:52:07 2010 UTC

78 $ob->map ? $ob->map->name || $ob->map->path : "", 78 $ob->map ? $ob->map->name || $ob->map->path : "",
79 $ob->stats->maxhp, 79 $ob->stats->maxhp,
80 $ob->stats->maxsp, 80 $ob->stats->maxsp,
81 $ob->stats->maxgrace, 81 $ob->stats->maxgrace,
82 $ob->uuid, 82 $ob->uuid,
83 int EV::now, 83 int AE::now,
84 ]; 84 ];
85 85
86 cf::async { 86 cf::async {
87 my $guard = cf::lock_acquire "highscore:check"; 87 my $guard = cf::lock_acquire "highscore:check";
88 88

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines