tron
							
						 
					 | 
					
						
						
							
						
						47137cefb7
					 | 
					
						
						
							
							(svn r3078) Some more stuff, which piled up:
						
						
						
						
						
						
						
						- const, whitespace, indentation, bracing, GB/SB, pointless casts
- use the trinary operator where appropriate
- data types (uint[] -> AcceptedCargo, ...)
- if cascade -> switch
- if (ptr) -> if (ptr != NULL)
- DeMorgan's Law
- Fix some comments
- 0 -> '\0', change magic numbers to symbolic constants 
						
						
					 | 
					
						2005-10-23 13:04:44 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								tron
							
						 
					 | 
					
						
						
							
						
						a227065ab7
					 | 
					
						
						
							
							(svn r2701) Insert Id tags into all source files
						
						
						
						
						
						
					 | 
					
						2005-07-24 14:12:37 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								tron
							
						 
					 | 
					
						
						
							
						
						0762aa9ec9
					 | 
					
						
						
							
							(svn r2669) Shuffle some more stuff around to reduce dependencies
						
						
						
						
						
						
					 | 
					
						2005-07-21 22:15:02 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Darkvater
							
						 
					 | 
					
						
						
							
						
						b438b1248c
					 | 
					
						
						
							
							(svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
						
						
						
						
						
						
					 | 
					
						2005-06-02 19:30:21 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								tron
							
						 
					 | 
					
						
						
							
						
						f0f85a7ef3
					 | 
					
						
						
							
							(svn r1803) Move debugging stuff into files of it's own
						
						
						
						
						
						
					 | 
					
						2005-02-05 15:58:59 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								tron
							
						 
					 | 
					
						
						
							
						
						189ca73707
					 | 
					
						
						
							
							(svn r1594) Convert all undefined parameter lists to (void) and add the appropriate warning flags in the Makefile
						
						
						
						
						
						
					 | 
					
						2005-01-22 20:23:18 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								tron
							
						 
					 | 
					
						
						
							
						
						3279a7c9a2
					 | 
					
						
						
							
							(svn r1520) Trim 134 (!) lines with trailing whitespace ):
						
						
						
						
						
						
					 | 
					
						2005-01-15 08:58:31 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								celestar
							
						 
					 | 
					
						
						
							
						
						e17a8989cf
					 | 
					
						
						
							
							(svn r1440) -Feature: Allows more flexible airport layouts now, as the number of
						
						
						
						
						
						
						
						terminals in every group can be freely chosen
-Codechange: AT_OILRIG is now 15, so that new airports can be added
easily. 
						
						
					 | 
					
						2005-01-09 08:49:40 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								tron
							
						 
					 | 
					
						
						
							
						
						f8c95a1dbe
					 | 
					
						
						
							
							(svn r1396) Introduce TileIndexDiffC - the compile time version of TileIndexDiff
						
						
						
						
						
						
					 | 
					
						2005-01-06 11:39:00 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								tron
							
						 
					 | 
					
						
						
							
						
						376c5adb7c
					 | 
					
						
						
							
							(svn r1149) Fix hack which abuses first TileIndex of airport depot array as number of depots (similar change as in map branch)
						
						
						
						
						
						
					 | 
					
						2004-12-18 12:19:04 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								tron
							
						 
					 | 
					
						
						
							
						
						765ecfed84
					 | 
					
						
						
							
							(svn r1117) Move map arrays and some related macros into their own files map.c and map.h
						
						
						
						
						
						
					 | 
					
						2004-12-15 22:18:54 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								darkvater
							
						 
					 | 
					
						
						
							
						
						e295e46e3e
					 | 
					
						
						
							
							(svn r223) -Fix: Const correctness and miscellaneous fixes. Thank you Tron for your diligent fixing of warnings (and some possibly bugs) (Tron)
						
						
						
						
						
						
						
						-CodeLayout: Remove trailing spaces and Windows linebreaks 
						
						
					 | 
					
						2004-09-12 21:49:38 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								darkvater
							
						 
					 | 
					
						
						
							
						
						345e2c38ad
					 | 
					
						
						
							
							(svn r70) -Fix: typo in english.txt
						
						
						
						
						
						
						
						-Add some debug messages for misc=1 
						
						
					 | 
					
						2004-08-16 22:15:44 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								darkvater
							
						 
					 | 
					
						
						
							
						
						68c9b7c3ad
					 | 
					
						
						
							
							(svn r66) -Fix Station list updated on station deletion/station rename
						
						
						
						
						
						
						
						-Changed debug messages to comply with DEBUG(name, level) heuristics 
						
						
					 | 
					
						2004-08-16 14:48:35 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								truelight
							
						 
					 | 
					
						
						
							
						
						efaeb275f7
					 | 
					
						
						
							
							(svn r1) Import of revision 975 of old (crashed) SVN
						
						
						
						
						
						
					 | 
					
						2004-08-09 17:04:08 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 |