- Workaround on FreePascal textfiles parsing bug (indefinite loop while "read(f, a, b, c)")
- Update Makefile
--- a/hedgewars/Data/Themes/avematan/theme.cfg Wed Jun 14 15:50:22 2006 +0000
+++ b/hedgewars/Data/Themes/avematan/theme.cfg Tue Jun 20 20:08:17 2006 +0000
@@ -7,4 +7,4 @@
inf
248 112 220 5 22 18 1 0 0 205 112
sqrt
-264 249 2 191 7 25 3 25 183 82 66 68 54 81 131 117 2 146 55
\ No newline at end of file
+264 249 2 191 7 25 3 25 183 82 66 68 54 81 131 117 2 146 55
--- a/hedgewars/Data/Themes/bubbles/theme.cfg Wed Jun 14 15:50:22 2006 +0000
+++ b/hedgewars/Data/Themes/bubbles/theme.cfg Tue Jun 20 20:08:17 2006 +0000
@@ -1,4 +1,4 @@
2829989
1
round
-167 242 90 242 10 1 3 0 0 97 97 63 61 95 115 100 190 67 26
\ No newline at end of file
+167 242 90 242 10 1 3 0 0 97 97 63 61 95 115 100 190 67 26
--- a/hedgewars/Data/Themes/ethereal/theme.cfg Wed Jun 14 15:50:22 2006 +0000
+++ b/hedgewars/Data/Themes/ethereal/theme.cfg Tue Jun 20 20:08:17 2006 +0000
@@ -1,2 +1,2 @@
32896
-0
\ No newline at end of file
+0
--- a/hedgewars/Data/Themes/norsk/theme.cfg Wed Jun 14 15:50:22 2006 +0000
+++ b/hedgewars/Data/Themes/norsk/theme.cfg Tue Jun 20 20:08:17 2006 +0000
@@ -1,2 +1,2 @@
32896
-0
\ No newline at end of file
+0
--- a/hedgewars/Data/Themes/tibet/theme.cfg Wed Jun 14 15:50:22 2006 +0000
+++ b/hedgewars/Data/Themes/tibet/theme.cfg Tue Jun 20 20:08:17 2006 +0000
@@ -9,4 +9,4 @@
sa
153 111 2 83 14 12 2 9 9 140 57 25 65 96 40
ta1
-125 139 58 130 16 8 1 5 7 119 100
\ No newline at end of file
+125 139 58 130 16 8 1 5 7 119 100
--- a/hedgewars/Data/Themes/wood/theme.cfg Wed Jun 14 15:50:22 2006 +0000
+++ b/hedgewars/Data/Themes/wood/theme.cfg Tue Jun 20 20:08:17 2006 +0000
@@ -1,4 +1,4 @@
5129753
1
tree
-105 225 41 224 22 1 1 0 0 105 203
\ No newline at end of file
+105 225 41 224 22 1 1 0 0 105 203
--- a/hedgewars/Data/Themes/xtheme/theme.cfg Wed Jun 14 15:50:22 2006 +0000
+++ b/hedgewars/Data/Themes/xtheme/theme.cfg Tue Jun 20 20:08:17 2006 +0000
@@ -1,4 +1,4 @@
8388608
1
plant1
-128 128 35 127 29 1 2 12 7 63 108 75 26 49 52
\ No newline at end of file
+128 128 35 127 29 1 2 12 7 63 108 75 26 49 52
--- a/hedgewars/Makefile Wed Jun 14 15:50:22 2006 +0000
+++ b/hedgewars/Makefile Tue Jun 20 20:08:17 2006 +0000
@@ -1,4 +1,2 @@
fpc-compile:
- ppc386 -Fl/usr/local/lib getrevnum.dpr
- ./getrevnum < /dev/null > revision.inc
- ppc386 -B -Sd -Xs -OG -Or -O2 -Fl/usr/local/lib hwengine.dpr
+ ppc386 -B -Sd -Xs -OG -Or -O2 -Fl/usr/local/lib -Cs2000000 hwengine.dpr