Commit Graph

29487 Commits (9e14f989f9d1edfbbde243f5e76360743d95667f)
 

Author SHA1 Message Date
Jeremy Gao 9e14f989f9
Fix: Wrong punctuation in Simplified Chinese (#12717) 3 months ago
translators b5f2004c26 Update: Translations from eints
norwegian (bokmal): 5 changes by eriksorngard
lithuanian: 3 changes by khamper
french: 3 changes by ben20471
3 months ago
Rubidium 14200212b7 Codechange: use std::optional<std::string> over char * for text query results 3 months ago
translators 3819ab25bf Update: Translations from eints
norwegian (bokmal): 5 changes by eriksorngard
galician: 12 changes by pvillaverde
korean: 31 changes by telk5093
dutch: 14 changes by Afoklala
portuguese: 19 changes by azulcosta
3 months ago
Jonathan G Rennison dc258ecbe0 Fix #12825: Crash when opening road toolbar in scenario editor
Due to attempt to access missing road waypoint button
3 months ago
translators 95f2bec9a9 Update: Translations from eints
greek: 14 changes by gh658804
polish: 36 changes by pAter-exe
3 months ago
Peter Nelson a288644e20
Fix #12815, 7e914a0568: Fallback detection failed with sprite font. (#12816)
How missing glyphs were detected was changed, but the sprite font still substituted `?`, which to missing glyph looked like all characters are present.
3 months ago
translators da4b3bebee Update: Translations from eints
english (au): 2 changes by krysclarke
english (us): 2 changes by 2TallTyler
chinese (simplified): 2 changes by WenSimEHRP
russian: 2 changes by Ln-Wolf
finnish: 25 changes by hpiirai
portuguese (brazilian): 2 changes by pasantoro
3 months ago
glx22 564397645f Codefix: [CI] dubious ownership for emscripten 3 months ago
glx22 b52f778f20 Codefix: [Win32] Use correct range for version in rc file 3 months ago
Tyler Trahan 5ed2fcfb53 Change: Don't use house construction states in Scenario Editor 3 months ago
Tyler Trahan 06bd47af4f Revert d8771b3: Construction stage wrong for all houses 3 months ago
Patric Stout 21813fbe8b
Fix #12818: during Hostile Takeover, profit was calculated wrongly (#12819) 3 months ago
Peter Nelson 209b0320d5
Fix #12735: Default fonts should use default font size as-is. (#12814)
Minimum readable font size should only apply to fallback and configured fonts.
3 months ago
translators 88e53dbdc8 Update: Translations from eints
english (au): 10 changes by krysclarke
swedish: 13 changes by joeax910
english (us): 10 changes by 2TallTyler
chinese (simplified): 14 changes by WenSimEHRP
russian: 6 changes by Ln-Wolf
catalan: 14 changes by J0anJosep
latvian: 15 changes by lexuslatvia
portuguese (brazilian): 12 changes by pasantoro
3 months ago
Joan Josep a873a952aa
Codefix: Reorder comments of HasPowerOnRoad/Rail and IsCompatibleRail. (#12813) 3 months ago
rubidium42 d3c7b1015c Codefix cff48c0f6: unused variable remained after refactor 3 months ago
Steve Goldman 705207e2ce Add: Town window zoom with mouse wheel 3 months ago
Steve Goldman a23ff227e7 Add: Industry window zoom with mouse wheel 3 months ago
Edmond Chui ff3be45c23 Add: Toggle for showing industry names in small map 3 months ago
translators a1e94ccddb Update: Translations from eints
english (au): 2 changes by krysclarke
norwegian (bokmal): 2 changes by eriksorngard
english (us): 2 changes by 2TallTyler
russian: 2 changes by Ln-Wolf
finnish: 2 changes by hpiirai
french: 2 changes by ottdfevr
portuguese (brazilian): 2 changes by pasantoro
polish: 2 changes by pAter-exe
3 months ago
Tyler Trahan 9936b3728a
Change: Don't explain what "toggle" means in tooltips (#12805) 3 months ago
Jonathan G Rennison a43dacd988 Add: NewGRF custom road waypoint support 3 months ago
Jonathan G Rennison c35a5e5cb1 Change: Add variable ground types for road waypoints 3 months ago
Jonathan G Rennison eebd5e47db Add: Road waypoint default graphics 3 months ago
Jonathan G Rennison 9c84e5df3f Add: Road waypoint functionality 3 months ago
Jonathan G Rennison c6387c7784 Codechange: Use filter template struct for nearby station type filtering 3 months ago
Jonathan G Rennison 05b65703d3 Codechange: Increase size of StationType field in map array
Move can station have wires bit to make room
3 months ago
Steve Goldman 72276e2d3c Add: Vehicle window zoom with mouse wheel 3 months ago
Steve Goldman c3a051a213 Codechange: Referencing enum for 'scroll_mode' setting in gui_settings.ini 3 months ago
Steve Goldman c53ed9fad6 Codechange: Creating enum for 'scrollwheel_scrolling' setting 3 months ago
translators e8be933ee6 Update: Translations from eints 3 months ago
Peter Nelson e802c1a97f
Add: Show count of towns and industries in their directory window captions. (#12800)
These windows now show "(<visible> of <total>)" in the caption.
3 months ago
Peter Nelson 7116f143d5
Codefix: Hole in vehicle list window if dimensions are not as expected. (#12803)
The layouts for these windows assume that push buttons and dropdowns are the same height.
3 months ago
translators 97e9442d5e Update: Translations from eints
norwegian (bokmal): 32 changes by eriksorngard
galician: 2 changes by pvillaverde
3 months ago
Peter Nelson 91fd082e93
Fix: Apply widget's internal padding to scrollbar capacity/position. (#12801)
For non-WWT_MATRIX widgets, scrollbars need to take account of the internal padding used for the widget.

This is not normally noticeable as framerect padding is only 2 extra pixels
3 months ago
Björn Wärmedal e0bcb54a4b
Change: Allow bribing local authority when other company has exclusive rights (#12763) 3 months ago
translators 49d47b3b74 Update: Translations from eints
greek: 2 changes by gh658804
dutch: 2 changes by Afoklala
lithuanian: 4 changes by khamper
french: 9 changes by Lishouuu
3 months ago
translators 64781df29f Update: Translations from eints
english (us): 2 changes by 2TallTyler
3 months ago
translators e3e215b249 Update: Translations from eints
german: 3 changes by Wuzzy2
portuguese (brazilian): 4 changes by pasantoro
3 months ago
translators 2dab9ac7a5 Update: Translations from eints
swedish: 4 changes by joeax910
catalan: 2 changes by J0anJosep
3 months ago
Peter Nelson b56775f576
Codechange: Avoid making copies of intermediate layout runs. (#12796)
The vector of runs is not used after it is passed to the ParagraphLayout class, so pass with std::move to avoid an unnecessary copy.
3 months ago
Peter Nelson 731c56d116
Codefix: Add missing `const` inside script functions. (#12794)
Scripts do not modify items directly, marking them const enforces this.
3 months ago
translators 7db70f9c3f Update: Translations from eints
english (au): 2 changes by krysclarke
norwegian (bokmal): 6 changes by eriksorngard
korean: 3 changes by telk5093
russian: 2 changes by Ln-Wolf
finnish: 3 changes by hpiirai
portuguese: 2 changes by azulcosta
portuguese (brazilian): 2 changes by pasantoro
polish: 5 changes by pAter-exe
3 months ago
Tyler Trahan e3156546fa
Codefix: Don't claim to allocate new waypoint when just checking (#12792) 3 months ago
Peter Nelson 2f54904bab
Codefix: Incorrect indentation of NWidgetParts in load/save windows. (#12791)
Fix to use the "standard" layout of 1 tab for nesting widgets and 2 tabs for attributes that wrap on to the next line.
3 months ago
ladysadie 2bc3cc5b67
Codechange: Compiler check for _fios_colours/DetailedFileType (#12781) 3 months ago
translators 0e7916a51b Update: Translations from eints
greek: 2 changes by gh658804
lithuanian: 1 change by khamper
3 months ago
Rubidium b18d8d6574 Fix: ensure revision mismatch also considers random debugging status 3 months ago
merni-ns 0409577277
Add: Setting to disable warning for old vehicles (#12714) 3 months ago