Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-10-15 | All py3 strings are already utf8testxml_py3 | Fedja Beader | 1 | -7/+1 | |
..or so I was told. Fix b'warn: file=maps/001-2.tmx empty tile in lower layers (125, 34), (126, 34), (124, 34), (127, 34)' (the b' prefix and ' suffix on printing) | |||||
2024-10-15 | Fix TypeError: '>' not supported between instances of 'str' and 'int' | Fedja Beader | 1 | -1/+1 | |
File "/builds/specing/tools/testxml/./testxml.py", line 568, in testSpriteFile if variants > 0 and variant >= variants: ^^^^^^^^^^^^ | |||||
2024-10-15 | env python -> env python3 | Fedja Beader | 1 | -1/+1 | |
why can't 2to3 do this? | |||||
2024-10-15 | 2to3 --write --nobackups testxml/testxml.py | Fedja Beader | 1 | -96/+96 | |
2024-10-15 | The one who should be breaking is not tmx_converter but testxml | Jesusaves | 1 | -0/+3 | |
2024-10-14 | Switch from obsolete ogg.vorbis library to python-soundfile | Fedja Beader | 1 | -3/+5 | |
pyvorbis is no longer available after debian Buster. Associated clientdata pipeline: https://git.themanaworld.org/specing/clientdata/-/commits/test_testxml_update Requires packages updated in clientdata as in that branch. Perhaps better to shift .tools/testxml.sh into tools repo. Squashed with: * Remove other method left commented out and untested * Why specify specific exception type when we can just handle them all? * Alright, ancient (10.1-3) SoundFile lib has no SoundFileError yet **** ml/tools!3 | |||||
2024-05-22 | Remove false-positive | Jesusaves | 1 | -7/+0 | |
2023-08-17 | Drop support for strike sound tag | Jesusaves | 1 | -1/+2 | |
2022-06-09 | New Git URLs | Jesusaves | 1 | -3/+3 | |
2021-04-01 | Enforce a Tiled minimum version. Initally set to 1.3 but 1.4+ advised | Jesusaves | 1 | -0/+12 | |
2020-04-24 | New testxml mode: stfu | Jesusaves | 1 | -4/+11 | |
2019-04-06 | Last minute fixes | Jesusaves | 1 | -3/+6 | |
2019-04-06 | Add three missing checks to testxml: Total map width, Height Layer and ↵ | Jesusaves | 1 | -0/+46 | |
invalid Objects | |||||
2019-03-16 | Manaplus is not... But testxml might be. | Jesusaves | 1 | -1/+1 | |
2019-02-09 | [skip ci] | Jesusaves | 1 | -1/+1 | |
2019-02-09 | More tolerant margins (this keeps the bug, I just want to shut up pipeline) | Jesusaves | 1 | -1/+1 | |
2018-11-02 | Updates by Andrei Karas | Andrei Karas | 1 | -9/+9 | |
+ Some stuff by Jesusalva which got in because -a flag | |||||
2018-04-28 | Tools updates | Andrei Karas | 1 | -15/+40 | |
2018-01-17 | testxml: add support for non ascii chars in error messages. | Andrei Karas | 1 | -1/+7 | |
2016-09-12 | Fix different issues in tools found by pyflakes. | Andrei Karas | 1 | -22/+16 | |
2016-07-09 | testxml: check map names in tmx files. | Andrei Karas | 1 | -0/+21 | |
2016-07-01 | textxml: fix false positive errors with 'attack' action in sprites. | Andrei Karas | 1 | -4/+7 | |
Also check 'attack' action for actions with all hp. | |||||
2016-07-01 | testxml: Fix false positive about missing tsx files. | Andrei Karas | 1 | -1/+1 | |
2016-07-01 | testxml: count some missing warnings and error messages in warn/error counter | Andrei Karas | 1 | -0/+11 | |
2016-07-01 | testxml: Add different fixes after parsing tmw-br client data. | Andrei Karas | 1 | -9/+19 | |
2016-06-13 | testxml: dont add warning in wrong directory in silent mode. | Andrei Karas | 1 | -1/+4 | |
In silent mode show checked xml file names. | |||||
2016-06-07 | testxml: fail ci test if map not have atlas. | Andrei Karas | 1 | -5/+1 | |
2016-06-07 | testxml: in map parsing code load also tsx files with tilesets. | Andrei Karas | 1 | -66/+77 | |
2016-06-07 | testxml: add check for map atlases. | Andrei Karas | 1 | -5/+54 | |
If map not have atlas, will be error in non ci run. If map have atlas and miss some tileset will be error in ci and non ci run. | |||||
2016-05-22 | testxml: add flag for hercules data ci scripts. | Andrei Karas | 1 | -1/+5 | |
2016-05-22 | testxml: fix crash if sprite tag is empty. | Andrei Karas | 1 | -1/+1 | |
2016-04-27 | testxml: report error if any warning happend. | Andrei Karas | 1 | -9/+17 | |
In silent mode, hide some more warnings and errors. Hide errors about test maps. | |||||
2016-04-09 | testxml: fix some typos. | Andrei Karas | 1 | -2/+2 | |
2016-04-08 | testxml: fix wrong report about duplicate action with same name and ↵ | Andrei Karas | 1 | -2/+6 | |
different hp. | |||||
2016-04-08 | testxml: add silent mode. Only report biggest issues. | Andrei Karas | 1 | -21/+34 | |
2016-02-10 | testxml: fix validating dye palette with GIMP color names. | Andrei Karas | 1 | -9/+11 | |
2015-10-23 | testxml: add check for broken description. | Andrei Karas | 1 | -0/+4 | |
2015-09-08 | testxml: fix some errors in error reporting. | Andrei Karas | 1 | -3/+3 | |
2015-09-06 | testxml: add support for overlapping vertical oversized tiles. | Andrei Karas | 1 | -1/+10 | |
2015-09-06 | testxml: update url. | Andrei Karas | 1 | -1/+1 | |
2015-08-17 | testxml: add card item type. | Andrei Karas | 1 | -1/+1 | |
2014-12-19 | testxml: do not report as error empty replace tag in items.xml | Andrei Karas | 1 | -1/+2 | |
2014-12-19 | testxml: in report for oversized tileset report map name. | Andrei Karas | 1 | -2/+3 | |
2014-12-19 | testxml: remove map compression type check. | Andrei Karas | 1 | -8/+8 | |
2014-12-19 | testxml: remove legacy path.xml parameters check. | Andrei Karas | 1 | -27/+2 | |
2014-12-07 | testxml: add support for evol client data relative path. | Andrei Karas | 1 | -1/+1 | |
2014-11-05 | testxml: fix parsing included files. | Andrei Karas | 1 | -7/+9 | |
2014-09-21 | testxml: restore working version. | Andrei Karas | 1 | -49/+15 | |
2014-09-21 | hercules: add missing monster related files. | Andrei Karas | 1 | -15/+49 | |
2014-07-07 | testxml: fix dye channel messages. | Andrei Karas | 1 | -6/+6 | |