warzone2100/tools
Guangcong Luo cf3ea876f9 Commit ticket #423 - Add a tech tree chart generator to the tools.
git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@7449 4a71c877-e1ca-e34f-864e-861f7616d084
2009-05-16 16:07:15 +02:00
..
3ds2pie Bump copyright 2009-02-10 18:01:48 +00:00
blender * Fix the Blender import & export scripts such that they're completely compatible with eachother (i.e. import->export->import == import) 2007-08-20 15:09:13 +00:00
conversion Set svn:eol-style native and convert the line endings to \n. 2009-03-21 01:53:25 +01:00
display Add missing include 2009-04-12 14:12:03 +02:00
editworld Set svn:eol-style native and convert the line endings to \n. 2009-03-21 01:53:25 +01:00
gitsvngateway Add the --squash flag to gitsvngateway. With --squash it will not try to unravel any merges but instead commit it as one change. 2009-04-20 19:53:13 +02:00
html2trac Bump copyright 2009-02-10 18:01:48 +00:00
lobby Move the IRC bot to the same directory as the lobby server 2009-04-22 13:18:35 +02:00
map Prevent leaking memory in mapFree by deallocating all memory we allocated 2009-03-30 16:10:58 +02:00
masterserver Don't try referencing "not yet" defined variables 2009-05-15 22:29:31 +02:00
pietoaster Bump copyright 2009-02-10 18:01:48 +00: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 qwzm: Make use of QGLViewer. This lets us rotate and translate the model, as well as add various 2009-02-07 18:21:06 +00:00
tech-tree-chart-generator Commit ticket #423 - Add a tech tree chart generator to the tools. 2009-05-16 16:07:15 +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
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.