OpenLoco/CHANGELOG.md

40 lines
2.2 KiB
Markdown
Raw Normal View History

19.03+ (in development)
------------------------------------------------------------------------
- Fix: [#226] Zooming to cursor is buggy on bigger maps
- Fix: [#296] Correctly show challenge progression in save previews
2019-03-11 18:30:20 +01:00
- Fix: [#297] Menu click sound not played.
- Fix: [#303] Play title music preference is not saved.
- Fix: [#340] Cargo rating is calculated incorrectly in some edge cases.
- Fix: Strings were not wrapping properly in the file browser window.
- Change: [#380] Make keypad enter work the same as normal enter.
19.03 (2019-03-01)
2018-06-16 14:37:46 +02:00
------------------------------------------------------------------------
- Feature: [#163] Remove terraforming limits outside of scenario editor.
- Feature: [#192] The option window now includes OpenLoco-specific settings.
- Feature: [#203] Support multiple languages by loading text strings from YAML files.
2018-09-08 22:10:31 +02:00
- Feature: [#212] Add fullscreen support.
- Feature: [#221, #236] Implement audio through SDL2 mixer, introducing audio on Linux and macOS.
- Feature: [#237] Allow nearest neighbour scaling the game on integer intervals.
- Feature: [#275] Allow disabling the title screen music.
2019-02-24 21:55:27 +01:00
- Feature: [#279] Use OpenLoco logo for window icon. (Logo created by [Zcooger](https://github.com/Zcooger))
2018-06-16 14:37:46 +02:00
- Fix: Tooltips were calling the wrong event.
2019-02-04 22:13:01 +01:00
- Fix: [#219, #257] Prevent text from being drawn off-screen.
- Change: [#107] Show git branch and short sha1 hash in version info line.
2018-09-08 22:13:57 +02:00
- Change: [#211] Store configuration file as YAML.
2018-06-16 14:37:46 +02:00
18.02 (2018-02-15)
------------------------------------------------------------------------
2018-02-13 20:16:47 +01:00
- Feature: [#12, #14, #50] Support for Linux and macOS.
- Feature: [#20] Support graphics data files from Stream distribution.
- Feature: Allow player to remove roads that are in use.
- Feature: Towns can now always be renamed (As seen in OpenTTD).
2018-01-12 19:18:02 +01:00
- Feature: Vehicle breakdowns can now be disabled (As seen in OpenTTD).
- Feature: Playable in a resizable window.
- Feature: Click (while holding shift) track / road construction will place 10 pieces in a row.
2018-02-13 20:59:24 +01:00
- Change: [#79] Store `game.cfg`, `plugin.dat` and `scores.dat` in:
- Windows: `%APPDATA%\OpenLoco`
- Linux: `~/.config/openloco`
- macOS: `~/Library/Application Support/OpenLoco`
2018-02-13 20:16:47 +01:00
- Change: [#79] Disable file existence and size checks.