Tyler Trahan
25ad0317fb
Feature: Draw infinite water when all borders are water ( #13289 )
2025-12-08 16:41:31 +05:00
Kuhnovic
4f5ef4e720
Codechange: Use YAPF for river builder pathfinder. ( #14606 )
2025-12-08 15:52:53 +05:00
Kuhnovic
d3f0c65c76
Change: Removed disable_node_optimization YAPF setting ( #14578 )
2025-12-08 15:47:42 +05:00
dP
18460f24a7
Merge branch 'v14'
2025-10-17 22:30:58 +05:00
dP
0ba1ed61a5
Add no unload option to station order modifier hotkey actions
2025-10-01 01:32:53 +05:00
dP
569657e904
Return citymania settings back
2025-09-28 15:19:58 +05:00
dP
8404c2a7cc
Merge remote-tracking branch 'upstream/master'
2025-09-28 02:33:49 +05:00
dP
3386f8caff
Merge branch 'v14'
2025-09-04 23:08:10 +05:00
dP
4fec64525a
Merge branch 'openttd'
2025-09-01 23:28:07 +05:00
Rubidium
7c0f69a8fe
Codefix: typos in comments and strings
2025-08-31 10:30:37 +02:00
Peter Nelson
3a5eaf367a
Feature: Option to disable activate-on-release behaviour of toolbar dropdown buttons.
2025-08-18 19:48:22 +01:00
Mizuki Nguyen
45929c1672
Add: Currency: Vietnamese Dong ( #14474 )
2025-08-05 20:16:12 +01:00
dP
2ba9439554
Add settings to set depot order modifier hotkeys
2025-07-10 19:59:00 +05:00
Tyler Trahan
259830777c
Fix #14375 : When loading config, validate timekeeping mode and minutes per year ( #14405 )
2025-07-09 16:04:38 -04:00
Tyler Trahan
e578668a93
Fix #14360 : Don't reuse strings for Low/Medium/High setting values ( #14409 )
2025-07-02 06:09:39 -04:00
dP
eea94297c9
Merge remote-tracking branch 'upstream/master'
2025-06-30 14:23:50 +05:00
dP
73cdeac5a1
Fix compilation erorrs
2025-06-30 14:21:06 +05:00
dP
0fe7c3635c
Fix compilation errors after the merge
2025-06-27 18:03:03 +05:00
Peter Nelson
a46a3a97f3
Change: New company face definition system and UI. ( #14319 )
...
Bits used by company faces are now defined by a variable system instead of being hardcoded, allowing future expansion.
The four face types covering gender and skin colour are now separate face styles with their own definitions.
2025-06-24 07:59:49 +01:00
dP
f0f93c68ca
Merge remote-tracking branch 'upstream/master'
2025-06-14 17:01:17 +05:00
dP
f388ddce1f
Merge branch 'openttd'
2025-06-09 19:30:22 +05:00
dP
df3a6e321f
Merge remote-tracking branch 'upstream/master'
2025-05-14 18:41:13 +05:00
Rubidium
96873dee63
Codechange: use std::array.fill over memset
2025-05-09 17:20:41 +02:00
frosch
8571af9833
Codechange: Turn ZoomLevel into enum class.
2025-05-03 23:21:09 +02:00
Rubidium
5ca686261e
Codechange: use std::string_view for the string setting defaults
2025-05-01 23:24:43 +02:00
Rubidium
5c7b04a0c2
Codechange: use std::string_view for 'x-of-many' settings
2025-05-01 23:24:43 +02:00
dP
a955f0f3cc
Merge 1.5.0-beta1
2025-02-27 17:55:40 +05:00
Peter Nelson
75387b9e2b
Codechange: Use EnumBitSet for StationFacility.
2025-02-13 18:03:13 +00:00
Jonathan G Rennison
d06b371254
Cleanup: Fix various spelling errors
2025-02-12 22:44:51 +01:00
Tyler Trahan
b2f5a4901b
Add: Setting to allow placing houses manually in-game ( #13266 )
2025-02-09 18:34:31 +00:00
Peter Nelson
d9bb002cac
Codechange: Use local parameters for formatting settings values. ( #13487 )
2025-02-07 20:18:03 +00:00
Peter Nelson
c4c5028862
Codechange: Use EnumBitSet for SettingFlags. ( #13429 )
2025-02-01 15:46:51 +00:00
Binraptor
1cba62faaf
Add: Ukrainian Hryvnia currency ( #12877 )
2025-01-31 19:37:58 +00:00
Peter Nelson
b70438b76a
Fix #13392 : Signs of removed stations are no longer visible. ( #13395 )
...
Add "Ghost" option for station sign visibility.
2025-01-28 19:10:32 +00:00
Peter Nelson
4c8f1b0f81
Add: Ability to toggle visibility of station signs by facility. ( #13207 )
2025-01-14 21:23:35 +00:00
glx22
b88df0b2d7
Fix: Restore ability to disable service interval
2025-01-05 23:31:50 +01:00
glx22
7493b2d0c1
Codechange: Add callback to IntSettingDesc to support dynamic min/max
2025-01-05 23:31:50 +01:00
Loïc Guilloux
a52923b3b9
Codechange: Make GetDefaultValueCallback() more similar to other setting override callbacks ( #13259 )
2025-01-04 00:17:47 +01:00
Peter Nelson
d38ecd6525
Change: Log changes to sandbox settings. ( #13267 )
...
One of the features of cheats is that there is a record of a cheat being used.
As cheats are slowly ending up in settings instead, add a flag so that changes to these sandbox settings are logged.
2025-01-03 23:12:49 +00:00
Rubidium
666f7bfe23
Doc: mention that frozen production can yield varying production per period
2025-01-02 06:01:37 +01:00
dP
a86fd7c621
Update to 15.0-beta1
2024-12-25 20:34:06 +05:00
Tyler Trahan
c3bb512bd9
Remove: Hidden setting for adjacent stations ( #12862 )
2024-11-06 14:11:07 -05:00
Rubidium
da6900f606
Change: disable the insecure admin login by default
2024-07-01 17:16:55 +02:00
Steve Goldman
c3a051a213
Codechange: Referencing enum for 'scroll_mode' setting in gui_settings.ini
2024-06-24 21:56:26 +02:00
Steve Goldman
c53ed9fad6
Codechange: Creating enum for 'scrollwheel_scrolling' setting
2024-06-24 21:56:26 +02:00
merni-ns
0409577277
Add: Setting to disable warning for old vehicles ( #12714 )
2024-06-15 17:14:29 -04:00
merni-ns
798ec4184b
Cleanup: Remove unused function InvalidateShipPathCache
...
This was only used in the callback when changing the ship pathfinder setting.
2024-05-10 10:38:44 +02:00
merni-ns
55a7c59d13
Remove: NPF and pathfinder change settings
2024-05-10 10:38:44 +02:00
Rubidium
457d51fc49
Cleanup: remove company password hashing and anything related to it
2024-05-07 00:03:15 +02:00
Rubidium
a002803d1c
Remove: autoclean_unprotected settings; all companies will be protected
2024-05-07 00:03:15 +02:00