summaryrefslogtreecommitdiff
path: root/src/table/bridge_land.h
AgeCommit message (Collapse)Author
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2013-01-08(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by ↵planetmaker
Eagle_rainbow)
2011-04-29(svn r22381) -Codechange: It's called 'steel', not 'steele'planetmaker
2011-04-29(svn r22378) -Fix: The recolouring scheme applied to the silicon bridge ↵planetmaker
recoloured too much
2011-02-04(svn r21959) -Change: replace longbridges with custom maximum bridge and ↵rubidium
tunnel length setting
2010-08-01(svn r20283) -Codechange: Unify start of doygen comments.frosch
2010-06-08(svn r19949) -Doc: Mention tricky units (like speed) more often and more ↵frosch
consistently.
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-08-05(svn r17075) -Codechange: rename ~750 strings to be more uniform with their ↵rubidium
relatives
2009-04-21(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had ↵rubidium
this ID' from 'some' strings and replace the string name with something more sensible.
2008-06-11(svn r13464) -Codechange: support NewGRF Action 0x05, type 12.rubidium
2008-02-27(svn r12289) -Fix(r12288)[FS#1808]: Wrong bridge head table associatedbelugas
2008-02-27(svn r12288) -Fix(r12287): forgot to include two sprite renames out of ↵belugas
consistency. And obviously forgot to compile before committing, as the array rename would have been evident.
2008-02-27(svn r12287) -Codechange: Give meaning to two other bridges sprites arrays.belugas
A bit of re-indenting too
2008-02-26(svn r12272) -Codechange: A bit of code style fixes (tabs instead of ↵belugas
spaces), one space too many before macro definition and rename marco MB (MakeBridge) for MBR(MakeBRidge)
2008-02-26(svn r12263) -Codechange: Give meaning to the concrete bridge sprites arrays.belugas
Add macro MR (PALETTE_TO_STRUCT_RED) for easier viewing. Still more to come.
2008-02-26(svn r12262) -Codechange: Give meaning to the wooden bridge sprites arrays.belugas
Add macro MN for easier viewing. More to come.
2008-02-12(svn r12118) -Codechange: Put the two descriptions of bridges in an array ↵belugas
instead of two single variables, following the transport type it represents
2008-02-11(svn r12111) -Codechange: Rename Bridge to BridgeSpec, out of consistensy ↵belugas
with other Specs in used.
2008-02-05(svn r12064) -Codechange : Give grf bridges their own ResetBridges function, ↵belugas
and put bridge spec in table/bridge_land.h, where it should be.
2007-01-14(svn r8129) -Codechange: Change data tables to use split off palette map. And peter1138
include a file missed last time...
2007-01-02(svn r7759) -Merge: makefile rewrite. This merge features:rubidium
- A proper ./configure, so everything needs to be configured only once, not for every make. - Usage of makedepend when available. This greatly reduces the time needed for generating the dependencies. - A generator for all project files. There is a single file with sources, which is used to generate Makefiles and the project files for MSVC. - Proper support for OSX universal binaries. - Object files for non-MSVC compiles are also placed in separate directories, making is faster to switch between debug and release compiles and it does not touch the directory with the source files. - Functionality to make a bundle of all needed files for for example a nightly or distribution of a binary with all needed GRFs and language files. Note: as this merge moves almost all files, it is recommended to make a backup of your working copy before updating your working copy.