Commit Graph

7 Commits

Author SHA1 Message Date
Max Horn
07a7800ebd Moved tools to all-C++ code (ensures consistency of all code during compilation, and allows us to use advanced stuff, like code from common/, in the tools)
svn-id: r30963
2008-02-25 14:13:12 +00:00
Max Horn
85393b6fa4 Extended rules.mk with code for building extra (tool) executables, and changed some of the tools to make use of this
svn-id: r30962
2008-02-25 14:10:17 +00:00
Johannes Schickel
94cd7dd04a Added a hack for the tools to allow building on MinGW with SDL backend. (see bug #1800764 "TOOLS: MinGW tools building broken")
svn-id: r29131
2007-09-29 11:40:31 +00:00
Max Horn
dc43ca779f Added skycpt and qtable to the regular build system
svn-id: r29015
2007-09-22 09:53:13 +00:00
Gregory Montoir
77aa551722 only request the user to update the queen.tbl if the game she/he's trying to play really *requires* it.
svn-id: r25944
2007-03-02 23:57:37 +00:00
Gregory Montoir
948630c3b4 added initial support for FOTAQ amiga versions
svn-id: r25769
2007-02-21 20:27:48 +00:00
Gregory Montoir
ad5a89a04b "qtable" is the tool we used to generate the "queen.tbl" file.
As the .tbl file is now the repository (in the engine-data module), I thought it would be nice to have the tool to (re)generate it.
It may also be useful to add support for any other versions.

There's no makefile ; to build the tool, just compile "qtable.c".
To generate the .tbl file, just execute the tool with the output filename as argument.

svn-id: r22226
2006-04-29 14:29:57 +00:00