More hacking.
authormdw <mdw>
Sun, 2 Mar 2003 12:24:36 +0000 (12:24 +0000)
committermdw <mdw>
Sun, 2 Mar 2003 12:24:36 +0000 (12:24 +0000)
makefile-linux
newkind.cfg
newscan.cfg

index ca806aa..7f4a35e 100644 (file)
@@ -20,7 +20,7 @@
 
 CC = gcc
 LIBS = `allegro-config --libs`
-CFLAGS = -O -Wall
+CFLAGS = -O3 -mpentium -Wall -fomit-frame-pointer -funroll-loops
 OBJS = alg_gfx.o alg_main.o docked.o elite.o \
 intro.o planet.o shipdata.o shipface.o sound.o space.o \
 swat.o threed.o vector.o random.o trade.o options.o \
@@ -30,7 +30,7 @@ EXEC = newkind
 all: $(EXEC)
 
 clean:
-       rm *.o $(EXEC)
+       rm -f *.o $(EXEC)
 
 .SUFFIXES : .c .o
 
index d30c9e6..f55e7fc 100644 (file)
@@ -1,7 +1,8 @@
-75             # Game Speed, the lower the number the faster the game.
+55             # Game Speed, the lower the number the faster the game.
 0              # Graphics: 0 = Solid, 1 = Wireframe
 1              # Anti-Alias Wireframe: 0 = Normal, 1 = Anti-Aliased
 3              # Planet style: 0 = Wireframe, 1 = Green, 2 = SNES, 3 = Fractal
 0              # Planet Descriptions: 0 = Tree Grubs, 1 = Hoopy Casinos
-0              # Instant dock: 0 = off, 1 = on
+1              # Instant dock: 0 = off, 1 = on
 newscan.cfg    # Name of scanner config file to use.
+1               # Prefer window
index c1300be..300ddd0 100644 (file)
@@ -9,4 +9,5 @@
 scanner.bmp     # Scanner bitmap filename.
 253,63          # Scanner centre X,Y
 382,22          # Compass centre X,Y
-
+122,28,20      # Condition centre X,Y, radius
+133,110                # Zoom text X, Y