This website requires JavaScript.
Explore
Help
Sign In
miguel.horta
/
openttd-cmclient
Watch
1
Star
0
Fork
0
You've already forked openttd-cmclient
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
d37d4c18b5ef1a34d2348b9fc593317bead94dc2
openttd-cmclient
/
src
/
misc
T
History
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