Changeset 95
- Timestamp:
- Jun 7, 2024, 10:05:49 PM (5 months ago)
- Files:
-
- 1 added
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/1.4.0/Core.lfm
r91 r95 23 23 VersionMinor = 4 24 24 VersionBugFix = 0 25 VersionSuffix = 'alfa'26 25 HomePage = 'https://app.zdechov.net/2048' 27 26 AuthorsName = 'Chronos' … … 29 28 AppName = '2048' 30 29 Description = 'A single-player sliding block puzzle game.' 31 ReleaseDate = 4 405630 ReleaseDate = 45450 32 31 RegistryKey = '\Software\Chronosoft\2048' 33 32 RegistryRoot = rrKeyCurrentUser -
tags/1.4.0/Install/win/Game2048.iss
r76 r95 5 5 #define MyAppNameShort "2048" 6 6 #define MyAppVersion "1.4.0" 7 #define MyAppVersionSuffix "alfa"7 ;#define MyAppVersionSuffix "alfa" 8 8 #define MyAppPublisher "Chronosoft" 9 9 #define MyAppPublisherShort "Chronosoft" -
tags/1.4.0/Release Notes.txt
r81 r95 1 Version 1.4.0 (2024-06-07) 2 ========================== 3 4 * Added: Game menu restart action to start a new game without showing options dialog. 5 * Added: Toggle full screen mode (F11) from View main menu. 6 * Added: Allow to select color palette in new game dialog. 7 * Added: Step button in AI form to do single step. 8 * Added: Use also numeric keyboard for movement. 9 * Modified: Calculate different win tile value for different board sizes. 10 * Modified: Moved Settings menu under Tools menu. 11 * Fixed: Use scrollboxes in options dialogs. 12 * Fixed: Use clear background color under score text instead of solid. 13 1 14 Version 1.3.0 (2020-08-13) 2 15 ========================== -
trunk/Core.lfm
r91 r95 21 21 Identification = 1 22 22 VersionMajor = 1 23 VersionMinor = 423 VersionMinor = 5 24 24 VersionBugFix = 0 25 25 VersionSuffix = 'alfa' … … 29 29 AppName = '2048' 30 30 Description = 'A single-player sliding block puzzle game.' 31 ReleaseDate = 4 405631 ReleaseDate = 45450 32 32 RegistryKey = '\Software\Chronosoft\2048' 33 33 RegistryRoot = rrKeyCurrentUser -
trunk/Install/deb/debian/changelog
r76 r95 1 2048 (1. 4.0-0) precise; urgency=low1 2048 (1.5.0-0) precise; urgency=low 2 2 3 * Original version 1. 4.0 packaged with lazdebian3 * Original version 1.5.0 packaged with lazdebian 4 4 5 5 -- Chronos <robie@centrum.cz> Sun, 1 Jan 2018 00:51:08 +0100 -
trunk/Install/deb/debian/control
r76 r95 3 3 Section: games 4 4 Priority: optional 5 Standards-Version: 1. 4.05 Standards-Version: 1.5.0 6 6 Build-Depends: fpc, lazarus, lcl, lcl-utils, debhelper (>= 8) 7 7 #Build-Depends: fpc-laz, lazarus-project, debhelper (>= 8) -
trunk/Install/snap/snapcraft.yaml
r90 r95 1 1 name: 2048x 2 2 title: 2048x 3 version: '1. 3.0'3 version: '1.5.0' 4 4 summary: A classic 2048 block sliding puzzle game 5 5 description: | -
trunk/Install/win/Game2048.iss
r76 r95 4 4 #define MyAppName "2048" 5 5 #define MyAppNameShort "2048" 6 #define MyAppVersion "1. 4.0"6 #define MyAppVersion "1.5.0" 7 7 #define MyAppVersionSuffix "alfa" 8 8 #define MyAppPublisher "Chronosoft" -
trunk/Release Notes.txt
r81 r95 1 Version 1.4.0 (2024-06-07) 2 ========================== 3 4 * Added: Game menu restart action to start a new game without showing options dialog. 5 * Added: Toggle full screen mode (F11) from View main menu. 6 * Added: Allow to select color palette in new game dialog. 7 * Added: Step button in AI form to do single step. 8 * Added: Use also numeric keyboard for movement. 9 * Modified: Calculate different win tile value for different board sizes. 10 * Modified: Moved Settings menu under Tools menu. 11 * Fixed: Use scrollboxes in options dialogs. 12 * Fixed: Use clear background color under score text instead of solid. 13 1 14 Version 1.3.0 (2020-08-13) 2 15 ==========================
Note:
See TracChangeset
for help on using the changeset viewer.