- Timestamp:
- Oct 4, 2022, 9:44:55 PM (2 years ago)
- Location:
- trunk
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r100 r112 15 15 OnKeyUp = FormKeyUp 16 16 OnShow = FormShow 17 LCLVersion = '2.2. 2.0'17 LCLVersion = '2.2.4.0' 18 18 object PaintBox1: TPaintBox 19 19 Left = 0 … … 46 46 Identification = 1 47 47 VersionMajor = 1 48 VersionMinor = 248 VersionMinor = 4 49 49 VersionBugFix = 0 50 VersionSuffix = '0' 50 51 HomePage = 'https://app.zdechov.net/BigMetro' 51 52 AuthorsName = 'Chronosoft' … … 53 54 AppName = 'Big Metro' 54 55 Description = 'Enjoyable real-time metro building game.' 55 ReleaseDate = 44 16356 ReleaseDate = 44838 56 57 RegistryKey = '\Software\Chronosoft\BigMetro' 57 58 RegistryRoot = rrKeyCurrentUser -
trunk/Install/deb/debian/changelog
r81 r112 1 bigmetro (1. 3.0-0) precise; urgency=low1 bigmetro (1.4.0-0) precise; urgency=low 2 2 3 * Original version 1. 3.0 packaged with lazdebian3 * Original version 1.4.0 packaged with lazdebian 4 4 5 5 -- Chronos <robie@centrum.cz> Sun, 17 Dec 2016 00:51:08 +0100 -
trunk/Install/deb/debian/control
r81 r112 3 3 Section: utils 4 4 Priority: optional 5 Standards-Version: 1. 3.05 Standards-Version: 1.4.0 6 6 Build-Depends: fpc, lazarus, lcl, lcl-utils, debhelper (>= 8) 7 7 -
trunk/Install/deb/debian/rules
r81 r112 21 21 install -m 644 Images/64x64/BigMetro.png $(ROOT)/usr/share/pixmaps 22 22 install -d -m 755 $(ROOT)/usr/share/BigMetro/languages 23 install -m 755 Languages/ BigMetro.po$(ROOT)/usr/share/BigMetro/languages24 install -m 755 Languages/ BigMetro.cs.po $(ROOT)/usr/share/BigMetro/languages23 install -m 755 Languages/*.pot $(ROOT)/usr/share/BigMetro/languages 24 install -m 755 Languages/*.po $(ROOT)/usr/share/BigMetro/languages 25 25 26 26 %: -
trunk/Install/snap/snapcraft.yaml
r105 r112 1 1 name: big-metro 2 2 title: Big Metro 3 version: '1. 3.0'3 version: '1.4.0' 4 4 summary: Enjoyable real-time metro building game. 5 5 description: | … … 13 13 * Dark mode 14 14 * Full screen mode 15 * Multi-language support (English, Czech) 15 * Multi-language support (English, Czech, French, German) 16 * Career support with playable cities 17 * Selectable weekly new improvements: line, carriage or terminal 16 18 confinement: strict 17 19 base: core22 -
trunk/Install/win/BigMetro.iss
r81 r112 4 4 #define MyAppName "BigMetro" 5 5 #define MyAppNameShort "BigMetro" 6 #define MyAppVersion "1. 3.0"6 #define MyAppVersion "1.4.0" 7 7 #define MyAppPublisher "Chronosoft" 8 8 #define MyAppPublisherShort "Chronosoft" … … 49 49 Name: "english"; MessagesFile: "compiler:Default.isl" 50 50 Name: "czech"; MessagesFile: "compiler:Languages\Czech.isl" 51 ;Name: "slovak"; MessagesFile: "compiler:Languages\Slovak.isl" 51 Name: "french"; MessagesFile: "compiler:Languages\French.isl" 52 Name: "german"; MessagesFile: "compiler:Languages\German.isl" 52 53 53 54 [Tasks] … … 61 62 Source: "{#MyAppSubDir}\lib\i386-win32-Release\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion; Check: not Is64BitInstallMode 62 63 Source: "{#MyAppSubDir}\Languages\*.po"; DestDir: "{app}\Languages"; Flags: ignoreversion 63 64 Source: "{#MyAppSubDir}\Languages\*.pot"; DestDir: "{app}\Languages"; Flags: ignoreversion 64 65 65 66 [Icons] -
trunk/Release notes.txt
r81 r112 1 Version 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 carrier where user needs to play existing cities and gradually unlock them by reaching exprected 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 1 25 Version 1.2.0 (2021-08-19) 2 26 ==========================
Note:
See TracChangeset
for help on using the changeset viewer.