Try to load bitmaps for all pieces (WB)
authorH.G.Muller <hgm@hgm-xboard.(none)>
Tue, 24 Nov 2015 19:00:16 +0000 (20:00 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Tue, 24 Nov 2015 19:00:16 +0000 (20:00 +0100)
commit2bd8093de9677a20fe507fd4030c6a3b05c6c102
tree17548d95e1f37e1066f847b0ac29926ac2322d99
parentf49e7e17e3b4e66fb70f0a9416ed65b5e4516d7d
Try to load bitmaps for all pieces (WB)

WinBoard only contains build-in bitmaps for the first 22 piece types,
and also only associated filenames with those that can be used to
provide external images. Now a new naming convention for piece images
is introduced, like piece22_49s.bmp for a 49x49 bitmap for solid piece 22.
All pieces that were not loaded according to the old convention now
try to find images with this naming convention if a -pieceImageDirectory
is defined.
winboard/winboard.c