-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
87 changed files
with
1,697 additions
and
559 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,26 @@ | ||
12.1 (2021-11-08) | ||
12.2 (2022-04-02) | ||
------------------------------------------------------------------------ | ||
Feature: Button to toggle showing advanced signal types (#9617) | ||
Change: Don't show screenshot GUI in screenshots (#9674) | ||
Change: Suppress panning in intro game, while user is interacting with the GUI (#9645) | ||
Change: Draw rotor in cursor when dragging helicopters in depots (#9612) | ||
Fix: Invalid memory access when loading a currency NewGRF (#9675) | ||
Fix #9579: Object and HQ construction is Construction cost, not Property Maintenance (#9673) | ||
Fix #9669: Ships exiting a blocked depot/lock could exit in the wrong direction (#9672) | ||
Fix: Every 16th client never reconnects after server restart (#9666) | ||
Fix #9643: Screenshots were always written as BMP files (#9644) | ||
Fix #9630: Intro game could zoom in/out more than allowed by settings (#9633) | ||
Fix #9626: Incorrect loading of script saved data (#9629) | ||
Fix: Emergency crash save had the wrong NewGRF list saved in it (#9627) | ||
Fix #9595: Always use plural forms of cargo for subsidy strings (#9619) | ||
Fix #9614: Refresh rate dropdown was still active when vsync was enabled (#9618) | ||
Fix: Don't use 'server address' string in server list when displaying an invite code (#9615) | ||
Feature: Remember the last-used signal between games (#9792) | ||
Change: [MacOS] Allow touchbar usage on all supported OS versions (#9776) | ||
Change: Add a timestamp in name of crash files (#9761) | ||
Fix #9736: Duplicate multiplayer window opens upon canceling password entry (#9842) | ||
Fix: Removing long roads doesn't prioritise refusal of local authority over other errors (#9831) | ||
Fix #9020: Glitchy station coverage highlight when changing selection (#9825) | ||
Fix: Correct some Romanian town names (#9819) | ||
Fix: Original music playback rate was slightly too fast (#9814) | ||
Fix #9811: Use the NewGRF-defined vehicle center when dragging ships and aircraft (#9812) | ||
Fix: Do not let shares in the company taking over another company disappear (#9808) | ||
Fix #9802: Crash when using lots of NewGRF waypoint types (#9803) | ||
Fix #9766: Don't write uninitialised data in config file (#9767) | ||
Fix #9743: [MacOS] Don't try to render touchbar sprites with invalid zoom level (#9776) | ||
Fix #9774: Building roadstop in estimation mode updates station acceptance (#9775) | ||
Fix: If vehicles only refit to cargo-slots >= 32, the default cargo was wrong (#9744) | ||
Fix #9735: Possible desync when replacing a depot on same tile (#9738) | ||
Fix #9730: [Network] Connections can use an invalid socket due to a race condition (#9731) | ||
Fix: Don't show sign edit window for GS-owned signs (#9716) | ||
Fix #9702: Display order window for vehicle group on ctrl-click only when using shared orders (#9704) | ||
Fix #9680: Crash when loading really old savegames with aircraft in certain places (#9699) | ||
Fix: Update last servicing dates when using the date cheat (#9694) | ||
Fix: Error message shows about missing glyphs while suitable fallback font is found (#9692) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
12.1 20211108 0 17dfc6e28aac5ad2290e849b03893a416be97b03 1 1 2021 | ||
12.2 20220402 0 1893dba8a172636791dc79137a3331bd41cc50bc 1 1 2022 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2021-11-08 20:00 UTC | ||
2022-04-02 10:38 UTC |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
12.1 | ||
12.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM emscripten/emsdk:2.0.31 | ||
FROM emscripten/emsdk:2.0.34 | ||
|
||
COPY emsdk-liblzma.patch / | ||
RUN cd /emsdk/upstream/emscripten && patch -p1 < /emsdk-liblzma.patch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.