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

Comparing deliantra/server/ext/map-random.ext (file contents):
Revision 1.22 by root, Tue Apr 15 03:16:02 2008 UTC vs.
Revision 1.23 by root, Fri May 2 21:01:53 2008 UTC

79our $CLEAN_RANDOM_MAPS = cf::periodic 3600, Coro::unblock_sub { 79our $CLEAN_RANDOM_MAPS = cf::periodic 3600, Coro::unblock_sub {
80 clean_random_maps; 80 clean_random_maps;
81}; 81};
82 82
83# map generator stresstest, NEVER enable under normal circumstances 83# map generator stresstest, NEVER enable under normal circumstances
84if (0) { 84if (1) {
85 cf::async { 85 cf::async {
86 my $seed = 0; 86 my $seed = 0;
87 while () { 87 while () {
88 my $map = cf::map::new; 88 my $map = cf::map::new;
89 $map->generate_random_map ({ 89 $map->generate_random_map ({

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines