diff options
-rwxr-xr-x[-rw-r--r--] | bin/ai/regression/completeness.sh | 2 | ||||
-rw-r--r-- | bin/ai/regression/regression.nut | 2 | ||||
-rw-r--r-- | bin/ai/regression/regression_info.nut | 2 | ||||
-rw-r--r-- | bin/ai/regression/require.nut | 1 | ||||
-rwxr-xr-x[-rw-r--r--] | bin/ai/regression/run.sh | 2 | ||||
-rwxr-xr-x | findversion.sh | 2 | ||||
-rwxr-xr-x | os/dos/make_dos_binary_selfcontained.sh | 2 | ||||
-rwxr-xr-x | os/macosx/plistgen.sh | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | src/ai/api/squirrel_export.sh | 0 | ||||
-rwxr-xr-x | svnup.sh | 3 |
10 files changed, 18 insertions, 0 deletions
diff --git a/bin/ai/regression/completeness.sh b/bin/ai/regression/completeness.sh index ad1b4c145..e2e4dccd8 100644..100755 --- a/bin/ai/regression/completeness.sh +++ b/bin/ai/regression/completeness.sh @@ -1,5 +1,7 @@ #!/bin/sh +# $Id$ + if ! [ -f ai/regression/regression.nut ]; then echo "Make sure you are in the root of OpenTTD before starting this script." exit 1 diff --git a/bin/ai/regression/regression.nut b/bin/ai/regression/regression.nut index 768facf9e..afd023a34 100644 --- a/bin/ai/regression/regression.nut +++ b/bin/ai/regression/regression.nut @@ -1,3 +1,5 @@ +/* $Id$ */ + import("queue.priority_queue", "PQ", 2); import("queue.binary_heap", "BH", 1); import("queue.fibonacci_heap", "FH", 1); diff --git a/bin/ai/regression/regression_info.nut b/bin/ai/regression/regression_info.nut index 9ddd3daa2..212f2a50a 100644 --- a/bin/ai/regression/regression_info.nut +++ b/bin/ai/regression/regression_info.nut @@ -1,3 +1,5 @@ +/* $Id$ */ + class Regression extends AIInfo { function GetAuthor() { return "OpenTTD NoAI Developers Team"; } function GetName() { return "Regression"; } diff --git a/bin/ai/regression/require.nut b/bin/ai/regression/require.nut index 806f5df45..360e1c23b 100644 --- a/bin/ai/regression/require.nut +++ b/bin/ai/regression/require.nut @@ -1,3 +1,4 @@ +/* $Id$ */ print(" Required this file"); diff --git a/bin/ai/regression/run.sh b/bin/ai/regression/run.sh index 3f9819e91..4842bc6f3 100644..100755 --- a/bin/ai/regression/run.sh +++ b/bin/ai/regression/run.sh @@ -1,5 +1,7 @@ #!/bin/sh +# $Id$ + if ! [ -f ai/regression/regression.nut ]; then echo "Make sure you are in the root of OpenTTD before starting this script." exit 1 diff --git a/findversion.sh b/findversion.sh index 013d0463d..d2f0f7f1e 100755 --- a/findversion.sh +++ b/findversion.sh @@ -1,5 +1,7 @@ #!/bin/sh +# $Id$ + # Arguments given? Show help text. if [ "$#" != "0" ]; then cat <<EOF diff --git a/os/dos/make_dos_binary_selfcontained.sh b/os/dos/make_dos_binary_selfcontained.sh index de4bdb9dd..c21e29d2c 100755 --- a/os/dos/make_dos_binary_selfcontained.sh +++ b/os/dos/make_dos_binary_selfcontained.sh @@ -1,5 +1,7 @@ #!/bin/sh +# $Id$ + cd `dirname $0` cc -o exe2coff exe2coff.c || exit cp $1 binary.exe || exit diff --git a/os/macosx/plistgen.sh b/os/macosx/plistgen.sh index f492bcdcf..b6116d910 100755 --- a/os/macosx/plistgen.sh +++ b/os/macosx/plistgen.sh @@ -1,5 +1,7 @@ #!/bin/sh +# $Id$ + # sets VERSION to the value if RELEASE if there are any, # otherwise it sets VERSION to revision number if [ "$3" ]; then diff --git a/src/ai/api/squirrel_export.sh b/src/ai/api/squirrel_export.sh index 46f0de0d8..46f0de0d8 100644..100755 --- a/src/ai/api/squirrel_export.sh +++ b/src/ai/api/squirrel_export.sh @@ -1,4 +1,7 @@ #!/bin/sh + +# $Id$ + # This script updates the svn source and displays log changes # This is only useful for users of CLI based SVN clients # Written by Bjarni |