7457f8d0ff
Codefix: Incorrect pluralisation in last service/service interval texts (#12352)
merni-ns
2024-03-23 00:49:29 +05:30
5751da7809Fix#7982: Show existing coverage with unambiguous adjacent station (#12346)
raddari
2024-03-23 00:03:16 +10:30
e141734e54
Update: Translations from eints english (au): 1 change by krysclarke norwegian (bokmal): 1 change by eriksorngard english (us): 1 change by 2TallTyler korean: 3 changes by telk5093 german: 1 change by Wuzzy2 finnish: 3 changes by hpiirai ukrainian: 12 changes by StepanIvasyn portuguese (brazilian): 81 changes by pasantoro polish: 1 change by pAter-exe
translators
2024-03-22 04:41:18 +00:00
2189607c34
Codechange: Reduce size of class WaterRegion
Jonathan G Rennison
2024-03-11 23:11:19 +00:00
e42aec5a89Fix#12305: Crash with large positive sprite x offset in engine preview window
Jonathan G Rennison
2024-03-16 15:45:14 +00:00
0eaeeaabb6
Update: Translations from eints russian: 2 changes by Ln-Wolf catalan: 2 changes by J0anJosep portuguese (brazilian): 23 changes by pasantoro
translators
2024-03-21 04:40:53 +00:00
704d3b8a9bFix#12342: Add missing ellipsis to town generation error string (#12343)
Tyler Trahan
2024-03-20 16:32:38 -04:00
00a09af1fd
Update: Translations from eints english (us): 2 changes by 2TallTyler vietnamese: 2 changes by KhoiCanDev german: 2 changes by Wuzzy2 ukrainian: 2 changes by StepanIvasyn portuguese (brazilian): 9 changes by pasantoro
translators
2024-03-20 04:40:30 +00:00
d4a6ee9554
Change: [CI] Use Azure Code Signing for Windows build
Owen Rudge
2024-03-13 14:13:09 +00:00
3a3d8f3b53
Update: Translations from eints english (au): 2 changes by krysclarke norwegian (bokmal): 2 changes by eriksorngard chinese (simplified): 31 changes by lysinelai greek: 7 changes by Xertoveizer ukrainian: 14 changes by StepanIvasyn danish: 2 changes by bscargo lithuanian: 15 changes by dziugas1959 spanish: 2 changes by MontyMontana french: 2 changes by glx22 portuguese (brazilian): 52 changes by pasantoro polish: 2 changes by pAter-exe
translators
2024-03-19 04:41:12 +00:00
737e3feaf0
Codechange: Don't delete news items or NewGRF window when EffectVehicle is deleted. (#12334)
Peter Nelson
2024-03-18 23:39:42 +00:00
7580eac2d5
Codechange: create helper class for useful NetworkAuthorizedKeys functions
Rubidium
2024-03-18 18:56:46 +01:00
2485de9462
Codefix: Widget should be passed as WidgetID type. (#12332)
Peter Nelson
2024-03-18 20:32:38 +00:00
107c208d87
Codechange: Use single list for hierarchical group lists. (#12330)
Peter Nelson
2024-03-18 17:49:51 +00:00
ec3c8d3462
Update: Translations from eints ukrainian: 12 changes by StepanIvasyn portuguese (brazilian): 21 changes by pasantoro polish: 52 changes by pAter-exe
translators
2024-03-18 04:40:36 +00:00
fb9d4afa5c
Codechange: add set of classes providing authentication and encryption
Rubidium
2024-03-14 20:07:31 +01:00
88cf99017aFix#12302: Allow empty train engines to use an invalid cargo type. (#12325)
Peter Nelson
2024-03-17 16:23:14 +00:00
322ca6ef54
Codechange: Shuffle members of Vehicle to reduce size.
Peter Nelson
2024-03-14 20:40:33 +00:00
3fc7b3b9a0
Codechange: Cache train curve speed limit can be stored in 16 bits.
Peter Nelson
2024-03-14 20:40:32 +00:00
f08da1d373
Codechange: the "no revision detected" string is with four zeros (norev0000) (#12328)
Patric Stout
2024-03-17 14:17:35 +01:00
ab94c8b511
Codechange: Iterate order lists instead of vehicles to find if any vehicle visits a station. (#12315)
Peter Nelson
2024-03-17 09:34:28 +00:00
6c5a8f55df
Update: Translations from eints norwegian (bokmal): 58 changes by eriksorngard vietnamese: 45 changes by KhoiCanDev greek: 21 changes by Xertoveizer ukrainian: 5 changes by StepanIvasyn tamil: 24 changes by merni-ns lithuanian: 7 changes by dziugas1959 portuguese (brazilian): 61 changes by pasantoro polish: 21 changes by aefoes
translators
2024-03-17 04:40:30 +00:00
a886bd9666Fix#12319, 3a676a5: Some SSE blitters were broken due to ODR violations (#12322)
frosch
2024-03-17 00:42:38 +01:00
e5a886a153
Update: Backport language changes
Michael Lutz
2024-03-16 13:20:57 +01:00
e8b314afc2
Add: track savegame size to report with survey (#12304)
Patric Stout
2024-03-16 08:58:56 +01:00
c947f754bfFix#12280: Allow ships 90 degree turns if only choice
SamuXarick
2024-03-12 15:58:15 +00:00
fcf079e287Fix#12279: Update random path each step (#12286)
SamuXarick
2024-03-13 15:22:52 +00:00
fe12d38024
Codechange: split initiating of joining and identification of the client
Rubidium
2024-03-13 21:33:28 +01:00
15d02f51ed
Codechange: use span to send bytes to Packet and add span recv function
Rubidium
2024-01-28 13:28:07 +01:00
b6c75dec3a
Codechange: explicitly allow only one state in initial handshake/authorization
Rubidium
2024-03-13 21:15:25 +01:00
26d1d5d6e7
Codechange: move decision whether to check NewGRFs to SendNewGRFCheck, just like for sending game/company passwords
Rubidium
2024-03-13 20:32:50 +01:00
6eff879e49
Codechange: pass the socket handler that is going to send the packet into the packet
Rubidium
2024-02-04 12:31:56 +01:00
3c488e1eb8
Codechange: don't check things outside the lock, that could change while waiting on the lock
Rubidium
2024-02-06 18:59:58 +01:00
ec4104ec6c
Codechange: do not pass the socket when the receiver already knows it
Rubidium
2024-02-06 18:56:56 +01:00
3e625b5b1a
Add: track savegame size to report with survey (#12304)
Patric Stout
2024-03-16 08:58:56 +01:00
b394c20519
Update: Translations from eints korean: 43 changes by telk5093 persian: 33 changes by CptMcWill ukrainian: 4 changes by StepanIvasyn dutch: 26 changes by Afoklala portuguese (brazilian): 70 changes by pasantoro
translators
2024-03-16 04:41:24 +00:00
a7625b8ae0Fix#12280: Allow ships 90 degree turns if only choice
SamuXarick
2024-03-12 15:58:15 +00:00
9db285a32b
Update: Translations from eints norwegian (bokmal): 6 changes by eriksorngard ukrainian: 3 changes by StepanIvasyn dutch: 5 changes by RogierVC portuguese (brazilian): 76 changes by pasantoro
translators
2024-03-15 04:41:43 +00:00
2d2191fbb3
Update: Translations from eints norwegian (bokmal): 11 changes by eriksorngard chinese (simplified): 1 change by WenSimEHRP finnish: 23 changes by hpiirai ukrainian: 21 changes by StepanIvasyn danish: 32 changes by bscargo spanish: 6 changes by MontyMontana portuguese (brazilian): 50 changes by pasantoro
translators
2024-03-14 04:41:11 +00:00
23d733be95
Add: Basic autocompletion on tab for console commands (#12163)
Ivan Fefer
2024-03-13 21:43:08 +01:00
14d95ef1c9Fix#12279: Update random path each step (#12286)
SamuXarick
2024-03-13 15:22:52 +00:00
100c043599
Codechange: [Win32] Disable assert message box when no GUI (#12291)
Loïc Guilloux
2024-03-13 15:49:24 +01:00
0cff40dd19
Update: Translations from eints norwegian (bokmal): 203 changes by eriksorngard italian: 45 changes by Rivarossi german: 42 changes by Wuzzy2 ukrainian: 13 changes by StepanIvasyn turkish: 25 changes by jnmbk portuguese (brazilian): 25 changes by pasantoro
translators
2024-03-13 04:41:24 +00:00
1addeddc07
Update: Translations from eints english (au): 45 changes by krysclarke norwegian (bokmal): 256 changes by eriksorngard welsh: 41 changes by Ansbaradigeidfran english (us): 45 changes by 2TallTyler russian: 11 changes by Ln-Wolf finnish: 18 changes by hpiirai ukrainian: 20 changes by StepanIvasyn catalan: 167 changes by J0anJosep danish: 11 changes by bscargo spanish: 35 changes by lrlopez french: 41 changes by ottdfevr portuguese: 44 changes by jcteotonio portuguese (brazilian): 168 changes by pasantoro
translators
2024-03-12 04:41:20 +00:00
3d588a1760
Update: Backport language changes
Michael Lutz
2024-03-11 23:57:40 +01:00
c5850efce3
Change: Update OpenTTD TTF fonts to v0.6
Richard Wheeler
2024-03-11 20:54:15 +00:00
f057f19638
Codefix: [CI] Store vcpkg outside the repository folder (#12271)
Patric Stout
2024-03-11 19:53:09 +01:00
adbf456fc7
Change: Use (at least) standard toolbar button size for signal selection buttons. (#12265)
Peter Nelson
2024-03-11 14:19:01 +00:00
3ea10f81a1Fix#12255: inconsistent punctuation in English
Rubidium
2024-03-10 16:00:17 +01:00
b4e656c253
Codechange: [CI] switch to arm64 for MacOS builds (#12242)
Patric Stout
2024-03-10 09:33:47 +01:00
8a37f6479a
Change: Update OpenTTD TTF fonts to v0.6
Richard Wheeler
2024-03-11 20:54:15 +00:00
072e0b3d5e
Update: Backport language changes
Michael Lutz
2024-03-09 20:33:14 +01:00
c8f9e6085b
Fix ab315d0: Don't show "insert order" errors in the console (#12245)
Loïc Guilloux
2024-03-09 17:33:44 +01:00