1
0
Fork 0
OpenTTD/src/misc
Peter Nelson b55af05626 Codechange: Pass encoded script strings as EncodedString.
This removes the ambiguity of having std::strings that may or may not be encoded.
2025-03-04 21:40:39 +00:00
..
CMakeLists.txt Codechange: Remove CCountedPtr. 2024-10-16 21:52:00 +01:00
binaryheap.hpp Codechange: Use std::ranges::find where possible. 2024-11-24 10:36:03 +00:00
dbg_helpers.cpp Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445) 2023-11-06 20:29:35 +00:00
dbg_helpers.h Codechange: Use EnumBitSet for EndSegmentReasons. (#13490) 2025-02-07 23:53:23 +00:00
endian_buffer.hpp Codechange: Pass encoded script strings as EncodedString. 2025-03-04 21:40:39 +00:00
getoptdata.cpp Codechange: internally use a span of arguments for GetOptData 2024-04-11 12:00:36 +02:00
getoptdata.h Codechange: internally use a span of arguments for GetOptData 2024-04-11 12:00:36 +02:00
hashtable.hpp Codechange: Renamed CHashTableT to HashTable and corrected code style 2024-10-29 08:35:47 +01:00
lrucache.hpp Codechange: rework OpenGL backend to not need emplacement new and manual deconstructor calls 2025-02-23 14:44:11 +01:00