PeterN 
							
						 
					 
					
						
						
							
						
						330a305c99 
					 
					
						
						
							
							Fix: Apply unscaled padding to Viewport inside WWT_INSET. ( #9219 )  
						
						 
						
						... 
						
						
						
						Since pixel dimensions in SetPadding() are scaled by GUI size, padding for inset viewports was excessive.
Instead, automatically apply padding for WWT_INSET at widget level. This applies to all widgets inside a WWT_INSET, which in all instances is a NWID_VIEWPORT. 
						
						
					 
					
						2021-05-08 21:01:16 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium42 
							
						 
					 
					
						
						
							
						
						6bca9e090d 
					 
					
						
						
							
							Codechange: add SetDParamStr that accepts std::string&  
						
						 
						
						
						
						
					 
					
						2021-05-06 21:45:36 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium42 
							
						 
					 
					
						
						
							
						
						0345f99180 
					 
					
						
						
							
							Feature: make the town directory horizontally resizable  
						
						 
						
						
						
						
					 
					
						2021-05-01 13:30:27 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Peter Nelson 
							
						 
					 
					
						
						
							
						
						4f93dd95e4 
					 
					
						
						
							
							Cleanup: Tidy up resize, fill and minimal size on widgets in town list window.  
						
						 
						
						
						
						
					 
					
						2021-04-30 17:08:15 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								frosch 
							
						 
					 
					
						
						
							
						
						d9b4413bc9 
					 
					
						
						
							
							Codechange: rename sound ids to make more sense. ( #8701 )  
						
						 
						
						
						
						
					 
					
						2021-02-20 19:01:04 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								frosch 
							
						 
					 
					
						
						
							
						
						5bfcd742b8 
					 
					
						
						
							
							Change: Relocate rename and location buttons in all windows.  
						
						 
						
						
						
						
					 
					
						2021-01-11 22:15:58 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Charles Pigott 
							
						 
					 
					
						
						
							
						
						9b800a96ed 
					 
					
						
						
							
							Codechange: Remove min/max functions in favour of STL variants ( #8502 )  
						
						 
						
						
						
						
					 
					
						2021-01-08 11:16:18 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								TechGeekNZ 
							
						 
					 
					
						
						
							
						
						a10013dd00 
					 
					
						
						
							
							Codechange: Spell 'Viewport' consistently  
						
						 
						
						... 
						
						
						
						Some places in the codebase misspell 'Viewport' as 'ViewPort' or 'view_port'.
This patch makes everything consistent. 
						
						
					 
					
						2020-07-27 17:31:29 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Lutz 
							
						 
					 
					
						
						
							
						
						63ccb36ef3 
					 
					
						
						
							
							Codechange: Use std::string for most of the user-settable custom names.  
						
						 
						
						
						
						
					 
					
						2020-05-21 20:02:34 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						87700bfe0e 
					 
					
						
						
							
							Codechange: Use cached town name for town list window filtering  
						
						 
						
						
						
						
					 
					
						2020-01-12 19:37:43 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						d35f35a968 
					 
					
						
						
							
							Codechange: Use cached town, station, industry names for list window sorting  
						
						 
						
						... 
						
						
						
						This is to avoid needing to expensively regenerate name strings on
every comparison when sorting by name in the town/station/industry
list windows. 
						
						
					 
					
						2020-01-12 19:37:43 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						22ba048c89 
					 
					
						
						
							
							Change: Only resort town directory window on population change if necessary  
						
						 
						
						
						
						
					 
					
						2020-01-12 19:37:43 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								glx 
							
						 
					 
					
						
						
							
						
						5c10c426fe 
					 
					
						
						
							
							Fix  196d5868: Always apply filter on town directory rebuild  
						
						 
						
						
						
						
					 
					
						2020-01-07 14:21:35 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								glx 
							
						 
					 
					
						
						
							
						
						ee7a8eebca 
					 
					
						
						
							
							Codechange: Replace FOR_ALL_TOWNS with range-based for loops  
						
						 
						
						
						
						
					 
					
						2019-12-21 20:13:03 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								glx 
							
						 
					 
					
						
						
							
						
						3a14cea068 
					 
					
						
						
							
							Codechange: Replace FOR_ALL_COMPANIES with range-based for loops  
						
						 
						
						
						
						
					 
					
						2019-12-21 20:13:03 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								S. D. Cloudt 
							
						 
					 
					
						
						
							
						
						13cc8a0cee 
					 
					
						
						
							
							Cleanup: Removed SVN  headers  
						
						 
						
						
						
						
					 
					
						2019-11-10 17:59:20 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Charles Pigott 
							
						 
					 
					
						
						
							
						
						fe9731d32c 
					 
					
						
						
							
							Fix: clang and MSVC warnings (glx)  
						
						 
						
						
						
						
					 
					
						2019-09-30 14:00:06 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								glx22 
							
						 
					 
					
						
						
							
						
						b3fd787959 
					 
					
						
						
							
							Fix   #7188 : check the validity of command callback for scripts ( #7701 )  
						
						 
						
						
						
						
					 
					
						2019-09-07 17:37:01 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabda 
							
						 
					 
					
						
						
							
						
						b870596f15 
					 
					
						
						
							
							Add  #6887 : Option to show zone inside local authority boundary of towns  
						
						 
						
						... 
						
						
						
						Can be found at town information > local authority window
Layout for button is same as Graph Keys
Turn on/off for every town individually 
						
						
					 
					
						2019-08-17 21:45:20 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								TELK 
							
						 
					 
					
						
						
							
						
						196d586849 
					 
					
						
						
							
							Feature: Town name filtering ( #7621 )  
						
						 
						
						
						
						
					 
					
						2019-07-22 20:27:39 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								peter1138 
							
						 
					 
					
						
						
							
						
						b454ca7110 
					 
					
						
						
							
							Fix  81d335b: Coverage button missing from town window in scenario editor.  
						
						 
						
						
						
						
					 
					
						2019-04-27 14:41:58 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								peter1138 
							
						 
					 
					
						
						
							
						
						81d335b081 
					 
					
						
						
							
							Feature: Add station coverage area display for towns.  
						
						 
						
						
						
						
					 
					
						2019-04-25 09:14:01 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								glx 
							
						 
					 
					
						
						
							
						
						2db88953e7 
					 
					
						
						
							
							Codechange: use std::sort() in GUIList  
						
						 
						
						
						
						
					 
					
						2019-04-13 12:49:18 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Henry Wilson 
							
						 
					 
					
						
						
							
						
						7c8e7c6b6e 
					 
					
						
						
							
							Codechange: Use null pointer literal instead of the NULL macro  
						
						 
						
						
						
						
					 
					
						2019-04-10 23:22:20 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								glx22 
							
						 
					 
					
						
						
							
						
						66dd7c3879 
					 
					
						
						
							
							Fix: MSVC warnings ( #7423 )  
						
						 
						
						
						
						
					 
					
						2019-03-28 00:09:33 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Henry Wilson 
							
						 
					 
					
						
						
							
						
						a0f36a50e6 
					 
					
						
						
							
							Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_back()  
						
						 
						
						
						
						
					 
					
						2019-03-26 20:15:57 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Henry Wilson 
							
						 
					 
					
						
						
							
						
						a690936ed7 
					 
					
						
						
							
							Codechange: Replace SmallVector::Length() with std::vector::size()  
						
						 
						
						
						
						
					 
					
						2019-03-26 20:15:57 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Henry Wilson 
							
						 
					 
					
						
						
							
						
						9cba6f7193 
					 
					
						
						
							
							Codechange: Replaced SmallVector::Compact() with std::vector::shrink_to_fit()  
						
						 
						
						
						
						
					 
					
						2019-03-26 20:15:57 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Henry Wilson 
							
						 
					 
					
						
						
							
						
						bfd79e59dc 
					 
					
						
						
							
							Codechange: Replace SmallVector::Clear() with std::vector::clear()  
						
						 
						
						
						
						
					 
					
						2019-03-26 20:15:57 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								peter1138 
							
						 
					 
					
						
						
							
						
						317f69c152 
					 
					
						
						
							
							Codechange: Use override specifier in Window-derived classes.  
						
						 
						
						
						
						
					 
					
						2019-03-24 16:10:04 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Johannes E. Krause 
							
						 
					 
					
						
						
							
						
						e6798ffdca 
					 
					
						
						
							
							Cleanup: Remove questionable syntax in town rating display  
						
						 
						
						
						
						
					 
					
						2019-03-13 07:47:32 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alberth289346 
							
						 
					 
					
						
						
							
						
						11ba094582 
					 
					
						
						
							
							Feature  #4186 : Append '(City)' behind cities in the town directory (sbr)  
						
						 
						
						
						
						
					 
					
						2018-06-23 14:02:50 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								PeterN 
							
						 
					 
					
						
						
							
						
						eaa32f5ad5 
					 
					
						
						
							
							Change: Use name of cargo instead of Passengers/Mail in town statistics. ( #6801 )  
						
						 
						
						... 
						
						
						
						* Change: Use name of cargo instead of Passengers/Mail in town statistics.
* Cleanup: Remove strings from all language files. 
						
						
					 
					
						2018-06-04 13:14:11 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pavel Stupnikov 
							
						 
					 
					
						
						
							
						
						fef8b831a9 
					 
					
						
						
							
							Change: Switch town growth rate and counter to actual game ticks ( #6763 )  
						
						 
						
						
						
						
					 
					
						2018-05-02 21:01:30 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								J0an Josep 
							
						 
					 
					
						
						
							
						
						cfb8092397 
					 
					
						
						
							
							Fix  b4b98e5165: Use FALLTHROUGH attribute with correct indentation.  
						
						 
						
						
						
						
					 
					
						2018-04-30 21:52:40 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								frosch 
							
						 
					 
					
						
						
							
						
						b4b98e5165 
					 
					
						
						
							
							(svn r27893) -Codechange: Use fallthrough attribute. (LordAro)  
						
						 
						
						
						
						
					 
					
						2017-08-13 18:38:42 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								frosch 
							
						 
					 
					
						
						
							
						
						8084f39bf3 
					 
					
						
						
							
							(svn r27577) -Fix [FS#6386]: Dock and roadstop picker, client list and town authority window did not auto-resize according to their content when they were positioned at the bottom of the screen. (Eearslya)  
						
						 
						
						
						
						
					 
					
						2016-05-22 10:52:02 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								frosch 
							
						 
					 
					
						
						
							
						
						a81968d0f3 
					 
					
						
						
							
							(svn r27341) -Fix [FS#6332]: Do not rerandomise the town name when only cost-estimating the founding.  
						
						 
						
						
						
						
					 
					
						2015-07-26 09:56:43 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								peter1138 
							
						 
					 
					
						
						
							
						
						0877f892c5 
					 
					
						
						
							
							(svn r26960) -Codechange: Draw sort button symbols as sprites, and pad sort buttons with non-static width.  
						
						 
						
						
						
						
					 
					
						2014-10-05 11:20:02 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								frosch 
							
						 
					 
					
						
						
							
						
						c4fcc8d2aa 
					 
					
						
						
							
							(svn r26859) -Fix [FS#6119]: Height computation of game script text in town GUI did not consider margins.  
						
						 
						
						
						
						
					 
					
						2014-09-20 11:32:54 +00: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 
							
						 
					 
					
						
						
							
						
						5370613924 
					 
					
						
						
							
							(svn r26422) -Fix [FS#5946]: Some road constructions used the rail sound effect. Rename the enum items to properly reflect their purpose.  
						
						 
						
						
						
						
					 
					
						2014-03-23 13:28:32 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								frosch 
							
						 
					 
					
						
						
							
						
						12b30103b1 
					 
					
						
						
							
							(svn r25922) -Codechange: Rename TOWN_IS_FUNDED to TOWN_IS_GROWING. It is not tied to funding a town.  
						
						 
						
						
						
						
					 
					
						2013-10-28 10:55:34 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium 
							
						 
					 
					
						
						
							
						
						184e7744c3 
					 
					
						
						
							
							(svn r25630) -Fix [FS#5666]: city list sort of population and rating are reversed compared to the icon  
						
						 
						
						
						
						
					 
					
						2013-07-27 14:46:33 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								frosch 
							
						 
					 
					
						
						
							
						
						4e4e635916 
					 
					
						
						
							
							(svn r25294) -Feature: Add another button to window title bars to resize the window to its default size.  
						
						 
						
						
						
						
					 
					
						2013-05-26 19:30:07 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								frosch 
							
						 
					 
					
						
						
							
						
						8157a8afd8 
					 
					
						
						
							
							(svn r25290) -Add: Assign string names to notable windows.  
						
						 
						
						
						
						
					 
					
						2013-05-26 19:25:01 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								frosch 
							
						 
					 
					
						
						
							
						
						56e4a8c4d6 
					 
					
						
						
							
							(svn r25287) -Codechange: Keep a reference to the WindowDesc in the Window after construction.  
						
						 
						
						
						
						
					 
					
						2013-05-26 19:23:42 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								alberth 
							
						 
					 
					
						
						
							
						
						d5307c9722 
					 
					
						
						
							
							(svn r25097) -Feature[FS#5288]: Add sorting on rating for the town directory window (based on work by sbr).  
						
						 
						
						
						
						
					 
					
						2013-03-17 15:45:24 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								alberth 
							
						 
					 
					
						
						
							
						
						cfa42fcdce 
					 
					
						
						
							
							(svn r25096) -Feature: Do descending sort order on population by default, and stabilize sort of equally populated towns.  
						
						 
						
						
						
						
					 
					
						2013-03-17 15:44:19 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								alberth 
							
						 
					 
					
						
						
							
						
						d62ab47c74 
					 
					
						
						
							
							(svn r25095) -Codechange: Immediately save the sort order of the town directory instead of when closing the window.  
						
						 
						
						
						
						
					 
					
						2013-03-17 15:42:50 +00:00