1
0
Fork 0
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 Codechange: replace error/usererror printf variant with fmt variant and rename 2023-04-25 17:55:09 +02:00
strgen.cpp Codechange: Use range-for and std::size with _plural_forms. (#12852) 2024-07-10 09:41:28 +00:00
strgen.h Codechange: Use `__VA_OPT__(,)` instead of `, ##` (#12921) 2024-09-12 07:06:15 +01:00
strgen_base.cpp Fix fcf8693c4f: Remove 100 byte limit for parsing string command parameters. (#12950) 2024-09-18 20:55:36 +01:00