diff options
author | rubidium <rubidium@openttd.org> | 2010-08-02 15:29:31 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-08-02 15:29:31 +0000 |
commit | dfb0a2c9a5a91e7c100fc383096f8c633710c687 (patch) | |
tree | d5fe778f61ac264dd828dd02959b7c56a83769c4 /bin | |
parent | cded122da519b72a00c0432a7129a5a9f8ee97e7 (diff) | |
download | openttd-dfb0a2c9a5a91e7c100fc383096f8c633710c687.tar.xz |
(svn r20305) -Change: reduce OpenTTD's install size by roughly 460 KiB by only providing the "extra" base graphics in one palette and doing the conversion upon loading; the conversion has existed for a while, but now the NewGRF can tell its palette using Action 14 thus it can enable the conversion for only that NewGRF.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/data/openttd.grf | bin | 0 -> 476321 bytes | |||
-rw-r--r-- | bin/data/orig_dos.obg | 4 | ||||
-rw-r--r-- | bin/data/orig_dos_de.obg | 4 | ||||
-rw-r--r-- | bin/data/orig_win.obg | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/bin/data/openttd.grf b/bin/data/openttd.grf Binary files differnew file mode 100644 index 000000000..eac43b919 --- /dev/null +++ b/bin/data/openttd.grf diff --git a/bin/data/orig_dos.obg b/bin/data/orig_dos.obg index 4586acb52..a573db5af 100644 --- a/bin/data/orig_dos.obg +++ b/bin/data/orig_dos.obg @@ -47,7 +47,7 @@ logos = TRGI.GRF arctic = TRGC.GRF tropical = TRGH.GRF toyland = TRGT.GRF -extra = OPENTTDD.GRF +extra = OPENTTD.GRF [md5s] TRG1.GRF = 9311676280e5b14077a8ee41c1b42192 @@ -55,7 +55,7 @@ TRGI.GRF = da6a6c9dcc451eec88d79211437b76a8 TRGC.GRF = ed446637e034104c5559b32c18afe78d TRGH.GRF = ee6616fb0e6ef6b24892c58c93d86fc9 TRGT.GRF = e30e8a398ae86c03dc534a8ac7dfb3b6 -OPENTTDD.GRF = 177d3eeda710bb6f1b93955fdd3754fa +OPENTTD.GRF = fd012338722d33a311cfbaf1d1ad2ef5 [origin] default = You can find it on your Transport Tycoon Deluxe CD-ROM. diff --git a/bin/data/orig_dos_de.obg b/bin/data/orig_dos_de.obg index 714a7462e..3f2890750 100644 --- a/bin/data/orig_dos_de.obg +++ b/bin/data/orig_dos_de.obg @@ -47,7 +47,7 @@ logos = TRGI.GRF arctic = TRGC.GRF tropical = TRGH.GRF toyland = TRGT.GRF -extra = OPENTTDD.GRF +extra = OPENTTD.GRF [md5s] TRG1.GRF = 9311676280e5b14077a8ee41c1b42192 @@ -55,7 +55,7 @@ TRGI.GRF = da6a6c9dcc451eec88d79211437b76a8 TRGC.GRF = ed446637e034104c5559b32c18afe78d TRGH.GRF = ee6616fb0e6ef6b24892c58c93d86fc9 TRGT.GRF = fcde1d7e8a74197d72a62695884b909e -OPENTTDD.GRF = 177d3eeda710bb6f1b93955fdd3754fa +OPENTTD.GRF = fd012338722d33a311cfbaf1d1ad2ef5 [origin] default = You can find it on your Transport Tycoon Deluxe CD-ROM. diff --git a/bin/data/orig_win.obg b/bin/data/orig_win.obg index 05f8b720a..0b110cccf 100644 --- a/bin/data/orig_win.obg +++ b/bin/data/orig_win.obg @@ -47,7 +47,7 @@ logos = TRGIR.GRF arctic = TRGCR.GRF tropical = TRGHR.GRF toyland = TRGTR.GRF -extra = OPENTTDW.GRF +extra = OPENTTD.GRF [md5s] TRG1R.GRF = b04ce593d8c5016e07473a743d7d3358 @@ -55,7 +55,7 @@ TRGIR.GRF = 0c2484ff6be49fc63a83be6ab5c38f32 TRGCR.GRF = 3668f410c761a050b5e7095a2b14879b TRGHR.GRF = 06bf2b7a31766f048baac2ebe43457b1 TRGTR.GRF = de53650517fe661ceaa3138c6edb0eb8 -OPENTTDW.GRF = 7f67abbead5b77b86c375d4f9a7b1a29 +OPENTTD.GRF = fd012338722d33a311cfbaf1d1ad2ef5 [origin] default = You can find it on your Transport Tycoon Deluxe CD-ROM. |