source: trunk/Release notes.txt

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