head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.8 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.6 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.4 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.2 pkgsrc-2011Q2-base:1.4 pkgsrc-2010Q2:1.1.0.4 pkgsrc-2010Q2-base:1.1 pkgsrc-2010Q1:1.1.0.2 pkgsrc-2010Q1-base:1.1; locks; strict; comment @# @; 1.4 date 2011.02.13.17.10.27; author wiz; state dead; branches; next 1.3; 1.3 date 2011.01.21.22.52.56; author wiz; state Exp; branches; next 1.2; 1.2 date 2010.08.16.13.22.18; author wiz; state dead; branches; next 1.1; 1.1 date 2010.02.09.18.08.03; author joerg; state Exp; branches; next ; desc @@ 1.4 log @Update to 1.62: Version 1.62 * 4 bug fixes * Updated and new translations @ text @$NetBSD: patch-aa,v 1.3 2011/01/21 22:52:56 wiz Exp $ Fix error: ./Logic/PuzzleExtraCircle.cs(47,25): error CS0843: An automatically implemented property `gbrainy.Games.Logic.PuzzleExtraCircle.CircleParameters.Colors' must be fully assigned before control leaves the constructor. Consider calling default contructor Sent upstream. --- src/Games/Logic/PuzzleExtraCircle.cs.orig 2011-01-06 15:38:23.000000000 +0000 +++ src/Games/Logic/PuzzleExtraCircle.cs @@@@ -43,7 +43,7 @@@@ namespace gbrainy.Games.Logic { public Color [] Colors {get; set; } - public CircleParameters (Color [] colors) + public CircleParameters (Color [] colors) : this() { Colors = colors; } @ 1.3 log @Update to 1.61: Version 1.61 * 5 bug fixes * Updated and new translations @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update to 1.50: Version 1.50 * 11 new logic games, 4 new calculation trainers, 13 verbal analogies * Usability enhancements from Alexandre Laplante and Jeff Stewart, students from University of Ottawa * Unit testing for the gbrainy.Core * Ability to define external logic puzzles using an xml file (games.xml) * Command line support * 7 bug fixes @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1 2010/02/09 18:08:03 joerg Exp $ d3 14 a16 5 --- src/Clients/Classical/gbrainy.in.orig 2010-02-09 17:59:25.000000000 +0000 +++ src/Clients/Classical/gbrainy.in @@@@ -1,4 +1,4 @@@@ -#!/bin/bash +#!/bin/sh d18 5 a22 11 prefix=@@prefix@@ exec_prefix=@@exec_prefix@@ @@@@ -7,7 +7,7 @@@@ libdir=@@libdir@@ MONO_EXE="$libdir/gbrainy/gbrainy.exe" for arg in $*; do - case "x--debug" in ("x${arg}") + case "x--debug" in "x${arg}") MONO_OPTIONS="--debug${MONO_OPTIONS+:$MONO_OPTIONS}" esac done @ 1.1 log @Fix a shell script to work with classic Bourne shell instead of bash. @ text @d1 1 a1 1 $NetBSD$ @