Thu, 16 Jul 2009 19:00:13 +0000 |
smatz |
(svn r16849) -Codechange: replace GetCargo() by CargoSpec::Get()
draft
|
Thu, 25 Jun 2009 23:49:59 +0000 |
smatz |
(svn r16661) -Codechange: move definition of few very short functions to header files
draft
|
Sat, 31 Jan 2009 20:16:06 +0000 |
smatz |
(svn r15299) -Cleanup: remove many redundant includes
draft
|
Tue, 06 May 2008 15:11:33 +0000 |
rubidium |
(svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
draft
|
Sun, 13 Jan 2008 01:21:35 +0000 |
rubidium |
(svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
draft
|
Fri, 04 Jan 2008 17:25:53 +0000 |
peter1138 |
(svn r11758) -Fix(ette): Populate 'void' cargo slots (unused slots in temperate and arctic) with default data as per pre-newcargo support. These slots are still disabled by default, but some NewGRFs (erroneously?) expect the default data.
draft
|
Fri, 21 Dec 2007 19:21:21 +0000 |
rubidium |
(svn r11674) -Codechange: refactor some functions out of macros.h into more logical locations.
draft
|
Tue, 20 Nov 2007 13:35:54 +0000 |
skidd13 |
(svn r11484) -Codechange: Remove the doubled function SetBitT and rename the remaining to fit with the naming style
draft
|
Fri, 18 May 2007 21:50:32 +0000 |
peter1138 |
(svn r9871) -Fix (r8826): Some cargo costs were wrong for different climates. Multiple definitions of the same cargo type are sometimes required.
draft
|
Fri, 13 Apr 2007 19:32:18 +0000 |
peter1138 |
(svn r9620) -Codechange: apply cargo translation table to newstation variables 0x60..0x65
draft
|
Thu, 22 Mar 2007 23:32:24 +0000 |
peter1138 |
(svn r9412) -Fix (r8886): When looking up a cargo type by label skip disabled cargos
draft
|
Thu, 22 Mar 2007 23:19:40 +0000 |
peter1138 |
(svn r9411) -Codechange: Add support for loading of newcargo data.
draft
|
Sat, 24 Feb 2007 23:36:40 +0000 |
peter1138 |
(svn r8891) -Codechange: Remove remains of global cargo scheme. All cargo mapping is now dealt with only in NewGRF code, on load where possible.
draft
|
Sat, 24 Feb 2007 19:36:47 +0000 |
peter1138 |
(svn r8886) -Codechange: (NewGRF) Add (partial) cargo translation table support, applied to action 3s only.
draft
|
Fri, 23 Feb 2007 11:50:43 +0000 |
belugas |
(svn r8859) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style.
draft
|
Fri, 23 Feb 2007 09:56:20 +0000 |
peter1138 |
(svn r8858) -Codechange: Replace magic number test with class method for determining if a cargo is valid/active.
draft
|
Thu, 22 Feb 2007 22:09:51 +0000 |
peter1138 |
(svn r8849) -Codechange: Replace hardcoded global/climate cargo mapping tables with dynamically generated data. Change associated code to use new functions.
draft
|
Tue, 20 Feb 2007 22:09:21 +0000 |
peter1138 |
(svn r8826) -Codechange: Replace _cargoc's separate arrays with a regular struct array (with accessor) and implement new initialization method using cargo labels.
draft
|