Changeset 112


Ignore:
Timestamp:
Oct 4, 2022, 9:44:55 PM (19 months ago)
Author:
chronos
Message:
  • Added: Changes related to version 1.3.0 release.
Files:
1 added
12 edited

Legend:

Unmodified
Added
Removed
  • tags/1.3.0/Forms/UFormMain.lfm

    r100 r112  
    1515  OnKeyUp = FormKeyUp
    1616  OnShow = FormShow
    17   LCLVersion = '2.2.2.0'
     17  LCLVersion = '2.2.4.0'
    1818  object PaintBox1: TPaintBox
    1919    Left = 0
     
    4646    Identification = 1
    4747    VersionMajor = 1
    48     VersionMinor = 2
     48    VersionMinor = 3
    4949    VersionBugFix = 0
     50    VersionSuffix = '0'
    5051    HomePage = 'https://app.zdechov.net/BigMetro'
    5152    AuthorsName = 'Chronosoft'
     
    5354    AppName = 'Big Metro'
    5455    Description = 'Enjoyable real-time metro building game.'
    55     ReleaseDate = 44163
     56    ReleaseDate = 44838
    5657    RegistryKey = '\Software\Chronosoft\BigMetro'
    5758    RegistryRoot = rrKeyCurrentUser
  • tags/1.3.0/Install/deb/debian/rules

    r81 r112  
    2121        install -m 644 Images/64x64/BigMetro.png $(ROOT)/usr/share/pixmaps
    2222        install -d -m 755 $(ROOT)/usr/share/BigMetro/languages
    23         install -m 755 Languages/BigMetro.po $(ROOT)/usr/share/BigMetro/languages
    24         install -m 755 Languages/BigMetro.cs.po $(ROOT)/usr/share/BigMetro/languages
     23        install -m 755 Languages/*.pot $(ROOT)/usr/share/BigMetro/languages
     24        install -m 755 Languages/*.po $(ROOT)/usr/share/BigMetro/languages
    2525
    2626%:
  • tags/1.3.0/Install/snap/snapcraft.yaml

    r105 r112  
    1313  * Dark mode
    1414  * 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
    1618confinement: strict
    1719base: core22
  • tags/1.3.0/Install/win/BigMetro.iss

    r81 r112  
    4949Name: "english"; MessagesFile: "compiler:Default.isl"
    5050Name: "czech"; MessagesFile: "compiler:Languages\Czech.isl"
    51 ;Name: "slovak"; MessagesFile: "compiler:Languages\Slovak.isl"
     51Name: "french"; MessagesFile: "compiler:Languages\French.isl"
     52Name: "german"; MessagesFile: "compiler:Languages\German.isl"
    5253
    5354[Tasks]
     
    6162Source: "{#MyAppSubDir}\lib\i386-win32-Release\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion; Check: not Is64BitInstallMode
    6263Source: "{#MyAppSubDir}\Languages\*.po"; DestDir: "{app}\Languages"; Flags: ignoreversion
    63 
     64Source: "{#MyAppSubDir}\Languages\*.pot"; DestDir: "{app}\Languages"; Flags: ignoreversion
    6465
    6566[Icons]
  • tags/1.3.0/Release notes.txt

    r81 r112  
     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 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
    125Version 1.2.0 (2021-08-19)
    226==========================
  • trunk/Forms/UFormMain.lfm

    r100 r112  
    1515  OnKeyUp = FormKeyUp
    1616  OnShow = FormShow
    17   LCLVersion = '2.2.2.0'
     17  LCLVersion = '2.2.4.0'
    1818  object PaintBox1: TPaintBox
    1919    Left = 0
     
    4646    Identification = 1
    4747    VersionMajor = 1
    48     VersionMinor = 2
     48    VersionMinor = 4
    4949    VersionBugFix = 0
     50    VersionSuffix = '0'
    5051    HomePage = 'https://app.zdechov.net/BigMetro'
    5152    AuthorsName = 'Chronosoft'
     
    5354    AppName = 'Big Metro'
    5455    Description = 'Enjoyable real-time metro building game.'
    55     ReleaseDate = 44163
     56    ReleaseDate = 44838
    5657    RegistryKey = '\Software\Chronosoft\BigMetro'
    5758    RegistryRoot = rrKeyCurrentUser
  • trunk/Install/deb/debian/changelog

    r81 r112  
    1 bigmetro (1.3.0-0) precise; urgency=low
     1bigmetro (1.4.0-0) precise; urgency=low
    22
    3   * Original version 1.3.0 packaged with lazdebian
     3  * Original version 1.4.0 packaged with lazdebian
    44
    55 -- Chronos <robie@centrum.cz>  Sun, 17 Dec 2016 00:51:08 +0100
  • trunk/Install/deb/debian/control

    r81 r112  
    33Section: utils
    44Priority: optional
    5 Standards-Version: 1.3.0
     5Standards-Version: 1.4.0
    66Build-Depends: fpc, lazarus, lcl, lcl-utils, debhelper (>= 8)
    77
  • trunk/Install/deb/debian/rules

    r81 r112  
    2121        install -m 644 Images/64x64/BigMetro.png $(ROOT)/usr/share/pixmaps
    2222        install -d -m 755 $(ROOT)/usr/share/BigMetro/languages
    23         install -m 755 Languages/BigMetro.po $(ROOT)/usr/share/BigMetro/languages
    24         install -m 755 Languages/BigMetro.cs.po $(ROOT)/usr/share/BigMetro/languages
     23        install -m 755 Languages/*.pot $(ROOT)/usr/share/BigMetro/languages
     24        install -m 755 Languages/*.po $(ROOT)/usr/share/BigMetro/languages
    2525
    2626%:
  • trunk/Install/snap/snapcraft.yaml

    r105 r112  
    11name: big-metro
    22title: Big Metro
    3 version: '1.3.0'
     3version: '1.4.0'
    44summary: Enjoyable real-time metro building game.
    55description: |
     
    1313  * Dark mode
    1414  * 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
    1618confinement: strict
    1719base: core22
  • trunk/Install/win/BigMetro.iss

    r81 r112  
    44#define MyAppName "BigMetro"
    55#define MyAppNameShort "BigMetro"
    6 #define MyAppVersion "1.3.0"
     6#define MyAppVersion "1.4.0"
    77#define MyAppPublisher "Chronosoft"
    88#define MyAppPublisherShort "Chronosoft"
     
    4949Name: "english"; MessagesFile: "compiler:Default.isl"
    5050Name: "czech"; MessagesFile: "compiler:Languages\Czech.isl"
    51 ;Name: "slovak"; MessagesFile: "compiler:Languages\Slovak.isl"
     51Name: "french"; MessagesFile: "compiler:Languages\French.isl"
     52Name: "german"; MessagesFile: "compiler:Languages\German.isl"
    5253
    5354[Tasks]
     
    6162Source: "{#MyAppSubDir}\lib\i386-win32-Release\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion; Check: not Is64BitInstallMode
    6263Source: "{#MyAppSubDir}\Languages\*.po"; DestDir: "{app}\Languages"; Flags: ignoreversion
    63 
     64Source: "{#MyAppSubDir}\Languages\*.pot"; DestDir: "{app}\Languages"; Flags: ignoreversion
    6465
    6566[Icons]
  • trunk/Release notes.txt

    r81 r112  
     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 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
    125Version 1.2.0 (2021-08-19)
    226==========================
Note: See TracChangeset for help on using the changeset viewer.