wesnoth/utils
Mark de Wever 8016efa3fb Add the autorevision tool to Wesnoth.
This version used is 1.4 and is copied from [1].

[1] http://www.catb.org/esr/autorevision/
2013-03-15 20:27:05 +00:00
..
ai_test Use new log domain for ai test scripts to determine faction. 2013-01-17 04:13:49 +00:00
gdb Strip trailing whitespaces. 2011-10-21 23:42:46 +00:00
mp-server change the test port from 15001 to 14990 2009-11-09 20:18:28 +00:00
nacl Added the NativeClient port code. 2011-12-17 16:37:19 +00:00
tests moved unit test website code to branches/resources/ from trunk/utils/ 2008-08-12 22:44:15 +00:00
umc_dev New year copyright update. 2013-01-01 09:22:03 +00:00
.gitignore added some svn:ignore entries 2006-09-02 01:32:24 +00:00
autorevision Add the autorevision tool to Wesnoth. 2013-03-15 20:27:05 +00:00
campaignd_download_analyze.sh Script to analyse campaignd server log for trafic numbers 2008-08-06 16:58:59 +00:00
change_textdomain Address feature request in bug #16309: 2010-08-19 10:58:25 +00:00
codecomp new utilities for font analysis 2006-01-17 14:52:24 +00:00
codeextract new utilities for font analysis 2006-01-17 14:52:24 +00:00
codeglyphs new utilities for font analysis 2006-01-17 14:52:24 +00:00
codelist Use isinstance instead of type() checks. 2011-03-12 01:15:58 +00:00
compare_images.py Fixed vim modeline, removed unusued import. 2011-02-27 13:32:03 +00:00
generate_git_tags.sh Script to generate git tags for svn tags 2012-09-23 02:08:39 +01:00
indexed2rgb.sh On failure, delete temporary images 2010-05-07 18:17:17 +01:00
mediawiki.py Remove trailing whitespaces. 2011-03-12 01:21:10 +00:00
png_format_check.sh Exit if failing to run pngcheck 2010-10-16 23:33:19 +01:00
po2po fix po2po to be independent of autotools/makefiles 2010-12-28 11:30:47 +00:00
pofix.py applied spelling mistake fix... 2012-02-18 11:31:06 +00:00
prkill update prkill, print less zero values, faster for non-drain units 2005-12-06 21:18:23 +00:00
README More whitespace removal 2011-03-24 20:52:22 +00:00
sanity_check Made sanity_check script detect correct path to top directory 2008-08-27 09:12:14 +00:00
tagfind made the script a bit more robust 2009-05-05 20:23:07 +00:00
test_libsvn.py Little cleanup before switching to argparse. 2011-03-02 21:13:54 +00:00
unused_functions.py Updated to current hierarchy and made compatible with 64-bit architectures. 2009-08-16 08:50:04 +00:00
update-language-percent add a script to help automatic handling of the completion ratios 2005-06-04 16:58:07 +00:00
valgrind_memcheck_suppressions.supp Added a valgrind memcheck suppression file... 2011-09-08 19:16:33 +00:00
wescamp_import Remove trailing whitespaces. 2011-03-12 01:21:10 +00:00
wesnoth-attack-sim.c Correcting attack predictions for swarm... 2012-10-19 21:27:07 +00:00
wesnoth-optipng applied patch #2663 by alarantalara: Make wesnoth-optipng work on systems with BSD stat 2011-07-24 10:28:37 +00:00
wesnothd.pl Adjust a lot of svn properties. 2008-09-30 14:06:26 +01:00
wiki_grabber.py Strip trailing whitespaces. 2011-10-21 23:42:46 +00:00
wml.pm Adjust a lot of svn properties. 2008-09-30 14:06:26 +01:00
wml_net.pm Adjust a lot of svn properties. 2008-09-30 14:06:26 +01:00
wmlxgettext Have wmlxgettext die when it encounters an empty translatable string 2012-09-23 02:08:37 +01:00
wxdiff wxdiff: word diff between original and translation, intended for en_US vs en_GB 2005-09-27 09:28:11 +00:00

This is a directory of miscellaneous developer tools for Battle for Wesnoth,
mostly to support packaging, code integrity checks, and control of the
Wesnoth servers.

Tools that work on data (WML, maps, images, sounds) no longer belong here.
Go to data/tools for those.