summaryrefslogtreecommitdiff
path: root/src/os/windows
AgeCommit message (Collapse)Author
2011-11-17(svn r23241) -Codechange: make the decision when to go to the custom drawn ↵rubidium
cursor more prominently during the initialisation of OpenTTD
2011-11-04(svn r23119) -Fix: [Win32] Don't show a crash/assertion message box for a ↵michi_cc
GUI-less video driver.
2011-05-25(svn r22491) -Fix [FS#4623]: [Windows] Generate crashlogs correctly in ↵terkhen
binaries created with MinGW-w64. (JGR)
2011-05-15(svn r22464) -Fix [FS#4587]: [Windows] Prevent a crash when launching ↵terkhen
OpenTTD with -d from a MSYS console. Added a note to known-bugs about this issue.
2011-05-09(svn r22440) -Change: [Windows] Remove Cancel button from information messages.terkhen
2011-02-25(svn r22145) -Codechange: Do explicit test for non-bool values.alberth
2011-02-14(svn r22083) -Change: trunk is heading towards 1.2 nowrubidium
2011-02-07(svn r22021) -Fix (r22019): ofcourse make doesn't notice files are gone, so ↵rubidium
it doesn't recompile everything that needs to be recompiled...
2011-01-01(svn r21685) -Codechange: prevent bug tracker entries like FS#2487 and ↵rubidium
FS#1613 for this year
2010-12-25(svn r21635) -Change: simplify/reduce release preparations/changesrubidium
2010-12-21(svn r21571) -Codechange: Having a break after a return is no good.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. ↵michi_cc
Most of the time, the result will only be useful if the corresponding PDB file is present.
2010-08-23(svn r20598) -Codechange: [Win32] Replace the external x64 asm with a ↵michi_cc
built-in Windows function.
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-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-06-28(svn r20028) -Fix: trunk Windows binaries still had a 1.0.0.xxxxx version numberrubidium
2010-04-12(svn r19614) -Codechange: "it's" => "its" where appropriatesmatz
2010-01-18(svn r18855) -Codechange: record compiler name and version in the crash logsmatz
2010-01-16(svn r18831) -Change [FS#3537]: do not go into the crashlog handler in case ↵rubidium
loading a savegame misses with missing NewGRFs. This way the load game crash handler gets better visibility and the user is instructed to find the missing NewGRFs before filing a bug report
2010-01-01(svn r18678) -Update: happy new yearrubidium
2009-12-25(svn r18627) -Fix: no need to print 'Registers:' twice in win64 crash logssmatz
2009-12-23(svn r18622) -Merge: release changesrubidium
2009-12-09(svn r18446) -Fix (r17450): abort() doesn't trigger crashlog on windowsglx
2009-12-07(svn r18424) -Fix [FS#3327]: [Windows] the help window would be too large in ↵rubidium
some cases
2009-12-07(svn r18423) -Fix (r17336): [Windows] incorrect relative path the the icon ↵rubidium
making the icon not being included in the binary -Fix: [Windows] mention the version of GPL in the metadata
2009-11-19(svn r18184) -Codechange: add crash screenshot for win32glx
2009-10-04(svn r17708) -Feature [FS#2053]: [OSX] Implement clipboard support for OS X.michi_cc
2009-09-09(svn r17487) -Fix: silence some MSVC warningsrubidium
2009-09-08(svn r17475) -Codechange: show path to crash.log and crash.dmp in crash ↵glx
window. Also tells the user where crash.sav is when saving succeeded.
2009-09-07(svn r17452) -Fix (r17450): emergency savegames weren't rejected by the ↵rubidium
crash logger anymore
2009-09-07(svn r17450) -Codechange: refactor the windows crash logger so parts of it ↵rubidium
can be reused by other crash logger implementations
2009-09-04(svn r17416) -Codechange: move the build date/time 'determination' to ↵rubidium
rev.cpp as that's the file most likely to be regularly recompiled
2009-09-03(svn r17410) -Codechange: use the same define for determining whether ↵rubidium
windows does crash reports instead of using several that aren't necessarily equal
2009-09-03(svn r17409) -Codechange: split the crash log and other windows 'glue' coderubidium
2009-09-03(svn r17408) -Codechange: remove unused win32 stuffglx
2009-08-31(svn r17336) -Codechange: move some os specific files into src/os/rubidium