summaryrefslogtreecommitdiff
path: root/src/os/windows
AgeCommit message (Expand)Author
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
2014-03-17(svn r26409) -Update: Version number in some more places.frosch
2013-12-31(svn r26192) -Fix (r24878): off-by-one error ;)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-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-29(svn r25520) -Fix-ish: don't pretend that trunk is still doing something 1.3-...rubidium
2013-06-28(svn r25506) -Document: a function, and name it slightly betterrubidium
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
2013-01-01(svn r24878) -Update: the obligatory first of January commitrubidium
2012-10-04(svn r24572) -Fix: do not cast away some other constsrubidium
2012-07-29(svn r24441) -Update: Version number to 1.3 in some more files.frosch
2012-07-19(svn r24417) -Codechange: [Win32] Don't needlessly include windows.h in a com...michi_cc
2012-01-01(svn r23698) -Fix (r21685): small, apparantly yearly reoccuring, typorubidium
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-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-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-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 i...rubidium
2011-01-01(svn r21685) -Codechange: prevent bug tracker entries like FS#2487 and FS#161...rubidium
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. Mos...michi_cc
2010-08-23(svn r20598) -Codechange: [Win32] Replace the external x64 asm with a built-i...michi_cc
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 l...rubidium
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
2009-12-07(svn r18423) -Fix (r17336): [Windows] incorrect relative path the the icon ma...rubidium
2009-11-19(svn r18184) -Codechange: add crash screenshot for win32glx