]> ruin.nu Git - icfp05.git/commitdiff
release
authorMichael Andreen <harv@ruin.nu>
Mon, 27 Jun 2005 10:01:24 +0000 (10:01 +0000)
committerMichael Andreen <harv@ruin.nu>
Mon, 27 Jun 2005 10:01:24 +0000 (10:01 +0000)
botsrc/bot.h
copsrc/copsrc.pro
robbersrc/robbersrc.pro

index a5f469b580becc9b390b20b7dbbd9ca11ce92e03..2645ac0a8226d9bd8e8001abb5c0356929f28df6 100644 (file)
@@ -82,6 +82,7 @@ class Bot {
                void buildGraph();
                void updateWorld();
                virtual std::string turn() = 0;
+               virtual void preGamePreparations(){};
                void move(std::string location);
                void getPlayers();
                std::list<std::string> shortestPath(const std::string& from, PlayerType type, const SPGoal& goal, bool reverse = false);
index b1ae0745e82e272a0d45c4d2dce4adb54103dbf0..3ef12920ac6b40cbf638a9e5830ecd90bbaa7a80 100644 (file)
@@ -5,9 +5,10 @@
 TEMPLATE = app
 INCLUDEPATH += ../botsrc
 CONFIG -= qt
-CONFIG += debug
+#CONFIG += debug
 unix:LIBS += -lm
 TARGET = ../cop
+QMAKE_CFLAGS_RELEASE += -march=athlon-xp
 
 
 # Input
index 5afe11576598fc4aed856e77779228152448056a..525f42b4894edd88893c7f52b7e2be644912ed36 100644 (file)
@@ -5,9 +5,10 @@
 TEMPLATE = app
 INCLUDEPATH += ../botsrc
 CONFIG -= qt
-CONFIG += debug
+#CONFIG += debug
 unix:LIBS += -lm
 TARGET = ../robber
+QMAKE_CFLAGS_RELEASE += -march=athlon-xp
 
 
 # Input