From 85315e2e3132dd7aff9ee96c1ba8d282350d9d5e Mon Sep 17 00:00:00 2001 From: Patric Stout Date: Sun, 7 Apr 2019 11:51:19 +0200 Subject: Codechange: rework how grf and ob[msg] are generated For grfs, it now uses CMake scripts to do its job, and both grf files are split into their own folder to make more clear what is going on. Additionally, it no longer builds in-source (although the resulting grf is copied back in the source folder). For ob[msg] it now uses CMake scripts to generate the translation files; the result is no longer stored in-source (but in the build folder). Although all files are available to create the GRFs and basesets, it won't really work till CMake is introduced (which will happen in a few commits from here) --- media/extra_grf/roadstops.nfo | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 media/extra_grf/roadstops.nfo (limited to 'media/extra_grf/roadstops.nfo') diff --git a/media/extra_grf/roadstops.nfo b/media/extra_grf/roadstops.nfo deleted file mode 100644 index 15ede7027..000000000 --- a/media/extra_grf/roadstops.nfo +++ /dev/null @@ -1,15 +0,0 @@ -// This file is part of OpenTTD. -// OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2. -// OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -// See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see . -// - -1 * 0 0C "Road stop graphics" - -1 * 3 05 11 08 - -1 sprites/roadstops.png 8bpp 34 8 13 23 5 -11 normal - -1 sprites/roadstops.png 8bpp 66 8 13 15 5 -2 normal - -1 sprites/roadstops.png 8bpp 98 8 21 19 -20 -7 normal - -1 sprites/roadstops.png 8bpp 130 8 22 17 -25 -4 normal - -1 sprites/roadstops.png 8bpp 162 8 32 25 -5 -9 normal - -1 sprites/roadstops.png 8bpp 210 8 28 26 -3 -12 normal - -1 sprites/roadstops.png 8bpp 258 8 29 25 -24 -12 normal - -1 sprites/roadstops.png 8bpp 306 8 32 25 -25 -9 normal -- cgit v1.2.3-54-g00ecf