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
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
2013-04-06
(svn r25154) -Fix: [Win32] Don't store invalid paths in the search path list.
michi_cc
2013-04-06
(svn r25153) -Fix [FS#5522] (r24487): [Win32] Don't statically link to SHGetF...
michi_cc
2013-01-08
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...
planetmaker
2012-10-04
(svn r24572) -Fix: do not cast away some other consts
rubidium
2012-07-19
(svn r24417) -Codechange: [Win32] Don't needlessly include windows.h in a com...
michi_cc
2011-12-11
(svn r23490) -Add [FS#2750]: OpenBrowser function to open a browser on major ...
yexo
2011-12-10
(svn r23481) -Add: Function to get the CPU core count.
michi_cc
2011-11-17
(svn r23241) -Codechange: make the decision when to go to the custom drawn cu...
rubidium
2011-05-15
(svn r22464) -Fix [FS#4587]: [Windows] Prevent a crash when launching OpenTTD...
terkhen
2011-05-09
(svn r22440) -Change: [Windows] Remove Cancel button from information messages.
terkhen
2011-02-07
(svn r22021) -Fix (r22019): ofcourse make doesn't notice files are gone, so i...
rubidium
2010-12-21
(svn r21571) -Codechange: Having a break after a return is no good.
alberth
2010-08-01
(svn r20286) -Codechange: Unify end of doxygen comments.
frosch
2010-08-01
(svn r20283) -Codechange: Unify start of doygen comments.
frosch
2010-04-12
(svn r19614) -Codechange: "it's" => "its" where appropriate
smatz
2009-12-07
(svn r18424) -Fix [FS#3327]: [Windows] the help window would be too large in ...
rubidium
2009-10-04
(svn r17708) -Feature [FS#2053]: [OSX] Implement clipboard support for OS X.
michi_cc
2009-09-07
(svn r17450) -Codechange: refactor the windows crash logger so parts of it ca...
rubidium
2009-09-03
(svn r17410) -Codechange: use the same define for determining whether windows...
rubidium
2009-09-03
(svn r17409) -Codechange: split the crash log and other windows 'glue' code
rubidium
2009-09-03
(svn r17408) -Codechange: remove unused win32 stuff
glx
[next]