Changeset - r10729:809061d9ab58
[Not reviewed]
master
0 10 0
smatz - 16 years ago 2009-01-13 16:30:24
smatz@openttd.org
(svn r15062) -Fix: further forgotten svn properties and headers
10 files changed with 18 insertions and 0 deletions:
0 comments (0 inline, 0 general)
bin/ai/regression/completeness.sh
Show inline comments
 
modified file chmod 100644 => 100755
 
#!/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
bin/ai/regression/regression.nut
Show inline comments
 
/* $Id$ */
 

	
 
import("queue.priority_queue", "PQ", 2);
 
import("queue.binary_heap", "BH", 1);
 
import("queue.fibonacci_heap", "FH", 1);
bin/ai/regression/regression_info.nut
Show inline comments
 
/* $Id$ */
 

	
 
class Regression extends AIInfo {
 
	function GetAuthor()      { return "OpenTTD NoAI Developers Team"; }
 
	function GetName()        { return "Regression"; }
bin/ai/regression/require.nut
Show inline comments
 
/* $Id$ */
 

	
 
print("  Required this file");
 

	
bin/ai/regression/run.sh
Show inline comments
 
modified file chmod 100644 => 100755
 
#!/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
findversion.sh
Show inline comments
 
#!/bin/sh
 

	
 
# $Id$
 

	
 
# Arguments given? Show help text.
 
if [ "$#" != "0" ]; then
 
	cat <<EOF
os/dos/make_dos_binary_selfcontained.sh
Show inline comments
 
#!/bin/sh
 

	
 
# $Id$
 

	
 
cd `dirname $0`
 
cc -o exe2coff exe2coff.c || exit
 
cp $1 binary.exe || exit
os/macosx/plistgen.sh
Show inline comments
 
#!/bin/sh
 

	
 
# $Id$
 

	
 
# sets VERSION to the value if RELEASE if there are any,
 
# otherwise it sets VERSION to revision number
 
if [ "$3" ]; then
src/ai/api/squirrel_export.sh
Show inline comments
 
modified file chmod 100644 => 100755
svnup.sh
Show inline comments
 
#!/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
0 comments (0 inline, 0 general)