celestar
|
c442586676
|
(svn r4154) -Moved MAX_BRIDGES in bridge.h and made it an enum. This makes two drops ...
|
2006-03-29 19:03:47 +00:00 |
|
celestar
|
6c44bf5012
|
(svn r4150) -Feature: Merged elrails into trunk. Thanks to Tron for lots of code and proofreading, thanks to peter1138 for another lot of code and ideas.
|
2006-03-29 16:30:26 +00:00 |
|
tron
|
49f0691c1a
|
(svn r3308) BAD
foo.h: int bar;
GOOD
foo.h: extern int bar;
foo.c: int bar;
|
2005-12-15 17:55:59 +00:00 |
|
peter1138
|
0941c388d9
|
(svn r3004) -Feature, NewGRF: Support loading of bridge attributes and tables from GRF. Currently drawing tall pillars uses old data.
|
2005-10-01 17:38:48 +00:00 |
|
tron
|
2702e8eb3a
|
(svn r2788) Fix Id tag
|
2005-08-02 15:12:36 +00:00 |
|
celestar
|
0ab19d4308
|
(svn r2783) Fix: Hopefully fix the ID tags of bridge.h and railtypes.h
|
2005-08-01 21:01:18 +00:00 |
|
celestar
|
ba0c0ceaa3
|
(svn r2782) -Codechange: Started cleaning the bridge code. Removed numerous global variables containing bridge information and joined them in a struct. Introduced GetBridgeType and GetBridgePiece and fixed some minor stuff (whitespace etc)
|
2005-08-01 20:23:38 +00:00 |
|