Commit Graph

51861 Commits

Author SHA1 Message Date
d12d67a55d feat: Make intro gui wider 2024-04-11 23:45:02 +01:00
322e0b8f0f feat: Make genworld gui wider 2024-04-11 23:33:50 +01:00
6e5670b11f feat: Adapt settings_gui.cpp 2024-04-11 22:37:31 +01:00
cc1d19f29c fix: Add missing header 2024-04-11 21:45:01 +01:00
f8ca6d2963 feat: allow vertical toolbar to be centered 2024-04-11 15:16:15 +01:00
371a7f342d fix: Adjust Found Town gui
fix: Found town in toolbar opened subsidies
2024-04-10 23:27:20 +01:00
8265fd8dd0 fix: Adjust button size of scrollbars and dropdown 2024-04-10 23:09:41 +01:00
d9c9a54cc7 fix: remove missed references to tutorial.h 2024-04-10 23:08:38 +01:00
82ce9593d6 change: Keep tooltip location logic from upstream
It makes no sense, especialy because it is tied to have title bars
enabled
2024-04-10 22:35:17 +01:00
71f533e662 feat: Merge new help_gui with tutorial_gui 2024-04-10 20:46:11 +01:00
b247be24a8 fix: move online players matrix to the right side 2024-04-10 19:47:52 +01:00
84cf61ab94 fix: Allow vw to be clicked when drag with RMB 2024-04-10 19:22:37 +01:00
3b10cff3d2 fix: ShowDropDownList*() signature changed, update usages 2024-04-08 10:17:44 +01:00
22d2a89e4b fix: OSOpenBrowser now takes a string 2024-04-07 13:45:03 +01:00
8a1aafabcd fix: add _t suffix to (u)int types
see eaae0bb5e7
2024-04-07 13:40:38 +01:00
b3830b5816 fix: replace usage of removed strecat with fmt 2024-04-07 13:39:37 +01:00
449c173c9f fix: fix FindICU both for Android and native
FindICU when used natively (i.e. without Android.cmake, compilation for
pc) uses PkgConfig. Old code would only check the first depedency
returned by PkgConfig as ${PC_ICU_${MOD_NAME}_LIBRARY} would already be
set for the remaing cycles, and no new find_library would be performed.
This resulted in libicui18n being included thrice, but depedencies uc
and data being ommited.
2024-04-07 13:31:10 +01:00
cda6838c08 fix: fontconfig linking failed due to missing expat 2024-04-07 13:12:01 +01:00
5aa02ac98f fix: Restore Android entrypoint 2024-04-06 14:16:03 +01:00
784566409c fix: change FindICU to properly check pkg-config results
While skiping this checks for Android. Idealy it would also be done in
Android, something to improve a in future release.
2024-04-06 14:02:23 +01:00
b367b37808 fix: Restore FindICU
fix: update CMakeLists to new format
2024-04-06 01:32:40 +01:00
f312cf0f91 Merge remote-tracking branch 'upstream/release/14' into 14 2024-04-04 18:22:11 +01:00
34ac0fd432 fix: Properly scale town authority window
Fixes #21
2024-04-04 17:24:13 +01:00
ee1fcd4b17 fix: swap dock tiles 2024-04-04 17:21:45 +01:00
c34122aeff fix: typo 2024-04-04 17:21:45 +01:00
120851eaf9 fix: dock cmd was not called 2024-04-04 17:21:45 +01:00
123b4e0d8c fix: dock not building 2024-04-04 17:21:45 +01:00
fb331f0d7f fix: prevent graph's drodown from insta closing 2024-04-04 17:16:51 +01:00
0471d7b865 fix: restore background to EDITBOX 2024-04-04 15:58:28 +01:00
3fcefa0667 fix: crash in network_content_gui 2024-04-04 15:56:54 +01:00
52a3a63059 fix: use new console interface 2024-04-04 15:54:44 +01:00
5a018571be fix: Add vertical toolbars to always shown windows 2024-04-04 15:48:41 +01:00
b1dcaa74f1 fix: Undo mistakes from merge 2024-04-04 14:58:06 +01:00
72c1457a7b fix: Use constexpr for NWidgetPart 2024-04-03 20:26:20 +01:00
a8525f38d7 fix: remove duplicated entries due to bad merge 2024-04-03 19:56:26 +01:00
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
Patric Stout
6bfd2b4aa9 Remove: official support for MSVC 2019 (#12254) 2024-04-01 00:20:07 +02:00
Michael Lutz
77980fa674 Update: Backport language changes 2024-04-01 00:20:07 +02:00
Patric Stout
efd0c2f542 Cleanup 69d5b9d3: actually clean up all remnants of "no-thread" builds (#12398) 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
Loïc Guilloux
2d4f0872b3 Change: [CI] Always use latest stable Xcode (#12390) 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