This website requires JavaScript.
Explore
Help
Sign In
amacocian
/
OpenTTD
Watch
1
Star
0
Fork
0
mirror of
https://github.com/OpenTTD/OpenTTD.git
synced
2026-07-24 12:06:41 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f59cf73b8849e62fbc398f31b99475e05f8cca4e
OpenTTD
/
src
/
misc
T
History
Peter Nelson
and
Peter Nelson
9735fbbaa1
Codechange: Use LRUCache for layouted LineCache.
...
This avoids needing to manually manage the size of the cache.
2025-05-06 18:09:00 +01:00
..
binaryheap.hpp
Codechange: Use std::ranges::find where possible.
2024-11-24 10:36:03 +00:00
CMakeLists.txt
Codechange: Remove CCountedPtr.
2024-10-16 21:52:00 +01:00
dbg_helpers.cpp
Codechange: Use format instead of to_string.
2025-04-29 20:26:23 +02:00
dbg_helpers.h
Codechange: Add 'const' to static variables, which are only initialised once.
2025-05-06 18:29:41 +02:00
endian_buffer.hpp
Codechange: remove const char* overloads when there are std::string_view and std::string& overloads
2025-04-29 10:14:53 +02:00
getoptdata.cpp
Codechange: replace char* in GetOptData with std::string_view
2025-04-30 23:49:06 +02:00
getoptdata.h
Codechange: replace char* in GetOptData with std::string_view
2025-04-30 23:49:06 +02:00
hashtable.hpp
Codechange: Renamed CHashTableT to HashTable and corrected code style
2024-10-29 08:35:47 +01:00
lrucache.hpp
Codechange: Use LRUCache for layouted LineCache.
2025-05-06 18:09:00 +01:00