mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-25 00:08:14 +00:00
df4c07238d
Parameters now have to be quoted with ". Supports " in parameters by escaping them with \. Tag start characters can be included in normal text by escaping them with \. Better error handling and a error messages to help with fixing invalid/malformed strings. This was SVN commit r15969.