Juanjo 
							
						 
					 
					
						
						
							
						
						45ce517105 
					 
					
						
						
							
							Codechange: Move some common code after adding/removing tiles to a station to its own function.  
						
						
						
						
					 
					
						2019-02-18 22:57:43 +01:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						e735c1a51a 
					 
					
						
						
							
							Merge branch 'master' into jgrpp  
						
						... 
						
						
						
						# Conflicts:
#	src/aircraft_cmd.cpp
#	src/autoreplace_cmd.cpp
#	src/pathfinder/follow_track.hpp
#	src/pathfinder/yapf/yapf_rail.cpp
#	src/saveload/afterload.cpp
#	src/saveload/saveload.cpp
#	src/script/api/ai/ai_station.hpp.sq
#	src/script/api/game/game_station.hpp.sq
#	src/script/api/script_station.hpp
#	src/track_func.h
#	src/vehicle_base.h 
						
						
					 
					
						2018-11-05 12:53:36 +00:00 
						 
				 
			
				
					
						
							
							
								Charles Pigott 
							
						 
					 
					
						
						
							
						
						f5b1115039 
					 
					
						
						
							
							Doc: Lots and lots of doxymentation fixes  
						
						
						
						
					 
					
						2018-10-31 12:35:54 +01:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						777151c34d 
					 
					
						
						
							
							Station rating: Track last visited vehicle type separately per-cargo  
						
						
						
						
					 
					
						2018-06-01 19:12:53 +01:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						56be293107 
					 
					
						
						
							
							Merge branch 'master' into jgrpp  
						
						... 
						
						
						
						# Conflicts:
