Changeset 61 for tags


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.
Location:
tags/1.2.0
Files:
5 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
Note: See TracChangeset for help on using the changeset viewer.