smatz 
							
						 
					 
					
						
						
							
						
						3793b966c3 
					 
					
						
						
							
							(svn r16380) -Codechange: rename pool.hpp to pool_type.hpp  
						
						
						
						
					 
					
						2009-05-22 15:39:22 +00:00 
						 
				 
			
				
					
						
							
							
								smatz 
							
						 
					 
					
						
						
							
						
						d6e203ebe2 
					 
					
						
						
							
							(svn r16379) -Codechange: remove GetNumTowns(), GetNumIndustries() and GetActiveCompanyCount(), use PoolItem::GetNumItems() instead  
						
						
						
						
					 
					
						2009-05-22 15:23:47 +00:00 
						 
				 
			
				
					
						
							
							
								smatz 
							
						 
					 
					
						
						
							
						
						50624d5c0f 
					 
					
						
						
							
							(svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time, binary size and run time (with asserts disabled) should be improved  
						
						
						
						
					 
					
						2009-05-22 15:13:50 +00:00 
						 
				 
			
				
					
						
							
							
								smatz 
							
						 
					 
					
						
						
							
						
						7eb14aa49f 
					 
					
						
						
							
							(svn r16377) -Codechange: unify FOR_ALL_* macros, use separate index variable instead of var->index  
						
						
						
						
					 
					
						2009-05-22 14:23:36 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						1cc82de384 
					 
					
						
						
							
							(svn r16333) -Cleanup: remove a bunch of unused wrapper functions.  
						
						
						
						
					 
					
						2009-05-17 11:18:34 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						f1955333c9 
					 
					
						
						
							
							(svn r16332) -Codechange: replace some -1 + 1 with 'nothing' or <= .. - 1 with < .. - 1 (both caused due to wrapper functions)  
						
						
						
						
					 
					
						2009-05-17 11:17:53 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						c0204dc186 
					 
					
						
						
							
							(svn r16329) -Fix: possible desync when removing lots of towns in-game (not that we allow removing towns now, but better not have desync prone code lingering around)  
						
						
						
						
					 
					
						2009-05-17 10:35:13 +00:00 
						 
				 
			
				
					
						
							
							
								smatz 
							
						 
					 
					
						
						
							
						
						0c10daa243 
					 
					
						
						
							
							(svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsValidID(index)  
						
						
						
						
					 
					
						2009-05-17 01:00:56 +00:00 
						 
				 
			
				
					
						
							
							
								smatz 
							
						 
					 
					
						
						
							
						
						cf986c3099 
					 
					
						
						
							
							(svn r16326) -Codechange: replace GetPoolItemPoolSize() by PoolItem::GetPoolSize()  
						
						
						
						
					 
					
						2009-05-16 23:44:36 +00:00 
						 
				 
			
				
					
						
							
							
								smatz 
							
						 
					 
					
						
						
							
						
						d495dc5dbc 
					 
					
						
						
							
							(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)  
						
						
						
						
					 
					
						2009-05-16 23:34:14 +00:00 
						 
				 
			
				
					
						
							
							
								smatz 
							
						 
					 
					
						
						
							
						
						a43f7ad823 
					 
					
						
						
							
							(svn r16277) -Codechange: enumerize values and remove unneeded values used for testing town rating  
						
						
						
						
					 
					
						2009-05-11 11:55:41 +00:00 
						 
				 
			
				
					
						
							
							
								frosch 
							
						 
					 
					
						
						
							
						
						ad538a784b 
					 
					
						
						
							
							(svn r16274) -Fix: Disable multitile houses for which the newgrf does not define proper additional tiles. (instead of crashing later)  
						
						
						
						
					 
					
						2009-05-10 22:16:51 +00:00 
						 
				 
			
				
					
						
							
							
								frosch 
							
						 
					 
					
						
						
							
						
						bec067f53b 
					 
					
						
						
							
							(svn r15755) -Fix: Number of houses in house variables 0x44, 0x60 and 0x61 were incorrect after 0xFF had been reached and could desync clients joining afterwards.  
						
						
						
						
					 
					
						2009-03-17 19:40:10 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						3a3607862d 
					 
					
						
						
							
							(svn r15697) -Fix (r15695): warning about comparing signed vs unsigned.  
						
						
						
						
					 
					
						2009-03-13 00:48:03 +00:00 
						 
				 
			
				
					
						
							
							
								belugas 
							
						 
					 
					
						
						
							
						
						aa441cd4d7 
					 
					
						
						
							
							(svn r15695) -Feature [FS#2672]: Allow the number of towns that will be generated in the generate world window to be customized.  
						
						... 
						
						
						
						Some warnings: 
-the maximum number of towns to be accepted is set to 5000
-the minimum number of towns to be accepted is set to 1
-the number that is specified is NOT guaranteed to be the exact number of towns generated.  The normal mechanism of town creation has not been modified.  So town placement can still fail.
-setting a custom number of town will change your difficulty settings to custom as well 
						
						
					 
					
						2009-03-12 23:54:20 +00:00 
						 
				 
			
				
					
						
							
							
								belugas 
							
						 
					 
					
						
						
							
						
						3afcef02aa 
					 
					
						
						
							
							(svn r15679) -Cleanup: Little code-style application  
						
						
						
						
					 
					
						2009-03-12 01:35:27 +00:00 
						 
				 
			
				
					
						
							
							
								smatz 
							
						 
					 
					
						
						
							
						
						f5b24edc1e 
					 
					
						
						
							
							(svn r15642) -Codechange: use a default parameter value in CalcClosestTownFromTile  
						
						
						
						
					 
					
						2009-03-08 01:20:11 +00:00 
						 
				 
			
				
					
						
							
							
								yexo 
							
						 
					 
					
						
						
							
						
						b8601d903d 
					 
					
						
						
							
							(svn r15584) -Codechange: Move several variables from variables.h to more appropriate headers.  
						
						
						
						
					 
					
						2009-02-25 21:45:14 +00:00 
						 
				 
			
				
					
						
							
							
								smatz 
							
						 
					 
					
						
						
							
						
						b8438555df 
					 
					
						
						
							
							(svn r15505) -Codechange: pass name of new town as parameter to CMD_BUILD_TOWN  
						
						
						
						
					 
					
						2009-02-16 23:23:33 +00:00 
						 
				 
			
				
					
						
							
							
								frosch 
							
						 
					 
					
						
						
							
						
						d5525b8f2d 
					 
					
						
						
							
							(svn r15452) -Codechange: Add DC_NO_MODIFY_TOWN_RATING.  
						
						
						
						
					 
					
						2009-02-11 18:50:47 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						5c8cf85613 
					 
					
						
						
							
							(svn r15434) -Codechange: bit of type safety for the DC_xxx flags.  
						
						
						
						
					 
					
						2009-02-09 21:20:05 +00:00 
						 
				 
			
				
					
						
							
							
								smatz 
							
						 
					 
					
						
						
							
						
						f561fa2891 
					 
					
						
						
							
							(svn r15352) -Codechange: make the arguments passed around while founding a town a bit more readable  
						
						
						
						
					 
					
						2009-02-05 13:33:37 +00:00 
						 
				 
			
				
					
						
							
							
								smatz 
							
						 
					 
					
						
						
							
						
						e80255c4ae 
					 
					
						
						
							
							(svn r15342) -Feature: allow changing town layout in the 'Found new town' window  
						
						
						
						
					 
					
						2009-02-04 22:52:34 +00:00 
						 
				 
			
				
					
						
							
							
								smatz 
							
						 
					 
					
						
						
							
						
						3a8d57816a 
					 
					
						
						
							
							(svn r15340) -Fix [FS#2121]: changing town road layout in-game caused ugly road networks  
						
						... 
						
						
						
						-Fix: use a flag instead of TL_NO_ROADS to forbid towns to build roads. The flag is ignored during world generation, so there won't be 'ghost' towns anymore
-Feature: town layout is now stored per town, so it is possible to (manually) set different layout for each town 
						
						
					 
					
						2009-02-04 20:17:25 +00:00 
						 
				 
			
				
					
						
							
							
								peter1138 
							
						 
					 
					
						
						
							
						
						b85389dca5 
					 
					
						
						
							
							(svn r15149) -Codechange: GetMaskOfTownActions() is used by a Cmd handler, therefore it does not belong in _gui.  
						
						
						
						
					 
					
						2009-01-19 12:07:01 +00:00 
						 
				 
			
				
					
						
							
							
								frosch 
							
						 
					 
					
						
						
							
						
						b58cdfc294 
					 
					
						
						
							
							(svn r14992) -Codechange: Rename 'CheckIfAuthorityAllows' to 'CheckIfAuthorityAllowsNewStation' and unduplicate a tiny bit of code.  
						
						
						
						
					 
					
						2009-01-11 14:26:11 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						28ea38ae55 
					 
					
						
						
							
							(svn r14949) -Cleanup: pointer coding style  
						
						
						
						
					 
					
						2009-01-10 00:31:47 +00:00 
						 
				 
			
				
					
						
							
							
								smatz 
							
						 
					 
					
						
						
							
						
						91233ea596 
					 
					
						
						
							
							(svn r14828) -Codechange: move most of save/load-specific code to separate files  
						
						
						
						
					 
					
						2009-01-04 15:32:25 +00:00 
						 
				 
			
				
					
						
							
							
								smatz 
							
						 
					 
					
						
						
							
						
						b00e510140 
					 
					
						
						
							
							(svn r14807) -Codechange: use INVALID_TILE instead of 0 to mark invalid depots, industries, towns and waypoints  
						
						
						
						
					 
					
						2009-01-03 16:06:58 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						e6ff168508 
					 
					
						
						
							
							(svn r14732) -Codechange: replace some magic number with less magic constants and use the proper type for a few variables.  
						
						
						
						
					 
					
						2008-12-23 21:03:43 +00:00 
						 
				 
			
				
					
						
							
							
								michi_cc 
							
						 
					 
					
						
						
							
						
						28e3b760db 
					 
					
						
						
							
							(svn r14505) -Fix (r14504): Missing include.  
						
						
						
						
					 
					
						2008-10-20 19:46:49 +00:00 
						 
				 
			
				
					
						
							
							
								michi_cc 
							
						 
					 
					
						
						
							
						
						9c6541c80b 
					 
					
						
						
							
							(svn r14504) -Cleanup: Use the right variable type for tile offsets.  
						
						
						
						
					 
					
						2008-10-20 19:35:48 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						e589c7e580 
					 
					
						
						
							
							(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.  
						
						
						
						
					 
					
						2008-09-30 20:51:04 +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 
							
						 
					 
					
						
						
							
						
						fae2695854 
					 
					
						
						
							
							(svn r13821) -Codechange: replace some uint8/bytes with more specificly named typedefs and replace a few magic numbers.  
						
						
						
						
					 
					
						2008-07-25 10:00:03 +00:00 
						 
				 
			
				
					
						
							
							
								frosch 
							
						 
					 
					
						
						
							
						
						545c1f1045 
					 
					
						
						
							
							(svn r13634) -Codechange: Let house var 0x65 ignore the house, the variable is queried for.  
						
						
						
						
					 
					
						2008-06-25 20:04:27 +00:00 
						 
				 
			
				
					
						
							
							
								belugas 
							
						 
					 
					
						
						
							
						
						c39997508e 
					 
					
						
						
							
							(svn r13383) -Codechange: Put the cost of house removal in a class member  
						
						
						
						
					 
					
						2008-06-05 01:43:03 +00:00 
						 
				 
			
				
					
						
							
							
								belugas 
							
						 
					 
					
						
						
							
						
						0cf79d70d0 
					 
					
						
						
							
							(svn r13368) -Codechange: give house's min/max_date a better name, as it is really year, not date  
						
						
						
						
					 
					
						2008-06-03 03:06:16 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						e7a501100a 
					 
					
						
						
							
							(svn r13325) -Codechange: split the client-side only settings from the settings stored in the savegame so there is no need to have a duplicate copy of it for new games.  
						
						
						
						
					 
					
						2008-05-29 15:13:28 +00:00 
						 
				 
			
				
					
						
							
							
								peter1138 
							
						 
					 
					
						
						
							
						
						6c7e6861f8 
					 
					
						
						
							
							(svn r13297) -Codechange: Use GUIList for the town directory window  
						
						
						
						
					 
					
						2008-05-27 20:05:36 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						d289464d69 
					 
					
						
						
							
							(svn r13255) -Codechange: move _opt to _settings.  
						
						
						
						
					 
					
						2008-05-25 22:36:44 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						dc77647ea4 
					 
					
						
						
							
							(svn r13251) -Codechange: rename _patches to _settings as that is more logic.  
						
						... 
						
						
						
						-Codechange: move all Settings into substructs of _settings in a way that they are logically grouped. 
						
						
					 
					
						2008-05-25 19:17:03 +00:00 
						 
				 
			
				
					
						
							
							
								belugas 
							
						 
					 
					
						
						
							
						
						08671d2e78 
					 
					
						
						
							
							(svn r13226) -Feature: Allow to have more than only two airports per town.  The number of airports is now controlled by the noise each of them generates, the distance from town's center and how tolerant the town is.  
						
						... 
						
						
						
						Initial concept : TTDPatch (moreairpots),  Initial code : Pasky
Thanks to BigBB (help coding), Smatz Skidd13 and frosch for bugcatches and advices 
						
						
					 
					
						2008-05-24 02:54:47 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						c28ce39e3c 
					 
					
						
						
							
							(svn r12987) -Codechange: split viewport and tile selection.  
						
						
						
						
					 
					
						2008-05-07 13:10:15 +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 
							
						 
					 
					
						
						
							
						
						b2717d1426 
					 
					
						
						
							
							(svn r12859) -Fix: make the town rating tests use less memory and much quicker; from 13% to unnoticable in the profile in games with lots of towns and lots of very active AIs.  
						
						
						
						
					 
					
						2008-04-23 22:55:11 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						6dc210b171 
					 
					
						
						
							
							(svn r12751) -Codechange: do what has been done in r11862 in a different way so it uses less memory.  
						
						
						
						
					 
					
						2008-04-17 11:47:22 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						08894026da 
					 
					
						
						
							
							(svn r12726) -Fix [FS#1877]: overflow causing strange building behaviour in towns.  
						
						
						
						
					 
					
						2008-04-15 22:27:28 +00:00 
						 
				 
			
				
					
						
							
							
								smatz 
							
						 
					 
					
						
						
							
						
						39dc3d3eda 
					 
					
						
						
							
							(svn r12560) -Cleanup: town_cmd.cpp and header files - variable scope and a bit of coding style  
						
						
						
						
					 
					
						2008-04-04 14:53:06 +00:00 
						 
				 
			
				
					
						
							
							
								skidd13 
							
						 
					 
					
						
						
							
						
						1e7f2dbc10 
					 
					
						
						
							
							(svn r12534) -Feature: Add a new type of town road layouts - random for each town  
						
						
						
						
					 
					
						2008-04-01 16:27:01 +00:00