Changeset 81


Ignore:
Timestamp:
Aug 19, 2021, 3:33:52 PM (3 years ago)
Author:
chronos
Message:
  • Modified: Changes needed after version 1.2.0 release.
Files:
1 added
12 edited

Legend:

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

    r76 r81  
    5252    AppName = 'Big Metro'
    5353    Description = 'Enjoyable real-time metro building game.'
    54     ReleaseDate = 44163
     54    ReleaseDate = 44427
    5555    RegistryKey = '\Software\Chronosoft\BigMetro'
    5656    RegistryRoot = rrKeyCurrentUser
  • tags/1.2.0/Install/deb/debian/changelog

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

    r44 r81  
    2020        install -d -m 755 $(ROOT)/usr/share/pixmaps
    2121        install -m 644 Images/64x64/BigMetro.png $(ROOT)/usr/share/pixmaps
     22        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
    2225
    2326%:
  • tags/1.2.0/Read me.txt

    r71 r81  
    1717* Home page: https://app.zdechov.net/BigMetro/
    1818* Source code: https://svn.zdechov.net/BigMetro/
    19 * Developed in [http://www.lazarus-ide.org/ Lazarus/FPC] 2.0.10
     19* Developed in [http://www.lazarus-ide.org/ Lazarus/FPC] 2.0.12
    2020* To build new Windows installer run Install/build.bat. InnoSetup (http://www.jrsoftware.org/isdl.php) needs to be installed).
  • tags/1.2.0/Release notes.txt

    r71 r81  
     1Version 1.2.0 (2021-08-19)
     2==========================
     3
     4* Added: Control icons for Pause, Play and Fast forward.
     5* Added: Detect language files in different system location on Linux.
     6* Modified: Allow to start new track from already connected station.
     7* Modified: Image buttons changed to custom TImage control with Enabled property supported.
     8* Fixed: Missing parallel track line ending shift.
     9* Fixed: Colors inversion of used images if dark mode active.
     10* Fixed: Back button arrow drawn as image instead of font. Left arrow was not supported under Ubuntu.
     11
    112Version 1.1.0 (2020-11-28)
    213==========================
  • trunk/Install/deb/debian/changelog

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

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

    r44 r81  
    2020        install -d -m 755 $(ROOT)/usr/share/pixmaps
    2121        install -m 644 Images/64x64/BigMetro.png $(ROOT)/usr/share/pixmaps
     22        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
    2225
    2326%:
  • trunk/Install/snap/snapcraft.yaml

    r79 r81  
    11name: big-metro
    22title: Big Metro
    3 version: '1.2.0'
     3version: '1.3.0'
    44summary: Enjoyable real-time metro building game.
    55description: |
  • trunk/Install/win/BigMetro.iss

    r71 r81  
    44#define MyAppName "BigMetro"
    55#define MyAppNameShort "BigMetro"
    6 #define MyAppVersion "1.2.0"
     6#define MyAppVersion "1.3.0"
    77#define MyAppPublisher "Chronosoft"
    88#define MyAppPublisherShort "Chronosoft"
  • trunk/Read me.txt

    r71 r81  
    1717* Home page: https://app.zdechov.net/BigMetro/
    1818* Source code: https://svn.zdechov.net/BigMetro/
    19 * Developed in [http://www.lazarus-ide.org/ Lazarus/FPC] 2.0.10
     19* Developed in [http://www.lazarus-ide.org/ Lazarus/FPC] 2.0.12
    2020* To build new Windows installer run Install/build.bat. InnoSetup (http://www.jrsoftware.org/isdl.php) needs to be installed).
  • trunk/Release notes.txt

    r71 r81  
     1Version 1.2.0 (2021-08-19)
     2==========================
     3
     4* Added: Control icons for Pause, Play and Fast forward.
     5* Added: Detect language files in different system location on Linux.
     6* Modified: Allow to start new track from already connected station.
     7* Modified: Image buttons changed to custom TImage control with Enabled property supported.
     8* Fixed: Missing parallel track line ending shift.
     9* Fixed: Colors inversion of used images if dark mode active.
     10* Fixed: Back button arrow drawn as image instead of font. Left arrow was not supported under Ubuntu.
     11
    112Version 1.1.0 (2020-11-28)
    213==========================
Note: See TracChangeset for help on using the changeset viewer.