#	src/blitter/32bpp_anim.cpp
#	src/blitter/32bpp_anim.hpp
#	src/blitter/32bpp_anim_sse2.cpp
#	src/blitter/32bpp_base.cpp
#	src/blitter/32bpp_base.hpp
#	src/ground_vehicle.cpp
#	src/linkgraph/linkgraph_gui.h
#	src/main_gui.cpp
#	src/newgrf_house.cpp
#	src/newgrf_house.h
#	src/town_cmd.cpp
#	src/vehicle_base.h
#	src/viewport_gui.cppp 
						
						
					 
					
						2018-05-25 18:29:17 +01:00 
						 
				 
			
				
					
						
							
							
								PeterN 
							
						 
					 
					
						
						
							
						
						4cebebcf68 
					 
					
						
						
							
							Change: Add CargoTypes type for cargo masks. ( #6790 )  
						
						
						
						
					 
					
						2018-05-21 22:08:39 +01:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						955126efac 
					 
					
						
						
							
							Improve pathfinder support for multiple docks  
						
						... 
						
						
						
						The pathfinder can now find docks other than the Manhattan closest one.
Based on Cirdan commits:
afc7969c13d7ca59afe4dae4bf88122ba8d27df2
4067190dedcd3e5f668ea4f49b1dd8dfed10b2a7
d9be6b712d2ae4fb1b5ae844dde4919dd24c4fb2 
						
						
					 
					
						2018-02-05 18:21:05 +00:00 
						 
				 
			
				
					
						
							
							
								keldorkatarn 
							
						 
					 
					
						
						
							
						
						1d3cf59d8a 
					 
					
						
						
							
							Allow building multiple docks per station.  
						
						... 
						
						
						
						(cherry picked from commit 0110c4a35d383e0be2cbb53cbe9cbe6784abb3e9)
# Conflicts:
#	src/station_cmd.cpp 
						
						
					 
					
						2017-09-20 19:11:48 +01:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						7f9ce94cbc 
					 
					
						
						
							
							Change SharesMap form std::map to btree map.  
						
						
						
						
					 
					
						2017-02-09 18:03:22 +00:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						e844b82d9e 
					 
					
						
						
							
							Use vector instead of list for Station::loading_vehicles.  
						
						
						
						
					 
					
						2016-09-13 22:58:00 +01:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						c120b810d1 
					 
					
						
						
							
							Mark dirty the catchment of a station on change as necessary for zoning.  
						
						... 
						
						
						
						If the zoning mode is station catchment, or unserved industry/building,
mark dirty the station catchment rectangle before removing, or after
adding, (a) station tile(s).
In the case of unserved industry mode, increase the refreshed catchment
radius by 10 tiles, to wholly include industries partially inside
the catchment area. 
						
						
					 
					
						2015-11-01 16:07:55 +00:00 
						 
				 
			
				
					
						
							
							
								frosch 
							
						 
					 
					
						
						
							
						
						a14b836bf2 
					 
					
						
						
							
							(svn r27178) -Fix [FS#5969]: Data race due to lazy initialisation of objects.  
						
						
						
						
					 
					
						2015-03-07 18:27:01 +00:00 
						 
				 
			
				
					
						
							
							
								frosch 
							
						 
					 
					
						
						
							
						
						780e595933 
					 
					
						
						
							
							(svn r27178) -Fix [FS#5969]: Data race due to lazy initialisation of objects.  
						
						
						
						
					 
					
						2015-03-07 18:27:01 +00:00 
						 
				 
			
				
					
						
							
							
								fonsinchen 
							
						 
					 
					
						
						
							
						
						78df68e695 
					 
					
						
						
							
							(svn r26891) -Codechange: Add methods to retrieve flows from a FlowStatMap  
						
						
						
						
					 
					
						2014-09-21 16:19:52 +00:00 
						 
				 
			
				
					
						
							
							
								fonsinchen 
							
						 
					 
					
						
						
							
						
						9fdb88962f 
					 
					
						
						
							
							(svn r26891) -Codechange: Add methods to retrieve flows from a FlowStatMap  
						
						
						
						
					 
					
						2014-09-21 16:19:52 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						d214ca2c7d 
					 
					
						
						
							
							(svn r26753) -Fix: desync due to not always properly restoring game state from the savegame  
						
						
						
						
					 
					
						2014-08-22 17:11:59 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						134ad63b80 
					 
					
						
						
							
							(svn r26753) -Fix: desync due to not always properly restoring game state from the savegame  
						
						
						
						
					 
					
						2014-08-22 17:11:59 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						20f54c2f61 
					 
					
						
						
							
							(svn r26590) -Fix: possible desync (big/little endian) due to not writing complete variables upon saveload  
						
						
						
						
					 
					
						2014-05-16 17:39:35 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						191fd09d32 
					 
					
						
						
							
							(svn r26590) -Fix: possible desync (big/little endian) due to not writing complete variables upon saveload  
						
						
						
						
					 
					
						2014-05-16 17:39:35 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						1b11ea80ee 
					 
					
						
						
							
							(svn r26582) -Feature-ish: quickly decay cargo after about 21 months of not having picked any of the cargo, and prevent houses and industries providing more cargo  
						
						
						
						
					 
					
						2014-05-11 18:35:34 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						0ceb05ee9f 
					 
					
						
						
							
							(svn r26582) -Feature-ish: quickly decay cargo after about 21 months of not having picked any of the cargo, and prevent houses and industries providing more cargo  
						
						
						
						
					 
					
						2014-05-11 18:35:34 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						fb9dbf30fa 
					 
					
						
						
							
							(svn r26580) -Codechange: s/GES_PICKUP/GES_RATING/ (it has nothing to do with actual pickup), s/acceptance_pickup/status/ (the enum isn't called GoodEntryStatus for a reason; it's not only acceptance and pickup anymore)  
						
						
						
						
					 
					
						2014-05-11 18:02:11 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						89c25b955e 
					 
					
						
						
							
							(svn r26580) -Codechange: s/GES_PICKUP/GES_RATING/ (it has nothing to do with actual pickup), s/acceptance_pickup/status/ (the enum isn't called GoodEntryStatus for a reason; it's not only acceptance and pickup anymore)  
						
						
						
						
					 
					
						2014-05-11 18:02:11 +00:00 
						 
				 
			
				
					
						
							
							
								fonsinchen 
							
						 
					 
					
						
						
							
						
						fea3a433b2 
					 
					
						
						
							
							(svn r26166) -Fix: Scale flows only after mapping to avoid rounding errors.  
						
						
						
						
					 
					
						2013-12-20 14:57:44 +00:00 
						 
				 
			
				
					
						
							
							
								fonsinchen 
							
						 
					 
					
						
						
							
						
						ec492bfb77 
					 
					
						
						
							
							(svn r26166) -Fix: Scale flows only after mapping to avoid rounding errors.  
						
						
						
						
					 
					
						2013-12-20 14:57:44 +00:00 
						 
				 
			
				
					
						
							
							
								frosch 
							
						 
					 
					
						
						
							
						
						6c63c98d7f 
					 
					
						
						
							
							(svn r26085) -Codechange: Pass ResolverObjects as reference instead of pointer since they are never NULL.  
						
						
						
						
					 
					
						2013-11-24 14:41:19 +00:00 
						 
				 
			
				
					
						
							
							
								frosch 
							
						 
					 
					
						
						
							
						
						db894b0b3f 
					 
					
						
						
							
							(svn r26085) -Codechange: Pass ResolverObjects as reference instead of pointer since they are never NULL.  
						
						
						
						
					 
					
						2013-11-24 14:41:19 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						73474728e3 
					 
					
						
						
							
							(svn r26057) -Fix: a number of possibly uninitialised variables  
						
						
						
						
					 
					
						2013-11-23 13:12:19 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						b3e93d6520 
					 
					
						
						
							
							(svn r26057) -Fix: a number of possibly uninitialised variables  
						
						
						
						
					 
					
						2013-11-23 13:12:19 +00:00 
						 
				 
			
				
					
						
							
							
								fonsinchen 
							
						 
					 
					
						
						
							
						
						05b50ada5c 
					 
					
						
						
							
							(svn r25963) -Fix [FS#5758]: Mixtures of old and new flows could create cycles.  
						
						
						
						
					 
					
						2013-11-10 15:18:49 +00:00 
						 
				 
			
				
					
						
							
							
								fonsinchen 
							
						 
					 
					
						
						
							
						
						962d6d7e48 
					 
					
						
						
							
							(svn r25963) -Fix [FS#5758]: Mixtures of old and new flows could create cycles.  
						
						
						
						
					 
					
						2013-11-10 15:18:49 +00:00 
						 
				 
			
				
					
						
							
							
								fonsinchen 
							
						 
					 
					
						
						
							
						
						7025a145e3 
					 
					
						
						
							
							(svn r25899) -Change: Restrict flows if links are restricted and don't normally pick them anymore.  
						
						
						
						
					 
					
						2013-10-22 16:13:54 +00:00 
						 
				 
			
				
					
						
							
							
								fonsinchen 
							
						 
					 
					
						
						
							
						
						6524849386 
					 
					
						
						
							
							(svn r25899) -Change: Restrict flows if links are restricted and don't normally pick them anymore.  
						
						
						
						
					 
					
						2013-10-22 16:13:54 +00:00 
						 
				 
			
				
					
						
							
							
								fonsinchen 
							
						 
					 
					
						
						
							
						
						487f7f0473 
					 
					
						
						
							
							(svn r25896) -Fix: Remove unused and unimplemented declaration of RunAverages.  
						
						
						
						
					 
					
						2013-10-22 16:11:45 +00:00 
						 
				 
			
				
					
						
							
							
								fonsinchen 
							
						 
					 
					
						
						
							
						
						e99965aa15 
					 
					
						
						
							
							(svn r25896) -Fix: Remove unused and unimplemented declaration of RunAverages.  
						
						
						
						
					 
					
						2013-10-22 16:11:45 +00:00 
						 
				 
			
				
					
						
							
							
								fonsinchen 
							
						 
					 
					
						
						
							
						
						8d53e23b6c 
					 
					
						
						
							
							(svn r25892) -Fix: off-by-one error in GetVia prevented certain flows from getting picked  
						
						
						
						
					 
					
						2013-10-20 14:27:36 +00:00 
						 
				 
			
				
					
						
							
							
								fonsinchen 
							
						 
					 
					
						
						
							
						
						9337c561b0 
					 
					
						
						
							
							(svn r25892) -Fix: off-by-one error in GetVia prevented certain flows from getting picked  
						
						
						
						
					 
					
						2013-10-20 14:27:36 +00:00 
						 
				 
			
				
					
						
							
							
								fonsinchen 
							
						 
					 
					
						
						
							
						
						e3807ed606 
					 
					
						
						
							
							(svn r25424) -Fix: keep old flows around in an invalidated state to continue routing cargo if necessary  
						
						
						
						
					 
					
						2013-06-17 20:38:11 +00:00 
						 
				 
			
				
					
						
							
							
								fonsinchen 
							
						 
					 
					
						
						
							
						
						f0119308f6 
					 
					
						
						
							
							(svn r25424) -Fix: keep old flows around in an invalidated state to continue routing cargo if necessary  
						
						
						
						
					 
					
						2013-06-17 20:38:11 +00:00 
						 
				 
			
				
					
						
							
							
								fonsinchen 
							
						 
					 
					
						
						
							
						
						1de46050f6 
					 
					
						
						
							
							(svn r25362) -Feature: consider cargo waiting at other stations for rating at the origin station  
						
						
						
						
					 
					
						2013-06-09 13:04:32 +00:00 
						 
				 
			
				
					
						
							
							
								fonsinchen 
							
						 
					 
					
						
						
							
						
						741c431caa 
					 
					
						
						
							
							(svn r25362) -Feature: consider cargo waiting at other stations for rating at the origin station  
						
						
						
						
					 
					
						2013-06-09 13:04:32 +00:00 
						 
				 
			
				
					
						
							
							
								fonsinchen 
							
						 
					 
					
						
						
							
						
						c45cfa22a6 
					 
					
						
						
							
							(svn r25346) -Codechange: Glue between stations and flow stats  
						
						
						
						
					 
					
						2013-06-09 12:49:47 +00:00 
						 
				 
			
				
					
						
							
							
								fonsinchen 
							
						 
					 
					
						
						
							
						
						db671ffb86 
					 
					
						
						
							
							(svn r25346) -Codechange: Glue between stations and flow stats  
						
						
						
						
					 
					
						2013-06-09 12:49:47 +00:00 
						 
				 
			
				
					
						
							
							
								fonsinchen 
							
						 
					 
					
						
						
							
						
						9f54020588 
					 
					
						
						
							
							(svn r25345) -Add: implementation of SharesMap and FlowStatMap  
						
						
						
						
					 
					
						2013-06-09 12:48:42 +00:00 
						 
				 
			
				
					
						
							
							
								fonsinchen 
							
						 
					 
					
						
						
							
						
						c8f068d979 
					 
					
						
						
							
							(svn r25345) -Add: implementation of SharesMap and FlowStatMap  
						
						
						
						
					 
					
						2013-06-09 12:48:42 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						6b746167e4 
					 
					
						
						
							
							(svn r25259) -Codechange: track capacities and usage of links  
						
						
						
						
					 
					
						2013-05-19 14:22:04 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						3947453277 
					 
					
						
						
							
							(svn r25259) -Codechange: track capacities and usage of links  
						
						
						
						
					 
					
						2013-05-19 14:22:04 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						251bf7ddcb 
					 
					
						
						
							
							(svn r25257) -Add: basic link graph (fonsinchen)  
						
						
						
						
					 
					
						2013-05-19 14:11:20 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						06313e4981 
					 
					
						
						
							
							(svn r25257) -Add: basic link graph (fonsinchen)  
						
						
						
						
					 
					
						2013-05-19 14:11:20 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						e0d3265546 
					 
					
						
						
							
							(svn r25149) -Codechange: replace 'magic' 'has rating' bitcheck by descriptive function  
						
						
						
						
					 
					
						2013-04-06 12:10:16 +00:00