keldorkatarn 
							
						 
					 
					
						
						
							
						
						d154debb5e 
					 
					
						
						
							
							FIX: Endless look in vehicle route drawing if conditional orders form a cycle (in the simplest form, a conditional order skipping to itself)  
						
						... 
						
						
						
						(cherry picked from commit 680ddba875208b09160908ad03064b542193df4e)
See: #39  
						
						
					 
					
						2018-04-18 16:02:14 +01:00 
						 
				 
			
				
					
						
							
							
								Pavel Stupnikov 
							
						 
					 
					
						
						
							
						
						9175c349da 
					 
					
						
						
							
							Fix   #6465 : Add {NORMAL_FONT} and {MONO_FONT} control codes to GS strings ( #6726 )  
						
						
						
						
					 
					
						2018-04-17 18:41:31 +01:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						02328680a1 
					 
					
						
						
							
							Merge branch 'tracerestrict-sx' into jgrpp  
						
						
						
						
					 
					
						2018-04-17 16:35:38 +01:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						8e903b0a85 
					 
					
						
						
							
							Merge branch 'departure-boards' into jgrpp  
						
						
						
						
					 
					
						2018-04-17 16:35:29 +01:00 
						 
				 
			
				
					
						
							
							
								keldorkatarn 
							
						 
					 
					
						
						
							
						
						4955996b35 
					 
					
						
						
							
							Remove costly recalculation of a date format we already have.  
						
						... 
						
						
						
						(cherry picked from commit 6aca18d18252f1c2f6d4a215999b7d7afb7df813)
See #36  
						
						
					 
					
						2018-04-17 16:35:22 +01:00 
						 
				 
			
				
					
						
							
							
								keldorkatarn 
							
						 
					 
					
						
						
							
						
						f10840438e 
					 
					
						
						
							
							TraceRestrictSlots: Fix highlighting behavior. Marking group ALL_SLOTS didn't reset the selected slot and dragging from ALL to ALL threw an unnecessary error.  
						
						... 
						
						
						
						(cherry picked from commit c76b560134bd8d9869ead872f7a434e61a5c5a48)
Fixes : #38  
						
						
					 
					
						2018-04-17 16:34:19 +01:00 
						 
				 
			
				
					
						
							
							
								keldorkatarn 
							
						 
					 
					
						
						
							
						
						2f3e4044b7 
					 
					
						
						
							
							FIX: TraceRestrictSlots: Fix crash when removing vehicle from slot. Invalid iterator got used. (it was no longer valid after calling erase with it)  
						
						... 
						
						
						
						(cherry picked from commit 3571f1bc898b9ffd8b124040882caa5357085f42)
Fixes : #37  
						
						
					 
					
						2018-04-17 16:34:03 +01:00 
						 
				 
			
				
					
						
							
							
								keldorkatarn 
							
						 
					 
					
						
						
							
						
						d2ca8914ac 
					 
					
						
						
							
							Departure Boards: Allow Ctrl-Click on vehicle type buttons to show type exclusively  
						
						... 
						
						
						
						(cherry picked from commit a834d3cd452fe28e2c32fb953d41c0bd0ce20494)
See: #36  
						
						
					 
					
						2018-04-17 16:30:59 +01:00 
						 
				 
			
				
					
						
							
							
								keldorkatarn 
							
						 
					 
					
						
						
							
						
						9ab2b8fa3e 
					 
					
						
						
							
							FIX: {PREVIOUS_COLOUR} string control code was not activated for some reason. The logic for it is in place.  
						
						... 
						
						
						
						(cherry picked from commit 9d7c265fdca7884db26b3c2d0f856cc18a751c54)
Fixes : #41  
						
						
					 
					
						2018-04-17 16:11:19 +01:00 
						 
				 
			
				
					
						
							
							
								Patric Stout 
							
						 
					 
					
						
						
							
						
						88be2413ce 
					 
					
						
						
							
							Codechange  #6729 : mute bogus GCC 7 warning ( #6733 )  
						
						... 
						
						
						
						We do a memset of (byte - byte), which strictly seen ranges from -254 .. 255, for which GCC warns.
