summaryrefslogtreecommitdiffstatshomepage
path: root/hash/lynx.xml
Commit message (Collapse)AuthorAgeFilesLines
* New NOT_WORKING software list additions Ivan Vangelista2021-02-191-97/+108
| | | | | --------------------------------------- lynx.xml: Lynx Othello [anonymous]
* (nw) softlist_dev.cpp: validate ROM labels Vas Crabb2020-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The free-for-all on labels in software lists is not working. There's no consistency, labels are getting excessively long, people are starting to use non-ASCII characters in labels making it harder for others to type them when manipulating files on the command line, and there's too much markup being put in labels. The length limit is 127 characters, same as for labels in MAME itself. This should be long enough to be descriptive. Remember that the Win32 path limit is 260 characters, and many applications and frameworks have issues with longer paths, including Windows Explorer and the .NET framework. Labels are used as filenames, so concessions need to be made for this. I have not abbreviated excessively long labels myself - they're currently causing 135 validity errors. Someone else can fix them. Printable ASCII characters are allowed, with a few exceptions. The exceptions are limited to characters most likely to cause issues for interactive shells and scripts: * ! - csh event substitution (very difficult to escape properly) * $ - sh varibale expansion * % - csh job control, cmd variable expansion * / - UNIX directory separator * : - sh path separator, Windows drive qualifier * \ - sh escape, Windows directory separator Most of the labels that had to be edited were using ! for markup, or using ! and % for titles in labels. Strangely, titles in labels are often forced to lower case, despite this never being enforced for software lists. There are also various other edits to titles used for labels, such as moving articles to the end (with or without a comma), or replacing spaces with underscores. As I already said, there's no consistency at all. There is far too much markup in labels. They're even being used for notes in some cases (e.g. at least one case where a dumper's name is in the label). The XML schema supports metadata - use it. For example, you can use part_id for an unrestricted display name for a software part. You can also use XML comments for notes. And while on the topic of metadata, vgmplay.xml is putting the same thing in the part_id as well as the label. The part_id should have the actual title, not the title mangled to make it more suitable for use as a filename. Addressing this would be a lot of work, given how large the file is. For now, empty data areas in software lists cause a verbose message rather than a validation warning. There are thousands of software lists using empty data areas to indicate the size/width of cartridge RAM/EEPROM/etc.
* srcclean (nw) Vas Crabb2020-03-221-2/+2
|
* Update lynx.xml Alexis Bousiges2020-03-131-0/+22
| | | | | | Two homebrews added from this page => http://fadest.free.fr/DevLynx/ Roms can be downloaded here => http://fadest.free.fr/Yastuna/Download/yastuna1.zip http://fadest.free.fr/Yastuna2/Download/yastuna2.zip
* (nw) More license shuffling Vas Crabb2020-03-071-0/+2
| | | | | | | | Get rid of a couple of copies of the CC0 text. Add header comment to CC0 files to remind people editing them what the terms are. Also add some missing XML headers. The header comments in layouts won't bloat the binary - they get stripped out before compressing, same as any other comments.
* New working software list additions Scott Stone2020-01-271-11/+22
| | | | | | ----------------------------------- odyssey2: Death Race (USA) [SSJ, TeamEurope], Death Race (Euro) [anonymous] lynx: Weltenschlächter [anonymous]
* new working software list addition Ivan Vangelista2017-12-011-1/+12
| | | | | ---------------------------------------------- lynx: Ponx [anonymous]
* New working software list additions Ivan Vangelista2017-10-281-1/+12
| | | | | ----------------------------------- lynx: Alpine Games [anonymous]
* new working software list addition Ivan Vangelista2017-09-271-1/+12
| | | | | --------------------------------------------- lynx: MegaPak 1 [anonymous]
* indentation (nw) Vas Crabb2017-08-271-1/+1
|
* srcclean (nw) Vas Crabb2017-08-271-1/+1
|
* New working software list addition Ivan Vangelista2017-08-021-1/+12
| | | | | ------------------------------------------------ lynx: Crystal Mines II - Buried Treasure (Euro, USA) [anonymous]
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-1/+1
|
* Format fixes for recently adjusted software list XMLs (nw) Scott Stone2016-04-261-21/+21
|
* earlier version David Haywood2016-04-261-3/+13
|
* lynx zaku David Haywood2016-04-261-0/+12
|
* (MESS) softlist: misc consistency fixes, mostly to have common shortnames ↵ Fabio Priuli2013-05-011-1/+1
| | | | | for the same games across different lists. nw.
* Alignment fixes for XML hashes. (nw) Scott Stone2013-02-211-1/+1
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-1/+1
|
* (MESS) megadriv.xml: Added a proto, dumped by alcoatjez. no whatsnew. Fabio Priuli2012-10-021-3/+5
| | | + misc consistency/status fixes. no whatsnew.
* Sync software lists from MESS into hash (no whatsnew) Miodrag Milanovic2012-08-211-0/+1076