miguel.horta
71f533e662
feat: Merge new help_gui with tutorial_gui
2024-04-10 20:46:11 +01:00
miguel.horta
b247be24a8
fix: move online players matrix to the right side
2024-04-10 19:47:52 +01:00
miguel.horta
84cf61ab94
fix: Allow vw to be clicked when drag with RMB
2024-04-10 19:22:37 +01:00
miguel.horta
3b10cff3d2
fix: ShowDropDownList*() signature changed, update usages
2024-04-08 10:17:44 +01:00
miguel.horta
22d2a89e4b
fix: OSOpenBrowser now takes a string
2024-04-07 13:45:03 +01:00
miguel.horta
8a1aafabcd
fix: add _t suffix to (u)int types
...
see https://github.com/OpenTTD/OpenTTD/commit/eaae0bb5e71b237cc1fe1388ab74e6bd3aa0c69e
2024-04-07 13:40:38 +01:00
miguel.horta
b3830b5816
fix: replace usage of removed strecat with fmt
2024-04-07 13:39:37 +01:00
miguel.horta
5aa02ac98f
fix: Restore Android entrypoint
2024-04-06 14:16:03 +01:00
miguel.horta
f312cf0f91
Merge remote-tracking branch 'upstream/release/14' into 14
2024-04-04 18:22:11 +01:00
miguel.horta
34ac0fd432
fix: Properly scale town authority window
...
Fixes #21
2024-04-04 17:24:13 +01:00
miguel.horta
ee1fcd4b17
fix: swap dock tiles
2024-04-04 17:21:45 +01:00
miguel.horta
c34122aeff
fix: typo
2024-04-04 17:21:45 +01:00
miguel.horta
120851eaf9
fix: dock cmd was not called
2024-04-04 17:21:45 +01:00
miguel.horta
123b4e0d8c
fix: dock not building
2024-04-04 17:21:45 +01:00
miguel.horta
fb331f0d7f
fix: prevent graph's drodown from insta closing
2024-04-04 17:16:51 +01:00
miguel.horta
0471d7b865
fix: restore background to EDITBOX
2024-04-04 15:58:28 +01:00
miguel.horta
3fcefa0667
fix: crash in network_content_gui
2024-04-04 15:56:54 +01:00
miguel.horta
52a3a63059
fix: use new console interface
2024-04-04 15:54:44 +01:00
miguel.horta
5a018571be
fix: Add vertical toolbars to always shown windows
2024-04-04 15:48:41 +01:00
miguel.horta
b1dcaa74f1
fix: Undo mistakes from merge
2024-04-04 14:58:06 +01:00
miguel.horta
72c1457a7b
fix: Use constexpr for NWidgetPart
2024-04-03 20:26:20 +01:00
miguel.horta
a8525f38d7
fix: remove duplicated entries due to bad merge
2024-04-03 19:56:26 +01:00
miguel.horta
2eb3ee919b
Merge commit '73bed054b87399484e39f6972d30f91a404daba8'
2024-04-03 19:37:54 +01:00
glx22
cd9c9afcb6
Update: Backport language changes
2024-04-02 00:02:53 +02:00
Loïc Guilloux
273b571408
Fix: [Win32] Force font mapper to only use TrueType fonts ( #12406 )
2024-04-02 00:02:53 +02:00
Rubidium
48f316246c
Fix: server shutdown and newgame packets should be stable
...
The server sends shutdown and newgame (reboot) packets to any connected client.
This can be useful, so you can tell clients that are trying to join that the
server is restarting. However, that means that packets can be sent before a
version check has been done.
So, these packets should be in the stable packet range instead of the one that
is unstable and guarded by a version check.
2024-04-02 00:02:53 +02:00
Michael Lutz
77980fa674
Update: Backport language changes
2024-04-01 00:20:07 +02:00
Patric Stout
470a3bd736
Fix: "-q" displays NewGRF IDs in the wrong byte-order ( #12397 )
2024-04-01 00:20:07 +02:00
frosch
72fcf8b70b
Fix: [Script] ScriptSubsidy::GetExpireDate should return an economy-date ( #12372 )
2024-04-01 00:20:07 +02:00
Michael Lutz
f596d4c10a
Fix eabb9db: Drag building of road stops should not allow mixing z levels.
2024-04-01 00:20:07 +02:00
Michael Lutz
6d3c8cc601
Fix #12387 , eabb9db: [NewGRF] Wrong tile offset passed to rail station CB 149 (slope check)
2024-04-01 00:20:07 +02:00
Jonathan G Rennison
7fcc5de374
Fix #12388 : Vehicle::CopyVehicleConfigAndStatistics not releasing unit number ( #12389 )
2024-04-01 00:20:07 +02:00
Rubidium
3b614d0650
Fix: inconsistent check for client authorized status
2024-04-01 00:20:07 +02:00
Rubidium
ffb795e52f
Fix: do not send chat to clients that have not authorized yet
2024-04-01 00:20:07 +02:00
Tyler Trahan
cdb86b6ecc
Fix #12268 : Capitalize "Wait to unbunch" order string ( #12375 )
2024-04-01 00:20:07 +02:00
Peter Nelson
d60e586925
Fix #12368 : Incorrect offset for click position within industry chain window. ( #12370 )
2024-04-01 00:20:07 +02:00
Peter Nelson
26dc82feb1
Fix 2fd9096: Label for fruit incorrectly changed to FRUI from FRUT. ( #12367 )
2024-04-01 00:20:07 +02:00
Peter Nelson
940b66322c
Fix: Don't let CT_INVALID map to valid cargo type. ( #12364 )
2024-04-01 00:20:07 +02:00
glx22
d4f704d029
Change: [Script] Use economy time for ScriptDate
2024-04-01 00:20:07 +02:00
glx22
4a3d444ad6
Revert bbdbf9a: ScriptTimeMode was not the best solution for economy/calendar support
2024-04-01 00:20:07 +02:00
Rubidium
d46a5df1dd
Update: Backport language changes
2024-03-23 15:32:22 +01:00
Rubidium
5212229f94
Fix: crash to desktop when attempting to join a company while not joined (yet)
2024-03-23 15:32:22 +01:00
Jonathan G Rennison
2cc5f35871
Fix #12092 : Incorrect x-axis in cargo payment graph window
2024-03-23 15:32:22 +01:00
Tyler Trahan
32a94fe3eb
Change: Show unbunching action in timetable window ( #12351 )
2024-03-23 15:32:22 +01:00
Peter Nelson
f82e5f1107
Fix #12347 : Crash attempting to find catchment tiles of a station with no catchment area. ( #12348 )
2024-03-23 15:32:22 +01:00
merni-ns
411fe34915
Codefix: Incorrect pluralisation in last service/service interval texts ( #12352 )
2024-03-23 15:32:22 +01:00
Jonathan G Rennison
5f47b472cb
Codechange: Reduce size of class WaterRegion
...
The tile patch array is 256 bytes and is not needed for the majority
of water regions, change it to be optional via std::unique_ptr
2024-03-23 15:32:22 +01:00
Jonathan G Rennison
56d5243e4a
Fix #12305 : Crash with large positive sprite x offset in engine preview window
2024-03-23 15:32:22 +01:00
Tyler Trahan
17076c0c05
Fix #12342 : Add missing ellipsis to town generation error string ( #12343 )
2024-03-23 15:32:22 +01:00
Peter Nelson
34e74af1af
Fix #12302 : Allow empty train engines to use an invalid cargo type. ( #12325 )
...
The cargo type will be forced to the first available type (usually passengers) instead of the engine being disabled.
2024-03-23 15:32:22 +01:00