From f546de602b9c59c3fbaaea8fac5f008ed0443fea Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 15 Nov 2007 07:42:25 +0000 Subject: (svn r11433) -Fix: starting OpenTTD with DOS files made it look weird out of the box. -Change: make extra sprites (the ones not in the TTD GRFs) replaceable using Action 5. -Feature: make replacing contiguous subsets of sprites in for some types possible in Action 5. Note to GRF authors: when you replaced OpenTTD sprites that are not from the TTD GRF files using Action A, your GRF will not have the intended result anymore as the sprite numbers have changed. You should replace the Action A with an Action 5 from now on. --- bin/data/2ccmap.grf | Bin 66566 -> 0 bytes bin/data/airports.grf | Bin 9488 -> 0 bytes bin/data/autorail.grf | Bin 9747 -> 0 bytes bin/data/canalsw.grf | Bin 41639 -> 0 bytes bin/data/chars.grf | Bin 0 -> 2686 bytes bin/data/elrailsw.grf | Bin 7699 -> 0 bytes bin/data/flags.grf | Bin 2153 -> 0 bytes bin/data/group.grf | Bin 5704 -> 0 bytes bin/data/halffndw.grf | Bin 21613 -> 0 bytes bin/data/halfselw.grf | Bin 2844 -> 0 bytes bin/data/nsignalsw.grf | Bin 50012 -> 0 bytes bin/data/oneway.grf | Bin 581 -> 0 bytes bin/data/openttd.grf | Bin 34441 -> 0 bytes bin/data/openttdd.grf | Bin 0 -> 380052 bytes bin/data/openttdw.grf | Bin 0 -> 380212 bytes bin/data/roadstops.grf | Bin 2403 -> 0 bytes bin/data/tramtrkw.grf | Bin 42018 -> 0 bytes bin/data/trkfoundw.grf | Bin 91558 -> 0 bytes 18 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 bin/data/2ccmap.grf delete mode 100644 bin/data/airports.grf delete mode 100644 bin/data/autorail.grf delete mode 100644 bin/data/canalsw.grf create mode 100644 bin/data/chars.grf delete mode 100644 bin/data/elrailsw.grf delete mode 100644 bin/data/flags.grf delete mode 100644 bin/data/group.grf delete mode 100644 bin/data/halffndw.grf delete mode 100644 bin/data/halfselw.grf delete mode 100644 bin/data/nsignalsw.grf delete mode 100644 bin/data/oneway.grf delete mode 100644 bin/data/openttd.grf create mode 100644 bin/data/openttdd.grf create mode 100644 bin/data/openttdw.grf delete mode 100644 bin/data/roadstops.grf delete mode 100644 bin/data/tramtrkw.grf delete mode 100644 bin/data/trkfoundw.grf (limited to 'bin/data') diff --git a/bin/data/2ccmap.grf b/bin/data/2ccmap.grf deleted file mode 100644 index 4e833c0e8..000000000 Binary files a/bin/data/2ccmap.grf and /dev/null differ diff --git a/bin/data/airports.grf b/bin/data/airports.grf deleted file mode 100644 index 8c35d18d0..000000000 Binary files a/bin/data/airports.grf and /dev/null differ diff --git a/bin/data/autorail.grf b/bin/data/autorail.grf deleted file mode 100644 index cd6fd293c..000000000 Binary files a/bin/data/autorail.grf and /dev/null differ diff --git a/bin/data/canalsw.grf b/bin/data/canalsw.grf deleted file mode 100644 index 045eae15e..000000000 Binary files a/bin/data/canalsw.grf and /dev/null differ diff --git a/bin/data/chars.grf b/bin/data/chars.grf new file mode 100644 index 000000000..2b3b6aafc Binary files /dev/null and b/bin/data/chars.grf differ diff --git a/bin/data/elrailsw.grf b/bin/data/elrailsw.grf deleted file mode 100644 index f722d1e3a..000000000 Binary files a/bin/data/elrailsw.grf and /dev/null differ diff --git a/bin/data/flags.grf b/bin/data/flags.grf deleted file mode 100644 index c6d5831c5..000000000 Binary files a/bin/data/flags.grf and /dev/null differ diff --git a/bin/data/group.grf b/bin/data/group.grf deleted file mode 100644 index 586a2bfd1..000000000 Binary files a/bin/data/group.grf and /dev/null differ diff --git a/bin/data/halffndw.grf b/bin/data/halffndw.grf deleted file mode 100644 index 8fe4ad447..000000000 Binary files a/bin/data/halffndw.grf and /dev/null differ diff --git a/bin/data/halfselw.grf b/bin/data/halfselw.grf deleted file mode 100644 index e80c14ea1..000000000 Binary files a/bin/data/halfselw.grf and /dev/null differ diff --git a/bin/data/nsignalsw.grf b/bin/data/nsignalsw.grf deleted file mode 100644 index 03dee7863..000000000 Binary files a/bin/data/nsignalsw.grf and /dev/null differ diff --git a/bin/data/oneway.grf b/bin/data/oneway.grf deleted file mode 100644 index 4c376e93a..000000000 Binary files a/bin/data/oneway.grf and /dev/null differ diff --git a/bin/data/openttd.grf b/bin/data/openttd.grf deleted file mode 100644 index 7dce5a2d3..000000000 Binary files a/bin/data/openttd.grf and /dev/null differ diff --git a/bin/data/openttdd.grf b/bin/data/openttdd.grf new file mode 100644 index 000000000..a3576278d Binary files /dev/null and b/bin/data/openttdd.grf differ diff --git a/bin/data/openttdw.grf b/bin/data/openttdw.grf new file mode 100644 index 000000000..67ae95b78 Binary files /dev/null and b/bin/data/openttdw.grf differ diff --git a/bin/data/roadstops.grf b/bin/data/roadstops.grf deleted file mode 100644 index c9d5ef590..000000000 Binary files a/bin/data/roadstops.grf and /dev/null differ diff --git a/bin/data/tramtrkw.grf b/bin/data/tramtrkw.grf deleted file mode 100644 index d4a38d1f8..000000000 Binary files a/bin/data/tramtrkw.grf and /dev/null differ diff --git a/bin/data/trkfoundw.grf b/bin/data/trkfoundw.grf deleted file mode 100644 index 5fbfa36e9..000000000 Binary files a/bin/data/trkfoundw.grf and /dev/null differ -- cgit v1.2.3-70-g09d2