Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id B8FDC70FCD for ; Mon, 5 Aug 2013 19:24:40 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9E55A14A1B4; Mon, 5 Aug 2013 19:24:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EC70114A1A7 for ; Mon, 5 Aug 2013 19:24:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id JbNKYnt5c8jA for ; Mon, 5 Aug 2013 19:24:35 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 87CDA14A1A1 for ; Mon, 5 Aug 2013 19:24:35 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 81B7A96; Mon, 5 Aug 2013 19:24:35 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 5 Aug 2013 19:24:35 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/games To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20130805192435.81B7A96@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: adam Date: Mon Aug 5 19:24:35 UTC 2013 Modified Files: pkgsrc/games/openttd: Makefile PLIST distinfo pkgsrc/games/openttd-data: Makefile distinfo pkgsrc/games/openttd/patches: patch-Makefile.setting.in patch-aa patch-ab Log Message: 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 To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 pkgsrc/games/openttd/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/games/openttd/PLIST \ pkgsrc/games/openttd/distinfo cvs rdiff -u -r1.3 -r1.4 pkgsrc/games/openttd-data/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/games/openttd-data/distinfo cvs rdiff -u -r1.1 -r1.2 \ pkgsrc/games/openttd/patches/patch-Makefile.setting.in cvs rdiff -u -r1.10 -r1.11 pkgsrc/games/openttd/patches/patch-aa cvs rdiff -u -r1.7 -r1.8 pkgsrc/games/openttd/patches/patch-ab Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.