rubidium
|
8ebdfb258f
|
(svn r11674) -Codechange: refactor some functions out of macros.h into more logical locations.
|
2007-12-21 19:21:21 +00:00 |
|
skidd13
|
3ae50673a3
|
(svn r11484) -Codechange: Remove the doubled function SetBitT and rename the remaining to fit with the naming style
|
2007-11-20 13:35:54 +00:00 |
|
peter1138
|
96e9044249
|
(svn r9871) -Fix (r8826): Some cargo costs were wrong for different climates. Multiple definitions of the same cargo type are sometimes required.
|
2007-05-18 21:50:32 +00:00 |
|
peter1138
|
ed8a66e3d1
|
(svn r9620) -Codechange: apply cargo translation table to newstation variables 0x60..0x65
|
2007-04-13 19:32:18 +00:00 |
|
peter1138
|
9a10771046
|
(svn r9412) -Fix (r8886): When looking up a cargo type by label skip disabled cargos
|
2007-03-22 23:32:24 +00:00 |
|
peter1138
|
9931916345
|
(svn r9411) -Codechange: Add support for loading of newcargo data.
|
2007-03-22 23:19:40 +00:00 |
|
peter1138
|
6b7a4ba448
|
(svn r8891) -Codechange: Remove remains of global cargo scheme. All cargo mapping is now dealt with only in NewGRF code, on load where possible.
|
2007-02-24 23:36:40 +00:00 |
|
peter1138
|
719f5c7930
|
(svn r8886) -Codechange: (NewGRF) Add (partial) cargo translation table support, applied to action 3s only.
|
2007-02-24 19:36:47 +00:00 |
|
belugas
|
4160d85cd2
|
(svn r8859) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style.
|
2007-02-23 11:50:43 +00:00 |
|
peter1138
|
b3efec2e7d
|
(svn r8858) -Codechange: Replace magic number test with class method for determining if a cargo is valid/active.
|
2007-02-23 09:56:20 +00:00 |
|
peter1138
|
2306a02f75
|
(svn r8849) -Codechange: Replace hardcoded global/climate cargo mapping tables with dynamically generated data. Change associated code to use new functions.
|
2007-02-22 22:09:51 +00:00 |
|
peter1138
|
3d581f4f89
|
(svn r8826) -Codechange: Replace _cargoc's separate arrays with a regular struct array (with accessor) and implement new initialization method using cargo labels.
|
2007-02-20 22:09:21 +00:00 |
|