rubidium 
							
						 
					 
					
						
						
							
						
						0e17c23ddd 
					 
					
						
						
							
							(svn r18422) -Fix (r18404): MSVC complaining about struct vs class  
						
						
						
						
					 
					
						2009-12-07 10:44:58 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						d6e73ea1ce 
					 
					
						
						
							
							(svn r18421) -Fix [FS#3244]: pathfinders wouldn't consider the 'other' reachable waypoint tile if the closest one is free but there is no safe waiting point directly after it. Now check for a free safe waiting point beyond the waypoint unless there are junctions before the first safe waiting point.  
						
						
						
						
					 
					
						2009-12-07 08:47:10 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						ad6d8c1f46 
					 
					
						
						
							
							(svn r18420) -Codechange: split YAPF's track follower from the actual YAPF code  
						
						
						
						
					 
					
						2009-12-07 08:41:18 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						73df2c7a25 
					 
					
						
						
							
							(svn r18418) -Fix [FS#3298]: under some circumstances a pointer could be left untouched and then freed. Make sure this doesn't happen by ensuring it starts out as NULL instead of 'garbage'.  
						
						
						
						
					 
					
						2009-12-06 20:22:21 +00:00 
						 
				 
			
				
					
						
							
							
								translators 
							
						 
					 
					
						
						
							
						
						c5a771b59d 
					 
					
						
						
							
							(svn r18417) -Update from WebTranslator v3.0:  
						
						... 
						
						
						
						traditional_chinese - 31 changes by josesun
czech - 46 changes by Hadez
greek - 1 changes by fumantsu
hungarian - 2 changes by IPG
indonesian - 1 changes by prof
norwegian_nynorsk - 111 changes by 2rB
russian - 11 changes by Lone_Wolf
slovak - 14 changes by JamesSVK 
						
						
					 
					
						2009-12-06 18:45:27 +00:00 
						 
				 
			
				
					
						
							
							
								frosch 
							
						 
					 
					
						
						
							
						
						7d905fae22 
					 
					
						
						
							
							(svn r18416) -Fix (r15559): Only consider valid cargos in town GUI.  
						
						
						
						
					 
					
						2009-12-06 16:15:58 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						a68849fb56 
					 
					
						
						
							
							(svn r18415) -Fix [FS#3332]: on slopes the original and better road layouts did not check their minimum distance requirements  
						
						
						
						
					 
					
						2009-12-06 16:14:13 +00:00 
						 
				 
			
				
					
						
							
							
								peter1138 
							
						 
					 
					
						
						
							
						
						f49491ddcd 
					 
					
						
						
							
							(svn r18414) -Fix: In the depot window, 'free' wagons were not drawn resize.step_height apart  
						
						
						
						
					 
					
						2009-12-06 11:46:57 +00:00 
						 
				 
			
				
					
						
							
							
								alberth 
							
						 
					 
					
						
						
							
						
						41d2214e7e 
					 
					
						
						
							
							(svn r18413) -Doc: Added doxygen strings for cargo-type related enums, structs, and functions.  
						
						
						
						
					 
					
						2009-12-05 21:39:28 +00:00 
						 
				 
			
				
					
						
							
							
								smatz 
							
						 
					 
					
						
						
							
						
						29606c0de6 
					 
					
						
						
							
							(svn r18412) -Fix [FS#3350]: don't allow sending ships to rail waypoints and trains to buyos (Hirundo)  
						
						
						
						
					 
					
						2009-12-05 19:21:43 +00:00 
						 
				 
			
				
					
						
							
							
								translators 
							
						 
					 
					
						
						
							
						
						be4027ea56 
					 
					
						
						
							
							(svn r18411) -Update from WebTranslator v3.0:  
						
						... 
						
						
						
						greek - 3 changes by fumantsu
norwegian_nynorsk - 107 changes by 2rB
portuguese - 3 changes by JayCity 
						
						
					 
					
						2009-12-05 18:45:11 +00:00 
						 
				 
			
				
					
						
							
							
								alberth 
							
						 
					 
					
						
						
							
						
						c38f3ce380 
					 
					
						
						
							
							(svn r18410) -Codechange: Move GetCargoSprite() to CargoSpec::GetCargoIcon().  
						
						
						
						
					 
					
						2009-12-05 16:00:58 +00:00 
						 
				 
			
				
					
						
							
							
								frosch 
							
						 
					 
					
						
						
							
						
						1e7403d372 
					 
					
						
						
							
							(svn r18409) -Change [FS#3349]: Recolour the bubble generator just like any other industry. (planetmaker)  
						
						
						
						
					 
					
						2009-12-05 15:03:32 +00:00 
						 
				 
			
				
					
						
							
							
								frosch 
							
						 
					 
					
						
						
							
						
						a12d91423b 
					 
					
						
						
							
							(svn r18408) -Fix (r17954): After computing the needed width for the client list, also use it.  
						
						
						
						
					 
					
						2009-12-05 13:53:58 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						4047c142eb 
					 
					
						
						
							
							(svn r18407) -Fix [FS#3338]: aqueducts were not influenced by the "long bridges" setting  
						
						
						
						
					 
					
						2009-12-04 22:02:37 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						bc876098f7 
					 
					
						
						
							
							(svn r18406) -Cleanup: remove some unneeded constants and code  
						
						
						
						
					 
					
						2009-12-04 21:13:31 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						cbc6653a47 
					 
					
						
						
							
							(svn r18405) -Fix (r18405): RVs didn't like to stop when the 'next' drive through station tile didn't have a compatible road type  
						
						
						
						
					 
					
						2009-12-04 21:01:28 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						fac2f8ce1a 
					 
					
						
						
							
							(svn r18404) -Codechange: link drive through stops better together  
						
						... 
						
						
						
						-Feature: make penalty for road stop occupancy user configurable
-Fix [FS#1944]: road vehicles would not pick an empty drive through stop. Now they will *if* the penalty for driving around is less than the occupancy penalty
-Fix [FS#1495]: long (articulated) road vehicles could block loading of others when the following road vehicle already got 'permission' to go to the next bay even when it could not reach it
-Change: improve the throughput of the drive through road stops by letting them stop closer together 
						
						
					 
					
						2009-12-04 20:52:19 +00:00 
						 
				 
			
				
					
						
							
							
								belugas 
							
						 
					 
					
						
						
							
						
						65b3e38bea 
					 
					
						
						
							
							(svn r18403) -Codechange: Re-arrange header of table _original_house_specs  
						
						
						
						
					 
					
						2009-12-04 20:32:51 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						19fa38601d 
					 
					
						
						
							
							(svn r18402) -Codechange: unify/centralise the code for crashing vehicles  
						
						
						
						
					 
					
						2009-12-04 20:29:46 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						c22f9679b5 
					 
					
						
						
							
							(svn r18401) -Fix: drive through road stops did not get flooded  
						
						
						
						
					 
					
						2009-12-04 19:16:52 +00:00 
						 
				 
			
				
					
						
							
							
								translators 
							
						 
					 
					
						
						
							
						
						710e84f11e 
					 
					
						
						
							
							(svn r18400) -Update from WebTranslator v3.0:  
						
						... 
						
						
						
						traditional_chinese - 52 changes by josesun
greek - 17 changes by fumantsu 
						
						
					 
					
						2009-12-04 18:45:10 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						3817153a8e 
					 
					
						
						
							
							(svn r18399) -Codechange: bail out early in FloodVehicle instead of a massive if (...) { } else { return }  
						
						
						
						
					 
					
						2009-12-04 18:38:09 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						c1c9a3e835 
					 
					
						
						
							
							(svn r18398) -Fix [FS#3343]: the tree 'which one to draw' hash wasn't anywhere near random and thus showed a very visible repeated pattern when only one tree type was used  
						
						
						
						
					 
					
						2009-12-04 16:57:35 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						c559ec6308 
					 
					
						
						
							
							(svn r18397) -Fix [FS#3346]: after cancelling downloading the download button would remain disabled  
						
						
						
						
					 
					
						2009-12-04 14:23:54 +00:00 
						 
				 
			
				
					
						
							
							
								yexo 
							
						 
					 
					
						
						
							
						
						c8284c2a5c 
					 
					
						
						
							
							(svn r18396) -Fix [FS#3169]: planes turned too much at the end of the runway when landing at the intercontinental airport~  
						
						
						
						
					 
					
						2009-12-04 09:56:21 +00:00 
						 
				 
			
				
					
						
							
							
								yexo 
							
						 
					 
					
						
						
							
						
						8bed302bcf 
					 
					
						
						
							
							(svn r18395) -Fix (r17415): helicopters can turn freely even while in the air  
						
						
						
						
					 
					
						2009-12-04 09:13:15 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						f5f6fc16f6 
					 
					
						
						
							
							(svn r18394) -Fix (r18373): one couldn't manually send a RV to a depot... but why compilers haven't complained about this?  
						
						
						
						
					 
					
						2009-12-04 00:46:22 +00:00 
						 
				 
			
				
					
						
							
							
								translators 
							
						 
					 
					
						
						
							
						
						d2bcf733f8 
					 
					
						
						
							
							(svn r18393) -Update from WebTranslator v3.0:  
						
						... 
						
						
						
						traditional_chinese - 2 changes by josesun
german - 3 changes by planetmaker
italian - 1 changes by lorenzodv
portuguese - 10 changes by JayCity
romanian - 22 changes by kkmic 
						
						
					 
					
						2009-12-03 18:45:17 +00:00 
						 
				 
			
				
					
						
							
							
								frosch 
							
						 
					 
					
						
						
							
						
						f4931ef4a2 
					 
					
						
						
							
							(svn r18392) -Fix (r13956)[FS#3345]: [YAPP] Trains on bridges were not found, when searching for the origin of a reservation. (Hirundo)  
						
						
						
						
					 
					
						2009-12-03 18:44:33 +00:00 
						 
				 
			
				
					
						
							
							
								frosch 
							
						 
					 
					
						
						
							
						
						169141433a 
					 
					
						
						
							
							(svn r18391) -Fix (r0): (Invalid) GRFs could trigger invalid reads.  
						
						
						
						
					 
					
						2009-12-03 15:27:33 +00:00 
						 
				 
			
				
					
						
							
							
								peter1138 
							
						 
					 
					
						
						
							
						
						3addf58f30 
					 
					
						
						
							
							(svn r18390) -Fix (r17776): [SDL] Reinstate pointer update on 'idle' loop.  
						
						
						
						
					 
					
						2009-12-03 08:24:39 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						5c1fdfdd03 
					 
					
						
						
							
							(svn r18389) -Fix: some minor documentation alignment issues  
						
						
						
						
					 
					
						2009-12-03 00:05:51 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						aa40d8e3ad 
					 
					
						
						
							
							(svn r18388) -Codechange: move entering/leaving of road stops to functions of RoadStop  
						
						
						
						
					 
					
						2009-12-02 23:53:15 +00:00 
						 
				 
			
				
					
						
							
							
								translators 
							
						 
					 
					
						
						
							
						
						edc7de7936 
					 
					
						
						
							
							(svn r18387) -Update from WebTranslator v3.0:  
						
						... 
						
						
						
						catalan - 3 changes by arnau
finnish - 1 changes by jpx_
french - 1 changes by glx
german - 11 changes by planetmaker
hungarian - 2 changes by IPG
portuguese - 1 changes by JayCity
spanish - 3 changes by Terkhen 
						
						
					 
					
						2009-12-02 18:45:25 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						865374eeb6 
					 
					
						
						
							
							(svn r18386) -Codechange: make the NPF functions static and remove unused functions  
						
						
						
						
					 
					
						2009-12-02 18:34:10 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						0ef0e13795 
					 
					
						
						
							
							(svn r18385) -Cleanup: remove the now unneeded multistop slot management code  
						
						
						
						
					 
					
						2009-12-02 18:18:56 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						429f3993f8 
					 
					
						
						
							
							(svn r18384) -Fix (r18351): attempt to 'work around' MSVC's IMO stupid warning  
						
						
						
						
					 
					
						2009-12-02 18:14:34 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						66da3cbb20 
					 
					
						
						
							
							(svn r18383) -Fix (r18375): triggering NOT_REACHED for some waypoints  
						
						
						
						
					 
					
						2009-12-02 18:12:24 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						4ec4fdff36 
					 
					
						
						
							
							(svn r18382) -Codechange: make road vehicles behave more like trains 'around' stations and use pathfinder penalties to determine to which 'part' to go. Note that the pathfinder penalties for drive through stops are currently only looking at the occupation of the first in a row, but this is to change later on.  
						
						
						
						
					 
					
						2009-12-02 17:56:02 +00:00 
						 
				 
			
				
					
						
							
							
								frosch 
							
						 
					 
					
						
						
							
						
						59f9163e37 
					 
					
						
						
							
							(svn r18381) -Codechange: Add RoadVehicle::IsBus() to simplify some stuff.  
						
						
						
						
					 
					
						2009-12-02 17:37:02 +00:00 
						 
				 
			
				
					
						
							
							
								frosch 
							
						 
					 
					
						
						
							
						
						2265202d77 
					 
					
						
						
							
							(svn r18380) -Fix (r9301): One could not share orders between buses carrying different cargos.  
						
						
						
						
					 
					
						2009-12-02 17:35:54 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						9426f2b173 
					 
					
						
						
							
							(svn r18379) -Codechange: move the cache updating function to its own header to reduce the include 'pathfinder' dependencies  
						
						
						
						
					 
					
						2009-12-02 16:48:55 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						d58e4084de 
					 
					
						
						
							
							(svn r18378) -Codechange: move the pathfinder 'length' constants to pathfinder_type.h  
						
						
						
						
					 
					
						2009-12-02 16:38:33 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						81062163a2 
					 
					
						
						
							
							(svn r18377) -Codechange: add 'cache' of the tile area of truck and bus stops.  
						
						
						
						
					 
					
						2009-12-02 16:20:44 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						1c65150d6d 
					 
					
						
						
							
							(svn r18376) -Codechange: simplify setting the destination  
						
						
						
						
					 
					
						2009-12-02 14:44:32 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						a1e28925e3 
					 
					
						
						
							
							(svn r18375) -Codechange: use Station::GetTileArea to get the tile area for CalcClosestStationTile  
						
						
						
						
					 
					
						2009-12-02 14:41:04 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						f67c265c6f 
					 
					
						
						
							
							(svn r18374) -Cleanup: remove some unused code  
						
						
						
						
					 
					
						2009-12-02 10:47:18 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						c10e953141 
					 
					
						
						
							
							(svn r18373) -Codechange: unify some road pathfinder functions  
						
						
						
						
					 
					
						2009-12-02 10:44:38 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						c56c892b2c 
					 
					
						
						
							
							(svn r18372) -Codechange: push some extra type safety into YAPF  
						
						
						
						
					 
					
						2009-12-02 10:13:49 +00:00