From a758e3851093bbc7de2b0979fd0413f7351bd475 Mon Sep 17 00:00:00 2001 From: Ron Koenderink Date: Wed, 8 Oct 2008 07:52:10 -0600 Subject: [PATCH] Add land units tests to nightly builds and improve economy Up the bar production. Start education and tech for player 08 Improve the general economy for player 08. Add land units building tests to player 01, including ensuring the tech is high to build. --- src/scripts/nightly/tests/09/01 | 1 + src/scripts/nightly/tests/09/08 | 3 ++- src/scripts/nightly/tests/10/01 | 1 + src/scripts/nightly/tests/10/08 | 3 +++ src/scripts/nightly/tests/11/01 | 1 + src/scripts/nightly/tests/11/08 | 11 +++++++++++ src/scripts/nightly/tests/12/01 | 14 ++++++++++++++ src/scripts/nightly/tests/12/08 | 15 +++++++++++++++ 8 files changed, 48 insertions(+), 1 deletion(-) create mode 100755 src/scripts/nightly/tests/12/01 create mode 100755 src/scripts/nightly/tests/12/08 diff --git a/src/scripts/nightly/tests/09/01 b/src/scripts/nightly/tests/09/01 index 9e917444..9de05987 100755 --- a/src/scripts/nightly/tests/09/01 +++ b/src/scripts/nightly/tests/09/01 @@ -9,6 +9,7 @@ thres s -2,2 1 thres o -2,2 0 mov o -2,2 1 4,-2 thres c * ?des#= 769 +thres c -1:1,3 100 bmap #1 cen * ship * diff --git a/src/scripts/nightly/tests/09/08 b/src/scripts/nightly/tests/09/08 index 9d0ae345..f6c4a123 100755 --- a/src/scripts/nightly/tests/09/08 +++ b/src/scripts/nightly/tests/09/08 @@ -11,10 +11,11 @@ thres c -6,-4 769 thres c 6,-2 769 thres c 1,-3 769 des 4,0 b -thres d 4,0 100 +thres d 4,0 300 thres d 0:2,0 0 mov d 0,0 1 4,0 mov d 2,0 1 4,0 +thres i -3,-1 999 bmap # cen * map # diff --git a/src/scripts/nightly/tests/10/01 b/src/scripts/nightly/tests/10/01 index e9660882..016dfdbe 100755 --- a/src/scripts/nightly/tests/10/01 +++ b/src/scripts/nightly/tests/10/01 @@ -42,6 +42,7 @@ mov d 10,2 1 -1,-1 des 5,3 p thres l 5,3 75 dist #1 5,-1 +thres c -1:1,3 769 spy 11,-1 bmap #1 cen * diff --git a/src/scripts/nightly/tests/10/08 b/src/scripts/nightly/tests/10/08 index f12a663c..d2487f52 100755 --- a/src/scripts/nightly/tests/10/08 +++ b/src/scripts/nightly/tests/10/08 @@ -7,6 +7,9 @@ thres l -3,-1 1 thres c 6,0 769 thres d -3,-1 0 mov d -3,-1 1 4,0 +thres l 1,-3 300 +thres i -1,1 999 +thres i 0,-4 999 bmap # cen * map # diff --git a/src/scripts/nightly/tests/11/01 b/src/scripts/nightly/tests/11/01 index 5e6ef8ff..f64732b3 100755 --- a/src/scripts/nightly/tests/11/01 +++ b/src/scripts/nightly/tests/11/01 @@ -8,6 +8,7 @@ thres i 5,-1 1 thres o 5,-1 1 thres d 5,-1 1 dist #1 6,2 +build l 10,2 cav bmap #1 cen * ship * diff --git a/src/scripts/nightly/tests/11/08 b/src/scripts/nightly/tests/11/08 index 4e326aae..bc29c7b0 100755 --- a/src/scripts/nightly/tests/11/08 +++ b/src/scripts/nightly/tests/11/08 @@ -5,6 +5,17 @@ des -1,-1 m thres i -1,-1 1 thres d -1,-1 0 mov d -1,-1 1 4,0 +des 1,-3 l +des -1,1 j +thres l -1,1 1 +des 0,-4 k +thres h 0,-4 1 +thres d 1,-3 0 +thres l 6,-2 300 +thres o 6,-2 150 +thres d 6,-2 30 +thres l 8,0 600 +thres h 8,0 300 bmap # cen * map # diff --git a/src/scripts/nightly/tests/12/01 b/src/scripts/nightly/tests/12/01 new file mode 100755 index 00000000..def0760d --- /dev/null +++ b/src/scripts/nightly/tests/12/01 @@ -0,0 +1,14 @@ +#!/bin/sh +. "${SCRIPTDIR}"/common.sh +runfeed 1 << EOF +build l 10,2 cav 3 +build sh 5,-1 cs 2 +thres m 10,2 25 +bmap #1 +cen * +ship * +land * +map # +read y +prod * +EOF diff --git a/src/scripts/nightly/tests/12/08 b/src/scripts/nightly/tests/12/08 new file mode 100755 index 00000000..4c1417b4 --- /dev/null +++ b/src/scripts/nightly/tests/12/08 @@ -0,0 +1,15 @@ +#!/bin/sh +. "${SCRIPTDIR}"/common.sh +runfeed 8 << EOF +des 6,-2 t +des 6,0 h +thres d 6,0 0 +des 8,0 i +thres l 6,0 200 +thres h 6,0 200 +bmap # +cen * +map # +read y +prod * +EOF