OpenTTD/src/os/windows
Peter Nelson d78f39a9df
Cleanup: Remove GetUnitsPerEM and units_per_em. (#12656)
GetUnitsPerEM is never called.
2024-05-11 14:50:34 +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 Cleanup: Remove GetUnitsPerEM and units_per_em. (#12656) 2024-05-11 14:50:34 +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 Change: Use std::make_unique instead of passing new() (#12539) 2024-04-20 11:20:49 +01: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