- Timestamp:
- Nov 8, 2019, 8:56:02 PM (5 years ago)
- Location:
- tags/1.2.0
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/1.2.0/Game2048.lpi
r54 r61 19 19 <OutDir Value="Languages"/> 20 20 </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> 21 27 <BuildModes Count="2"> 22 28 <Item1 Name="Debug" Default="True"/> … … 49 55 <Debugging> 50 56 <GenerateDebugInfo Value="False"/> 57 <StripSymbols Value="True"/> 51 58 </Debugging> 52 59 <LinkSmart Value="True"/> -
tags/1.2.0/Install/win/Game2048.iss
r44 r61 5 5 #define MyAppNameShort "2048" 6 6 #define MyAppVersion "1.2.0" 7 #define MyAppVersionSuffix "alfa"7 ;#define MyAppVersionSuffix "alfa" 8 8 #define MyAppPublisher "Chronosoft" 9 9 #define MyAppPublisherShort "Chronosoft" -
tags/1.2.0/Release Notes.txt
r44 r61 1 Version 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 1 18 Version 1.1.0 (2019-10-13) 2 19 ========================== 3 20 4 * Modified: Fixed tiles move animation.5 21 * Added: New form accessible from menu Tools - Moves history with game moves history. 6 22 * Added: Computer player accessible from Tools menu in Debug mode. It is not able to win game yet. 7 23 * Added: Help windows with instructions how to play. 8 24 * Added: With 10% chance create new random tile with value 4 instead of 2. 25 * Modified: Fixed tiles move animation. 9 26 * Fixed: Update previous board state for undo only if board is really moved. 10 11 27 12 28 Version 1.0.0 (2019-10-04) 13 29 ========================== 14 30 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 28 28 AppName = '2048' 29 29 Description = 'A single-player sliding block puzzle game.' 30 ReleaseDate = 437 5130 ReleaseDate = 43777 31 31 RegistryKey = '\Software\Chronosoft\2048' 32 32 RegistryRoot = rrKeyCurrentUser
Note:
See TracChangeset
for help on using the changeset viewer.