frosch 
							
						 
					 
					
						
						
							
						
						d12e364952 
					 
					
						
						
							
							(svn r19937) -Codechange: Move some fios related prototypes to fios.h  
						
						
						
						
					 
					
						2010-06-05 19:02:29 +00:00 
						 
				 
			
				
					
						
							
							
								alberth 
							
						 
					 
					
						
						
							
						
						d5fe3f96c7 
					 
					
						
						
							
							(svn r19405) -Codechange: CheckOwnership() returns a CommandCost.  
						
						
						
						
					 
					
						2010-03-13 17:11:28 +00:00 
						 
				 
			
				
					
						
							
							
								alberth 
							
						 
					 
					
						
						
							
						
						6005227ac9 
					 
					
						
						
							
							(svn r19372) -Codechange: CheckTileOwnership() returns a CommandCost.  
						
						
						
						
					 
					
						2010-03-07 20:44:05 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						9467b7c6d6 
					 
					
						
						
							
							(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header  
						
						
						
						
					 
					
						2010-01-15 16:41:15 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						9313532ddd 
					 
					
						
						
							
							(svn r18783) -Codechange: make CheckCompanyHasMoney set an error on the CommandCost it tests when you don't have enough money instead of setting a global variable.  
						
						
						
						
					 
					
						2010-01-11 20:21:56 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						b77739c512 
					 
					
						
						
							
							(svn r18710) -Fix [FS#3478]: the wrong town is mentioned in the error when trying to make one way roads of town owned roads  
						
						
						
						
					 
					
						2010-01-04 11:35:12 +00:00 
						 
				 
			
				
					
						
							
							
								frosch 
							
						 
					 
					
						
						
							
						
						64f5f1d02c 
					 
					
						
						
							
							(svn r17433) -Codechange: Store cumulated inflation in savegame and compute all prices from that instead of storing all prices separately.  
						
						... 
						
						
						
						Note: Savegame conversion computes the inflation from max loan. Prices from modified savegames will get lost. TTO savegames will also behave slightly different.
-Change: NewGRF price modifiers now take effect everytime when loading NewGRFs instead of once on gamestart. 
						
						
					 
					
						2009-09-06 18:53:57 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						99d46e0ad7 
					 
					
						
						
							
							(svn r17248) -Fix: add GPL license notice where appropriate  
						
						
						
						
					 
					
						2009-08-21 20:21:05 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						bb78e5bb14 
					 
					
						
						
							
							(svn r16764) -Codechange: unify the way viewport signs are marked dirty  
						
						
						
						
					 
					
						2009-07-08 08:30:35 +00:00 
						 
				 
			
				
					
						
							
							
								smatz 
							
						 
					 
					
						
						
							
						
						88b8ac8ba7 
					 
					
						
						
							
							(svn r16155) -Codechange: remove MarkTileDirty, use MarkTileDirtyByTile instead  
						
						
						
						
					 
					
						2009-04-26 10:21:50 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						28ea38ae55 
					 
					
						
						
							
							(svn r14949) -Cleanup: pointer coding style  
						
						
						
						
					 
					
						2009-01-10 00:31:47 +00:00 
						 
				 
			
				
					
						
							
							
								smatz 
							
						 
					 
					
						
						
							
						
						7869c4ba66 
					 
					
						
						
							
							(svn r14815) -Codechange: separate 'highscore' code from 'company' code  
						
						
						
						
					 
					
						2009-01-03 18:44:20 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						f56e630e5c 
					 
					
						
						
							
							(svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with.  
						
						
						
						
					 
					
						2008-09-30 20:39:50 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						0c30e46c9c 
					 
					
						
						
							
							(svn r13010) -Codechange: move the tree building GUI out of misc_gui.cpp.  
						
						
						
						
					 
					
						2008-05-08 13:29:35 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						e38e1aa631 
					 
					
						
						
							
							(svn r12989) -Codechange: move ViewportSign to viewport_type.h.  
						
						
						
						
					 
					
						2008-05-07 13:18:33 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						c27f3cfa62 
					 
					
						
						
							
							(svn r12977) -Codechange: remove quite some redundant (duplicate) function declarations.  
						
						
						
						
					 
					
						2008-05-06 22:17:12 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						1ce0b03bf0 
					 
					
						
						
							
							(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 
							
						 
					 
					
						
						
							
						
						ba0532b595 
					 
					
						
						
							
							(svn r12800) -Codechange: move the animated tile related functions out of texteff.cpp (it isn't a text effect after all). Also remove a few more functions from functions.  
						
						
						
						
					 
					
						2008-04-20 08:22:59 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						af34ce0b5d 
					 
					
						
						
							
							(svn r12786) -Change: remove more function from functions.h.  
						
						
						
						
					 
					
						2008-04-19 13:04:29 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						136e26925e 
					 
					
						
						
							
							(svn r12782) -Codechange: remove some functions from functions.h and do not statically 'waste' memory when the old name array is not needed anymore.  
						
						
						
						
					 
					
						2008-04-19 08:21:55 +00:00 
						 
				 
			
				
					
						
							
							
								peter1138 
							
						 
					 
					
						
						
							
						
						0f7392bd61 
					 
					
						
						
							
							(svn r11822) -Codechange: Replaced fixed size custom name array. Names are now attached to their object directly and there is  
						
						... 
						
						
						
						no limit to the amount of names.
-Fix: NewGRF engines could not be renamed. 
						
						
					 
					
						2008-01-12 19:58:06 +00:00 
						 
				 
			
				
					
						
							
							
								belugas 
							
						 
					 
					
						
						
							
						
						716ef17757 
					 
					
						
						
							
							(svn r11711) -Codechange: Name the Save Load Dialog Mode enum  
						
						
						
						
					 
					
						2007-12-27 17:29:27 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						7f037d15d7 
					 
					
						
						
							
							(svn r11704) -Codechange: remove another bunch of useless includes.  
						
						
						
						
					 
					
						2007-12-26 23:04:26 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						f82aeb82c5 
					 
					
						
						
							
							(svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split map.h).  
						
						
						
						
					 
					
						2007-12-26 11:45:43 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						7058b2cce2 
					 
					
						
						
							
							(svn r11700) -Codechange: reduce the amount of unnecessary includes.  
						
						
						
						
					 
					
						2007-12-25 23:42:52 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						81bf9f8503 
					 
					
						
						
							
							(svn r11692) -Codechange: move some functions from 'functions.h' to a more logical place and remove about 50% of the includes of 'functions.h'  
						
						
						
						
					 
					
						2007-12-25 11:26:07 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						507463e420 
					 
					
						
						
							
							(svn r11684) -Codechange: split gfx.h in a type and functional header.  
						
						
						
						
					 
					
						2007-12-23 10:56:02 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						1f6043458c 
					 
					
						
						
							
							(svn r11682) -Codechange: move some 'generic' geometry related types into a single file and do not include gfx.h everywhere to get a Point type.  
						
						
						
						
					 
					
						2007-12-22 23:30:28 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						3074bca136 
					 
					
						
						
							
							(svn r11680) -Codechange: refactor more out of openttd.h and functions.h.  
						
						
						
						
					 
					
						2007-12-21 22:50:51 +00:00 
						 
				 
			
				
					
						
							
							
								skidd13 
							
						 
					 
					
						
						
							
						
						057ae477b5 
					 
					
						
						
							
							(svn r11527) -Codechange: Split the bitmath functions of to their own files  
						
						
						
						
					 
					
						2007-11-26 17:50:22 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						7f72e5573a 
					 
					
						
						
							
							(svn r11504) -Fix [FS#1467]: removing docks/ship depots could result in non-canal water where canals should have been build.  
						
						
						
						
					 
					
						2007-11-24 08:45:04 +00:00 
						 
				 
			
				
					
						
							
							
								skidd13 
							
						 
					 
					
						
						
							
						
						039570342d 
					 
					
						
						
							
							(svn r11488) -Codechange: Spilt the random functions out to seperate file  
						
						... 
						
						
						
						-Codechange: Make the mersenne twister more readable
-Codechange: Unify the seeding process of random 
						
						
					 
					
						2007-11-21 19:13:38 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						ecdb16de42 
					 
					
						
						
							
							(svn r11440) -Codechange: replace magic numbers with enumified WindowHighlightMode constants. Patch by SmatZ.  
						
						
						
						
					 
					
						2007-11-15 18:28:00 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						8342c18fb5 
					 
					
						
						
							
							(svn r11303) -Fix: EnsureNoVehicle and EnsureNoVehicleOnGround were both used to check whether there was no vehicle on the ground, except that the former didn't take care of aircraft shadows. So now we only use EnsureNoVehicleOnGround.  
						
						
						
						
					 
					
						2007-10-19 22:46:55 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						91ac131014 
					 
					
						
						
							
							(svn r11228) -Codechange: implement the "moreanimation" feature of TTDP, so we can properly support newindustries.  
						
						
						
						
					 
					
						2007-10-08 19:56:21 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						d92dbbb029 
					 
					
						
						
							
							(svn r11212) -Codechange: add support for drawing parts of sprites. Patch by frosch.  
						
						
						
						
					 
					
						2007-10-05 21:49:15 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						0ca9fd7dc2 
					 
					
						
						
							
							(svn r11065) -Documentation [FS#1186]: of the dirty marking/repainting subsystem. Patch by Progman.  
						
						
						
						
					 
					
						2007-09-09 10:13:17 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						6f76bc2449 
					 
					
						
						
							
							(svn r11031) -Codechange: reduce the amount of duplication of bit counting functions. Based on patches by skidd13, SmatZ and Belugas.  
						
						
						
						
					 
					
						2007-09-01 08:31:36 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						59d33d0f7c 
					 
					
						
						
							
							(svn r10673) -Cleanup: some assorted style cleanups. Primarily type* var -> type *var.  
						
						
						
						
					 
					
						2007-07-24 17:01:23 +00:00 
						 
				 
			
				
					
						
							
							
								peter1138 
							
						 
					 
					
						
						
							
						
						cd0e022172 
					 
					
						
						
							
							(svn r10364) -Fix [FS#706]: checking for duplicate custom names was inconsistent, and tested all 'namespaces'. now only check names of the same type.  
						
						
						
						
					 
					
						2007-06-27 20:53:25 +00:00 
						 
				 
			
				
					
						
							
							
								peter1138 
							
						 
					 
					
						
						
							
						
						8ee9e8bf1e 
					 
					
						
						
							
							(svn r10323) -Codechange: reference company name, number and player (president) name  
						
						... 
						
						
						
						by index 
						
						
					 
					
						2007-06-25 13:30:38 +00:00 
						 
				 
			
				
					
						
							
							
								truelight 
							
						 
					 
					
						
						
							
						
						66a136be09 
					 
					
						
						
							
							(svn r10254) -Feature: loading indicator, which shows in % how full a vehicle is while loading/unloading (TheJosh)  
						
						
						
						
					 
					
						2007-06-21 16:17:47 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						0d8e82b7d7 
					 
					
						
						
							
							(svn r10246) -Fix (r10297): some forgotten money conversions and truncation issues. Thanks to benc for providing the patch.  
						
						
						
						
					 
					
						2007-06-21 14:32:27 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						3ccc83e640 
					 
					
						
						
							
							(svn r10197) -Codechange: replace int32 with CommandCost where appropriate.  
						
						
						
						
					 
					
						2007-06-18 10:48:15 +00:00 
						 
				 
			
				
					
						
							
							
								maedhros 
							
						 
					 
					
						
						
							
						
						f8ae742da4 
					 
					
						
						
							
							(svn r10122) -Codechange: Add a CountBitsSet function and use it to replace some less efficient loops.  
						
						
						
						
					 
					
						2007-06-12 22:13:49 +00:00 
						 
				 
			
				
					
						
							
							
								peter1138 
							
						 
					 
					
						
						
							
						
						2851f58efa 
					 
					
						
						
							
							(svn r9962) -Feature: Add smooth viewport scrolling. This must be enabled with patch setting 'smooth_scroll'  
						
						
						
						
					 
					
						2007-05-28 16:46:16 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						f17f17fa45 
					 
					
						
						
							
							(svn r9842) -Codechange: now NOT_REACHED is also triggered when debugging is disabled.  
						
						
						
						
					 
					
						2007-05-15 13:01:52 +00:00 
						 
				 
			
				
					
						
							
							
								maedhros 
							
						 
					 
					
						
						
							
						
						3d81de8d7e 
					 
					
						
						
							
							(svn r9609) -Codechange: Move some function prototypes out of functions.h and into landscape.h, and add a few where they didn't exist.  
						
						
						
						
					 
					
						2007-04-12 13:07:15 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						b30f46f274 
					 
					
						
						
							
							(svn r9271) -Codechange: make the language pack initialisation a little more clear and extendable (more language paths).  
						
						
						
						
					 
					
						2007-03-17 22:21:05 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						c0ac3745a0 
					 
					
						
						
							
							(svn r9129) -Codechange: unify parts of DeterminePaths.  
						
						
						
						
					 
					
						2007-03-12 15:25:33 +00:00