Commit Graph

56026 Commits

Author SHA1 Message Date
Jonathan G Rennison
3a07f92474 CMake: Fix findversion with git when build dir is not inside source dir 2023-08-02 20:28:51 +01:00
Jonathan G Rennison
38c57044ea Add debug special console command 2023-08-01 21:09:51 +01:00
Jonathan G Rennison
bab06f1bb4 CMake: Add option to explicitly disable LTO 2023-08-01 20:51:15 +01:00
Jonathan G Rennison
cc9daf4128 Use btree set in console list dirs 2023-08-01 19:11:13 +01:00
Jonathan G Rennison
4202afc0bc Use btree set for town names list 2023-08-01 19:09:30 +01:00
Jonathan G Rennison
2313679ee7 Simplify town name duplicate check in VerifyTownName 2023-08-01 19:08:30 +01:00
Jonathan G Rennison
665d6bf7f2 Fix duplicate town names when using the many random towns function
See: #583
2023-08-01 19:06:41 +01:00
Jonathan G Rennison
2ed98b3b9d Saveload: Add support for upstream savegame version 316 2023-08-01 18:55:30 +01:00
Jonathan G Rennison
f4d237e022 Remove use of fmt from squtils.h
Fixes link warning on MinGW
2023-08-01 00:57:38 +01:00
Tyler Trahan
748ff13a6d Change: Enable "Forbid 90 degree turns" setting by default
(cherry picked from commit 4decd2aa48)
2023-07-31 18:22:58 +01:00
Loïc Guilloux
2ddc5d9cd6 Fix #11067, ed83c4b: Don't start competitors during map generation (#11069)
(cherry picked from commit a979d9cdda)
2023-07-31 18:21:45 +01:00
Jonathan G Rennison
c79dd3656f conv-lang.pl: Support N: prefixes when fixing STRINGN codes 2023-07-30 23:09:24 +01:00
Daniel Hill
924b2ab9ec Add an optional "(City)" in Viewport labels 2023-07-30 22:06:51 +01:00
Jonathan G Rennison
4d2db01a0f Fix maybe uninitialised warning in DrawDeparturesListItems 2023-07-30 22:03:21 +01:00
Jonathan G Rennison
4c88256183 De-duplicate string IDs used for viewport town labels 2023-07-30 21:47:03 +01:00
Jonathan G Rennison
5f385a5573 De-duplicate string IDs used for station rating tooltips 2023-07-30 21:47:03 +01:00
Jonathan G Rennison
7744ccf3f3 Extra strings: Move "JUST" strings to a no-translate section 2023-07-30 21:47:03 +01:00
Jonathan G Rennison
eb03369a21 Extra strings: Add no-translate tag 2023-07-30 21:47:03 +01:00
Jonathan G Rennison
ebcf8b336c Add SET_COLOUR string code 2023-07-30 21:47:03 +01:00
Jonathan G Rennison
ccbf789ea0 Link graph: Also change start_date_ticks when using date cheat
See: #580
2023-07-30 11:32:46 +01:00
Jonathan G Rennison
c263d941da Clamp runtime to be non-zero in FlowMapper::Run 2023-07-30 11:04:42 +01:00
Jonathan G Rennison
ee6481aadc Utils: Fix STRINGN codes in conv-lang.pl 2023-07-26 21:26:12 +01:00
Jonathan G Rennison
e0c59aaa77 Merge branch 'pr-576' into jgrpp 2023-07-26 21:22:06 +01:00
pvillaverde
6fdeffb76a 🌐 Fix wrong translation 2023-07-26 16:26:42 +02:00
TELK
dcc52f7696 Update: Korean translation up to d7ef141 2023-07-24 21:56:06 +09:00
pvillaverde
1a37737316 🌐 Update Galician Translations up to 0.54.4 2023-07-24 12:00:58 +02:00
Jonathan G Rennison
4f875012b6 Do not unnecessarily extend train reservations when passing signal
When the signal is a next-only or non-aspect-incrementing type, and
its maximum lookahead is not beyond the current end of the reservation
2023-07-23 18:39:57 +01:00
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
Jonathan G Rennison
73b9028bcc Merge PR #574 into jgrpp 2023-07-19 18:57:44 +01:00
JakMel
83575b6a3e Update: Czech translation, fixes to commit 8f887b7 2023-07-19 19:43:49 +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