index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cargotype.cpp
Age
Commit message (
Expand
)
Author
2012-01-28
(svn r23860) -Feature: [NewGRF] Add cargo property 1D to set the capacity mul...
frosch
2012-01-03
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
rubidium
2011-12-15
(svn r23526) -Codechange: unify cargos vs cargoes
rubidium
2011-04-30
(svn r22385) -Fix [FS#4603]: strnatcmp is in string.cpp, so it ought to be de...
rubidium
2010-11-27
(svn r21344) -Feature [FS#4214]: Natural sorting of strings using ICU.
terkhen
2010-08-01
(svn r20283) -Codechange: Unify start of doygen comments.
frosch
2010-04-07
(svn r19573) -Fix (r19541): Special cargos did not appear at the refit list.
terkhen
2010-04-01
(svn r19534) -Add: Keep a list of cargo specifications sorted by cargo class ...
terkhen
2009-12-05
(svn r18413) -Doc: Added doxygen strings for cargo-type related enums, struct...
alberth
2009-12-05
(svn r18410) -Codechange: Move GetCargoSprite() to CargoSpec::GetCargoIcon().
alberth
2009-11-05
(svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up includi...
frosch
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-07-16
(svn r16853) -Codechange: make CargoSpec const at two places
smatz
2009-07-16
(svn r16852) -Codechange: use FOR_ALL_CARGOSPECS for iterating over all valid...
smatz
2009-07-16
(svn r16849) -Codechange: replace GetCargo() by CargoSpec::Get()
smatz
2009-06-25
(svn r16661) -Codechange: move definition of few very short functions to head...
smatz
2009-01-31
(svn r15299) -Cleanup: remove many redundant includes
smatz
2008-05-06
(svn r12971) -Documentation: add @file in files that missed them and add some...
rubidium
2008-01-13
(svn r11828) -Codechange: include table/* as the last includes and remove an ...
rubidium
2008-01-04
(svn r11758) -Fix(ette): Populate 'void' cargo slots (unused slots in tempera...
peter1138
2007-12-21
(svn r11674) -Codechange: refactor some functions out of macros.h into more l...
rubidium
2007-11-20
(svn r11484) -Codechange: Remove the doubled function SetBitT and rename the ...
skidd13
2007-05-18
(svn r9871) -Fix (r8826): Some cargo costs were wrong for different climates....
peter1138
2007-04-13
(svn r9620) -Codechange: apply cargo translation table to newstation variable...
peter1138
2007-03-22
(svn r9412) -Fix (r8886): When looking up a cargo type by label skip disabled...
peter1138
2007-03-22
(svn r9411) -Codechange: Add support for loading of newcargo data.
peter1138
2007-02-24
(svn r8891) -Codechange: Remove remains of global cargo scheme. All cargo map...
peter1138
2007-02-24
(svn r8886) -Codechange: (NewGRF) Add (partial) cargo translation table suppo...
peter1138
2007-02-23
(svn r8859) -Cleanup: doxygen changes. Mostly @files missing tags and a few ...
belugas
2007-02-23
(svn r8858) -Codechange: Replace magic number test with class method for dete...
peter1138
2007-02-22
(svn r8849) -Codechange: Replace hardcoded global/climate cargo mapping table...
peter1138
2007-02-20
(svn r8826) -Codechange: Replace _cargoc's separate arrays with a regular str...
peter1138