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.12 by root, Sat Jan 27 12:45:04 2007 UTC vs.
Revision 1.13 by root, Sat Jan 27 12:47:02 2007 UTC

91 after => 60, 91 after => 60,
92 cb => Coro::unblock_sub { clean_random_maps }, 92 cb => Coro::unblock_sub { clean_random_maps },
93); 93);
94 94
95# map generator stresstest, never enable under normal circumstances 95# map generator stresstest, never enable under normal circumstances
96if (1) { 96if (0) {
97 cf::async { 97 cf::async {
98 my $seed = 0; 98 my $seed = 0;
99 while () { 99 while () {
100 my $map = cf::map::new; 100 my $map = cf::map::new;
101 $map->generate_random_map ({ 101 $map->generate_random_map ({

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines