Supply oriental theme settings
authorH.G. Muller <h.g.muller@hccnet.nl>
Wed, 23 Oct 2013 14:31:01 +0000 (16:31 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Sun, 22 Dec 2013 22:32:08 +0000 (23:32 +0100)
commitc5e79d2e39fbafdeb7fac07906891d33b7a5363a
tree8420cd5136979c8c3421cd84532bf0773f2716ad
parentdaf0fb324ca20ca54b49b1604dbc3d4ecf9ecf85
Supply oriental theme settings

Install creates a new directory .../themes/conf, in which a number of
settings files are places for defining oriental themes. These redefine the
user settings file for each of them to ~/.xboard-xxx-rc, so the settings
cannot leak into the default user settings file, but are nevertheless
persistent on revisiting the theme. XBoard now looks in this directory
for settingsfiles it could otherwise not find, so they can be invoked
with @shogi, @xq, @chu on the XBoard command line.
  Filenames starting with ~~ will now be expanded to the directory where
the XBoard data files are installed, so the installed settings files can
easily refer to installed other files (e.g. piece SVGs and textures).
The themes files will also redefine the default engine when they belong
to variants that Fairy-Max does not play.
  Some minor settings files for implementing variants that are not standard
(such as mini- and Sho Shogi) are also added in the conf directory.
14 files changed:
Makefile.am
args.h
conf/chu [new file with mode: 0644]
conf/ics [new file with mode: 0644]
conf/judkins [new file with mode: 0644]
conf/judkins.fen [new file with mode: 0644]
conf/mini [new file with mode: 0644]
conf/mini.fen [new file with mode: 0644]
conf/sho [new file with mode: 0644]
conf/sho.fen [new file with mode: 0644]
conf/shogi [new file with mode: 0644]
conf/xiangqi [new file with mode: 0644]
conf/xq [new file with mode: 0644]
usystem.c