summaryrefslogtreecommitdiff
path: root/testxml/testxml.py
AgeCommit message (Expand)AuthorFilesLines
2016-09-12Fix different issues in tools found by pyflakes.Andrei Karas1-22/+16
2016-07-09testxml: check map names in tmx files.Andrei Karas1-0/+21
2016-07-01textxml: fix false positive errors with 'attack' action in sprites.Andrei Karas1-4/+7
2016-07-01testxml: Fix false positive about missing tsx files.Andrei Karas1-1/+1
2016-07-01testxml: count some missing warnings and error messages in warn/error counterAndrei Karas1-0/+11
2016-07-01testxml: Add different fixes after parsing tmw-br client data.Andrei Karas1-9/+19
2016-06-13testxml: dont add warning in wrong directory in silent mode.Andrei Karas1-1/+4
2016-06-07testxml: fail ci test if map not have atlas.Andrei Karas1-5/+1
2016-06-07testxml: in map parsing code load also tsx files with tilesets.Andrei Karas1-66/+77
2016-06-07testxml: add check for map atlases.Andrei Karas1-5/+54
2016-05-22testxml: add flag for hercules data ci scripts.Andrei Karas1-1/+5
2016-05-22testxml: fix crash if sprite tag is empty.Andrei Karas1-1/+1
2016-04-27testxml: report error if any warning happend.Andrei Karas1-9/+17
2016-04-09testxml: fix some typos.Andrei Karas1-2/+2
2016-04-08testxml: fix wrong report about duplicate action with same name and different...Andrei Karas1-2/+6
2016-04-08testxml: add silent mode. Only report biggest issues.Andrei Karas1-21/+34
2016-02-10testxml: fix validating dye palette with GIMP color names.Andrei Karas1-9/+11
2015-10-23testxml: add check for broken description.Andrei Karas1-0/+4
2015-09-08testxml: fix some errors in error reporting.Andrei Karas1-3/+3
2015-09-06testxml: add support for overlapping vertical oversized tiles.Andrei Karas1-1/+10
2015-09-06testxml: update url.Andrei Karas1-1/+1
2015-08-17testxml: add card item type.Andrei Karas1-1/+1
2014-12-19testxml: do not report as error empty replace tag in items.xmlAndrei Karas1-1/+2
2014-12-19testxml: in report for oversized tileset report map name.Andrei Karas1-2/+3
2014-12-19testxml: remove map compression type check.Andrei Karas1-8/+8
2014-12-19testxml: remove legacy path.xml parameters check.Andrei Karas1-27/+2
2014-12-07testxml: add support for evol client data relative path.Andrei Karas1-1/+1
2014-11-05testxml: fix parsing included files.Andrei Karas1-7/+9
2014-09-21testxml: restore working version.Andrei Karas1-49/+15
2014-09-21hercules: add missing monster related files.Andrei Karas1-15/+49
2014-07-07testxml: fix dye channel messages.Andrei Karas1-6/+6
2014-07-07testxml: add support for include tags.Andrei Karas1-1931/+1957
2014-04-21testxml: Fix crash with broken soft link in directory.Andrei Karas1-1/+6
2013-11-03update python version in testxml.Andrei Karas1-1/+1
2013-01-26testxml: add miss sound support.Andrei Karas1-1/+7
2012-10-11testxml: add detection for overlapped oversized tiles.Andrei Karas1-1/+47
2012-08-08testxml: Fix end tag detection in attack animations.Andrei Karas1-5/+7
2012-08-08testxml: add checks for all parameters in paths.xmlAndrei Karas1-6/+53
2012-08-05testxml: fix typo.Andrei Karas1-1/+1
2012-08-05testxml: add check for last attack tag.Andrei Karas1-1/+9
2012-08-05testxml: disable some paranoid checks by default.Andrei Karas1-9/+17
2012-08-05testxml: add support for csv and xml layer formats.Andrei Karas1-5/+69
2012-06-11textxml: fix false positives with some image sizes.Andrei Karas1-2/+2
2012-06-11testxml: add check for executable files.Andrei Karas1-6/+14
2012-06-11testxml: add check for default paths.Andrei Karas1-0/+13
2012-06-11testxml: fix global path vars issue.Andrei Karas1-1/+3
2012-06-11testxml: fix error in multiple imagesets.Andrei Karas1-1/+12
2012-06-11testxml: fix crash on incorrect imagesets.Andrei Karas1-0/+1
2012-06-08testxml: check multiple imageset tags in sprites.Andrei Karas1-84/+96
2012-06-04testxml: add check for attack action in sprites.Andrei Karas1-15/+28