Bouke Haarsma
f3fd9b5895
Codechange: typo in code comment ( #10061 )
2022-09-29 00:12:21 +01:00
translators
d843c8bd48
Update: Translations from eints
...
italian: 5 changes by Rivarossi
polish: 1 change by pAter-exe
2022-09-27 19:02:05 +00:00
Jonathan G Rennison
fdf2d3dfe1
Fix vehicles with no cargo being shown with last cargo in build window
2022-09-26 21:54:14 +01:00
translators
e5203f3409
Update: Translations from eints
...
vietnamese: 7 changes by KhoiCanDev
german: 6 changes by Wuzzy2
2022-09-26 18:59:27 +00:00
Jonathan G Rennison
e39962871f
Version: Committing version data for tag: jgrpp-0.48.4
2022-09-26 19:04:37 +01:00
Jonathan G Rennison
265d6e5b58
Merge pull request #434 from telk5093/jgrpp
...
Update: Korean translation for some route restrict
2022-09-26 19:03:45 +01:00
frosch
bdc17b18e1
Cleanup: The readme is for people building/packaging OpenTTD. Player-focussed manuals are in the Wiki. ( #10026 )
2022-09-26 18:17:36 +02:00
Tyler Trahan
faa382beda
Doc: Add Discord link in README and CONTRIBUTING ( #10043 )
2022-09-26 18:17:08 +02:00
TELK
e9de3e9c4d
Update: Korean translation for some route restrict
2022-09-26 21:32:13 +09:00
translators
761105aaa4
Update: Translations from eints
...
russian: 1 change by Ln-Wolf
catalan: 1 change by J0anJosep
2022-09-25 18:53:51 +00:00
Peter Nelson
b00e18fe9f
Cleanup: Remove unused GetUnicodeGlyph()
2022-09-25 18:34:24 +01:00
Peter Nelson
2cdd8b7429
Change: Separate fontcache implementations.
2022-09-25 18:34:24 +01:00
Peter Nelson
f6ad8e1c9c
Change: Rename some freetype things to fontcache.
...
The font cache supports more than just FreeType as a font provider, but still used freetype in some naming.
This now uses more suitable terms.
2022-09-25 18:34:24 +01:00
Peter Nelson
273988551d
Fix: font_win32.cpp compile failure with WITH_FREETYPE
2022-09-25 18:34:24 +01:00
PeterN
0c20a5f39f
Fix: Open scenario editor date query once. ( #10050 )
...
Clearing `_left_button_clicked` causes the button callback to be fired
constantly while the mouse button is held.
2022-09-25 16:08:52 +01:00
Loïc Guilloux
93b711d70d
Fix #10048 : Don't relocate company HQ on the same exact location ( #10049 )
2022-09-24 21:56:23 +02:00
translators
70d33dc71f
Update: Translations from eints
...
spanish (mexican): 1 change by absay
chinese (simplified): 1 change by XiaoJi-Game
korean: 1 change by telk5093
2022-09-24 18:54:01 +00:00
translators
2b29f1a181
Update: Translations from eints
...
english (us): 1 change by 2TallTyler
dutch: 15 changes by Bouke
portuguese: 1 change by azulcosta
2022-09-23 18:57:59 +00:00
PeterN
d7ceb7efea
Change: Use widget string parameters for face window. ( #10046 )
...
The face window previously drew the buttons of face settings itself.
Instead we can provide parameters for each widget and let the widget
system draw the buttons.
2022-09-23 17:09:35 +01:00
Jonathan G Rennison
bb9b6a8ca0
Fix hang when tram turned around against underside of tram custom bridge head
2022-09-23 17:03:20 +01:00
PeterN
69527abb6f
Fix 9aef7b8c
: Don't dispatch hover event if already hovering. ( #10042 )
...
This fixes the timed tooltip window being (invisibly) destroyed and
reconstructed every frame.
This also affects the unused OnHover() window event.
2022-09-22 20:38:11 +01:00
translators
1f04cc62d9
Update: Translations from eints
...
welsh: 8 changes by Osian
korean: 6 changes by telk5093
2022-09-22 18:54:52 +00:00
Jonathan G Rennison
b3a8dd44e4
Fix crash when removing routing restriction with reserve through from tunnel/bridge
2022-09-22 18:12:24 +01:00
Jonathan G Rennison
ac1071f4fc
Merge branch 'master' into jgrpp
...
# Conflicts:
# src/station_cmd.cpp
# src/vehicle_gui.cpp
2022-09-21 18:07:02 +01:00
PeterN
607ef09fa5
Fix: File list mouse hover behaviour. ( #10040 )
...
Hover highlight was visible even if the mouse pointer was in a different
window. Resolved by using OnMouseOver() instead of OnMouseLoop().
2022-09-21 12:08:11 +01:00
dP
548f0496a9
Change: Make _tick_counter 64bit to avoid wrapping ( #10035 )
2022-09-21 12:42:29 +02:00
Tyler Trahan
164ec3ac07
Fix: Disable "turn around" button for other companies' road vehicles ( #10033 )
2022-09-21 12:39:56 +02:00
Tyler Trahan
07443969f9
Fix ca19a0d: Network hosts also use favorite face
2022-09-21 12:39:07 +02:00
Tyler Trahan
6d84b1e108
Fix ca19a0d: Send the proper network command when loading favorite face
2022-09-21 12:39:07 +02:00
Tyler Trahan
a4e00c5cb5
Fix #9989 : Zero Net Profit is neither negative nor positive ( #9991 )
2022-09-21 12:38:03 +02:00
Jonathan G Rennison
5e413c9dcd
Fix #9804 : Only apply sprite_zoom_min setting when sprites available ( #9988 )
...
Only discard sprite zoom levels when a suitable higher zoom level is
defined in the same colour mode
This is to avoid placeholder or empty sprites being used, causing
visual artefacts
2022-09-21 12:37:11 +02:00
Jonathan G Rennison
20f7ff8ac0
Codechange: Fix unnecessary string reallocation in IConsoleLine constructor
2022-09-21 12:32:07 +02:00
Jonathan G Rennison
0a7ffae0d9
Fix #10010 : Memory leak in IConsolePrint in non-dedicated case
2022-09-21 12:32:07 +02:00
PeterN
0bac74ec2b
Fix #10038 : Missing upper bounds check when loading custom playlists ( #10039 )
2022-09-21 08:31:59 +01:00
PeterN
f59f0195e3
Fix: Wrong string used to determine size of zoomed out station sign. ( #10036 )
2022-09-20 20:54:42 +01:00
Peter Nelson
fa5e2ca276
Cleanup: Tweak panel layout of Online Players window.
...
This ensures panel borders not hidden behind other widgets.
2022-09-20 07:51:25 +01:00
Peter Nelson
8e9ca5ebcb
Fix: Online Players list mouse hover behaviour.
...
Hover highlight was visible even if the mouse pointer was in a different
window, and the window refreshed itself every frame if the mouse pointer
was not over its matrix widget.
Resolved by using OnMouseOver() instead of OnMouseLoop(), and only
redrawing if the hover position has changed.
2022-09-20 07:51:25 +01:00
Jonathan G Rennison
6c80944c38
VarAction2: Fix variable propagation when a group had only pending bits
2022-09-20 00:31:07 +01:00
Jonathan G Rennison
f381e45d5b
VarAction2: Fix DSE for non-leaf procedure groups
2022-09-19 23:25:50 +01:00
Jonathan G Rennison
a58d910a0b
Debug: Include cost multipliers in rail and road type debug info
2022-09-19 19:36:16 +01:00
Jonathan G Rennison
3d8187261a
Debug: Include values when logging GRF base cost changes
2022-09-19 19:35:53 +01:00
Jonathan G Rennison
97bbeb30b9
Version: Committing version data for tag: jgrpp-0.48.3
2022-09-18 13:36:10 +01:00
Jonathan G Rennison
681b9e08f0
Fix fc5e2071
: Incorrect translation string codes
2022-09-18 13:03:29 +01:00
Jonathan G Rennison
08bb440b47
Merge branch 'master' into jgrpp
2022-09-18 13:02:28 +01:00
translators
81388d9425
Update: Translations from eints
...
chinese (simplified): 7 changes by XiaoJi-Game
2022-09-17 18:56:59 +00:00
Jonathan G Rennison
9c255850a5
Add AI/GS method to get annual expense category value
...
See: #425
2022-09-16 21:26:25 +01:00
Jonathan G Rennison
2ff11017dc
Fix #432 : Fix false positive warning in CheckCaches with very old saves
2022-09-16 20:30:14 +01:00
Jonathan G Rennison
bc3b928d34
Fix improved breakdowns being enabled after loading old/other savegame
2022-09-16 20:28:58 +01:00
Jonathan G Rennison
c7e4dbf2f6
Fix displayed capacities/weights of articulated vehicles in build window
...
Simplify handling of multi-part capacities and refits
See: https://github.com/OpenTTD/OpenTTD/issues/9954
See: https://github.com/OpenTTD/OpenTTD/issues/10032
2022-09-16 20:10:53 +01:00
translators
0c8db77154
Update: Translations from eints
...
dutch: 6 changes by Afoklala
2022-09-16 19:03:57 +00:00