mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 06:15:04 +00:00
(svn r15062) -Fix: further forgotten svn properties and headers
This commit is contained in:
parent
7cea618fcc
commit
0a357c0ac1
2
bin/ai/regression/completeness.sh
Normal file → Executable file
2
bin/ai/regression/completeness.sh
Normal file → Executable file
@ -1,5 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
# $Id$
|
||||||
|
|
||||||
if ! [ -f ai/regression/regression.nut ]; then
|
if ! [ -f ai/regression/regression.nut ]; then
|
||||||
echo "Make sure you are in the root of OpenTTD before starting this script."
|
echo "Make sure you are in the root of OpenTTD before starting this script."
|
||||||
exit 1
|
exit 1
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
/* $Id$ */
|
||||||
|
|
||||||
import("queue.priority_queue", "PQ", 2);
|
import("queue.priority_queue", "PQ", 2);
|
||||||
import("queue.binary_heap", "BH", 1);
|
import("queue.binary_heap", "BH", 1);
|
||||||
import("queue.fibonacci_heap", "FH", 1);
|
import("queue.fibonacci_heap", "FH", 1);
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
/* $Id$ */
|
||||||
|
|
||||||
class Regression extends AIInfo {
|
class Regression extends AIInfo {
|
||||||
function GetAuthor() { return "OpenTTD NoAI Developers Team"; }
|
function GetAuthor() { return "OpenTTD NoAI Developers Team"; }
|
||||||
function GetName() { return "Regression"; }
|
function GetName() { return "Regression"; }
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
/* $Id$ */
|
||||||
|
|
||||||
print(" Required this file");
|
print(" Required this file");
|
||||||
|
|
||||||
|
2
bin/ai/regression/run.sh
Normal file → Executable file
2
bin/ai/regression/run.sh
Normal file → Executable file
@ -1,5 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
# $Id$
|
||||||
|
|
||||||
if ! [ -f ai/regression/regression.nut ]; then
|
if ! [ -f ai/regression/regression.nut ]; then
|
||||||
echo "Make sure you are in the root of OpenTTD before starting this script."
|
echo "Make sure you are in the root of OpenTTD before starting this script."
|
||||||
exit 1
|
exit 1
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
# $Id$
|
||||||
|
|
||||||
# Arguments given? Show help text.
|
# Arguments given? Show help text.
|
||||||
if [ "$#" != "0" ]; then
|
if [ "$#" != "0" ]; then
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
# $Id$
|
||||||
|
|
||||||
cd `dirname $0`
|
cd `dirname $0`
|
||||||
cc -o exe2coff exe2coff.c || exit
|
cc -o exe2coff exe2coff.c || exit
|
||||||
cp $1 binary.exe || exit
|
cp $1 binary.exe || exit
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
# $Id$
|
||||||
|
|
||||||
# sets VERSION to the value if RELEASE if there are any,
|
# sets VERSION to the value if RELEASE if there are any,
|
||||||
# otherwise it sets VERSION to revision number
|
# otherwise it sets VERSION to revision number
|
||||||
if [ "$3" ]; then
|
if [ "$3" ]; then
|
||||||
|
0
src/ai/api/squirrel_export.sh
Normal file → Executable file
0
src/ai/api/squirrel_export.sh
Normal file → Executable file
3
svnup.sh
3
svnup.sh
@ -1,4 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
# $Id$
|
||||||
|
|
||||||
# This script updates the svn source and displays log changes
|
# This script updates the svn source and displays log changes
|
||||||
# This is only useful for users of CLI based SVN clients
|
# This is only useful for users of CLI based SVN clients
|
||||||
# Written by Bjarni
|
# Written by Bjarni
|
||||||
|
Loading…
Reference in New Issue
Block a user