Sat, 27 Nov 2010 22:52:12 +0000 |
terkhen |
(svn r21344) -Feature [FS#4214]: Natural sorting of strings using ICU.
draft
|
Sun, 01 Aug 2010 19:22:34 +0000 |
frosch |
(svn r20283) -Codechange: Unify start of doygen comments.
draft
|
Wed, 07 Apr 2010 14:17:29 +0000 |
terkhen |
(svn r19573) -Fix (r19541): Special cargos did not appear at the refit list.
draft
|
Thu, 01 Apr 2010 19:48:28 +0000 |
terkhen |
(svn r19534) -Add: Keep a list of cargo specifications sorted by cargo class / name.
draft
|
Sat, 05 Dec 2009 21:39:28 +0000 |
alberth |
(svn r18413) -Doc: Added doxygen strings for cargo-type related enums, structs, and functions.
draft
|
Sat, 05 Dec 2009 16:00:58 +0000 |
alberth |
(svn r18410) -Codechange: Move GetCargoSprite() to CargoSpec::GetCargoIcon().
draft
|
Thu, 05 Nov 2009 19:46:17 +0000 |
frosch |
(svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h
draft
|
Fri, 21 Aug 2009 20:21:05 +0000 |
rubidium |
(svn r17248) -Fix: add GPL license notice where appropriate
draft
|
Thu, 16 Jul 2009 21:37:59 +0000 |
smatz |
(svn r16853) -Codechange: make CargoSpec const at two places
draft
|
Thu, 16 Jul 2009 20:40:06 +0000 |
smatz |
(svn r16852) -Codechange: use FOR_ALL_CARGOSPECS for iterating over all valid CargoSpecs
draft
|
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
|