Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						d7ef1416a7 
					 
					
						
						
							
							Suppress compiler warnings from fmt library  
						
						... 
						
						
						
						See: #570  
						
						
					 
					
						2023-07-20 18:49:38 +01:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						508f871c5f 
					 
					
						
						
							
							Use core/format.hpp for fmt includes  
						
						
						
						
					 
					
						2023-07-20 16:34:59 +01:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						40faaa46f4 
					 
					
						
						
							
							Scroll to class when using picker tool on object  
						
						... 
						
						
						
						See: #572  
						
						
					 
					
						2023-07-20 10:43:10 +01:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						c8ca16e43d 
					 
					
						
						
							
							Fix crash using picker tool on rail/road stations when no GRF classes defined  
						
						... 
						
						
						
						See: #575  
						
						
					 
					
						2023-07-20 10:04:18 +01:00 
						 
				 
			
				
					
						
							
							
								MasonGulu 
							
						 
					 
					
						
						
							
						
						0be27778af 
					 
					
						
						
							
							Add: alternative setting for right-click close window option to exclude pinned windows ( #10204 )  
						
						
						
						
					 
					
						2023-07-19 23:24:22 +02:00 
						 
				 
			
				
					
						
							
							
								translators 
							
						 
					 
					
						
						
							
						
						092a3db745 
					 
					
						
						
							
							Update: Translations from eints  
						
						... 
						
						
						
						finnish: 3 changes by hpiirai
polish: 15 changes by pAter-exe 
						
						
					 
					
						2023-07-19 18:38:55 +00:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						73b9028bcc 
					 
					
						
						
							
							Merge PR  #574  into jgrpp  
						
						
						
						
					 
					
						2023-07-19 18:57:44 +01:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						f31a25cd59 
					 
					
						
						
							
							Change: Do not allow mixing road/tram types in powered road type list ( #11148 )  
						
						... 
						
						
						
						Road/tram property 0F 
						
						
					 
					
						2023-07-19 19:51:21 +02:00 
						 
				 
			
				
					
						
							
							
								JakMel 
							
						 
					 
					
						
						
							
						
						83575b6a3e 
					 
					
						
						
							
							Update: Czech translation, fixes to commit  8f887b7 
						
						
						
						
					 
					
						2023-07-19 19:43:49 +02:00 
						 
				 
			
				
					
						
							
							
								Rubidium 
							
						 
					 
					
						
						
							
						
						461b4b8861 
					 
					
						
						
							
							Cleanup: remove typedefs for non _t (u)int types and WChar  
						
						
						
						
					 
					
						2023-07-19 19:30:14 +02:00 
						 
				 
			
				
					
						
							
							
								Rubidium 
							
						 
					 
					
						
						
							
						
						eaae0bb5e7 
					 
					
						
						
							
							Codechange: automatic adding of _t to (u)int types, and WChar to char32_t  
						
						... 
						
						
						
						for i in `find src -type f|grep -v 3rdparty/fmt|grep -v 3rdparty/catch2|grep -v 3rdparty/opengl|grep -v stdafx.h`; do sed 's/uint16& /uint16 \&/g;s/int8\([ >*),;[]\)/int8_t\1/g;s/int16\([ >*),;[]\)/int16_t\1/g;s/int32\([ >*),;[]\)/int32_t\1/g;s/int64\([ >*),;[]\)/int64_t\1/g;s/ uint32(/ uint32_t(/g;s/_uint8_t/_uint8/;s/Uint8_t/Uint8/;s/ft_int64_t/ft_int64/g;s/uint64$/uint64_t/;s/WChar/char32_t/g;s/char32_t char32_t/char32_t WChar/' -i $i; done 
						
						
					 
					
						2023-07-19 19:30:14 +02:00 
						 
				 
			
				
					
						
							
							
								Patric Stout 
							
						 
					 
					
						
						
							
						
						4f4810dc28 
					 
					
						
						
							
							Fix: store autosave settings under the new names  
						
						
						
						
					 
					
						2023-07-19 13:17:50 +02:00 
						 
				 
			
				
					
						
							
							
								Patric Stout 
							
						 
					 
					
						
						
							
						
						790c1b1b02 
					 
					
						
						
							
							Codechange: refactor setting conversions and make sure it only happens once  
						
						... 
						
						
						
						By forcing it only happens once, the first time you upgrade to
a newer client, means you are free to jump between older and newer
versions after that. As they will not resync, the newer setting
can take on any of the (newer) values, without breaking the old
client. And when going to an old client and back, it doesn't
change it back to the converted value anymore. 
						
						
					 
					
						2023-07-19 13:17:50 +02:00 
						 
				 
			
				
					
						
							
							
								Patric Stout 
							
						 
					 
					
						
						
							
						
						ece50d5a1d 
					 
					
						
						
							
							Codechange: use BoolSettingDesc to parse settings in conversion code  
						
						
						
						
					 
					
						2023-07-19 13:17:50 +02:00 
						 
				 
			
				
					
						
							
							
								Andy 
							
						 
					 
					
						
						
							
						
						06b2d9b1cc 
					 
					
						
						
							
							Doc: 'game_changelog.hpp' not 'gs_changelog.hpp' in GitHub PR template ( #11147 )  
						
						
						
						
					 
					
						2023-07-19 11:43:24 +02:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						ee7d3d5b06 
					 
					
						
						
							
							Handle invalid road type in road vehicle variable 4A  
						
						
						
						
					 
					
						2023-07-18 22:54:55 +01:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						7c08376861 
					 
					
						
						
							
							Do not allow mixing road/tram types in powered road type list (property 0F)  
						
						
						
						
					 
					
						2023-07-18 22:54:55 +01:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						8af0dc223c 
					 
					
						
						
							
							Debug: Improve display of rail/road/tram type labels  
						
						... 
						
						
						
						Click to show individual compatible/powered types 
						
						
					 
					
						2023-07-18 22:54:55 +01:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						8b5685eb56 
					 
					
						
						
							
							Debug: Add debug command to dump GRF cargo tables  
						
						
						
						
					 
					
						2023-07-18 22:54:55 +01:00 
						 
				 
			
				
					
						
							
							
								JakMel 
							
						 
					 
					
						
						
							
						
						8f887b7487 
					 
					
						
						
							
							Update: Czech translation up to 0.54.4.  
						
						
						
						
					 
					
						2023-07-18 23:22:47 +02:00 
						 
				 
			
				
					
						
							
							
								translators 
							
						 
					 
					
						
						
							
						
						335c7ddac7 
					 
					
						
						
							
							Update: Translations from eints  
						
						... 
						
						
						
						swedish: 22 changes by Brickblock1 
						
						
					 
					
						2023-07-18 18:40:57 +00:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						0538ead472 
					 
					
						
						
							
							Don't spread temperate trees uphill if above lower snow line in arctic  
						
						
						
						
					 
					
						2023-07-17 23:20:22 +01:00 
						 
				 
			
				
					
						
							
							
								translators 
							
						 
					 
					
						
						
							
						
						61b0143c87 
					 
					
						
						
							
							Update: Translations from eints  
						
						... 
						
						
						
						english (us): 21 changes by 2TallTyler
korean: 3 changes by telk5093
catalan: 27 changes by J0anJosep
turkish: 12 changes by densxd
french: 13 changes by Lishouuu 
						
						
					 
					
						2023-07-17 18:40:04 +00:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						11bf8e22d7 
					 
					
						
						
							
							Add setting to show order number in vehicle view window  
						
						
						
						
					 
					
						2023-07-17 19:02:01 +01:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						3ae2ae8184 
					 
					
						
						
							
							Show GRF ID in GetFileByGRFID assertion failure message  
						
						
						
						
					 
					
						2023-07-17 18:19:05 +01:00 
						 
				 
			
				
					
						
							
							
								translators 
							
						 
					 
					
						
						
							
						
						9c262b0d92 
					 
					
						
						
							
							Update: Translations from eints  
						
						... 
						
						
						
						english (au): 3 changes by krysclarke
russian: 3 changes by Ln-Wolf
portuguese: 3 changes by azulcosta 
						
						
					 
					
						2023-07-16 18:39:47 +00:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						864d2352c2 
					 
					
						
						
							
							Fix: Integer overflow in LinkGraphOverlay::ShowTooltip for long links  
						
						... 
						
						
						
						In particular when fully zoomed in
This could result in tooltips not being shown at all, or being shown
when not appropriate 
						
						
					 
					
						2023-07-16 10:10:04 +02:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						5ce863d165 
					 
					
						
						
							
							Show distance information in linkgraph tooltip when ctrl pressed  
						
						
						
						
					 
					
						2023-07-15 20:22:28 +01:00 
						 
				 
			
				
					
						
							
							
								translators 
							
						 
					 
					
						
						
							
						
						756c469b8f 
					 
					
						
						
							
							Update: Translations from eints  
						
						... 
						
						
						
						english (au): 20 changes by krysclarke
swedish: 2 changes by SkogisREAL
japanese: 2 changes by fmang
welsh: 1 change by Ansbaradigeidfran
english (us): 2 changes by 2TallTyler
galician: 2 changes by pvillaverde
vietnamese: 2 changes by KhoiCanDev
korean: 8 changes by telk5093
hungarian: 1 change by PstasDev
indonesian: 1 change by ecolortest
italian: 2 changes by Rivarossi
german: 2 changes by Wuzzy2
russian: 9 changes by Ln-Wolf
finnish: 2 changes by hpiirai
catalan: 2 changes by J0anJosep
turkish: 2 changes by densxd
danish: 2 changes by bscargo
dutch: 2 changes by Afoklala
french: 2 changes by ZarTek-Creole
portuguese: 28 changes by azulcosta
esperanto: 2 changes by legoscia
portuguese (brazilian): 2 changes by ericandradex
polish: 2 changes by pAter-exe 
						
						
					 
					
						2023-07-15 18:39:54 +00:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						669215cf41 
					 
					
						
						
							
							Fix link graph tooltips with very long links when zoomed in  
						
						
						
						
					 
					
						2023-07-15 19:14:01 +01:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						a157fa9e3d 
					 
					
						
						
							
							Fix duplication of capacity display in build window for multi-cargo ships  
						
						
						
						
					 
					
						2023-07-15 18:47:43 +01:00 
						 
				 
			
				
					
						
							
							
								Rubidium 
							
						 
					 
					
						
						
							
						
						bfbdaf8723 
					 
					
						
						
							
							Update: force remove outdated strings as they can still trigger  #11137  for other languages  
						
						
						
						
					 
					
						2023-07-15 06:33:12 +02:00 
						 
				 
			
				
					
						
							
							
								Rubidium 
							
						 
					 
					
						
						
							
						
						a184e7f793 
					 
					
						
						
							
							Fix   #11137 : assertion failure due to interpreting string as number  
						
						
						
						
					 
					
						2023-07-15 06:33:12 +02:00 
						 
				 
			
				
					
						
							
							
								Tyler Trahan 
							
						 
					 
					
						
						
							
						
						e4be7f4a45 
					 
					
						
						
							
							Change: Clean up window title and button capitalization and wording ( #11134 )  
						
						... 
						
						
						
						* Change: Use consistent window title format for industry/cargo chains
* Change: Don't capitalize dropdown entry for cargo flow legend
* Change: Use consistent window titles for AI and GS settings
* Change: Use consistent window title for company value graph
* Change: Use consistent window title for industry funding
* Change: Use consistent button title to display industry chain
* Change: Use consistent button capitalization for local authority button on town window
* Fix: Don't capitalize random words in vehicle list management dropdown
* Fix: Use title case for Frame Rate window caption
* Fix: Use title case for Detailed Performance Rating window caption 
						
						
					 
					
						2023-07-14 10:25:01 -04:00 
						 
				 
			
				
					
						
							
							
								glx22 
							
						 
					 
					
						
						
							
						
						46b504a700 
					 
					
						
						
							
							Fix: ini_key issues reported by the script  
						
						
						
						
					 
					
						2023-07-14 14:32:46 +02:00 
						 
				 
			
				
					
						
							
							
								glx22 
							
						 
					 
					
						
						
							
						
						9cdf86a411 
					 
					
						
						
							
							Add: workflow and script for checking ini_key issues in WindowDesc entries  
						
						
						
						
					 
					
						2023-07-14 14:32:46 +02:00 
						 
				 
			
				
					
						
							
							
								Björn Wärmedal 
							
						 
					 
					
						
						
							
						
						7de37e07b6 
					 
					
						
						
							
							Change: make Exclusive Transport Rights more exclusive ( #11076 )  
						
						... 
						
						
						
						Now, exclusive transport rights can only be bought if no company
currently owns them. A successful bribe will void any exclusive
transport rights that any *other* company currently has in the town. 
						
						
					 
					
						2023-07-14 14:00:28 +02:00 
						 
				 
			
				
					
						
							
							
								merni-ns 
							
						 
					 
					
						
						
							
						
						fc9afb2d32 
					 
					
						
						
							
							Fix   #11115 : Focus the abandon game/exit game windows ( #11125 )  
						
						
						
						
					 
					
						2023-07-14 13:57:45 +02:00 
						 
				 
			
				
					
						
							
							
								PeterN 
							
						 
					 
					
						
						
							
						
						c3d1264a4b 
					 
					
						
						
							
							Change: Don't save industry history if cargo slot isn't used. ( #11133 )  
						
						... 
						
						
						
						This avoids saving history of 16 slots per industry when in many cases (NewGRF dependent) only a couple are used. 
						
						
					 
					
						2023-07-14 11:12:22 +01:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						3ac663e619 
					 
					
						
						
							
							Fix: Build road/tram stop windows did not set WindowDesc::ini_key ( #11126 )  
						
						... 
						
						
						
						Saved default window sizes were not persisted in the configuration file 
						
						
					 
					
						2023-07-12 22:07:31 +02:00 
						 
				 
			
				
					
						
							
							
								translators 
							
						 
					 
					
						
						
							
						
						7996752fb1 
					 
					
						
						
							
							Update: Translations from eints  
						
						... 
						
						
						
						indonesian: 71 changes by ecolortest 
						
						
					 
					
						2023-07-12 18:43:54 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium42 
							
						 
					 
					
						
						
							
						
						9f6fec01cd 
					 
					
						
						
							
							Codechange: rename cargo aging days to periods, as they are not really days ( #11112 )  
						
						
						
						
					 
					
						2023-07-12 13:20:02 -04:00 
						 
				 
			
				
					
						
							
							
								Patric Stout 
							
						 
					 
					
						
						
							
						
						ab19882e94 
					 
					
						
						
							
							Codechange: hint in all branches of ClampTo to resolve compile-time ( #11130 )  
						
						
						
						
					 
					
						2023-07-12 13:54:44 +00:00 
						 
				 
			
				
					
						
							
							
								Patric Stout 
							
						 
					 
					
						
						
							
						
						97138acc8a 
					 
					
						
						
							
							Codechange: make date-related variables constexpr ( #11129 )  
						
						... 
						
						
						
						This hints the compiler even more to result math-related questions
compile-time. 
						
						
					 
					
						2023-07-12 13:15:24 +00:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						c7d1cc5cc5 
					 
					
						
						
							
							Version: Committing version data for tag: jgrpp-0.54.4  
						
						
						
						
					 
					
						2023-07-11 20:12:57 +01:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						8499e85560 
					 
					
						
						
							
							Merge PR  #571  into jgrpp  
						
						
						
						
					 
					
						2023-07-11 20:00:03 +01:00 
						 
				 
			
				
					
						
							
							
								Patric Stout 
							
						 
					 
					
						
						
							
						
						7ef6e99083 
					 
					
						
						
							
							Fix: [CI] actually use the GitHub Apps token to trigger "Publish Docs" ( #11128 )  
						
						
						
						
					 
					
						2023-07-11 13:14:50 +00:00 
						 
				 
			
				
					
						
							
							
								TELK 
							
						 
					 
					
						
						
							
						
						8af5502af2 
					 
					
						
						
							
							Update: Korean translation up to  1b80a1a 
						
						
						
						
					 
					
						2023-07-11 19:12:20 +09:00 
						 
				 
			
				
					
						
							
							
								TELK 
							
						 
					 
					
						
						
							
						
						7eaeb7829d 
					 
					
						
						
							
							Update: Korean translation up to  7ffc9c9 
						
						
						
						
					 
					
						2023-07-11 19:12:20 +09:00 
						 
				 
			
				
					
						
							
							
								Jonathan G Rennison 
							
						 
					 
					
						
						
							
						
						1b80a1a99b 
					 
					
						
						
							
							Fix: Build road/tram stop windows did not set WindowDesc::ini_key  
						
						... 
						
						
						
						Saved default window sizes were not persisted in the configuration file 
						
						
					 
					
						2023-07-10 20:45:37 +01:00