Rubidium 
							
						 
					 
					
						
						
							
						
						3e488465f8 
					 
					
						
						
							
							Codechange: allow string temporaries in a StringParameter  
						
						
						
						
					 
					
						2023-07-03 18:08:03 +02:00 
						 
				 
			
				
					
						
							
							
								Rubidium 
							
						 
					 
					
						
						
							
						
						78f5d58dc6 
					 
					
						
						
							
							Codechange: use std::string without const as return  
						
						... 
						
						
						
						Otherwise some compilers, e.g. MSVC, do not pick up that these are temporaries
and as such it will pass the temporaries to `const std::string &` instead of
the wanted `std::string &&` 
						
						
					 
					
						2023-07-03 18:08:03 +02:00 
						 
				 
			
				
					
						
							
							
								RoqueDeicide 
							
						 
					 
					
						
						
							
						
						733f53dc9a 
					 
					
						
						
							
							Merge branch 'tooltip_extension' into jgrpp  
						
						
						
						
					 
					
						2023-07-03 19:59:29 +04:00 
						 
				 
			
				
					
						
							
							
								RoqueDeicide 
							
						 
					 
					
						
						
							
						
						736c650b6c 
					 
					
						
						
							
							[Change] Make town viewport tooltips functionally equivalent to town labels.  
						
						
						
						
					 
					
						2023-07-03 19:14:27 +04:00 
						 
				 
			
				
					
						
							
							
								Rubidium 
							
						 
					 
					
						
						
							
						
						b2edf82b69 
					 
					
						
						
							
							Cleanup: remove unneeded CopyOutDParam version with StringID  
						
						
						
						
					 
					
						2023-07-03 06:56:08 +02:00 
						 
				 
			
				
					
						
							
							
								Rubidium 
							
						 
					 
					
						
						
							
						
						4654b2b0aa 
					 
					
						
						
							
							Codechange: separate integer and string usage in StringParameters  
						
						
						
						
					 
					
						2023-07-03 06:56:08 +02:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						51a66b9590 
					 
					
						
						
							
							Link graph: Fix FlowStat::ScaleToMonthly scaling  
						
						... 
						
						
						
						Fixes: e1cce4d9 
						
						
					 
					
						2023-07-03 01:14:57 +01:00 
						 
				 
			
				
					
						
							
							
								Rubidium 
							
						 
					 
					
						
						
							
						
						8b7c34d7d4 
					 
					
						
						
							
							Codechange: use string parameter backps for the text effects  
						
						
						
						
					 
					
						2023-07-03 00:00:12 +02:00 
						 
				 
			
				
					
						
							
							
								Rubidium 
							
						 
					 
					
						
						
							
						
						7ed90a859f 
					 
					
						
						
							
							Codechange: function to check whether string parameters have changed since the backup  
						
						
						
						
					 
					
						2023-07-03 00:00:12 +02:00 
						 
				 
			
				
					
						
							
							
								Rubidium 
							
						 
					 
					
						
						
							
						
						05ef3f0998 
					 
					
						
						
							
							Cleanup: remove old backup/restore of string parameters  
						
						
						
						
					 
					
						2023-07-02 22:31:01 +02:00 
						 
				 
			
				
					
						
							
							
								Rubidium 
							
						 
					 
					
						
						
							
						
						6313b8a4cb 
					 
					
						
						
							
							Codechange: move errors over to the new StringParameterBackup type  
						
						
						
						
					 
					
						2023-07-02 22:31:01 +02:00 
						 
				 
			
				
					
						
							
							
								Rubidium 
							
						 
					 
					
						
						
							
						
						0943402bab 
					 
					
						
						
							
							Codechange: move news over to the new StringParameterBackup type  
						
						
						
						
					 
					
						2023-07-02 22:31:01 +02:00 
						 
				 
			
				
					
						
							
							
								Rubidium 
							
						 
					 
					
						
						
							
						
						f4a3032985 
					 
					
						
						
							
							Codechange: move tooltip and query window over to the new StringParameterBackup type  
						
						
						
						
					 
					
						2023-07-02 22:31:01 +02:00 
						 
				 
			
				
					
						
							
							
								Rubidium 
							
						 
					 
					
						
						
							
						
						2687704afc 
					 
					
						
						
							
							Codechange: introduce new type and functions for StringParameter backups  
						
						
						
						
					 
					
						2023-07-02 22:31:01 +02:00 
						 
				 
			
				
					
						
							
							
								translators 
							
						 
					 
					
						
						
							
						
						26f3efb419 
					 
					
						
						
							
							Update: Translations from eints  
						
						... 
						
						
						
						english (au): 2 changes by krysclarke
