.gitignore
author rubidium
Mon, 03 Nov 2008 23:42:07 +0000
changeset 10318 d436fee569bf
parent 8325 deeb58f7bf53
child 10376 d0abbf51df3d
permissions -rw-r--r--
(svn r14563) -Fix [FS#2395]: in the case that an industry NewGRF, a shared TTDPatch and
OpenTTD feature with it's origin in TTDPatch to replace/add/change vehicles
(including e.g. maximum speed, graphics and introduction year), stations,
bridges, industries, town houses or any other graphics used by either
TTDPatch or OpenTTD, would tell that building an industry is okay, which
is queried using a so-called callback that allows the NewGRF author to
test all kinds of information about the neighbourhood where the industry
might get build, it would corrupt, i.e. overwrite with invalid data, the
structure that is used to build up an error message. This then might result
in trying to resolve an invalid StringID, an internal numeric representation
of all translateable strings, which would in it's turn trigger a safety
check that is added to ensure invalid StringIDs are never resolved.
8325
deeb58f7bf53 (svn r11890) -Change: ignore some files for git too. Patch by bruce89.
rubidium
parents:
diff changeset
     1
Makefile*
deeb58f7bf53 (svn r11890) -Change: ignore some files for git too. Patch by bruce89.
rubidium
parents:
diff changeset
     2
bin/*
deeb58f7bf53 (svn r11890) -Change: ignore some files for git too. Patch by bruce89.
rubidium
parents:
diff changeset
     3
!bin/data/chars.grf
deeb58f7bf53 (svn r11890) -Change: ignore some files for git too. Patch by bruce89.
rubidium
parents:
diff changeset
     4
!bin/data/openttdd.grf
deeb58f7bf53 (svn r11890) -Change: ignore some files for git too. Patch by bruce89.
rubidium
parents:
diff changeset
     5
!bin/data/openttdw.grf
deeb58f7bf53 (svn r11890) -Change: ignore some files for git too. Patch by bruce89.
rubidium
parents:
diff changeset
     6
!bin/data/opntitle.grf
deeb58f7bf53 (svn r11890) -Change: ignore some files for git too. Patch by bruce89.
rubidium
parents:
diff changeset
     7
!bin/scenario/README
deeb58f7bf53 (svn r11890) -Change: ignore some files for git too. Patch by bruce89.
rubidium
parents:
diff changeset
     8
!bin/scripts*
deeb58f7bf53 (svn r11890) -Change: ignore some files for git too. Patch by bruce89.
rubidium
parents:
diff changeset
     9
config.*
deeb58f7bf53 (svn r11890) -Change: ignore some files for git too. Patch by bruce89.
rubidium
parents:
diff changeset
    10
objs/*
deeb58f7bf53 (svn r11890) -Change: ignore some files for git too. Patch by bruce89.
rubidium
parents:
diff changeset
    11
src/rev.cpp