diff options
author | adam <adam> | 2013-08-05 19:24:35 +0000 |
---|---|---|
committer | adam <adam> | 2013-08-05 19:24:35 +0000 |
commit | cca1499d456d848437752b80aa169361a29707ff (patch) | |
tree | e6669a485017ffd471a92a23ad5e45e6cf711ebe /games/openttd-data | |
parent | 63db43875a42f506b31d0e70a808fa4de98fe32b (diff) | |
download | pkgsrc-cca1499d456d848437752b80aa169361a29707ff.tar.gz |
Changes 1.3.2:
- Fix: [Admin] End-of-rcon data could not be determined reliably for any rcon command
- Fix: [Content] When the server closed the connection, the client would for eternity try to read a packet and never timeout making it impossible to reconnect
- Fix: [Script] Changing the script difficulty level in-game would also change the settings using the default even though they were not allowed to change in-game
- Fix: [Admin] Ensure that sent and received length of json strings are the same
- Fix: [Squirrel] Stack overflow did not show an error, due to the stack to throw the error already being full
- Fix: [Script] Documentation implied that XXList::AddItem has a default for value if it isn't filled in
- Fix: Layouter caused significant slowdown with text heavy windows, cache it to make it manageable
- Fix: Make content list appear faster
- Fix: Non-ICU layouter started new lines with the space which triggered the linebreak
- Fix: If the next order cannot be resolved, reset the current order property instead of leaving it in an intermediate state
- Fix: [Squirrel] Infinite recursion loop in freeing data via a looping set of references
- Fix: One could build bridges over owned land of another company
- Fix: [Script] Texts from scripts were not validated before they were shown, causing an assertion to trigger
- Fix: Provide a warning when no vehicles are available, and tell what to do in that case
- Fix: Possible reading of uninitialised memory due to undefined execution order
- Fix: [Windows] Race condition between two drawing threads could crash OpenTTD
- Fix: ICU returns the width of the visual run as if the trailing space was added (in case a newline was added). This caused the width to be more than the requested width, but it would still be drawn correctly
- Fix: Small memory leaks
- Fix: [GS] The checks and validations for setting the extra text in the town window became too stringent
Diffstat (limited to 'games/openttd-data')
-rw-r--r-- | games/openttd-data/Makefile | 6 | ||||
-rw-r--r-- | games/openttd-data/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/games/openttd-data/Makefile b/games/openttd-data/Makefile index eaf30f47a3a..ba49323d067 100644 --- a/games/openttd-data/Makefile +++ b/games/openttd-data/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.3 2012/10/06 11:54:49 asau Exp $ +# $NetBSD: Makefile,v 1.4 2013/08/05 19:24:35 adam Exp $ -DISTNAME= openttd-data-0.4.4 +DISTNAME= openttd-data-0.4.7 CATEGORIES= games x11 MASTER_SITES= http://binaries.openttd.org/extra/ DISTFILES= opengfx-${PKGVERSION_NOREV}-all.zip DISTFILES+= openmsx-0.3.1-all.zip DISTFILES+= opensfx-0.2.3-all.zip -SITES.opengfx-0.4.4-all.zip= ${MASTER_SITES:Q}/opengfx/${PKGVERSION_NOREV}/ +SITES.opengfx-0.4.7-all.zip= ${MASTER_SITES:Q}/opengfx/${PKGVERSION_NOREV}/ SITES.openmsx-0.3.1-all.zip= ${MASTER_SITES:Q}/openmsx/0.3.1/ SITES.opensfx-0.2.3-all.zip= ${MASTER_SITES:Q}/opensfx/0.2.3/ diff --git a/games/openttd-data/distinfo b/games/openttd-data/distinfo index 5b03e1679ee..28a09b939b3 100644 --- a/games/openttd-data/distinfo +++ b/games/openttd-data/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.2 2012/04/28 06:56:43 adam Exp $ +$NetBSD: distinfo,v 1.3 2013/08/05 19:24:35 adam Exp $ -SHA1 (opengfx-0.4.4-all.zip) = c68cdbb1ee8980a44feff320288e466d06efcd19 -RMD160 (opengfx-0.4.4-all.zip) = 6b98dee11682588da9877a65754f117fae4dc7e9 -Size (opengfx-0.4.4-all.zip) = 3470306 bytes +SHA1 (opengfx-0.4.7-all.zip) = 401967470bd6f3f33180416f48a6a41a00fbeb29 +RMD160 (opengfx-0.4.7-all.zip) = 6f37ebe23e75137f204e5d13233cf7b92b28a9e0 +Size (opengfx-0.4.7-all.zip) = 3471843 bytes SHA1 (openmsx-0.3.1-all.zip) = e9c4203923bb9c974ac67886bd00b7090658b961 RMD160 (openmsx-0.3.1-all.zip) = 8eff246e89e44f63ca480e9acef94a1da5fa81d2 Size (openmsx-0.3.1-all.zip) = 136981 bytes |