italian: 14 changes by Rivarossi
russian: 2 changes by Ln-Wolf
finnish: 2 changes by hpiirai
tamil: 8 changes by merni-ns 
						
						
					 
					
						2023-07-02 18:39:30 +00:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						e1cce4d9f7 
					 
					
						
						
							
							Link graph: Store last compression in scaled date ticks  
						
						... 
						
						
						
						Higher accuracy than using dates at high day legnths 
						
						
					 
					
						2023-07-02 16:58:17 +01:00 
						 
				 
			
				
					
						
							
							
								Fedello 
							
						 
					 
					
						
						
							
						
						2936bf370f 
					 
					
						
						
							
							Update Galician Translations ( #562 )  
						
						... 
						
						
						
						* 🌐  Update Galician Translations
* 🌐  Update Galician Translations
* Add missing translation
---------
Co-authored-by: pvillaverde <pvillaverde@qualigy.com > 
						
						
					 
					
						2023-07-02 12:09:23 +01:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						ead18b2af2 
					 
					
						
						
							
							Merge branch 'master' into jgrpp  
						
						... 
						
						
						
						# Conflicts:
#	CMakeLists.txt
#	src/3rdparty/md5/md5.h
#	src/3rdparty/squirrel/squirrel/squtils.h
#	src/animated_tile.cpp
#	src/console_func.h
#	src/core/CMakeLists.txt
#	src/core/container_func.hpp
#	src/core/smallstack_type.hpp
#	src/crashlog.cpp
#	src/crashlog.h
#	src/debug.h
#	src/economy.cpp
#	src/gamelog.cpp
#	src/industry_gui.cpp
#	src/lang/catalan.txt
#	src/misc_gui.cpp
#	src/network/network_content.h
#	src/newgrf.cpp
#	src/newgrf.h
#	src/newgrf_config.cpp
#	src/newgrf_config.h
#	src/newgrf_gui.cpp
#	src/os/unix/font_unix.cpp
#	src/os/windows/crashlog_win.cpp
#	src/rail_cmd.cpp
#	src/saveload/animated_tile_sl.cpp
#	src/script/api/script_tilelist.cpp
#	src/settings.cpp
#	src/settingsgen/settingsgen.cpp
#	src/sl/oldloader_sl.cpp
#	src/station.cpp
#	src/station_cmd.cpp
#	src/stdafx.h
#	src/strgen/strgen.cpp
#	src/strgen/strgen_base.cpp
#	src/table/settings/gui_settings.ini
#	src/train_gui.cpp
#	src/vehicle.cpp
#	src/vehicle_base.h
#	src/vehicle_cmd.cpp
#	src/vehicle_gui_base.h
#	src/viewport_sprite_sorter.h 
						
						
					 
					
						2023-07-02 12:02:36 +01:00 
						 
				 
			
				
					
						
							
							
								Patric Stout 
							
						 
					 
					
						
						
							
						
						4c9c164ddc 
					 
					
						
						
							
							Fix  d5a72193: [CI] GOG and Steam also depend on the source itself ( #11095 )  
						
						
						
						
					 
					
						2023-07-01 21:32:47 +00:00 
						 
				 
			
				
					
						
							
							
								PeterN 
							
						 
					 
					
						
						
							
						
						115f6cf8ea 
					 
					
						
						
							
							Fix   #4575 : Use Latin 'l' in English translation of zloty. ( #11090 )  
						
						... 
						
						
						
						This avoids many truetype fonts being unusable due to this single character not being available. 
						
						
					 
					
						2023-07-01 20:12:28 +01:00 
						 
				 
			
				
					
						
							
							
								RoqueDeicide 
							
						 
					 
					
						
						
							
						
						5af7be6d17 
					 
					
						
						
							
							[Feature] Added station viewport tooltips.  
						
						
						
						
					 
					
						2023-07-01 22:59:00 +04:00 
						 
				 
			
				
					
						
							
							
								RoqueDeicide 
							
						 
					 
					
						
						
							
						
						1071235aee 
					 
					
						
						
							
							[Feature] Added depot viewport tooltips.  
						
						
						
						
					 
					
						2023-07-01 22:58:24 +04:00 
						 
				 
			
				
					
						
							
							
								translators 
							
						 
					 
					
						
						
							
						
						10dd3119b1 
					 
					
						
						
							
							Update: Translations from eints  
						
						... 
						
						
						
						welsh: 163 changes by Ansbaradigeidfran 
						
						
					 
					
						2023-07-01 18:39:07 +00:00 
						 
				 
			
				
					
						
							
							
								merni-ns 
							
						 
					 
					
						
						
							
						
						161cc04b8a 
					 
					
						
						
							
							Fix   #11087 : Disable base graphics/sound dropdown outside main menu  
						
						
						
						
					 
					
						2023-07-01 19:03:45 +02:00 
						 
				 
			
				
					
						
							
							
								merni-ns 
							
						 
					 
					
						
						
							
						
						4ae9ebf582 
					 
					
						
						
							
							Change: Tooltip for base graphic/sound dropdown  
						
						
						
						
					 
					
						2023-07-01 19:03:45 +02:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						1ad82c200a 
					 
					
						
						
							
							Don't refresh viewports when changing smallmap height mode  
						
						
						
						
					 
					
						2023-07-01 17:22:46 +01:00 
						 
				 
			
				
					
						
							
							
								Patric Stout 
							
						 
					 
					
						
						
							
						
						d5a72193e7 
					 
					
						
						
							
							Change: [CI] upload releases to new CDN ( #11093 )  
						
						
						
						
					 
					
						2023-07-01 14:30:57 +02:00 
						 
				 
			
				
					
						
							
							
								Kuhnovic 
							
						 
					 
					
						
						
							
						
						6169e7f4bc 
					 
					
						
						
							
							Feature: Orientation of rail and road depots can be changed ( #9642 )  
						
						
						
						
					 
					
						2023-07-01 08:11:31 -04:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						d2e29b33d1 
					 
					
						
						
							
							Remove upper limit from give money command  
						
						... 
						
						
						
						See: #537  
						
						
					 
					
						2023-07-01 12:12:32 +01:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						8fea927ed1 
					 
					
						
						
							
							Add setting for whether to shade height in viewport map mode  
						
						... 
						
						
						
						See: #550  
						
						
					 
					
						2023-07-01 12:03:36 +01:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						99b883298e 
					 
					
						
						
							
							Add help text for the various viewport map settings  
						
						
						
						
					 
					
						2023-07-01 11:22:18 +01:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						05be624294 
					 
					
						
						
							
							Remove gui.viewport_map_scan_surroundings setting, now always enabled  
						
						
						
						
					 
					
						2023-07-01 11:00:59 +01:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						5d746f8971 
					 
					
						
						
							
							Don't use scheduled dispatch for predicted times in GUI when disabled  
						
						... 
						
						
						
						See: #559  
						
						
					 
					
						2023-07-01 10:04:44 +01:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						28a764f319 
					 
					
						
						
							
							Fix order backup not copying dispatch schedules when not enabled  
						
						... 
						
						
						
						See: #559  
						
						
					 
					
						2023-07-01 03:03:04 +01:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						d09b504bc5 
					 
					
						
						
							
							Merge branch 'master' into jgrpp  
						
						... 
						
						
						
						# Conflicts:
#	.github/workflows/ci-build.yml
#	.github/workflows/release-linux.yml
#	.github/workflows/release-macos.yml
#	.github/workflows/release-source.yml
#	.github/workflows/release.yml
#	CMakeLists.txt
#	COMPILING.md
#	src/ai/ai_core.cpp
#	src/ai/ai_gui.cpp
#	src/bridge_gui.cpp
#	src/company_gui.cpp
#	src/console_cmds.cpp
#	src/core/CMakeLists.txt
#	src/core/smallmap_type.hpp
#	src/disaster_vehicle.h
#	src/effectvehicle_base.h
#	src/fontcache.cpp
#	src/game/game_core.cpp
#	src/game/game_gui.cpp
#	src/gamelog.cpp
#	src/gamelog_internal.h
#	src/group_gui.cpp
#	src/linkgraph/linkgraph.h
#	src/misc.cpp
#	src/network/core/config.h
#	src/network/core/udp.cpp
#	src/network/network_chat_gui.cpp
#	src/network/network_content_gui.cpp
#	src/network/network_gui.cpp
#	src/newgrf.cpp
#	src/newgrf_gui.cpp
#	src/newgrf_profiling.cpp
#	src/newgrf_profiling.h
#	src/object_gui.cpp
#	src/openttd.cpp
#	src/openttd.h
#	src/order_gui.cpp
#	src/os/windows/font_win32.cpp
#	src/rail_gui.cpp
#	src/road.cpp
#	src/road_gui.cpp
#	src/saveload/afterload.cpp
#	src/saveload/saveload.h
#	src/script/api/script_controller.cpp
#	src/script/api/script_roadtypelist.cpp
#	src/script/script_config.cpp
#	src/script/script_config.hpp
#	src/script/script_instance.cpp
#	src/script/script_scanner.cpp
#	src/script/squirrel.cpp
#	src/script/squirrel_helper.hpp
#	src/settings_gui.cpp
#	src/settings_internal.h
#	src/settings_type.h
#	src/table/settings/network_private_settings.ini
#	src/timetable_gui.cpp
#	src/vehicle.cpp
#	src/vehicle_base.h
#	src/window_gui.h 
						
						
					 
					
						2023-07-01 02:42:51 +01:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						87ee18b6b9 
					 
					
						
						
							
							Add close/delete window function aliases for upstream  
						
						
						
						
					 
					
						2023-06-30 23:34:27 +01:00 
						 
				 
			
				
					
						
							
							
								PeterN 
							
						 
					 
					
						
						
							
						
						c3fbe7bea8 
					 
					
						
						
							
							Cleanup: Use FS enum instead of magic numbers. ( #11088 )  
						
						
						
						
					 
					
						2023-06-30 20:11:09 +00:00 
						 
				 
			
				
					
						
							
							
								translators 
							
						 
					 
					
						
						
							
						
						082c47a4f9 
					 
					
						
						
							
							Update: Translations from eints  
						
						... 
						
						
						
						dutch: 1 change by Afoklala 
						
						
					 
					
						2023-06-30 18:40:38 +00:00 
						 
				 
			
				
					
						
							
							
								Rubidium 
							
						 
					 
					
						
						
							
						
						d5c75bd655 
					 
					
						
						
							
							Codechange: use std::string instead of a temporary buffer for iconv calls  
						
						
						
						
					 
					
						2023-06-30 19:15:21 +02:00 
						 
				 
			
				
					
						
							
							
								RoqueDeicide 
							
						 
					 
					
						
						
							
						
						33ee78f9ac 
					 
					
						
						
							
							[Feature] Extended functionality of industry viewport tooltips.  
						
						... 
						
						
						
						Added ability to turn them off or to show any combination of the following: name, required, stockpiled or produced cargoes. 
						
						
					 
					
						2023-06-30 15:55:12 +04:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						01c6705339 
					 
					
						
						
							
							Fix text rendering with 8bpp-simple blitter  
						
						... 
						
						
						
						First member of string_colourremap was never assigned
Ensure that it is set to 0 
						
						
					 
					
						2023-06-29 17:00:09 +01:00 
						 
				 
			
				
					
						
							
							
								Rubidium 
							
						 
					 
					
						
						
							
						
						0ea3e338ab 
					 
					
						
						
							
							Codechange: replace buffer+strecpy with std::string  
						
						
						
						
					 
					
						2023-06-29 17:32:27 +02:00 
						 
				 
			
				
					
						
							
							
								Rubidium 
							
						 
					 
					
						
						
							
						
						3f18a8863a 
					 
					
						
						
							
							Codechange: use std::getline to read strings from stdin  
						
						
						
						
					 
					
						2023-06-29 16:49:10 +02:00 
						 
				 
			
				
					
						
							
							
								Rubidium 
							
						 
					 
					
						
						
							
						
						f333372dd1 
					 
					
						
						
							
							Codechange: let IConsoleCmdExec accept std::string  
						
						
						
						
					 
					
						2023-06-29 06:06:15 +02:00 
						 
				 
			
				
					
						
							
							
								Rubidium 
							
						 
					 
					
						
						
							
						
						fd380127f0 
					 
					
						
						
							
							Codechange: use SignalObjectAndWait since we do not support older than Windows XP anymore  
						
						
						
						
					 
					
						2023-06-28 23:22:14 +02:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						d55ba23a87 
					 
					
						
						
							
							Fix dual pane purchase window with mixed wagon/loco variant trees  
						
						... 
						
						
						
						Use top-level variant engine for the loco/wagon categorisation
See: #558  
						
						
					 
					
						2023-06-28 19:27:49 +01:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						5415b596b0 
					 
					
						
						
							
							Handle case where VehicleLengthChanged called on engine without a GRF  
						
						
						
						
					 
					
						2023-06-28 19:03:56 +01:00 
						 
				 
			
				
					
						
							
							
								Rubidium 
							
						 
					 
					
						
						
							
						
						69d5b9d326 
					 
					
						
						
							
							Cleanup: unused NO_THREADS #ifdefs  
						
						
						
						
					 
					
						2023-06-28 19:07:10 +02:00 
						 
				 
			
				
					
						
							
							
								RoqueDeicide 
							
						 
					 
					
						
						
							
						
						8eea01717f 
					 
					
						
						
							
							[Feature] A setting to allow town name tile tooltips to always or never be displayed.  
						
						
						
						
					 
					
						2023-06-28 16:11:51 +04:00 
						 
				 
			
				
					
						
							
							
								RoqueDeicide 
							
						 
					 
					
						
						
							
						
						d6041744ca 
					 
					
						
						
							
							[Change] Moved tooltip-related settings to a dedicated category.  
						
						
						
						
					 
					
						2023-06-28 15:14:29 +04:00