Changeset 61


Ignore:
Timestamp:
Nov 8, 2019, 8:56:02 PM (4 years ago)
Author:
chronos
Message:
  • Added: Window installer binary.
  • Modified: Trunk branch pushed to 1.3.0 alfa.
Files:
1 added
1 deleted
12 edited

Legend:

Unmodified
Added
Removed
  • tags/1.2.0/Game2048.lpi

    r54 r61  
    1919      <OutDir Value="Languages"/>
    2020    </i18n>
     21    <VersionInfo>
     22      <UseVersionInfo Value="True"/>
     23      <MajorVersionNr Value="1"/>
     24      <MinorVersionNr Value="2"/>
     25      <StringTable ProductName="2048" ProductVersion="1.2.0.0"/>
     26    </VersionInfo>
    2127    <BuildModes Count="2">
    2228      <Item1 Name="Debug" Default="True"/>
     
    4955            <Debugging>
    5056              <GenerateDebugInfo Value="False"/>
     57              <StripSymbols Value="True"/>
    5158            </Debugging>
    5259            <LinkSmart Value="True"/>
  • tags/1.2.0/Install/win/Game2048.iss

    r44 r61  
    55#define MyAppNameShort "2048"
    66#define MyAppVersion "1.2.0"
    7 #define MyAppVersionSuffix "alfa"     
     7;#define MyAppVersionSuffix "alfa"     
    88#define MyAppPublisher "Chronosoft"
    99#define MyAppPublisherShort "Chronosoft"
  • tags/1.2.0/Release Notes.txt

    r44 r61  
     1Version 1.2.0 (2019-11-08)
     2==========================
     3
     4* Added: Animation of tiles merge.
     5* Added: Animation of appearence of new tiles.
     6* Added: Support for dark theme.
     7* Added: Support for selectable skins of tiles. Tile values are now representing normal sequence of numbers. If power of two is selected, values are recalculated for rendering and score.
     8* Added: Key buffer to capture consecutive key presses even with slow animation.
     9* Added: Read Me file.
     10* Modified: Use just 2048 for application name.
     11* Modified: Draw board rounded corners.
     12* Modified: Make tiles rectangle with rounded corners.
     13* Fixed: Unable to move tiles in 2x2 board size.
     14* Fixed: Board border width.
     15* Fixed: Tile margin not calculated correctly for different canvas sizes.
     16* Fixed: Wrong slash symbol in path for storing moves history to registry.
     17
    118Version 1.1.0 (2019-10-13)
    219==========================
    320
    4 * Modified: Fixed tiles move animation.
    521* Added: New form accessible from menu Tools - Moves history with game moves history.
    622* Added: Computer player accessible from Tools menu in Debug mode. It is not able to win game yet.
    723* Added: Help windows with instructions how to play.
    824* Added: With 10% chance create new random tile with value 4 instead of 2.
     25* Modified: Fixed tiles move animation.
    926* Fixed: Update previous board state for undo only if board is really moved.
    10 
    1127
    1228Version 1.0.0 (2019-10-04)
    1329==========================
    1430
    15 * Game mechanics implementation.
    16 * Selectable board size (from 2x2 to 12x12).
    17 * Last move undo.
    18 * Keep game between application restarts.
    19 * Localization support (English, Czech).
    20 * High DPI support.
     31* Added: Game mechanics implementation.
     32* Added: Selectable board size (from 2x2 to 12x12).
     33* Added: Last move undo.
     34* Added: Keep game between application restarts.
     35* Added: Localization support (English, Czech).
     36* Added: High DPI support.
  • tags/1.2.0/UCore.lfm

    r51 r61  
    2828    AppName = '2048'
    2929    Description = 'A single-player sliding block puzzle game.'
    30     ReleaseDate = 43751
     30    ReleaseDate = 43777
    3131    RegistryKey = '\Software\Chronosoft\2048'
    3232    RegistryRoot = rrKeyCurrentUser
  • trunk

    • Property svn:ignore
      •  

        old new  
        55heaptrclog.trc
        66Game2048.exe
         7*.res
  • trunk/Game2048.lpi

    r54 r61  
    1919      <OutDir Value="Languages"/>
    2020    </i18n>
     21    <VersionInfo>
     22      <UseVersionInfo Value="True"/>
     23      <MajorVersionNr Value="1"/>
     24      <MinorVersionNr Value="3"/>
     25      <StringTable ProductName="2048" ProductVersion="1.3.0.0"/>
     26    </VersionInfo>
    2127    <BuildModes Count="2">
    2228      <Item1 Name="Debug" Default="True"/>
  • trunk/Install/deb/debian/changelog

    r21 r61  
    1 2048 (1.0.0-0) precise; urgency=low
     12048 (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, 1 Jan 2018 00:51:08 +0100
  • trunk/Install/deb/debian/control

    r45 r61  
    33Section: games
    44Priority: optional
    5 Standards-Version: 1.2.0
     5Standards-Version: 1.3.0
    66Build-Depends: fpc, lazarus, lcl, lcl-utils, debhelper (>= 8)
    77#Build-Depends: fpc-laz, lazarus-project, debhelper (>= 8)
  • trunk/Install/win/Game2048.iss

    r44 r61  
    44#define MyAppName "2048"
    55#define MyAppNameShort "2048"
    6 #define MyAppVersion "1.2.0"
     6#define MyAppVersion "1.3.0"
    77#define MyAppVersionSuffix "alfa"     
    88#define MyAppPublisher "Chronosoft"
  • trunk/Release Notes.txt

    r44 r61  
     1Version 1.2.0 (2019-11-08)
     2==========================
     3
     4* Added: Animation of tiles merge.
     5* Added: Animation of appearence of new tiles.
     6* Added: Support for dark theme.
     7* Added: Support for selectable skins of tiles. Tile values are now representing normal sequence of numbers. If power of two is selected, values are recalculated for rendering and score.
     8* Added: Key buffer to capture consecutive key presses even with slow animation.
     9* Added: Read Me file.
     10* Modified: Use just 2048 for application name.
     11* Modified: Draw board rounded corners.
     12* Modified: Make tiles rectangle with rounded corners.
     13* Fixed: Unable to move tiles in 2x2 board size.
     14* Fixed: Board border width.
     15* Fixed: Tile margin not calculated correctly for different canvas sizes.
     16* Fixed: Wrong slash symbol in path for storing moves history to registry.
     17
    118Version 1.1.0 (2019-10-13)
    219==========================
    320
    4 * Modified: Fixed tiles move animation.
    521* Added: New form accessible from menu Tools - Moves history with game moves history.
    622* Added: Computer player accessible from Tools menu in Debug mode. It is not able to win game yet.
    723* Added: Help windows with instructions how to play.
    824* Added: With 10% chance create new random tile with value 4 instead of 2.
     25* Modified: Fixed tiles move animation.
    926* Fixed: Update previous board state for undo only if board is really moved.
    10 
    1127
    1228Version 1.0.0 (2019-10-04)
    1329==========================
    1430
    15 * Game mechanics implementation.
    16 * Selectable board size (from 2x2 to 12x12).
    17 * Last move undo.
    18 * Keep game between application restarts.
    19 * Localization support (English, Czech).
    20 * High DPI support.
     31* Added: Game mechanics implementation.
     32* Added: Selectable board size (from 2x2 to 12x12).
     33* Added: Last move undo.
     34* Added: Keep game between application restarts.
     35* Added: Localization support (English, Czech).
     36* Added: High DPI support.
  • trunk/UCore.lfm

    r51 r61  
    2121    Identification = 1
    2222    VersionMajor = 1
    23     VersionMinor = 2
     23    VersionMinor = 3
    2424    VersionBugFix = 0
     25    VersionSuffix = 'alfa'
    2526    HomePage = 'https://app.zdechov.net/2048'
    2627    AuthorsName = 'Chronos'
     
    2829    AppName = '2048'
    2930    Description = 'A single-player sliding block puzzle game.'
    30     ReleaseDate = 43751
     31    ReleaseDate = 43777
    3132    RegistryKey = '\Software\Chronosoft\2048'
    3233    RegistryRoot = rrKeyCurrentUser
Note: See TracChangeset for help on using the changeset viewer.