Skip to content

Commit

Permalink
Packaging: add changelog, and notes about this fork
Browse files Browse the repository at this point in the history
  • Loading branch information
ticky committed Oct 18, 2020
1 parent 11ab8ac commit 38c116d
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 2 deletions.
29 changes: 29 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
0.6.4-beta1 (2020-10-18)
------------------------------------------------------------------------
- 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 '<commitdate>-<branch>-g<shorthash><modified>' (fa5f423f3)
- 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 (f222f30b8)
- 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)

0.6.3 (2008-10-01)
------------------------------------------------------------------------
- Fix: NewGRF VarAction 2 variable 43 for industries saw MP_VOID tiles as land tiles and was inefficient (r14417, r14416, r14415)
Expand Down
12 changes: 10 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
OpenTTD README
Last updated: 2012-02-12
Release version: 0.6.3
Last updated: 2020-10-18
Release version: 0.6.4-beta1
------------------------------------------------------------------------

NOTE: This is an unsupported, and unaffiliated fork of OpenTTD.
Please disregard later parts of this file which direct bug reports or
contact to the original authors. Additionally, note that the compilation
instructions may be out of date or broken, and the list of supported platforms,
likewise, is about twelve years out of date.

Table of Contents:
------------------
Expand Down Expand Up @@ -410,6 +415,9 @@ put them in the data/ folder and you're set to go.

X.X) Credits:
---- --------
The gal behind this weird fork:
Jessica Stokes (ticky) - Has too much time on her hands (since 0.6.4)

The OpenTTD team (in alphabetical order):
Albert Hofkamp (Alberth) - GUI expert (since 0.7)
Matthijs Kooijman (blathijs) - Pathfinder-guru, Debian port (since 0.3)
Expand Down
3 changes: 3 additions & 0 deletions src/misc_gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,9 @@ static const char *credits[] = {
"Original design by Chris Sawyer",
"Original graphics by Simon Foster",
"",
"The gal behind this weird fork:",
" Jessica Stokes (ticky) - Has too much time on her hands (since 0.6.4)",
"",
"The OpenTTD team (in alphabetical order):",
" Albert Hofkamp (Alberth) - GUI expert (since 0.7)",
" Matthijs Kooijman (blathijs) - Pathfinder-guru, Debian port (since 0.3)",
Expand Down

0 comments on commit 38c116d

Please sign in to comment.