summaryrefslogtreecommitdiff
path: root/testxml
AgeCommit message (Collapse)AuthorFilesLines
2024-10-15All py3 strings are already utf8testxml_py3Fedja Beader1-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-15Fix TypeError: '>' not supported between instances of 'str' and 'int'Fedja Beader1-1/+1
File "/builds/specing/tools/testxml/./testxml.py", line 568, in testSpriteFile if variants > 0 and variant >= variants: ^^^^^^^^^^^^
2024-10-15env python -> env python3Fedja Beader1-1/+1
why can't 2to3 do this?
2024-10-152to3 --write --nobackups testxml/testxml.pyFedja Beader1-96/+96
2024-10-15The one who should be breaking is not tmx_converter but testxmlJesusaves1-0/+3
2024-10-14Switch from obsolete ogg.vorbis library to python-soundfileFedja Beader1-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-07-27Include <attack> attribute on Homunculus.Jesusaves1-0/+18
This is granted under BeingCommon::readBasicAttributes("attack") authority mana/plus:src/resources/db/homunculusdb.cpp:102
2024-07-27I hate XML, I'll ask specing for help if this still failsJesusaves1-12/+10
2024-07-27I really have no idea what I'm doing. I hate XSD files.Jesusaves1-10/+12
2024-07-27Include <sound> attribute on Homunculus.Jesusaves1-0/+10
This is granted under BeingCommon::readObjectNodes authority mana/plus:src/resources/db/homunculusdb.cpp:126
2024-05-22Remove false-positiveJesusaves1-7/+0
2024-01-20Fix enumerationJesusaves1-0/+1
2023-08-17Drop support for strike sound tagJesusaves2-2/+2
2023-06-16+bAtkRate attribute.Fedja Beader1-0/+1
2023-02-18This is for Legacy but if it works, then it'll work for ML as wellJesusaves1-0/+2
2022-06-09New Git URLsJesusaves1-3/+3
2021-04-01Enforce a Tiled minimum version. Initally set to 1.3 but 1.4+ advisedJesusaves1-0/+12
2020-06-19criticalattackrateJesusaves1-0/+2
2020-06-18Register block, maxweightJesusaves1-0/+2
2020-06-17atkspeedJesusaves1-0/+1
2020-04-24New testxml mode: stfuJesusaves1-4/+11
2020-04-15SHUT UPJesusaves1-0/+2
2020-04-15Add a few missing fields to testxmlJesusaves1-0/+5
2019-08-29Fix faulty XSDJesusaves1-1/+1
2019-06-24Fix missing attributeJesusaves1-0/+1
2019-05-31MehJesusaves1-0/+1
2019-04-06Last minute fixesJesusaves1-3/+6
2019-04-06Add three missing checks to testxml: Total map width, Height Layer and ↵Jesusaves1-0/+46
invalid Objects
2019-03-16Manaplus is not... But testxml might be.Jesusaves1-1/+1
2019-02-10<var id=3 nowiki=1> will display quest 3 on Quest Log, but it won't beJesusaves1-0/+1
registered on Wiki
2019-02-10<wiki> is now allowed on quests.xml </wiki>Jesusaves1-0/+1
This text won't be displayed on Quest Log, only on Wiki Page
2019-02-09Allow <level> on Quest Log (no effect atm)Jesusaves1-0/+1
2019-02-09[skip ci]Jesusaves1-1/+1
2019-02-09More tolerant margins (this keeps the bug, I just want to shut up pipeline)Jesusaves1-1/+1
2018-11-02Updates by Andrei KarasAndrei Karas1-9/+9
+ Some stuff by Jesusalva which got in because -a flag
2018-05-24Fix bugs bugs bugs fix fix fix bugs bugs bugsJesusaves1-1/+1
2018-04-28Tools updatesAndrei Karas1-15/+40
2018-03-12testxml: add support for highlightName attribute in groups.xmlAndrei Karas1-0/+1
2018-02-16Hercules updateAndrei Karas1-0/+27
2018-01-17testxml: add support for non ascii chars in error messages.Andrei Karas1-1/+7
2017-11-08testxml: add npc attribute allowEquipment.Andrei Karas1-0/+1
2017-08-09testxml: add item menus into xsd.Andrei Karas1-0/+15
2017-08-07testxml: add new missile particle properties into xsd.Andrei Karas1-2/+18
2017-08-03testxml: add field autoTab for skills into xsd.Andrei Karas1-0/+1
2017-07-26use env instead of full path to bashMonwarez2-2/+2
2017-07-20testxml: extend xsd with permissions and commands in groups.xmlAndrei Karas1-0/+29
2017-07-13textxml: add new fields into groups.xml xsd.Andrei Karas1-0/+3
2017-07-13testxml: add xsd for groups.xmlAndrei Karas2-0/+16
2017-04-21testxml: add itemoptions.xml into xsd.Andrei Karas1-0/+32
2017-04-06testxml: add xsd for tests.xmlAndrei Karas1-0/+14