OpenTTD/src/strgen
Peter Nelson 25a8abcd8e
Fix fcf8693c4f: Remove 100 byte limit for parsing string command parameters. (#12950)
This allows longer parameters to be used in plural and gender commands.

Each individual word list parameter is now limited to 253 bytes, allowing for a trailing NUL and leaving 0xFF reserved.
2024-09-18 20:55:36 +01:00
..
CMakeLists.txt
strgen_base.cpp Fix fcf8693c4f: Remove 100 byte limit for parsing string command parameters. (#12950) 2024-09-18 20:55:36 +01:00
strgen.cpp
strgen.h Codechange: Use __VA_OPT__(,) instead of , ## (#12921) 2024-09-12 07:06:15 +01:00