warzone2100/tools
per add2e1177c ini2json: Make filters start with 'filter' to make it clear what they are. Also make them take
arrays. Finally, the research effects effects start with lower case letters.
2014-02-08 15:27:35 +01:00
..
3ds2pie 3ds2pie tool update. Belongs to #1553. 2010-03-20 16:17:48 +01:00
blender Update plugin status 2010-03-21 19:47:12 +01:00
conversion ini2json: Make filters start with 'filter' to make it clear what they are. Also make them take 2014-02-08 15:27:35 +01:00
csv2ini Add csv2ini tool. Closes ticket:3792 2012-11-19 23:14:31 +01:00
display Seems time don't stop, so bump the year to 2013. 2013-01-16 15:34:57 -05:00
gitsvngateway Bail out when pushing to the git repository fails. 2009-11-23 18:47:00 +01:00
guidecode Delete cms.php - it appears to be superfluous. 2010-02-09 20:27:50 +01:00
html2trac Bump copyright 2009-02-10 18:01:48 +00:00
image Remove old autogenerated notice, add notice that tools/image is no longer useful. 2013-01-18 08:53:36 +01:00
map Update Qt to 4.8.4 for mac builds. 2013-08-01 16:48:43 -04:00
premult Remove left-over code in pre-multiplied tool. 2012-01-10 11:49:02 +01:00
pygments-lexers Update the Pygments WRF lexer for the changes done to the WRF file format in r5188:5189 2008-05-25 20:03:37 +00:00
qwzm Merge branch 'bugfixes' 2013-01-16 15:44:22 -05:00
rpl2avi rpl2avi converter by Angus Lees 2009-11-22 16:34:23 +01:00
statsedit statseditor: Show propulsions 2012-08-12 22:57:23 +02:00
subtitle-converter Change subtitle timing from frames to seconds. 2011-12-11 20:13:01 +01:00
tech-tree-chart-generator fix path 2009-09-27 19:07:01 +02:00
tile_texpage2mipmap_tileset * Fix tile_texpage2mipmap_tileset, it now makes imagemagick output zero-padded filenames up to 2 digits (like Warzone expects) 2007-10-11 22:47:13 +00:00
trac/plugins Update the ticketvalidemail plugin to work as part of the spam filter. 2012-01-26 22:54:09 -05:00
README Added a directory to contain tools for Warzone 2100. (E.g. modelling/texturing stuff, some map editor maybe, etc.) 2007-01-31 19:58:49 +00:00

README

************************************DRAFT***************************************

This directory (will) contain all sorts of Warzone 2100 related tools.

 * Each of these tools will have to be Warzone specific.
 * Every independend tool should have one directory of its own
 * No tool should depend on others for compilation or linking.
 * Each of these tools *must* have a "COPYING" file with it in its directory.
  - This file should contain the full licensing conditions applied to the entire tool.
  - If parts of this tool are licensed differently this *must* be made note of in this file.
  - Preferrably all tools should be licensed GPL (or maybe LGPL if it's easily reusable for other projects?).
  - In case the GPL is used it is best copied from /trunk/COPYING using the `svn copy` command.