source: tags/1.3.0/Release notes.txt

Last change on this file was 123, checked in by chronos, 19 months ago
  • Fixed: Typos in release notes.
File size: 4.0 KB
Line 
1Version 1.3.0 (2022-10-04)
2==========================
3
4* Added: Show train direction before placement on track.
5* Added: Terminals as selectable user improvement on every week.
6* Added: New game mode career where user needs to play existing cities and gradually unlock them by reaching expected transported number of passengers.
7* Added: Show dialog about new train every start of new week.
8* Added: Support for train carriages.
9* Added: French and German translation.
10* Modified: Improved trains placement behavior by mouse drag and drop.
11* Modified: Do not change view zoom if new station is already visible.
12* Modified: Use by default black background color to avoid flashing on light desktop theme.
13* Modified: Build with Lazarus 2.2.4.
14* Modified: Use core22 for snap package.
15* Modified: Code cleanup.
16* Fixed: Redrawing scene during paused game.
17* Fixed: Disable controls during game over.
18* Fixed: Line icon normalized.
19* Fixed: Normalized images quality and on screen placement.
20* Fixed: Night and day state in clock.
21* Fixed: Translation of short days of weeks names.
22* Fixed: Calculation of tracks end.
23* Fixed: Wrong train drawing position if track points distance close to zero.
24
25Version 1.2.0 (2021-08-19)
26==========================
27
28* Added: Control icons for Pause, Play and Fast forward.
29* Added: Detect language files in different system location on Linux.
30* Modified: Allow to start new track from already connected station.
31* Modified: Image buttons changed to custom TImage control with Enabled property supported.
32* Fixed: Missing parallel track line ending shift.
33* Fixed: Colors inversion of used images if dark mode active.
34* Fixed: Back button arrow drawn as image instead of font. Left arrow was not supported under Ubuntu.
35
36Version 1.1.0 (2020-11-28)
37==========================
38
39* Added: Show highest score on game over.
40* Added: Support for dark mode.
41* Added: Top left back button to exit from game to game menu. Allow to restart game and continue with playing.
42* Added: Support for Escape key for exiting game and menu.
43* Added: Support for full screen mode. Can be changed in options and by hitting F11 key.
44* Added: Remember form dimensions between application restarts.
45* Added: Multi-language support. Supported English and Czech languages.
46* Added: Main game menu with options section.
47* Modified: Use InnoSetup 6 with modern style.
48* Modified: Update project web links.
49* Modified: Use High DPI support under Windows.
50* Fixed: Canvas width and height is not updated correctly on Windows. Use additional CanvasSize parameter in drawing methods.
51* Fixed: Correct vertical position of game over text.
52* Fixed: Show correct application icon and removed version from name in Windows installed application item.
53* Fixed: Zooming by mouse wheel was inverted. Not worked correctly with touch screen.
54* Fixed: Avoid division by zero in line intersection calculation.
55
56Version 1.0.0 (2017-11-19)
57==========================
58
59* Added: 12 station shapes.
60* Added: Change train direction if train is manually repositioned.
61* Added: Automatic zooming to all existed map stations.
62* Added: Player can place additional trains on line and move trains between lines and different places on line.
63* Added: Draw track lines which go in same position side by side to see them all and be able to grab one of them.
64* Added: Show passenger max. count at each map station overload signalization using pie graphic. If overload last too long then game over is set.
65* Added: 9 metro lines with different colors.
66* Added: Support for circular lines.
67* Added: Player can enlarge line from both ends as well as between stations.
68* Added: If track line is grabbed then design time floating track attached to mouse is displayed.
69* Added: Space bar key have a pause function now to stop train movement and time flow.
70* Added: Rotate train and their passengers according track.
71* Added: Add new train each week.
72* Added: Show clock at top right corner.
73* Added: Show line end stations.
74* Added: Show passengers inside train.
75* Added: Show available trains count.
76* Added: Select metro line by clicking on its track.
Note: See TracBrowser for help on using the repository browser.