ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/utils/cfutil.in
(Generate patch)

Comparing deliantra/server/utils/cfutil.in (file contents):
Revision 1.2 by root, Wed Mar 7 01:23:37 2007 UTC vs.
Revision 1.43 by root, Mon Jul 23 23:38:18 2007 UTC

6my $exec_prefix = "@exec_prefix@"; 6my $exec_prefix = "@exec_prefix@";
7my $datarootdir = "@datarootdir@"; 7my $datarootdir = "@datarootdir@";
8my $DATADIR = "@datadir@/@PACKAGE@"; 8my $DATADIR = "@datadir@/@PACKAGE@";
9 9
10my $CONVERT = "@CONVERT@"; 10my $CONVERT = "@CONVERT@";
11my $IDENTIFY = "@IDENTIFY@"; 11#my $IDENTIFY = "@IDENTIFY@";
12my $OPTIPNG = "@OPTIPNG@";
12my $RSYNC = "@RSYNC@"; 13my $RSYNC = "@RSYNC@";
14my $PNGNQ = "@PNGNQ@";
13 15
14use Getopt::Long; 16use Getopt::Long;
17use Coro::Event;
18use AnyEvent;
15use IO::AIO; 19use IO::AIO ();
16use File::Temp; 20use File::Temp;
17use Crossfire; 21use Crossfire;
22use Coro;
23use Coro::AIO;
24use POSIX ();
25use Digest::MD5;
26use Carp;
27use Coro::Storable; $Storable::canonical = 1;
28
29$SIG{QUIT} = sub { Carp::cluck "QUIT" };
18 30
19sub usage { 31sub usage {
20 warn <<EOF; 32 warn <<EOF;
21Usage: cfutil [-v] [-q] [--force] 33Usage: cfutil [-v] [-q] [--force] [--cache]
22 [--install-arch path] 34 [--install-arch path]
23 [--install-maps maps] 35 [--install-maps maps]
24 [--print-statedir] 36 [--print-statedir]
25 [--print-confdir] 37 [--print-confdir]
26 [--print-datadir] 38 [--print-datadir]
29EOF 41EOF
30 exit 1; 42 exit 1;
31} 43}
32 44
33my $VERBOSE = 1; 45my $VERBOSE = 1;
46my $CACHE = 0;
34my $FORCE; 47my $FORCE;
35my $TMPDIR = "/tmp/cfutil$$~"; 48my $TMPDIR = "/tmp/cfutil$$~";
49my $TMPFILE = "aaaa0";
50
51our %COLOR = (
52 black => 0,
53 white => 1,
54 navy => 2,
55 red => 3,
56 orange => 4,
57 blue => 5,
58 darkorange => 6,
59 green => 7,
60 lightgreen => 8,
61 grey => 9,
62 brown => 10,
63 gold => 11,
64 tan => 12,
65);
36 66
37END { system "rm", "-rf", $TMPDIR } 67END { system "rm", "-rf", $TMPDIR }
68
69Event->signal (signal => "INT", cb => sub { exit 1 });
70Event->signal (signal => "TERM", cb => sub { exit 1 });
38 71
39mkdir $TMPDIR, 0700 72mkdir $TMPDIR, 0700
40 or die "$TMPDIR: $!"; 73 or die "$TMPDIR: $!";
41 74
75sub fork_sub(&) {
76 my ($cb) = @_;
77
78 if (my $pid = fork) {
79 my $current = $Coro::current;
80 my $w = AnyEvent->child (pid => $pid, cb => sub { $current->ready });
81 Coro::schedule;
82 } else {
83 eval { $cb->() };
84 POSIX::_exit 0 unless $@;
85 warn $@;
86 POSIX::_exit 1;
87 }
88}
89
42sub inst_maps($) { 90sub inst_maps($) {
43 my (undef, $path) = @_; 91 my (undef, $path) = @_;
44 92
45 print "installing '$path' to '$DATADIR/maps'\n\n"; 93 print "\nInstalling '$path' to '$DATADIR/maps'\n\n";
46 94
47 if (!-f "$path/regions") { 95 if (!-f "$path/regions") {
48 warn "'$path' does not look like a maps directory ('regions' file is missing).\n"; 96 warn "'$path' does not look like a maps directory ('regions' file is missing).\n";
49 exit 1 unless $FORCE; 97 exit 1 unless $FORCE;
50 } 98 }
51 99
52 system $RSYNC, "-av", "$path/.", "$DATADIR/maps/.", "--delete", "--exclude", "CVS", "--delete-excluded"; 100 system $RSYNC, "-a", "--chmod=u=rwX,go=rX", "$path/.", "$DATADIR/maps/.", "--delete", "--exclude", "CVS", "--delete-excluded"
101 and die "map installation failed.\n";
102
103 print "maps installed successfully.\n";
53} 104}
54 105
55{ 106{
56 my @PNG; 107 our %ANIMINFO;
108 our %FACEINFO;
109 our %RESOURCE;
57 my @ARC; 110 our @ARC;
111 our %ARC;
112 our $TRS;
113 our $NFILE;
114 our $PATH;
58 115
116 our $QUANTIZE = "+dither -colorspace RGB -colors 256";
117
118 our (@png, @trs, @arc, @res); # files we are interested in
119
59 sub commit_png { 120 sub commit_png($$$) {
60 my ($name, $data) = @_; 121 my ($name, $data, $T) = @_;
61 #warn "$name: commited\n";
62 }
63 122
64 sub add_png($) { 123 $FACEINFO{$name}{"data$T"} = $data;
124 }
125
126 sub process_png {
127 while (@png) {
128 my ($path, $delete) = @{pop @png};
129
130 my $png;
131 aio_lstat $path;
132 my ($size, $mtime) = (stat _)[7,9];
133
134 if (0 > aio_load $path, $png) {
135 warn "$path: $!, skipping.\n";
136 next;
137 }
138
139 my $stem = $path;
140 my $T;
141
142 if ($stem =~ s/\.32x32\.png~?$//) {
143 $T = 32;
144 } elsif ($stem =~ s/\.64x64\.png~?$//) {
145 $T = 64;
146 } else {
147 warn "$path: weird filename, skipping.\n";
148 next;
149 }
150
151 # quickly extract width and height of the (necessarily PNG) image
152 unless ($png =~ /^\x89PNG\x0d\x0a\x1a\x0a....IHDR(........)/s) {
153 warn "$path: not a recognized png file, skipping.\n";
154 next;
155 }
156
157 my ($w, $h) = unpack "NN", $1;
158
159 if ($w < $T || $h < $T) {
160 warn "$path: too small ($w $h), skipping.\n";
161 next;
162 }
163
164 if ($w % $T || $h % $T) {
165 warn "$path: weird png size ($w $h), skipping.\n";
166 next;
167 }
168
169 unless ($path =~ /~$/) {
170 # possibly enlarge
171 if (0 > aio_stat "$stem.64x64.png") {
172 my $other = "$stem.64x64.png~";
173
174 if (0 > aio_lstat $other or (-M _) > (-M $path)) {
175 my $wrap = 0; # for the time being
176 fork_sub {
177 system "convert png:\Q$path\E -depth 8 rgba:-"
178 . "| $exec_prefix/bin/cfhq2xa $w $h $wrap"
179 . "| convert -depth 8 -size ".($w * 2)."x".($h * 2)." rgba:- $QUANTIZE -quality 00 png32:\Q$other\E~"
180 and die "convert/hq2xa pipeline error: status $? ($!)";
181 system $OPTIPNG, "-i0", "-q", "$other~";
182 die "$other~ has zero size, aborting." unless -s "$other~";
183 rename "$other~", $other;
184 };
185 }
186
187 push @png, [$other, !$CACHE];
188 }
189
190 # possibly scale down
191 if (0 > aio_stat "$stem.32x32.png") {
192 my $other = "$stem.32x32.png~";
193
194 if (0 > aio_lstat $other or (-M _) > (-M $path)) {
195 fork_sub {
196 system "convert png:\Q$path\E -geometry 50% -filter lanczos $QUANTIZE -quality 00 png32:\Q$other\E~";
197 system $OPTIPNG, "-i0", "-q", "$other~";
198
199 # reduce smoothfaces >10000 bytes
200 if ($stem =~ /_S\./ && (-s "$other~") > 10000) {
201 my $ncolor = 256;
202 while () {
203 system "<\Q$other~\E $PNGNQ -s1 -n$ncolor >\Q$other~~\E";
204 system $OPTIPNG, "-i0", "-q", "$other~~";
205 last if 10000 > -s "$other~~";
206 $ncolor = int $ncolor * 0.9;
207 $ncolor > 8 or die "cannot reduce filesize to < 10000 bytes";
208 }
209
210 printf "reduced %s from %d to %d bytes using %d colours.\n",
211 $other, -s "$other~", -s "$other~~", $ncolor
212 if $VERBOSE >= 2;
213 rename "$other~~", "$other~";
214 }
215
216 die "$other~ has zero size, aborting." unless -s "$other~";
217 rename "$other~", $other;
218 };
219 }
220
221 #warn "scaled down $path to $other\n";#d#
222 push @png, [$other, !$CACHE];
223 }
224 }
225
226 (my $face = $stem) =~ s/^.*\///;
227
228 # split all bigfaces, but avoid smoothfaces (*_S)
229 if (($w > $T || $h > $T) && $face !~ /_S\./) {
230 # split
231 my @tile;
232 for my $x (0 .. (int $w / $T) - 1) {
233 for my $y (0 .. (int $h / $T) - 1) {
234 my $file = "$path+$x+$y~";
235 aio_lstat $file;
236 push @tile, [$x, $y, $file, (stat _)[9]];
237 }
238 }
239
240 my $mtime = (lstat $path)[9];
241 my @todo = grep { $_->[3] <= $mtime } @tile;
242 if (@todo) {
243 fork_sub {
244 open my $convert, "|-", $CONVERT,
245 "png:-",
246 (map {
247 (
248 "(",
249 "+clone",
250 -crop => (sprintf "%dx%d+%d+%d", $T, $T, $_->[0] * $T, $_->[1] * $T),
251 "+repage",
252 -quality => "00",
253 -write => "png32:$_->[2]~",
254 "+delete",
255 ")",
256 )
257 } @todo),
258 "null:";
259
260 binmode $convert;
261 print $convert $png;
262 close $convert;
263
264 # pass 2, optimise, and rename
265 for (@todo) {
266 system $OPTIPNG, "-o5", "-i0", "-q", "$_->[2]~";
267 die "$_->[2]~ has zero size, aborting." unless -s "$_->[2]~";
268 rename "$_->[2]~", $_->[2];
269 }
270 };
271 }
272
273 for (@tile) {
274 my ($x, $y, $file) = @$_;
275 my $tile;
276
277 if (0 > aio_load $file, $tile) {
278 die "$path: unable to read tile +$x+$y, aborting.\n";
279 }
280 IO::AIO::aio_unlink $file unless $CACHE;
281 commit_png $x|$y ? "$face+$x+$y" : $face, $tile, $T;
282 }
283 } else {
284 # use as-is (either small, use smooth)
285 commit_png $face, $png, $T;
286 }
287
288 aio_unlink $path if $delete;
289 }
290 }
291
292 sub process_arc {
293 while (@arc) {
294 my ($dir, $file) = @{pop @arc};
295
296 my $arc;
297 aio_load "$dir/$file", $arc; # simply pre-cache, as read_arch wants a file :/
298
299 my $arc = read_arch "$dir/$file";
300 for my $o (values %$arc) {
301 push @ARC, $o;
302 for (my $m = $o; $m; $m = $m->{more}) {
303 $ARC{$m->{_name}} = $m;
304 }
305
306 $o->{editor_folder} = $dir;
307
308 my $visibility = delete $o->{visibility};
309 my $magicmap = delete $o->{magicmap};
310
311 # find upper left corner :/
312 # omg, this is sooo broken
313 my ($dx, $dy);
314 for (my $o = $o; $o; $o = $o->{more}) {
315 $dx = $o->{x} if $o->{x} < $dx;
316 $dy = $o->{y} if $o->{y} < $dy;
317 }
318
319 for (my $o = $o; $o; $o = $o->{more}) {
320 my $x = $o->{x} - $dx;
321 my $y = $o->{y} - $dy;
322
323 my $ext = $x|$y ? "+$x+$y" : "";
324
325 $o->{face} .= $ext unless /^blank.x11$|^empty.x11$/ || !$o->{face};
326
327 $visibility = delete $o->{visibility} if exists $o->{visibility};
328 $magicmap = delete $o->{magicmap} if exists $o->{magicmap};
329
330 my $anim = delete $o->{anim};
331
332 if ($anim) {
333 # possibly add $ext to the animation name to avoid
334 # the need to specify archnames for all parts
335 # of a multipart archetype.
336 $o->{animation} = "$o->{_name}";
337 my $facings = 1;
338 my @frames;
339
340 for (@$anim) {
341 if (/^facings\s+(\d+)/) {
342 $facings = $1*1;
343 } elsif (/^blank.x11$|^empty.x11$/) {
344 push @frames, $_;
345 } else {
346 push @frames, "$_$ext";
347 }
348 }
349
350 $ANIMINFO{$o->{animation}} = {
351 facings => $facings,
352 frames => \@frames,
353 };
354 }
355
356 for my $face ($o->{face} || (), @{$anim || []}) {
357 next if $face =~ /^facings\s|^blank.x11$|^empty.x11$/;
358
359 my $info = $FACEINFO{$face} ||= {};
360
361 $info->{visibility} = $visibility if defined $visibility;
362 $info->{magicmap} = $magicmap if defined $magicmap;
363 }
364
365 if (my $smooth = delete $o->{smoothface}) {
366 my %kv =split /\s+/, $smooth;
367 my $level = $o->{smoothlevel}; #TODO: delete from $o if !gcfclient-support
368 while (my ($face, $smooth) = each %kv) {
369 $FACEINFO{$face}{smooth} = $smooth;
370 $FACEINFO{$face}{smoothlevel} = $level;
371 }
372 }
373 }
374 }
375 }
376 }
377
378 sub process_trs {
379 while (@trs) {
380 my ($dir, $file) = @{pop @trs};
381 my $path = "$dir/$file";
382
383 my $trs;
384 if (0 > aio_load $path, $trs) {
385 warn "$path: $!, skipping.\n";
386 next;
387 }
388
389 $TRS .= $trs;
390 }
391 }
392
393 sub process_res {
394 while (@res) {
395 my ($dir, $file) = @{pop @res};
396
397 my $data;
398 aio_load "$dir/$file", $data;
399
400 my $copyright;
401 aio_load "$dir/copyright", $copyright;
402
403 $file =~ s/\.res$//;
404 $file =~ /\.([^.]+)$/
405 or next;
406
407 my $type = $1;
408
409 substr $dir, 0, 1 + length $PATH, "";
410
411 $RESOURCE{"$dir/$file"} = {
412 type => $1,
413 copyright => $copyright,
414 data => $data,
415 chksum => Digest::MD5::md5 $data,
416 };
417 }
418 }
419
420 sub find_files;
421 sub find_files {
65 my ($path) = @_; 422 my ($path) = @_;
66 423
67 my $png; 424 IO::AIO::aioreq_pri 4;
68 aio_lstat $path, sub { 425 IO::AIO::aio_scandir $path, 4, sub {
69 my ($size, $mtime) = (stat _)[7,9]; 426 my ($dirs, $nondirs) = @_;
70 427
71 aio_load $path, $png, sub { 428 find_files "$path/$_"
72 if ($_[0] < 0) { 429 for grep $_ !~ /^(?:CVS|dev)$/, @$dirs;
73 warn "$path: $!, skipping.\n";
74 return;
75 }
76 430
77 unless ($png =~ /^\x89PNG\x0d\x0a\x1a\x0a....IHDR(........)/s) { 431 my $dir = $path;
78 warn "$path: not a recongized png file, skipping.\n"; 432 substr $dir, 0, 1 + length $PATH, "";
79 return;
80 }
81 433
82 my ($w, $h) = unpack "NN", $1; 434 for my $file (@$nondirs) {
83 435 if ($file =~ /\.(ogg|jpg|res)$/ || $dir =~ /^res(?:\/|$)/) {
84 (my $face = $path) =~ s/^.*\///; 436 push @res, [$path, $file];
85 my $T = 32; 437 } elsif ($file =~ /\.png$/) {
86 438 push @png, ["$path/$file", 0];
87 unless ($face =~ s/\.base\.(...)\.png$/.$1/) { 439 } elsif ($file =~ /\.trs$/) {
88 warn "$path: weird filename, skipping.\n"; 440 push @trs, [$path, $file];
89 return; 441 } elsif ($file =~ /\.arc$/) {
90 } 442 push @arc, [$path, $file];
91
92 if ($w < $T || $h < $T) {
93 warn "$path: too small ($w $h), skipping.\n";
94 return;
95 }
96
97 if ($w % $T || $h % $T) {
98 warn "$path: weird png size ($w $h), skipping.\n";
99 return;
100 }
101
102 if ($w > $T || $h > $T) {
103 # split
104 } else { 443 } else {
105 # use as-is
106 commit_png $face, $png;
107 }
108
109 #warn "$path: $w, $h\n";
110 };
111 };
112
113 IO::AIO::poll; # reduce file-handle pressure
114 }
115
116 sub add_arc($$) {
117 my ($dir, $file) = @_;
118
119 my $arc;
120 aio_load "$dir/$file", $arc, sub { # simply pre-cache, as read_arch wants a file :/
121 my $arc = read_arch "$dir/$file";
122 };
123 }
124
125 sub add_trs($$) {
126 my ($dir, $file) = @_;
127 }
128
129 sub collect_arch;
130 sub collect_arch {
131 my ($path) = @_;
132
133 aioreq_pri 4;
134 aio_scandir $path, 4, sub {
135 my ($dirs, $nondirs) = @_;
136
137 collect_arch "$path/$_"
138 for grep $_ !~ /^(?:CVS|dev)$/, @$dirs;
139
140 for my $file (@$nondirs) {
141 if ($file =~ /\.png$/) {
142 add_png "$path/$file";
143 } elsif ($file =~ /\.trs$/) {
144 add_trs $path, $file;
145 } elsif ($file =~ /\.arc$/) {
146 add_arc $path, $file;
147 } else {
148 warn "ignoring $path/$file\n" if $VERBOSE >= 2; 444 warn "ignoring $path/$file\n" if $VERBOSE >= 3;
149 } 445 }
150 } 446 }
151 }; 447 };
152 } 448 }
153 449
154 sub inst_arch($) { 450 sub inst_arch($) {
155 my (undef, $path) = @_; 451 my (undef, $path) = @_;
156 452
453 $PATH = $path;
454
455 print "\n",
157 print "installing '$path' to '$DATADIR'\n\n"; 456 "Installing '$path' to '$DATADIR'\n",
457 "\n",
458 "This can take a long time if you run this\n",
459 "for the first time or do not use --cache.\n",
460 "\n",
461 "Unless you run verbosely, all following warning\n",
462 "or error messages indicate serious problems.\n",
463 "\n";
158 464
159 if (!-d "$path/treasures") { 465 if (!-d "$path/treasures") {
160 warn "'$path' does not look like an arch directory ('treasures' directory is missing).\n"; 466 warn "'$path' does not look like an arch directory ('treasures' directory is missing).\n";
161 exit 1 unless $FORCE; 467 exit 1 unless $FORCE;
162 } 468 }
163 469
164 collect_arch $path; 470 find_files $path;
165 IO::AIO::flush; 471 IO::AIO::flush;
166 472
167 die "--install-arch not yet implemented\n"; 473 $_->join for (
474 # four png crunchers work fine for my 2x smp machine
475 (async \&process_png), (async \&process_png), (async \&process_png), (async \&process_png),
476 (async \&process_trs), (async \&process_trs),
477 (async \&process_arc), (async \&process_arc),
478 (async \&process_res), (async \&process_res),
479 );
480
481 {
482 # remove path prefix from editor_folder
483 substr $_->{editor_folder}, 0, 1 + length $path, ""
484 for values %ARC;
485
486 # resolve inherit
487 while () {
488 my $progress;
489 my $loop;
490
491 for my $o (values %ARC) {
492 if (my $other = $o->{inherit}) {
493 if (my $s = $ARC{$other}) {
494 if ($s->{inherit}) {
495 $loop = $s;
496 } else {
497 delete $o->{inherit};
498 my %s = %$s;
499 delete @s{qw(_name more name name_pl)};
500 %$o = ( %s, %$o );
501 ++$progress;
502 }
503 } else {
504 warn "'$o->{_name}' tries to inherit from undefined archetype '$other', skipping.\n";
505 delete $ARC{$o->{_name}};
506 }
507 }
508 }
509
510 unless ($progress) {
511 die "inheritance loop detected starting at archetype '$loop->{_name}', aborting.\n"
512 if $loop;
513
514 last;
515 }
516 }
517
518 # remove base classes (by naming scheme, should use something like "baseclass xxx" to inherit
519 @ARC = grep $_->{_name} !~ /^(?:type|class)_/, @ARC;
520
521 open my $fh, ">:utf8", "$DATADIR/archetypes~"
522 or die "$DATADIR/archetypes~: $!";
523 print $fh Crossfire::archlist_to_string [sort { $a->{_name} cmp $b->{_name} } @ARC];
524 }
525
526 {
527 open my $fh, ">:utf8", "$DATADIR/treasures~"
528 or die "$DATADIR/treasures~: $!";
529 print $fh $TRS;
530 }
531
532 {
533 while (my ($k, $v) = each %FACEINFO) {
534 length $v->{data32} or warn "$k: face has no png32. this will not work (shoddy gcfclient will crash of course).\n";
535 length $v->{data64} or warn "$k: face has no png64. this will not work very well.\n";
536
537 length $v->{data32} <= 10000 or warn "$k: face32 larger than 10000 bytes, will not work with crossfire client.\n";
538 #length $v->{data64} <= 10000 or warn "$k: face64 larger than 10000 bytes.\n";
539
540 $v->{chksum32} = Digest::MD5::md5 $v->{data32};
541 $v->{chksum64} = Digest::MD5::md5 $v->{data64};
542
543 if (my $magicmap = $v->{magicmap}) {
544 $magicmap =~ y/A-Z_\-/a-z/d;
545 $v->{magicmap} = $COLOR{$magicmap};
546 }
547 }
548
549 open my $fh, ">:perlio", "$DATADIR/facedata~"
550 or die "$DATADIR/facedata~: $!";
551
552 print $fh freeze {
553 version => 2,
554 faceinfo => \%FACEINFO,
555 animinfo => \%ANIMINFO,
556 resource => \%RESOURCE,
557 };
558 }
559
560 for (qw(archetypes facedata treasures)) {
561 chmod 0644, "$DATADIR/$_~";
562 rename "$DATADIR/$_~", "$DATADIR/$_"
563 or die "$DATADIR/$_: $!";
564 }
565
566 print "archetype data installed successfully.\n";
168 } 567 }
169} 568}
170 569
171Getopt::Long::Configure ("bundling", "no_ignore_case"); 570Getopt::Long::Configure ("bundling", "no_ignore_case");
172GetOptions ( 571GetOptions (
173 "verbose|v:+" => \$VERBOSE, 572 "verbose|v:+" => \$VERBOSE,
573 "cache" => \$CACHE,
174 "quiet|q" => sub { $VERBOSE = 0 }, 574 "quiet|q" => sub { $VERBOSE = 0 },
175 "force" => sub { $FORCE = 1 }, 575 "force" => sub { $FORCE = 1 },
176 "install-arch=s" => \&inst_arch, 576 "install-arch=s" => \&inst_arch,
177 "install-maps=s" => \&inst_maps, 577 "install-maps=s" => \&inst_maps,
178 "print-statedir" => sub { print "@pkgstatedir@\n" }, 578 "print-statedir" => sub { print "@pkgstatedir@\n" },

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines