OpenTTD/src/os/windows
Peter Nelson 63ce81570c Remove: Custom opendir implementation for Windows no longer needed.
std::filesystem::directory_iterator is now used instead.
2024-04-18 01:41:14 +01:00
..
CMakeLists.txt Codechange: refactor the Windows-only DllLoader in a cross-platform LibraryLoader (#11751) 2024-01-10 21:38:58 +00:00
crashlog_win.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
font_win32.cpp Codechange: Use ZOOM_LVL_MIN to refer to first zoom level. 2024-04-04 22:27:03 +01:00
font_win32.h Feature: Scalable OpenTTD TrueType font made by Zephyris. 2024-01-14 22:50:56 +01:00
library_loader_win.cpp Codechange: replace lengthof with std::size in Windows specific code 2024-04-10 23:17:13 +02:00
ottdres.rc.in Change: [Win32] don't allocate 192KiB of memory on the stack on crash (#11240) 2023-08-28 12:14:11 +02:00
string_uniscribe.cpp Codechange: Store text run positions in vector of points. 2024-01-19 00:08:31 +00:00
string_uniscribe.h Cleanup: missing spaces before continuation * in some comments 2023-11-01 22:56:11 +01:00
survey_win.cpp Change: store crash logs in JSON format (#11232) 2023-09-14 20:13:27 +02:00
win32.cpp Remove: Custom opendir implementation for Windows no longer needed. 2024-04-18 01:41:14 +01:00
win32.h Codechange: refactor the Windows-only DllLoader in a cross-platform LibraryLoader (#11751) 2024-01-10 21:38:58 +00:00
win32_main.cpp Codechange: pass command line arguments as std::span to openttd_main 2024-04-11 21:57:53 +02:00