summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2019-02-23Fix: Remove desert around lakes upon generationSamuXarick
2019-02-23Change: Add scrollbar to cargo legend in cargo payment rates window.Peter Nelson
2019-02-23Feature: Add option to adjust font size separately from GUI size. (#7003)Greg Carlin
Adds an option in the "Game Options" next to "Interface Size" called "Font Size". Available options are normal, double, and quad.
2019-02-22Fix #7227: Don't apply mouse-hasn't-moved test to scrollbars.peter1138
2019-02-22Fix: Resorting file list did not update filtered rows.peter1138
2019-02-22Update: Translations from eintstranslators
italian: 9 changes by lorenzodv norwegian (bokmal): 4 changes by Leifbk
2019-02-21Fix #7159, e934f09: Waiting time at red one-way signals was too short.Michael Lutz
This is not an exact fix as previously, the wait time was speed/acceleration dependant. This simple fix ignores that and just makes the 'days' from the settings comment to be actually days.
2019-02-21Change: Owner of vehicle with exclusive transport rights may now load cargo ↵SamuXarick
from neutral stations (#7256)
2019-02-21Update: Translations from eintstranslators
dutch: 76 changes by JanWillem scottish gaelic: 44 changes by GunChleoc
2019-02-21Codechange: Remove never-used StationIDList.peter1138
2019-02-21Fix #7189: Fluidsynth volume gain too highNikolas Nyby
2019-02-21Change: Make mini-map widget capture mouse when left-click dragging.Peter Nelson
This allows the mini-map to be dragged when the cursor has left the widget.
2019-02-21Change: Make volume slider widget capture mouse when clicked.Peter Nelson
This makes the slider continue to respond even when mouse cursor is no longer over the widget.
2019-02-21Codechange: Change scrolling_scrollbar to mouse_capture_widget, and dispatch ↵Peter Nelson
OnClick() event if widget is not a scrollbar. This allows any widget to support mouse capture.
2019-02-21Fix #7090: Close Query String window after rebuilding AI/GS settingsSamu
2019-02-21Fix #7091: Close dropdown menu windows after rebuilding AI/GS settingsSamu
2019-02-20Update: Translations from eintstranslators
english (us): 11 changes by njn dutch: 244 changes by JanWillem turkish: 102 changes by wakeup
2019-02-19Update: Translations from eintstranslators
dutch: 100 changes by JanWillem
2019-02-19Doc: [AI] UnshareOrders empties the orders list of the vehicle.Samu
2019-02-19Fix #7244, 6ca637b8c1: OPF doesn't take 90 deg turns into account.J0an Josep
2019-02-18Codechange: Move some common code after adding/removing tiles to a station ↵Juanjo
to its own function.
2019-02-18Fix #7226: Don't call ship pathfinders if there is no available track due to ↵J0an Josep
"forbid 90 deg turns".
2019-02-18Update: Translations from eintstranslators
ukrainian: 6 changes by nsergiy dutch: 210 changes by JanWillem french: 1 change by glx portuguese: 4 changes by vesgo
2019-02-18Change: Increase maximum number of orders from 64000 to ~16.7m. (#7220)PeterN
2019-02-17Update: Translations from eintstranslators
danish: 5 changes by nielsmh french: 3 changes by glx spanish (mexican): 4 changes by Absay russian: 4 changes by Lone_Wolf
2019-02-17Fix 1585eb1a3: wrong default selection for goals and story bookglx
2019-02-16Add: News menu entry and shortcut for deleting all messages. (#7240)Joan Josep
2019-02-16Cleanup: update modified and removed strings in languagesglx
2019-02-16Fix: use more descriptive "spectator" strings for story book and goal ↵glx
dropdown menus
2019-02-16Fix: colour of network specific strings in company dropdown menusglx
2019-02-16Codechange: Re-arrange VehicleEnter_Track in rail_cmd. (#7239)Joan Josep
2019-02-15Fix #7224: AI could no longer create groups. (#7233)PeterN
2019-02-15Change: Use selected group as parent when creating a new group. (#7224)PeterN
2019-02-14Fix #6599: Disable build and rename button in build vehicle window when no ↵Peter Nelson
vehicle is selected.
2019-02-13Update: Translations from eintstranslators
english (us): 1 change by njn
2019-02-13Change: Use SlErrorCorrupt() on pool index error when loading a savegame, ↵PeterN
instead of terminating. (#7219)
2019-02-12Fix: Do not mangle tagged revision strings for network revision stringsNiels Martin Hansen
2019-02-12Codechange: Include flag for whether a build is of a tagged revisionNiels Martin Hansen
2019-02-12Fix: CompanyEconomy documentationThomas den Hollander
Company income was described as an unsigned integer, but it should be signed.
2019-02-12Update: Translations from eintstranslators
english (us): 64 changes by njn polish: 2 changes by McZapkie danish: 1 change by njn french: 2 changes by glx
2019-02-11Fix #7151: AI start date deviation was still applied when not set to a ↵PeterN
random AI. (#7223)
2019-02-11Update: Translations from eintstranslators
faroese: 1 change by JayPee german: 1 change by ShadowCop norwegian (bokmal): 96 changes by Leifbk
2019-02-10Codechange: In CmdCompanyCtrl, move client_id assignment to where it is ↵Peter Nelson
used, and document bit usage better.
2019-02-10Fix 148e5b41d6: Uninitialized variable usage. (#7216)PeterN
2019-02-10Update: Translations from eintstranslators
russian: 3 changes by Lone_Wolf
2019-02-10Change: Skip reliability decay if servicing is disabledEddi-z
2019-02-10Fix: line ending issues with MSYS2glx
2019-02-10Fix #7197: Invalidate depot buttons when necessary. (#7212)PeterN
2019-02-09Update: Translations from eintstranslators
greek: 15 changes by fumantsu dutch: 73 changes by JanWillem
2019-02-08Fix: trains cancelling their pending reversal when ordered to go to a depot ↵Henry Wilson
behind them Previously, if a train had been ordered to reverse, and while it was slowing down, was ordered to travel to a depot that is behind it, the train would continue forwards. Also when a train had been ordered to reverse, and while it was slowing down, was ordered to travel to a depot that is in front of it, the train would not cancel the reversal. In both cases the train would travel away from the target depot. Trains in this situation now behave correctly and will travel towards the depot.