| 
							
							
								 rubidium | 47a37b6093 | (svn r16965) -Codechange: use tile area instead of sets of variables for the station joiner code. | 2009-07-26 21:07:03 +00:00 |  | 
			
				
					| 
							
							
								 alberth | 2399f91f62 | (svn r16906) -Fix (r12939): Child windows of build toolbars were placed inconsistently. | 2009-07-21 22:25:21 +00:00 |  | 
			
				
					| 
							
							
								 alberth | 8083d67780 | (svn r16906) -Fix (r12939): Child windows of build toolbars were placed inconsistently. | 2009-07-21 22:25:21 +00:00 |  | 
			
				
					| 
							
							
								 yexo | c7647e2e15 | (svn r16794) -Fix (r16752): setting coverage area highlight in the airport selection window didn't take effect immediatly | 2009-07-12 00:14:30 +00:00 |  | 
			
				
					| 
							
							
								 yexo | fff3bae83d | (svn r16794) -Fix (r16752): setting coverage area highlight in the airport selection window didn't take effect immediatly | 2009-07-12 00:14:30 +00:00 |  | 
			
				
					| 
							
							
								 yexo | bd8f92d3ff | (svn r16789) -Codechange: unify the drawing of the Accepts/Supplies cargo lists in the station build windows. | 2009-07-10 22:03:09 +00:00 |  | 
			
				
					| 
							
							
								 yexo | 4843b3c45d | (svn r16789) -Codechange: unify the drawing of the Accepts/Supplies cargo lists in the station build windows. | 2009-07-10 22:03:09 +00:00 |  | 
			
				
					| 
							
							
								 yexo | a656094395 | (svn r16787) -Fix [FS#3027]: the noise level text in the airport build window was drawn over the lowest button | 2009-07-10 20:48:08 +00:00 |  | 
			
				
					| 
							
							
								 yexo | 024a2eeed5 | (svn r16787) -Fix [FS#3027]: the noise level text in the airport build window was drawn over the lowest button | 2009-07-10 20:48:08 +00:00 |  | 
			
				
					| 
							
							
								 yexo | c633a98e0b | (svn r16786) -Fix [FS#3027] (r16752): only one tile was selected when the build airport window was opened instead of an area with the size of the airport | 2009-07-10 19:41:03 +00:00 |  | 
			
				
					| 
							
							
								 yexo | abc4f9b9a0 | (svn r16786) -Fix [FS#3027] (r16752): only one tile was selected when the build airport window was opened instead of an area with the size of the airport | 2009-07-10 19:41:03 +00:00 |  | 
			
				
					| 
							
							
								 yexo | d85adeeca5 | (svn r16752) -Codechange: Remove most of the window-changing code from AirportPickerWindow::OnPaint | 2009-07-05 16:50:56 +00:00 |  | 
			
				
					| 
							
							
								 yexo | 96201f1a41 | (svn r16752) -Codechange: Remove most of the window-changing code from AirportPickerWindow::OnPaint | 2009-07-05 16:50:56 +00:00 |  | 
			
				
					| 
							
							
								 yexo | 679ffee940 | (svn r16614) -Codechange: Make the airport min/max available year a property of the Airport class. -Change: rename station.always_small_airport to station.never_expire_airports to make it more future-proof | 2009-06-21 13:26:30 +00:00 |  | 
			
				
					| 
							
							
								 yexo | c7bd6c8d34 | (svn r16614) -Codechange: Make the airport min/max available year a property of the Airport class. -Change: rename station.always_small_airport to station.never_expire_airports to make it more future-proof | 2009-06-21 13:26:30 +00:00 |  | 
			
				
					| 
							
							
								 alberth | 3174fef27c | (svn r16486) -Codechange [FS#2939]: Added widget numbers to the airport toolbar (based on work by erikjanp) | 2009-05-31 19:51:49 +00:00 |  | 
			
				
					| 
							
							
								 alberth | 9237d01931 | (svn r16486) -Codechange [FS#2939]: Added widget numbers to the airport toolbar (based on work by erikjanp) | 2009-05-31 19:51:49 +00:00 |  | 
			
				
					| 
							
							
								 smatz | 0c10daa243 | (svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsValidID(index) | 2009-05-17 01:00:56 +00:00 |  | 
			
				
					| 
							
							
								 smatz | 871107f529 | (svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsValidID(index) | 2009-05-17 01:00:56 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 650cb3694e | (svn r16160) -Codechange: remove the need for explicit TC_FROMSTRING for DrawString. | 2009-04-26 14:52:56 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 53887e07bb | (svn r16160) -Codechange: remove the need for explicit TC_FROMSTRING for DrawString. | 2009-04-26 14:52:56 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 5c5b357043 | (svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible. | 2009-04-21 23:40:56 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 59d45a04d6 | (svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible. | 2009-04-21 23:40:56 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | e88cb7f70f | (svn r16088) -Codechange: merge HighLightStyle and ViewportHighlightMode as they are basically the same thing | 2009-04-19 10:31:30 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 329cabab4f | (svn r16088) -Codechange: merge HighLightStyle and ViewportHighlightMode as they are basically the same thing | 2009-04-19 10:31:30 +00:00 |  | 
			
				
					| 
							
							
								 alberth | 8f5f39cf09 | (svn r15820) -Codechange: Some windows using nested widgets | 2009-03-22 21:16:57 +00:00 |  | 
			
				
					| 
							
							
								 alberth | 6567a29e18 | (svn r15820) -Codechange: Some windows using nested widgets | 2009-03-22 21:16:57 +00:00 |  | 
			
				
					| 
							
							
								 alberth | a151dfefe9 | (svn r15810) -Fix: Airport-type labels overlapped with first button, background did not cover whole window | 2009-03-22 13:17:37 +00:00 |  | 
			
				
					| 
							
							
								 alberth | 663c73595f | (svn r15810) -Fix: Airport-type labels overlapped with first button, background did not cover whole window | 2009-03-22 13:17:37 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 12f1abbce0 | (svn r15808) -Codechange: use the new DrawString API in a number of GUIs | 2009-03-22 12:01:21 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 57174a9301 | (svn r15808) -Codechange: use the new DrawString API in a number of GUIs | 2009-03-22 12:01:21 +00:00 |  | 
			
				
					| 
							
							
								 alberth | 24facf771d | (svn r15805) -Codechange: Completing/fixing airportpicker widget names and adding them as comment | 2009-03-22 09:58:38 +00:00 |  | 
			
				
					| 
							
							
								 alberth | 8324f65b4b | (svn r15805) -Codechange: Completing/fixing airportpicker widget names and adding them as comment | 2009-03-22 09:58:38 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 7f468dc142 | (svn r15723) -Codechange: use a constructor for WindowDescs as that makes expanding them much easier (Alberth) | 2009-03-15 15:12:06 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | f9def73be6 | (svn r15723) -Codechange: use a constructor for WindowDescs as that makes expanding them much easier (Alberth) | 2009-03-15 15:12:06 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | a7693c6059 | (svn r15425) -Codechange: some color->colour changes and type safety. | 2009-02-09 02:09:47 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 8dae160d0f | (svn r15425) -Codechange: some color->colour changes and type safety. | 2009-02-09 02:09:47 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | cba3be0b4f | (svn r15414) -Codechange: s/delete FindWindowById/DeleteWindowById/ | 2009-02-08 16:00:57 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 57b27ffbab | (svn r15414) -Codechange: s/delete FindWindowById/DeleteWindowById/ | 2009-02-08 16:00:57 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 42fe0b65d2 | (svn r15338) -Fix [FS#2598]: close all construction related windows whenever changing company. | 2009-02-04 16:59:41 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | ac7757324e | (svn r15338) -Fix [FS#2598]: close all construction related windows whenever changing company. | 2009-02-04 16:59:41 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | a49197f522 | (svn r15336) -Fix: do not use _current_company in the GUI as there are no guarantees that _current_company is the same as _local_company. | 2009-02-04 16:45:07 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 7da743a0dc | (svn r15336) -Fix: do not use _current_company in the GUI as there are no guarantees that _current_company is the same as _local_company. | 2009-02-04 16:45:07 +00:00 |  | 
			
				
					| 
							
							
								 smatz | 9021c20b5e | (svn r15299) -Cleanup: remove many redundant includes | 2009-01-31 20:16:06 +00:00 |  | 
			
				
					| 
							
							
								 smatz | 0d3f5e6e74 | (svn r15299) -Cleanup: remove many redundant includes | 2009-01-31 20:16:06 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 7a5798695d | (svn r14919) -Feature: distant joining of stations (Frostregen and PhilSophus) | 2009-01-08 16:35:45 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | c8c61e36bd | (svn r14919) -Feature: distant joining of stations (Frostregen and PhilSophus) | 2009-01-08 16:35:45 +00:00 |  | 
			
				
					| 
							
							
								 frosch | eb6df17b1a | (svn r14902) -Feature: Advanced setting to keep various building tools active, which are usually closed after placing an object. (planetmaker) | 2009-01-07 17:40:17 +00:00 |  | 
			
				
					| 
							
							
								 frosch | cf1e926e37 | (svn r14902) -Feature: Advanced setting to keep various building tools active, which are usually closed after placing an object. (planetmaker) | 2009-01-07 17:40:17 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | ac5c5fc2db | (svn r14895) -Change: move CMD_NO_WATER from all DoCommandPs to the command table | 2009-01-07 14:45:07 +00:00 |  |