S. D. Cloudt
13cc8a0cee
Cleanup: Removed SVN headers
2019-11-10 17:59:20 +00:00
Peter Nelson
1334cfb3e5
Change: Always build baseset metadata, instead of including it in the repo.
...
This adds a script and project files to generate these files within MSVC.
2019-01-25 22:28:39 +00:00
frosch
1aedadb49b
(svn r27730) -Change: Split openttd.grf into openttd.grf and orig_extra.grf
...
openttd.grf is now always loaded and provides all extra graphics in case the (possibly outdated) baseset does not.
orig_extra.grf contains graphics specific to the original baseset only.
2017-01-14 15:48:19 +00:00
frosch
5be0b3559a
(svn r27263) -Doc: nforenum is part of grfcodec for some years.
2015-05-02 09:59:55 +00:00
rubidium
8fa42362e9
(svn r26708) -Codechange: replace C preprocessor with all kinds of options to prevent adding certain things to the result and the sed script to remove everything that shouldn't be in the resulting nfo file but came out of the C preprocessor by a small-ish awk program. This means no more breaking if a C preprocessor decides to add more data to the processed file (like GCC's inclusion of stdc-predef.h when not passing -nostdinc). It furthermore more than halfs the time needed for the assemble step of the extra GRF compilation
2014-07-30 17:21:42 +00:00
frosch
df63cb6cef
(svn r25205) -Feature: Translations of baseset descriptions via lang files.
2013-04-24 20:30:02 +00:00
rubidium
8808e9cfaa
(svn r25050) -Fix: use the CC_BUILD compiler for preprocessing the extra GRF's source instead of a hardcoded gcc
...
-Fix: do not let gcc include files from the "standard C" include directories; newer gcc/libc seem to otherwise automatically include some header files at the top of the preprocessed nfo files which causes NFOrenum/GRFcodec to make invalid assumptions about the NFO version
2013-02-26 20:48:50 +00:00
rubidium
46b08db917
(svn r23981) -Codechange: reduce GRF size by a few percent by letting GRFCodec determine the best compression
2012-02-24 22:19:45 +00:00
rubidium
d60ec55983
(svn r23438) -Fix [FS#4867]: perform checks for nforenum/grfcodec in configure, including a version check so a proper error can be given when a too old grfcodec or nforenum is used
2011-12-05 20:11:42 +00:00
rubidium
79b82b56a8
(svn r23220) -Change: move the baseset files to their new location
2011-11-14 21:38:36 +00:00
rubidium
e8a9bb3c0d
(svn r22766) -Add: river graphics for the original base set (andythenorth)
2011-08-20 12:52:45 +00:00
rubidium
c5015bb5bd
(svn r21026) -Codechange: move from pcx to png extra grf sprites as they are easier to handle/view. They also take less space in a checkout. Furthermore this requires a recent GRFCodec nightly with PNG support enabled.
2010-10-24 15:49:38 +00:00
rubidium
27839d548e
(svn r20989) -Change: make extra_grf's pcx files DOS palettes instead of converting them during compilation. Also fix misconverted sprite and some comments
2010-10-18 12:24:56 +00:00
rubidium
d2572f94d2
(svn r20752) -Change: move removal of bin/data/openttd.grf from distclean to maintainer-clean
2010-09-05 21:50:59 +00:00
frosch
e640373475
(svn r20715) -Fix: Recent nforenum does not know '-?'.
2010-09-01 20:17:25 +00:00
rubidium
70fb9ca9d8
(svn r20588) -Fix (r20586): apparantly some NFORenums don't return an error code when an unknown command line option is given
2010-08-21 11:30:41 +00:00
rubidium
284feb4236
(svn r20586) -Codechange: silence nforenum and grfcodec progress output (if possible)
2010-08-21 10:57:01 +00:00
rubidium
a054078920
(svn r20551) -Fix [FS#4056]: apparantly Mac OS X's sed and GNU's can't decide on a single "format" for replacing stuff in-place
2010-08-19 08:07:19 +00:00
rubidium
7d11c392a4
(svn r20490) -Change: merge the extra GRF sources so updating them becomes a bit easier.
...
The (prebuilt) grf will still remain, so if you don't have NFORenum and GRFCodec it will still work.
2010-08-14 14:50:06 +00:00