This project is a fork of the shogivar.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/shogivar.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionMy patches to Shogi Variants
ownerydirson@free.fr
last changeFri, 22 Aug 2014 20:31:54 +0000 (22 22:31 +0200)
content tags
add:
README
What is ShogiVar?
=================
ShogiVar 1.55a is a free program which can referee games between
human players for any of 17 ancient & modern variants of Shogi
(the Japanese member of the chess family). There is also a computer
player for all supported variants except Tenjiku (Exotic) Shogi.  

ShogiVar is free software, released under the GNU General Public
License (GPL).  See the file COPYING for details.


O/S Requirements
-------------------

ShogiVar originally was a 16-bit Windows Visual Basic 3.0 application that
would run under any 16 or 32-bit version of Windows (from 3.1 onwards).

It will not run under more modern 64-bit Windows operating systems. 


Steve Evans

steve.evans@internode.on.net


Linux port
-------------

ShogiVar has been translated to C, with a new GTK+ front-end providing
the services formerly provided by Visual Basic. The code for this
front-end was adapted from the GNU XBoard project. The Linux port of
Shogivar can be built from source code by the commands:

	./autogen.sh
	./configure
	make
	sudo make install

Note that installing is essential, as otherwise ShogiVar would not be
able to find any of its graphics files for boards and pieces.


H.G. Muller

h.g.muller@hccnet.nl

shortlog
2014-08-22 Yann DirsonCompletely get rid of unused m4/ directorymaster
2014-08-22 Yann DirsonCompletely get rid of Xaw support
2014-08-22 H.G.MullerMention frontend.h and shogivar.pod in Makefile.am
2014-08-22 H.G.MullerUpdate README file with Linux info
2014-08-22 H.G.MullerRemove readme.1st from make-dist
2014-08-22 H.G.MullerLet autogen.sh create m4 directory
2014-08-22 H.G.MullerMake GTK default and only front-end
2014-08-22 H.G.MullerImplement redrawing of promotion dots
2014-08-22 H.G.MullerFix holdings counts for Wa
2014-08-21 H.G.MullerConnect holdings counts
2014-08-21 H.G.MullerFix layout of diagrams
2014-08-21 H.G.MullerFix diagram-save menus
2014-08-21 H.G.MullerFix == translation error
2014-08-21 H.G.MullerFix positioning in holdings after RestoreGrafix
2014-08-21 H.G.MullerFix Load Game
2014-08-21 H.G.MullerFix some back-end bugs
...
heads
9 years ago master