Files
OpenTTD/src
frosch 689f55a0ea Fix #14044: Negative string parameters from GS were rendered as zero. (#14049)
String parameters are always stored as uint64_t. Negative values are sign-extended to int64_t and then casted to uint64_t.
The same applies to encoded strings. But ScriptText encoded them as int64_t.

Co-authored-by: rubidium42 <rubidium42@users.noreply.github.com>
2025-04-20 23:01:49 +02:00
..
2025-04-20 04:43:37 +00:00
2025-02-09 16:52:21 +01:00
2025-02-15 21:06:28 +01:00
2025-04-20 12:50:45 +02:00
2025-02-16 22:24:25 +00:00
2025-02-12 22:44:51 +01:00
2025-02-16 14:02:18 +01:00
2025-02-16 14:50:15 +01:00
2025-02-09 16:52:21 +01:00