But just before this memset is an if() which says the first byte has to be bigger than the second.
So this is a bogus warning. 
						
						
					 
					
						2018-04-16 23:48:19 +02:00 
						 
				 
			
				
					
						
							
							
								translators 
							
						 
					 
					
						
						
							
						
						a72117111e 
					 
					
						
						
							
							Update: Translations from eints  
						
						... 
						
						
						
						spanish (mexican): 6 changes by Absay 
						
						
					 
					
						2018-04-16 23:25:46 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Lutz 
							
						 
					 
					
						
						
							
						
						7dd6027194 
					 
					
						
						
							
							Codechange: Use a SmallVec for the animated tile list instead of replicating most of the logic.  
						
						
						
						
					 
					
						2018-04-15 20:49:29 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Lutz 
							
						 
					 
					
						
						
							
						
						4851feb102 
					 
					
						
						
							
							Codechange: Add functions to insert and extract an element at a specific position in a SmallVec.  
						
						
						
						
					 
					
						2018-04-15 20:49:29 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Lutz 
							
						 
					 
					
						
						
							
						
						f240274b7e 
					 
					
						
						
							
							Codechange: Replace magic numbers with the proper enum.  
						
						
						
						
					 
					
						2018-04-15 00:33:57 +02:00 
						 
				 
			
				
					
						
							
							
								Charles Pigott 
							
						 
					 
					
						
						
							
						
						62d79900ec 
					 
					
						
						
							
							Add: List recent news messages in crashlog output  
						
						
						
						
					 
					
						2018-04-13 22:08:13 +02:00 
						 
				 
			
				
					
						
							
							
								frosch 
							
						 
					 
					
						
						
							
						
						192770e6da 
					 
					
						
						
							
							Change: Non-tag revisions are now named '<commitdate>-<branch>-g<shorthash><modified>'.  
						
						
						
						
					 
					
						2018-04-12 22:26:45 +02:00 
						 
				 
			
				
					
						
							
							
								frosch 
							
						 
					 
					
						
						
							
						
						e0a62a9e55 
					 
					
						
						
							
							Remove: [NewGRF] OpenTTD version no longer contains a revision number.  
						
						
						
						
					 
					
						2018-04-12 22:26:45 +02:00 
						 
				 
			
				
					
						
							
							
								Patric Stout 
							
						 
					 
					
						
						
							
						
						17bd580630 
					 
					
						
						
							
							Remove: NO_DEBUG_MESSAGES was only read and setting it broke compilation ( #6703 )  
						
						... 
						
						
						
						Given any speed issue cannot be attributed to checking for _debug_NNN_level, removing this is a safe action
This fixes  #6652 . 
						
						
					 
					
						2018-04-11 22:07:21 +02:00 
						 
				 
			
				
					
						
							
							
								TrueBrain 
							
						 
					 
					
						
						
							
						
						66f67ac5ac 
					 
					
						
						
							
							Fix   #6550 : minor spelling mistake in comment (juanjo)  
						
						
						
						
					 
					
						2018-04-11 20:08:08 +02:00 
						 
				 
			
				
					
						
							
							
								Charles Pigott 
							
						 
					 
					
						
						
							
						
						dd6b82d6b2 
					 
					
						
						
							
							Codechange: Simplify C++11 check for assert_compile  
						
						
						
						
					 
					
						2018-04-11 18:24:19 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Lutz 
							
						 
					 
					
						
						
							
						
						6c3902ac41 
					 
					
						
						
							
							Codechange: [OSX] Use newer APIs to get resolution information when available.  
						
						
						
						
					 
					
						2018-04-10 23:30:01 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Lutz 
							
						 
					 
					
						
						
							
						
						964d310cda 
					 
					
						
						
							
							Codechange: [OSX] Use non-deprecated API for displaying an alert where supported.  
						
						
						
						
					 
					
						2018-04-10 23:30:01 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Lutz 
							
						 
					 
					
						
						
							
						
						f670277ff5 
					 
					
						
						
							
							Codechange: [OSX] Try to set the thread name for debugger display.  
						
						
						
						
					 
					
						2018-04-10 23:30:01 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Lutz 
							
						 
					 
					
						
						
							
						
						4971678f52 
					 
					
						
						
							
							Codechange: [OSX] Use 10.10+ API to get the OSX version when available.  
						
						
						
						
					 
					
						2018-04-10 23:30:01 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Lutz 
							
						 
					 
					
						
						
							
						
						74b7f0a9aa 
					 
					
						
						
							
							Fix: [OSX] Remove some OSX compiler warnings on newer SDKs/compilers.  
						
						
						
						
					 
					
						2018-04-10 23:30:01 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Lutz 
							
						 
					 
					
						
						
							
						
						fa587ad3cc 
					 
					
						
						
							
							Codechange: [OSX] Use 10.6+ APIs to get the path for a font where available.  
						
						
						
						
					 
					
						2018-04-10 23:30:01 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Lutz 
							
						 
					 
					
						
						
							
						
						27bfb1df8f 
					 
					
						
						
							
							Codechange: [OSX] Use 10.6+ APIs to initialise audio when available.  
						
						
						
						
					 
					
						2018-04-10 23:30:01 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Lutz 
							
						 
					 
					
						
						
							
						
						4bfd277017 
					 
					
						
						
							
							Codechange: [Win32] Use OS function for mouse tracking if present.  
						
						
						
						
					 
					
						2018-04-10 21:07:27 +02:00 
						 
				 
			
				
					
						
							
							
								Charles Pigott 
							
						 
					 
					
						
						
							
						
						19076c24c1 
					 
					
						
						
							
							Fix   #6690 : Compilation with ICU 61  
						
						
						
						
					 
					
						2018-04-08 11:47:26 +02:00 
						 
				 
			
				
					
						
							
							
								translators 
							
						 
					 
					
						
						
							
						
						f84ad5f7c0 
					 
					
						
						
							
							(svn r28004) -Update from Eints:  
						
						... 
						
						
						
						belarusian: 42 changes by KorneySan 
						
						
					 
					
						2018-04-06 17:45:38 +00:00 
						 
				 
			
				
					
						
							
							
								translators 
							
						 
					 
					
						
						
							
						
						81f25d4736 
					 
					
						
						
							
							(svn r28003) -Update from Eints:  
						
						... 
						
						
						
						indonesian: 4 changes by fanioz 
						
						
					 
					
						2018-04-04 17:45:38 +00:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						9be65dc96d 
					 
					
						
						
							
							Fix use of wrong veh tile for station animation/trigger in through load  
						
						
						
						
					 
					
						2018-03-29 23:46:21 +01:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						6ec78ff4b0 
					 
					
						
						
							
							Add UI setting to disable mass action buttons for top-level vehicle lists  
						
						
						
						
					 
					
						2018-03-29 20:39:25 +01:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						53dd010f3b 
					 
					
						
						
							
							Add way to mass cancel vehicle go to depot/service  
						
						
						
						
					 
					
						2018-03-29 19:37:16 +01:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						2821599f6b 
					 
					
						
						
							
							Better handle out of track and depot through load cases  
						
						... 
						
						
						
						Add advice messages for when loading is aborted due to out of track/depot
Handle non-aligned use of platform
Fix full-load behaviour
Fix speed limiting whilst advancing 
						
						
					 
					
						2018-03-29 19:16:44 +01:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						7aab49e282 
					 
					
						
						
							
							Add setting to enable through loading in UI  
						
						
						
						
					 
					
						2018-03-29 18:52:54 +01:00 
						 
				 
			
				
					
						
							
							
								translators 
							
						 
					 
					
						
						
							
						
						de961e14fb 
					 
					
						
						
							
							(svn r28000) -Update from Eints:  
						
						... 
						
						
						
						welsh: 7 changes by kazzie 
						
						
					 
					
						2018-03-29 17:45:40 +00:00 
						 
				 
			
				
					
						
							
							
								translators 
							
						 
					 
					
						
						
							
						
						41b28d7194 
					 
					
						
						
							
							(svn r27999) -Update from Eints:  
						
						... 
						
						
						
						bulgarian: 18 changes by kokobongo 
						
						
					 
					
						2018-03-28 17:45:39 +00:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						8337fcb271 
					 
					
						
						
							
							Fix disaster vehicles having uninitialised sprite bounds  
						
						
						
						
					 
					
						2018-03-27 17:52:11 +01:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						4cdc253c38 
					 
					
						
						
							
							Add dev console command to trigger disaster  
						
						
						
						
					 
					
						2018-03-27 17:51:45 +01:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						7c620edb52 
					 
					
						
						
							
							Avoid auto-refitting to cargo which is marked no-load in per-cargo type order  
						
						
						
						
					 
					
						2018-03-27 02:04:22 +01:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						c779915ccb 
					 
					
						
						
							
							Fix train through load always advancing last section to far end of platform  
						
						
						
						
					 
					
						2018-03-26 21:11:11 +01:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						f012d45491 
					 
					
						
						
							
							Merge branch 'signal_tunnels_bridges' into jgrpp  
						
						
						
						
					 
					
						2018-03-26 20:49:11 +01:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						df72bc6e09 
					 
					
						
						
							
							Fix signal on tun/bridge gradual decel end tile detection  
						
						
						
						
					 
					
						2018-03-26 20:48:52 +01:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						78838ee2a2 
					 
					
						
						
							
							Add freight train load/unload mode: through load  
						
						
						
						
					 
					
						2018-03-26 20:12:50 +01:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						52edafab5e 
					 
					
						
						
							
							Add savegame support for 32 bit Train::flags field  
						
						
						
						
					 
					
						2018-03-26 19:50:34 +01:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						09ca051ff8 
					 
					
						
						
							
							Merge branch 'signal_tunnels_bridges' into jgrpp  
						
						... 
						
						
						
						# Conflicts:
#	src/saveload/extended_ver_sl.cpp
#	src/train.h 
						
						
					 
					
						2018-03-26 18:42:23 +01:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						def3a3933b 
					 
					
						
						
							
							Move dual-use of load_unload_ticks for bridge/tun signals to new field  
						
						
						
						
					 
					
						2018-03-26 18:40:05 +01:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						10db379202 
					 
					
						
						
							
							Merge branch 'signal_tunnels_bridges' into jgrpp  
						
						... 
						
						
						
						# Conflicts:
#	src/train_cmd.cpp 
						
						
					 
					
						2018-03-25 00:57:59 +00:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						38cb80872b 
					 
					
						
						
							
							Gradually slow down for red signals on bridges/tunnels  
						
						... 
						
						
						
						Instead of coming to a sudden halt immediately before the signal 
						
						
					 
					
						2018-03-25 00:57:20 +00:00