diff options
author | leot <leot@pkgsrc.org> | 2015-12-31 18:48:55 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2015-12-31 18:48:55 +0000 |
commit | 01f07f9b7a1cbca10b76c6f7bd6c562ca7f0820e (patch) | |
tree | dd9fa5b2a20881e14cc0ed6b9e69923bffa34bcd /games/openttd | |
parent | e4117949b565be12fa743badfa4d372593d8cead (diff) | |
download | pkgsrc-01f07f9b7a1cbca10b76c6f7bd6c562ca7f0820e.tar.gz |
Update games/openttd to 1.5.3.
Changes:
1.5.3 (2015-12-01)
------------------------------------------------------------------------
(None)
1.5.3-RC1 (2015-11-01)
------------------------------------------------------------------------
- Fix: When selecting a refit cargo for orders, do not check whether the vehicle
is in a depot or station, and do not ask whether the vehicle currently allows
station-refitting. Also hide the refit cost for orders, it is not predictable
(r27428)
- Fix: Use the NewGRF railtype sorting order in the infrastructure window
(r27427)
- Fix: Crash when switching to or taking over companies, when an order window of
a vehicle of the new company was opened. Now close those windows [FS#5842]
(r27425)
- Fix: Towns did not connect roads to existing roads, unless they had only a
single roadbit. Otoh, towns also tried to connect to single roadbit tiles
such as tunnels and depots, even though they were not connectable in the
direction of interest [FS#6374] (r27424)
- Fix: When towns expanded single-bit roadtiles using a grid-layout, they used
the layout position of the neighbouring tile (r27423)
- Fix: Aircraft picked the wrong airport entry point, if airports were rotated
by 180 degree [FS#6341] (r27422)
- Fix: Consider text and icon sizes when drawing the client list [FS#6265]
(r27421)
- Fix: GrowTownAtRoad sometimes returned false, even when a house was built
[FS#6362] (r27420)
- Fix: CmdSellRailWagon did not revert all actions properly when no orderlist
could be allocated [FS#6369] (r27419)
- Fix: Desync due to incorrect storage of segments with different railtype in
the YAPF cache [FS#6329] [FS#6379] (r27418)
- Fix: When a dedicated server was paused with no clients, the master server
advertisement interval was slowed, causing deadvertisement of the server
[FS#6368] (r27400)
- Fix: [Makefile] Game script directory and compat*.nut were never installed
on *nix (r27399)
- Fix: There are two different availability conditions for fdatasync in the
manpage. Use them both, since at least on some MinGW versions one is not
enough (r27389)
- Fix: win32 sound driver failed to report errors (r27383)
- Fix: Clickareas in settings tree were misaligned when the filter warning was
displayed, if the setting height was defined by the icons instead of the font
[FS#6358] (r27366)
- Fix: Center settings filter warning also vertically, and also in case of
multiple lines (r27365)
Diffstat (limited to 'games/openttd')
-rw-r--r-- | games/openttd/Makefile | 5 | ||||
-rw-r--r-- | games/openttd/PLIST | 6 | ||||
-rw-r--r-- | games/openttd/distinfo | 10 |
3 files changed, 12 insertions, 9 deletions
diff --git a/games/openttd/Makefile b/games/openttd/Makefile index 6213a2b0cee..e5ea503367a 100644 --- a/games/openttd/Makefile +++ b/games/openttd/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.60 2015/10/10 01:58:08 ryoon Exp $ +# $NetBSD: Makefile,v 1.61 2015/12/31 18:48:55 leot Exp $ -DISTNAME= openttd-1.5.2-source +DISTNAME= openttd-1.5.3-source PKGNAME= ${DISTNAME:S/-source//} -PKGREVISION= 1 CATEGORIES= games x11 MASTER_SITES= http://binaries.openttd.org/releases/${PKGVERSION_NOREV}/ EXTRACT_SUFX= .tar.xz diff --git a/games/openttd/PLIST b/games/openttd/PLIST index 270e99969e4..a789fd9b380 100644 --- a/games/openttd/PLIST +++ b/games/openttd/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.20 2015/07/03 12:37:44 wiz Exp $ +@comment $NetBSD: PLIST,v 1.21 2015/12/31 18:48:55 leot Exp $ bin/openttd man/man6/openttd.6 share/applications/openttd.desktop @@ -30,6 +30,10 @@ share/openttd/baseset/orig_dos_de.obg share/openttd/baseset/orig_win.obg share/openttd/baseset/orig_win.obm share/openttd/baseset/orig_win.obs +share/openttd/game/compat_1.2.nut +share/openttd/game/compat_1.3.nut +share/openttd/game/compat_1.4.nut +share/openttd/game/compat_1.5.nut share/openttd/lang/afrikaans.lng share/openttd/lang/arabic_egypt.lng share/openttd/lang/basque.lng diff --git a/games/openttd/distinfo b/games/openttd/distinfo index f4f69c15b33..51882b54af1 100644 --- a/games/openttd/distinfo +++ b/games/openttd/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.25 2015/11/03 20:57:00 agc Exp $ +$NetBSD: distinfo,v 1.26 2015/12/31 18:48:55 leot Exp $ -SHA1 (openttd-1.5.2-source.tar.xz) = 6a5e403bd0218f2d221eb7d1785f3891b564d8d8 -RMD160 (openttd-1.5.2-source.tar.xz) = 3786231d2059279679220a2a351b772fc11efdef -SHA512 (openttd-1.5.2-source.tar.xz) = 7266cc2e613dcac6b86796fa2862146f4ea1d44a9f8d85e0db2307ef71058c2f49ddb0f6ed55a5f4f2bc469764d8ee4b82a465a82ca396853d1915a16b981ab4 -Size (openttd-1.5.2-source.tar.xz) = 6565476 bytes +SHA1 (openttd-1.5.3-source.tar.xz) = 729cf9c952d6e47a9e59b221b7c9e646d295fad6 +RMD160 (openttd-1.5.3-source.tar.xz) = 2933fe33e554a2987e14697d4955c24b26030053 +SHA512 (openttd-1.5.3-source.tar.xz) = a4c30c4ba6382cc58687ccb4ee303bf41ce2310ecb7f403947a309dcb2d82b6f210b5f6f5758830c4f6c354ef1984c82e5971d4d23c35a31ff0f626ac8502ae7 +Size (openttd-1.5.3-source.tar.xz) = 6568140 bytes SHA1 (patch-aa) = f9c9291ec5414e239d53e110e54aac83b926af8a |