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-07-27 | Include <attack> attribute on Homunculus. | Jesusaves | 1 | -0/+18 | |
This is granted under BeingCommon::readBasicAttributes("attack") authority mana/plus:src/resources/db/homunculusdb.cpp:102 | |||||
2024-07-27 | I hate XML, I'll ask specing for help if this still fails | Jesusaves | 1 | -12/+10 | |
2024-07-27 | I really have no idea what I'm doing. I hate XSD files. | Jesusaves | 1 | -10/+12 | |
2024-07-27 | Include <sound> attribute on Homunculus. | Jesusaves | 1 | -0/+10 | |
This is granted under BeingCommon::readObjectNodes authority mana/plus:src/resources/db/homunculusdb.cpp:126 | |||||
2024-05-22 | Remove false-positive | Jesusaves | 1 | -7/+0 | |
2024-01-20 | Fix enumeration | Jesusaves | 1 | -0/+1 | |
2023-08-17 | Drop support for strike sound tag | Jesusaves | 2 | -2/+2 | |
2023-06-16 | +bAtkRate attribute. | Fedja Beader | 1 | -0/+1 | |
2023-02-18 | This is for Legacy but if it works, then it'll work for ML as well | Jesusaves | 1 | -0/+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-06-19 | criticalattackrate | Jesusaves | 1 | -0/+2 | |
2020-06-18 | Register block, maxweight | Jesusaves | 1 | -0/+2 | |
2020-06-17 | atkspeed | Jesusaves | 1 | -0/+1 | |
2020-04-24 | New testxml mode: stfu | Jesusaves | 1 | -4/+11 | |
2020-04-15 | SHUT UP | Jesusaves | 1 | -0/+2 | |
2020-04-15 | Add a few missing fields to testxml | Jesusaves | 1 | -0/+5 | |
2019-08-29 | Fix faulty XSD | Jesusaves | 1 | -1/+1 | |
2019-06-24 | Fix missing attribute | Jesusaves | 1 | -0/+1 | |
2019-05-31 | Meh | Jesusaves | 1 | -0/+1 | |
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-10 | <var id=3 nowiki=1> will display quest 3 on Quest Log, but it won't be | Jesusaves | 1 | -0/+1 | |
registered on Wiki | |||||
2019-02-10 | <wiki> is now allowed on quests.xml </wiki> | Jesusaves | 1 | -0/+1 | |
This text won't be displayed on Quest Log, only on Wiki Page | |||||
2019-02-09 | Allow <level> on Quest Log (no effect atm) | Jesusaves | 1 | -0/+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-05-24 | Fix bugs bugs bugs fix fix fix bugs bugs bugs | Jesusaves | 1 | -1/+1 | |
2018-04-28 | Tools updates | Andrei Karas | 1 | -15/+40 | |
2018-03-12 | testxml: add support for highlightName attribute in groups.xml | Andrei Karas | 1 | -0/+1 | |
2018-02-16 | Hercules update | Andrei Karas | 1 | -0/+27 | |
2018-01-17 | testxml: add support for non ascii chars in error messages. | Andrei Karas | 1 | -1/+7 | |
2017-11-08 | testxml: add npc attribute allowEquipment. | Andrei Karas | 1 | -0/+1 | |
2017-08-09 | testxml: add item menus into xsd. | Andrei Karas | 1 | -0/+15 | |
2017-08-07 | testxml: add new missile particle properties into xsd. | Andrei Karas | 1 | -2/+18 | |
2017-08-03 | testxml: add field autoTab for skills into xsd. | Andrei Karas | 1 | -0/+1 | |
2017-07-26 | use env instead of full path to bash | Monwarez | 2 | -2/+2 | |
2017-07-20 | testxml: extend xsd with permissions and commands in groups.xml | Andrei Karas | 1 | -0/+29 | |
2017-07-13 | textxml: add new fields into groups.xml xsd. | Andrei Karas | 1 | -0/+3 | |
2017-07-13 | testxml: add xsd for groups.xml | Andrei Karas | 2 | -0/+16 | |
2017-04-21 | testxml: add itemoptions.xml into xsd. | Andrei Karas | 1 | -0/+32 | |
2017-04-06 | testxml: add xsd for tests.xml | Andrei Karas | 1 | -0/+14 | |