summaryrefslogtreecommitdiff
path: root/src/os
AgeCommit message (Collapse)Author
2013-10-26(svn r25913) -Fix: [OSX] Compilation under OSX 10.9. (zydeco)michi_cc
2013-08-05(svn r25677) -Codechange: [Win32] There are no 64-bit Windows versions below ↵michi_cc
XP and we can safely assume it as the target platform.
2013-08-05(svn r25676) -Fix: [Win32] The ANSI code page is not UTF-8 for non-Unicode ↵michi_cc
builds.
2013-08-05(svn r25674) -Fix: [Win32] The console code page for non-Unicode builds is ↵michi_cc
not the normal ANSI code page and definitely not UTF-8 either.
2013-08-05(svn r25673) -Fix: [Win32] Use the right code page for converting ANSI ↵michi_cc
strings into UTF-8 for non-Unicode builds. And don't crap out on DBCS code pages either.
2013-08-05(svn r25666) -Feature [FS#4760]: [OSX] Pinch gesture support for zooming. ↵michi_cc
(Based on patch by leecbaker)
2013-08-05(svn r25663) -Fix [FS#4857]: [OSX] Monospace font detection.michi_cc
2013-07-31(svn r25643) -Fix (r25480): [OSX] Define version constants before they're usedplanetmaker
2013-06-29(svn r25520) -Fix-ish: don't pretend that trunk is still doing something ↵rubidium
1.3-ish in the Windows executable version information
2013-06-28(svn r25506) -Document: a function, and name it slightly betterrubidium
2013-06-26(svn r25480) -Codechange: [OSX] OS X SDK versions >= 10.5 always have a ↵michi_cc
non-const iconv declaration.
2013-06-26(svn r25474) -Fix [FS#5618]: OS X compilation failurerubidium
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 ↵michi_cc
SHGetFolderPath as it may not exist.
2013-01-08(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by ↵planetmaker
Eagle_rainbow)
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-09-13(svn r24524) -Fix [FS#5296]: fix some compile problems in mac-only code (__ln__)yexo
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 ↵michi_cc
commonly used header.
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
OSes
2011-12-10(svn r23481) -Add: Function to get the CPU core count.michi_cc
2011-12-08(svn r23446) -Codechange: move _cur_palette and it's related first/count ↵rubidium
dirty variables into a single structure
2011-11-30(svn r23376) -Remove: on popular demand, remove my (revoked) name from ↵truebrain
comments in the code. It was silly to name me like that to begin with ;) (based on patch by HackaLittleBit)
2011-11-29(svn r23356) -Fix: some OSX versions have ScriptOrder definedtruebrain
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-09-09(svn r22913) -Fix [OSX]: make splash work again and make it work without ↵rubidium
needing to bundle it first
2011-09-04(svn r22893) -Fix [FS#4744]: [OSX] Compilation on OSX 10.7 was broken (based ↵planetmaker
on patch by leecbaker) -Add: [OSX] Support for fullscreen mode when compiled against SDK 10.7. Otherwise fullscreen mode is disabled when OpenTTD is run on OSX Lion
2011-08-24(svn r22833) -Fix (r18006): Compilation on OSX was brokenplanetmaker
2011-07-21(svn r22678) -Doc: More doxygen sprinkles in MacOSX code and cocoa video driverplanetmaker
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-03-03(svn r22177) -Fix: make sure the right endianness is chosen with ↵rubidium
cross-compiling, and strndup is available in the binary for more exotic platforms
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-25(svn r21634) -Codechange: apparantly the "broken" iconv interface is the new ↵rubidium
official interface, so update the variable/definition naming slightly as it's not broken just different from the earlier iconv interface
2010-12-22(svn r21593) -Codechange: endif comment correcttions.alberth
2010-12-21(svn r21571) -Codechange: Having a break after a return is no good.alberth
2010-11-12(svn r21150) -Fix: [OSX] Deprecation warning with libpng 1.4rubidium
2010-09-30(svn r20859) -Fix [FS#4143]: Remove an outdated comment and just reference ↵frosch
the readme. (planetmaker)
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.