Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-15 | (svn r3308) BAD | tron | |
foo.h: int bar; GOOD foo.h: extern int bar; foo.c: int bar; | |||
2005-10-01 | (svn r3004) -Feature, NewGRF: Support loading of bridge attributes and ↵ | peter1138 | |
tables from GRF. Currently drawing tall pillars uses old data. | |||
2005-08-02 | (svn r2788) Fix Id tag | tron | |
2005-08-01 | (svn r2783) Fix: Hopefully fix the ID tags of bridge.h and railtypes.h | celestar | |
2005-08-01 | (svn r2782) -Codechange: Started cleaning the bridge code. Removed numerous ↵ | celestar | |
global variables containing bridge information and joined them in a struct. Introduced GetBridgeType and GetBridgePiece and fixed some minor stuff (whitespace etc) |