Increase number of piece types to 44
authorH.G. Muller <h.g.muller@hccnet.nl>
Sun, 29 Sep 2013 21:21:32 +0000 (23:21 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Sun, 22 Dec 2013 22:06:58 +0000 (23:06 +0100)
commitfa1ce90bbcd27d332afebd9ecbd4e0ed662c4940
tree9482db1771d9090a0187099c39237b09587e0b0a
parentf75d0a5c5ff9825398ac4b11644d4cb8c14252a6
Increase number of piece types to 44

SVG pieces are added for implementing Chu Shogi; the promoted versions for
Chu are offset by 22 rather than the usual 11.
28 files changed:
Makefile.am
backend.c
common.h
draw.c
svg/BlackDolphin.svg [new file with mode: 0644]
svg/BlackHCrown.svg [new file with mode: 0644]
svg/BlackHSword.svg [new file with mode: 0644]
svg/BlackLeopard.svg [new file with mode: 0644]
svg/BlackLion.svg [new file with mode: 0644]
svg/BlackPromoBishop.svg [new file with mode: 0644]
svg/BlackPromoDragon.svg [new file with mode: 0644]
svg/BlackPromoHSword.svg [new file with mode: 0644]
svg/BlackPromoHorse.svg [new file with mode: 0644]
svg/BlackPromoRook.svg [new file with mode: 0644]
svg/BlackPromoSword.svg [new file with mode: 0644]
svg/BlackSword.svg [new file with mode: 0644]
svg/WhiteDolphin.svg [new file with mode: 0644]
svg/WhiteHCrown.svg [new file with mode: 0644]
svg/WhiteHSword.svg [new file with mode: 0644]
svg/WhiteLeopard.svg [new file with mode: 0644]
svg/WhiteLion.svg [new file with mode: 0644]
svg/WhitePromoBishop.svg [new file with mode: 0644]
svg/WhitePromoDragon.svg [new file with mode: 0644]
svg/WhitePromoHSword.svg [new file with mode: 0644]
svg/WhitePromoHorse.svg [new file with mode: 0644]
svg/WhitePromoRook.svg [new file with mode: 0644]
svg/WhitePromoSword.svg [new file with mode: 0644]
svg/WhiteSword.svg [new file with mode: 0644]