| 
							
							
								 S. D. Cloudt | 13cc8a0cee | Cleanup: Removed SVN  headers | 2019-11-10 17:59:20 +00:00 |  | 
			
				
					| 
							
							
								 glx | 0797de06be | Codechange: use std::vector for _sorted_cargo_specs | 2019-04-18 21:49:34 +02:00 |  | 
			
				
					| 
							
							
								 PeterN | 4cebebcf68 | Change: Add CargoTypes type for cargo masks. (#6790) | 2018-05-21 22:08:39 +01:00 |  | 
			
				
					| 
							
							
								 rubidium | 0463dbdc9e | (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values | 2014-04-23 20:13:33 +00:00 |  | 
			
				
					| 
							
							
								 frosch | 59951051a0 | (svn r24848) -Fix [FS#5386]: Consider regearing-like cargos as no-cargo in cargo filters. | 2012-12-23 22:12:52 +00:00 |  | 
			
				
					| 
							
							
								 frosch | 90c53046c7 | (svn r23860) -Feature: [NewGRF] Add cargo property 1D to set the capacity multipliers when refitting vehicles, which do not use callback 15. | 2012-01-28 12:08:03 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 6d6be50ae0 | (svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files | 2012-01-03 21:32:51 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 3d88c74389 | (svn r23526) -Codechange: unify cargos vs cargoes | 2011-12-15 21:56:00 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 46c242b1dc | (svn r22385) -Fix [FS#4603]: strnatcmp is in string.cpp, so it ought to be declared in string_func.h. | 2011-04-30 14:24:23 +00:00 |  | 
			
				
					| 
							
							
								 terkhen | 75f86a7a21 | (svn r21344) -Feature [FS#4214]: Natural sorting of strings using ICU. | 2010-11-27 22:52:12 +00:00 |  | 
			
				
					| 
							
							
								 frosch | ed4f806f1d | (svn r20283) -Codechange: Unify start of doygen comments. | 2010-08-01 19:22:34 +00:00 |  | 
			
				
					| 
							
							
								 terkhen | 869fac9964 | (svn r19573) -Fix (r19541): Special cargos did not appear at the refit list. | 2010-04-07 14:17:29 +00:00 |  | 
			
				
					| 
							
							
								 terkhen | 4ec8fed1da | (svn r19534) -Add: Keep a list of cargo specifications sorted by cargo class / name. | 2010-04-01 19:48:28 +00:00 |  | 
			
				
					| 
							
							
								 alberth | 41d2214e7e | (svn r18413) -Doc: Added doxygen strings for cargo-type related enums, structs, and functions. | 2009-12-05 21:39:28 +00:00 |  | 
			
				
					| 
							
							
								 alberth | c38f3ce380 | (svn r18410) -Codechange: Move GetCargoSprite() to CargoSpec::GetCargoIcon(). | 2009-12-05 16:00:58 +00:00 |  | 
			
				
					| 
							
							
								 frosch | 79627b4f89 | (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h | 2009-11-05 19:46:17 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 7fbc33dae1 | (svn r17248) -Fix: add GPL license notice where appropriate | 2009-08-21 20:21:05 +00:00 |  | 
			
				
					| 
							
							
								 smatz | f16314d0cc | (svn r16853) -Codechange: make CargoSpec const at two places | 2009-07-16 21:37:59 +00:00 |  | 
			
				
					| 
							
							
								 smatz | 77d13eae61 | (svn r16852) -Codechange: use FOR_ALL_CARGOSPECS for iterating over all valid CargoSpecs | 2009-07-16 20:40:06 +00:00 |  | 
			
				
					| 
							
							
								 smatz | 1f29e38b83 | (svn r16849) -Codechange: replace GetCargo() by CargoSpec::Get() | 2009-07-16 19:00:13 +00:00 |  | 
			
				
					| 
							
							
								 smatz | f2e55319dd | (svn r16661) -Codechange: move definition of few very short functions to header files | 2009-06-25 23:49:59 +00:00 |  | 
			
				
					| 
							
							
								 smatz | 0d3f5e6e74 | (svn r15299) -Cleanup: remove many redundant includes | 2009-01-31 20:16:06 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | d03994098b | (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. | 2008-05-06 15:11:33 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | d4e6a6bf57 | (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h. | 2008-01-13 01:21:35 +00:00 |  | 
			
				
					| 
							
							
								 peter1138 | 6a13067931 | (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. | 2008-01-04 17:25:53 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 01e20c9140 | (svn r11674) -Codechange: refactor some functions out of macros.h into more logical locations. | 2007-12-21 19:21:21 +00:00 |  | 
			
				
					| 
							
							
								 skidd13 | eeaa348f8b | (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 | b8a82dcb05 | (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 | 59399480b3 | (svn r9620) -Codechange: apply cargo translation table to newstation variables 0x60..0x65 | 2007-04-13 19:32:18 +00:00 |  | 
			
				
					| 
							
							
								 peter1138 | 2f6a46632a | (svn r9412) -Fix (r8886): When looking up a cargo type by label skip disabled cargos | 2007-03-22 23:32:24 +00:00 |  | 
			
				
					| 
							
							
								 peter1138 | 4d81a464e2 | (svn r9411) -Codechange: Add support for loading of newcargo data. | 2007-03-22 23:19:40 +00:00 |  | 
			
				
					| 
							
							
								 peter1138 | 4c4b035175 | (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 | a23b4594ed | (svn r8886) -Codechange: (NewGRF) Add (partial) cargo translation table support, applied to action 3s only. | 2007-02-24 19:36:47 +00:00 |  | 
			
				
					| 
							
							
								 belugas | 6d199fcdb7 | (svn r8859) -Cleanup: doxygen changes.  Mostly @files missing tags and a few comments style. | 2007-02-23 11:50:43 +00:00 |  | 
			
				
					| 
							
							
								 peter1138 | 7e73413709 | (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 | 6062004960 | (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 | ef2daa5060 | (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 |  |