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
/
crashlog_win.cpp
Age
Commit message (
Expand
)
Author
2021-06-10
Codechange: [WIN32] Add a wrapper around GetProcAddress()
glx22
2021-06-10
Fix: [MinGW32] Linking error
glx22
2021-06-10
Codechange: [WIN32] Reduce manual dynamic loading as WinXP is the minimum ver...
glx22
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-03-13
Fix #8860: [Win32] Crashlog window wasn't reliably shown for crashes not on t...
Michael Lutz
2021-02-23
Codechange: Switch to explicit wide strings
Niels Martin Hansen
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-08
Codechange: Remove min/max functions in favour of STL variants (#8502)
Charles Pigott
2020-12-27
Codechange: Stringify config file paths.
Michael Lutz
2020-06-01
Fix #7970: [Win32] Disable event loop on crash to prevent recursive faults
glx
2019-12-24
Codechange: Improve MSVC ARM64 support
Michał Janiszewski
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-05-04
Fix #7570: Show Github URL in the crashlog window
Transportman
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-03-26
Codechange: Move 2 constants into the ifdef where they're used
Charles Pigott
2019-03-24
Codechange: Use override specifer for overriding member declarations
Henry Wilson
2015-08-10
(svn r27380) -Fix: [Win32] Compilation with MSVC2015.
michi_cc
2014-04-28
(svn r26538) -Codechange: remove double accounting of the drivers
rubidium
2014-04-26
(svn r26517) -Fix: Windows 9x (or rather non-unicode) compile failures
rubidium
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2013-08-05
(svn r25677) -Codechange: [Win32] There are no 64-bit Windows versions below ...
michi_cc
2013-08-05
(svn r25676) -Fix: [Win32] The ANSI code page is not UTF-8 for non-Unicode bu...
michi_cc
2013-01-08
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...
planetmaker
2011-11-04
(svn r23119) -Fix: [Win32] Don't show a crash/assertion message box for a GUI...
michi_cc
2011-05-25
(svn r22491) -Fix [FS#4623]: [Windows] Generate crashlogs correctly in binari...
terkhen
2011-02-25
(svn r22145) -Codechange: Do explicit test for non-bool values.
alberth
2010-09-25
(svn r20846) -Fix: some whitespace.
frosch
2010-08-23
(svn r20599) -Add: [Win32] Append a decoded stack trace to the debug.log. Mos...
michi_cc
2010-08-23
(svn r20598) -Codechange: [Win32] Replace the external x64 asm with a built-i...
michi_cc
2010-07-31
(svn r20266) -Doc: Mostly typo fixes, a few doxygen-related improvements.
alberth
2010-07-24
(svn r20211) -Codechange: Indented code should have curly braces around it.
alberth
2010-01-18
(svn r18855) -Codechange: record compiler name and version in the crash log
smatz
2010-01-16
(svn r18831) -Change [FS#3537]: do not go into the crashlog handler in case l...
rubidium
2009-12-25
(svn r18627) -Fix: no need to print 'Registers:' twice in win64 crash logs
smatz
2009-12-09
(svn r18446) -Fix (r17450): abort() doesn't trigger crashlog on windows
glx
2009-11-19
(svn r18184) -Codechange: add crash screenshot for win32
glx
2009-09-09
(svn r17487) -Fix: silence some MSVC warnings
rubidium
2009-09-08
(svn r17475) -Codechange: show path to crash.log and crash.dmp in crash windo...
glx
2009-09-07
(svn r17452) -Fix (r17450): emergency savegames weren't rejected by the crash...
rubidium
2009-09-07
(svn r17450) -Codechange: refactor the windows crash logger so parts of it ca...
rubidium
2009-09-04
(svn r17416) -Codechange: move the build date/time 'determination' to rev.cpp...
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