index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
os
/
windows
/
win32.cpp
Age
Commit message (
Expand
)
Author
2021-07-16
Change: [Win32] Set the console codepage to UTF-8
glx22
2021-06-13
Codechange: convert printf DEBUG statements to fmt Debug statements
rubidium42
2021-06-10
Codechange: [WIN32] Add a wrapper around GetProcAddress()
glx22
2021-06-10
Codechange: [WIN32] Use VersionHelpers where appropriate
glx22
2021-05-29
Codechange: rename str_validate to StrMakeValid(InPlace) (#9304)
Patric Stout
2021-04-29
Cleanup: Remove old FiosList helper methods. (#9139)
PeterN
2021-04-11
Fix #9015: Don't set free space value if not requested. (#9016)
PeterN
2021-04-09
Change: [win32] Use user UI language for initial language selection (#8973) (...
Wim Leflere
2021-04-07
Codechange: Remove the now meaningless console_cp parameter from OTTD2FS
Niels Martin Hansen
2021-04-07
Fix #8713: Change OTTD2FS and FS2OTTD to return string objects instead of sta...
Niels Martin Hansen
2021-02-23
Change: [Win32] Use more modern way of getting free disk space
Niels Martin Hansen
2021-02-23
Codechange: Switch to explicit wide strings
Niels Martin Hansen
2021-02-23
Remove: [Win32] Last pretenses of being able to build for Windows 95
Niels Martin Hansen
2021-02-22
Add: [Win32] Video driver that uses OpenGL to transfer the video buffer to th...
Michael Lutz
2021-02-13
Fix f1f281b31: [Win32] MinGW doesn't know timeapi.h
glx22
2021-02-09
Fix: [Win32] Set minimum resolution for timers to 1ms. (#8660)
Loïc Guilloux
2021-01-03
Add: always set PERSONAL_DIR "/content_download" in search path (#8481)
Patric Stout
2020-12-27
Codechange: Use std::string in FIO search path handling.
Michael Lutz
2020-12-27
Codechange: Store file search paths as std::string.
Michael Lutz
2020-12-27
Codechange: Stringify config file paths.
Michael Lutz
2020-12-13
Fix: set SP_WORKING_DIR earlier with '-c'
Patric Stout
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-04-07
Fix: [Windows] OpenTTD window may be inactive when an error happens (#7482)
glx22
2019-04-06
Codechange: C++11 STL has a function for getting the number of CPU cores.
Michael Lutz
2019-04-06
Codechange: Use platform independent C++11 function for sleeping on a thread.
Michael Lutz
2019-04-06
Codechange: Replace custom thread code with C++11 thread objects.
Michael Lutz
2019-01-17
Codechange: Remove unnecessarily defined functions under MinGW
Charles Pigott
2019-01-17
Fix: A few minor compile warnings under MinGW
Charles Pigott
2019-01-05
Fix: [Win32] don't mess with std[out|err|in] if we can't allocate a console
glx
2018-10-31
Doc: Lots and lots of doxymentation fixes
Charles Pigott
2018-07-19
Codechange: Rearrange struct packing defines and make MinGW use _Pragma pack ...
Charles Pigott
2018-06-06
Add: [Win32] Native natural sort implementation.
Michael Lutz
2018-04-29
Remove: WinCE support
Patric Stout
2016-10-30
(svn r27673) -Add: [Win32] Thread names for windows debuggers.
michi_cc
2016-09-04
(svn r27643) -Codechange: FiosGetDrives function also takes a destination fil...
alberth
2015-12-28
(svn r27481) -Fix: [Win32] Stdin/out/err need to be re-assigned differently i...
michi_cc
2015-08-13
(svn r27385) -Fix: compilation failure due #define-ing enum name of a system ...
rubidium
2015-05-20
(svn r27290) -Fix: sanitize the command line arguments before doing anything ...
rubidium
2014-05-22
(svn r26606) -Fix [FS#6022]: Filename capitalisation (NG)
frosch
2014-04-26
(svn r26517) -Fix: Windows 9x (or rather non-unicode) compile failures
rubidium
2014-04-25
(svn r26509) -Codechange: replace strdup with stredup (the latter ensures the...
rubidium
2014-04-23
(svn r26490) -Fix (r26489): compilation under Windows
rubidium
2014-04-23
(svn r26485) -Codechange: Replace ttd_strlcpy and ttd_strlcat with strecpy an...
frosch
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2013-08-05
(svn r25676) -Fix: [Win32] The ANSI code page is not UTF-8 for non-Unicode bu...
michi_cc
2013-08-05
(svn r25674) -Fix: [Win32] The console code page for non-Unicode builds is no...
michi_cc
2013-08-05
(svn r25673) -Fix: [Win32] Use the right code page for converting ANSI string...
michi_cc
2013-06-28
(svn r25506) -Document: a function, and name it slightly better
rubidium
2013-04-06
(svn r25155) -Codechange: [Win32] Improve SHGetFolderPath emulation.
michi_cc
[next]