Changeset 44


Ignore:
Timestamp:
Oct 13, 2019, 7:19:56 PM (5 years ago)
Author:
chronos
Message:
  • Added: Read Me file.
  • Modified: Updated versions and build date.
  • Added: 1.1.0 windows installer file.
Files:
3 added
7 edited

Legend:

Unmodified
Added
Removed
  • tags/1.1.0/Install/win/Game2048.iss

    r26 r44  
    44#define MyAppName "2048"
    55#define MyAppNameShort "2048"
    6 #define MyAppVersion "1.0.0"
    7 #define MyAppVersionSuffix "alfa"     
     6#define MyAppVersion "1.1.0"
     7;#define MyAppVersionSuffix "alfa"     
    88#define MyAppPublisher "Chronosoft"
    99#define MyAppPublisherShort "Chronosoft"
  • tags/1.1.0/Release Notes.txt

    r25 r44  
     1Version 1.1.0 (2019-10-13)
     2==========================
     3
     4* Modified: Fixed tiles move animation.
     5* Added: New form accessible from menu Tools - Moves history with game moves history.
     6* Added: Computer player accessible from Tools menu in Debug mode. It is not able to win game yet.
     7* Added: Help windows with instructions how to play.
     8* Added: With 10% chance create new random tile with value 4 instead of 2.
     9* Fixed: Update previous board state for undo only if board is really moved.
     10
     11
    112Version 1.0.0 (2019-10-04)
    213==========================
  • tags/1.1.0/UCore.lfm

    r31 r44  
    2828    AppName = '2048'
    2929    Description = 'A single-player sliding block puzzle game.'
    30     ReleaseDate = 43743
     30    ReleaseDate = 43751
    3131    RegistryKey = '\Software\Chronosoft\2048'
    3232    RegistryRoot = rrKeyCurrentUser
  • trunk/Install/win/Game2048.iss

    r26 r44  
    44#define MyAppName "2048"
    55#define MyAppNameShort "2048"
    6 #define MyAppVersion "1.0.0"
     6#define MyAppVersion "1.2.0"
    77#define MyAppVersionSuffix "alfa"     
    88#define MyAppPublisher "Chronosoft"
  • trunk/Languages/Game2048.cs.po

    r38 r44  
    233233msgid "Top score"
    234234msgstr "Nejvyšší skóre"
     235
  • trunk/Release Notes.txt

    r25 r44  
     1Version 1.1.0 (2019-10-13)
     2==========================
     3
     4* Modified: Fixed tiles move animation.
     5* Added: New form accessible from menu Tools - Moves history with game moves history.
     6* Added: Computer player accessible from Tools menu in Debug mode. It is not able to win game yet.
     7* Added: Help windows with instructions how to play.
     8* Added: With 10% chance create new random tile with value 4 instead of 2.
     9* Fixed: Update previous board state for undo only if board is really moved.
     10
     11
    112Version 1.0.0 (2019-10-04)
    213==========================
  • trunk/UCore.lfm

    r31 r44  
    2121    Identification = 1
    2222    VersionMajor = 1
    23     VersionMinor = 1
     23    VersionMinor = 2
    2424    VersionBugFix = 0
    2525    HomePage = 'https://app.zdechov.net/2048'
     
    2828    AppName = '2048'
    2929    Description = 'A single-player sliding block puzzle game.'
    30     ReleaseDate = 43743
     30    ReleaseDate = 43751
    3131    RegistryKey = '\Software\Chronosoft\2048'
    3232    RegistryRoot = rrKeyCurrentUser
Note: See TracChangeset for help on using the changeset viewer.