frosch
|
20805ba84b
|
Codechange: Use EncodeUtf8 and DecodeUtf8 directly, when dealing with a single character.
|
2025-04-03 18:43:41 +02:00 |
|
Peter Nelson
|
47d078c033
|
Codechange: Use EnumBitSet for RailTypes.
|
2025-03-25 20:15:48 +00:00 |
|
Peter Nelson
|
732109e444
|
Codechange: Use EnumBitSet for RoadTypes.
|
2025-03-25 20:15:48 +00:00 |
|
frosch
|
25005cff16
|
Codefix: std::string_view::data() is not necessarily null terminated. (#13891)
|
2025-03-25 20:32:19 +01:00 |
|
frosch
|
488cda728d
|
Codechange: Use std::string and std::string_view instead of C strings.
|
2025-03-24 23:10:13 +01:00 |
|
Peter Nelson
|
828e808444
|
Codechange: Split NewGRF loader into separate Action handlers.
|
2025-03-23 16:59:36 +00:00 |
|
Peter Nelson
|
0b7fa11a5b
|
Codechange: Move NewGRF string mapping to own file.
|
2025-03-23 16:59:36 +00:00 |
|
Peter Nelson
|
2cb389946d
|
Codechange: Move GrfProcessingState to separate file.
Allows reuse by other files.
|
2025-03-23 16:59:36 +00:00 |
|
Peter Nelson
|
fe9dfa2b08
|
Codechange: Move NewGRF ByteReader to own file.
|
2025-03-23 16:59:36 +00:00 |
|