Skip to content

OpenTTD 0.6.4-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@ticky ticky released this 18 Oct 22:36
· 46 commits to develop since this release
38c116d

This is a fork of OpenTTD 0.6, with modernisation patches applied. Use at your own risk!

  • Feature: [OSX] Additional high-resolution icons for the app bundle [FS#4539] (r24525)
  • Feature: [OSX] Add a MIDI driver using Cocoa/CoreAudio [FS#3223] (r17710)
  • Feature: [OSX] Implement clipboard support for OS X [FS#2053] (r17708)
  • Change: Non-tag revisions are now named '--g' (fa5f423)
  • Change: [Build] Enable C++11 for clang 3.3 (r27654)
  • Codechange: direct accesses to png_*_struct members are deprecated (r18756)
  • Codechange: [OSX] Improve detection of OS X version. (planetmaker) (r17704)
  • Codechange: silence some ICC warnings (r16296, r16297)
  • Codechange: [OSX] some type fixes so OpenTTD likes more of the 3.1.x Xcodes. (r15892)
  • Add: support for clang (r23941)
  • Fix: 64-bit compiler support from the NoAI project (f222f30)
  • Fix: Do not modify argv[0] [FS#6575] (r27886)
  • Fix: [Build] Building on newer OSX versions with newer SDKs [FS#6295, FS#6502] (r27727, r27675)
  • Fix: Compilation with freetype2 version 2.5.4 and newer [FS#6185] (r27079)
  • Fix: [OSX] Compilation fails with some lzo2 versions, if LP64 is defined to 0 instead of checking whether it is defined [FS#6069] (r26709)
  • Fix: [OSX] Compilation under OSX 10.9 [FS#5797] (r25962, r25951, r25950)
  • Fix: [OSX] Some compile problems in mac-only code [FS#5296] (r24524)
  • Fix: [OSX] Various OSX 10.7 issues causing OpenTTD to not work [FS#4751] (r22921, r22893)
  • Fix: When determining the executable path failed, the working directory was used instead, circumventing the not-home-directory check [FS#4613] (r22465)
  • Fix: [OSX] A double mouse cursor was shown under certain circumstances [FS#2585] (r21578)
  • Fix: [OSX] Deprecation warning with libpng 1.4 (r21150)
  • Fix: [OSX] Unify compiler flags with other OS and work around a compiler bug in gcc-4.0.1 which breaks graphics display in x86_64 binaries [FS#4210] (r21149)
  • Fix: GCC 4.5 compiling (r18045, r25960)
  • Fix: [OSX] The splash image was not displayed if the Quartz video driver was used (r17793)
  • Fix: Some inconsistencies with the difficulty settings in the scenario editor. Also re-enable changing some difficulty settings (e.g. max loan) in the scenario editor [FS#3219] (r17644)
  • Fix: Road vehicles forgetting their servicing order when the path takes them away (in bird distance) from their destination first [FS#3057] (r17333)