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

Comparing deliantra/server/ext/item-worldmap.ext (file contents):
Revision 1.22 by root, Sat Aug 13 20:20:30 2011 UTC vs.
Revision 1.23 by root, Fri Feb 3 03:01:44 2012 UTC

1#! perl # depends=widget mandatory 1#! perl # depends=widget mandatory
2 2
3# this module implements a rather fancy worldmap 3# this module implements a rather fancy worldmap
4 4
5our $WORLDMAP_UPDATE_INTERVAL = $cf::CFG{worldmap_update_interval} || 2; 5CONF WORLDMAP_UPDATE_INTERVAL = 2;
6 6
7our $GENCOUNT = 0; 7our $GENCOUNT = 0;
8our %PLAYERINFO; 8our %PLAYERINFO;
9 9
10our ($MAPW, $MAPH) = (1024, 1024); # it's useful to know the map width/height in pixels 10our ($MAPW, $MAPH) = (1024, 1024); # it's useful to know the map width/height in pixels

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines