Changeset 76
- Timestamp:
- Aug 13, 2020, 10:53:36 PM (4 years ago)
- Files:
-
- 1 added
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/1.3.0/Install/win/Game2048.iss
r61 r76 5 5 #define MyAppNameShort "2048" 6 6 #define MyAppVersion "1.3.0" 7 #define MyAppVersionSuffix "alfa"7 ;#define MyAppVersionSuffix "alfa" 8 8 #define MyAppPublisher "Chronosoft" 9 9 #define MyAppPublisherShort "Chronosoft" 10 #define MyAppURL "http ://app.zdechov.net/2048"10 #define MyAppURL "https://app.zdechov.net/2048" 11 11 #define MyAppExeName "Game2048.exe" 12 12 #define MyAppDebugName "Game2048.dbg" … … 36 36 AppSupportURL={#MyAppURL} 37 37 AppUpdatesURL={#MyAppURL} 38 DefaultDirName={ pf}\{#MyAppPublisherShort}\{#MyAppName}38 DefaultDirName={commonpf}\{#MyAppPublisherShort}\{#MyAppName} 39 39 DefaultGroupName={#MyAppPublisherShort}\{#MyAppName} 40 40 AllowNoIcons=yes … … 51 51 ; installation to run on all architectures (including Itanium, 52 52 ; since it's capable of running 32-bit code too). 53 WizardStyle=modern 53 54 54 55 [Languages] … … 61 62 62 63 [Registry] 63 Root: HK CU; Subkey: "Software\Chronosoft\2048"; Flags: uninsdeletekey64 Root: HKLM; Subkey: "Software\Chronosoft\2048"; Flags: uninsdeletekey 64 65 65 66 [Files] -
tags/1.3.0/Install/win/build.bat
r6 r76 18 18 copy %MAIN_EXE% %WIN64_EXE% 19 19 20 "c:\Program Files (x86)\Inno Setup 5\ISCC.exe" "%PROJECTNAME%.iss"20 "c:\Program Files (x86)\Inno Setup 6\ISCC.exe" "%PROJECTNAME%.iss" -
tags/1.3.0/Release Notes.txt
r61 r76 1 Version 1.3.0 (2020-08-13) 2 ========================== 3 4 * Added: Allow to slide blocks using mouse. 5 * Added: Roman numerals as tile skin. 6 * Added: Binary numbers tile skin. 7 * Added: Separated TGame paint and state change events. 8 * Modified: Update locking on combobox items initialization in new game form. 9 * Modified: Count total score using standard power of two numbers for all tile skins. 10 * Modified: Draw to Canvas through TMetaCanvas class. 11 * Modified: Animate tiles movements in background thread. 12 * Modified: Initialize TCore as first application form. 13 * Fixed: Build under Lazarus 2.0.10 and FPC 3.2.0. 14 * Fixed: Main menu was not translated. 15 * Fixed: Drawing board in AI mode. 16 * Fixed: Undo action was not enabled. 17 * Fixed: Init form opaque control style during its creation. 18 1 19 Version 1.2.0 (2019-11-08) 2 20 ========================== -
tags/1.3.0/UCore.lfm
r61 r76 9 9 PPI = 144 10 10 object ThemeManager1: TThemeManager 11 left = 42012 top = 8411 Left = 420 12 Top = 84 13 13 end 14 14 object PersistentForm1: TPersistentForm 15 15 MinVisiblePart = 50 16 16 EntireVisible = False 17 left = 12018 top = 28817 Left = 120 18 Top = 288 19 19 end 20 20 object ApplicationInfo1: TApplicationInfo … … 23 23 VersionMinor = 3 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 377730 ReleaseDate = 44056 32 31 RegistryKey = '\Software\Chronosoft\2048' 33 32 RegistryRoot = rrKeyCurrentUser 34 33 License = 'CC0' 35 left = 12036 top = 9634 Left = 120 35 Top = 96 37 36 end 38 37 object Translator1: TTranslator 39 38 POFilesFolder = 'Languages' 40 39 OnTranslate = Translator1Translate 41 left = 33642 top = 29540 Left = 336 41 Top = 295 43 42 end 44 43 object ActionList1: TActionList 45 left = 41646 top = 18444 Left = 416 45 Top = 184 47 46 object ANew: TAction 48 47 Caption = 'New...' … … 84 83 end 85 84 object ThemeManager2: TThemeManager 86 left = 16387 top = 40585 Left = 163 86 Top = 405 88 87 end 89 88 end -
trunk/Install/deb/debian/changelog
r61 r76 1 2048 (1. 3.0-0) precise; urgency=low1 2048 (1.4.0-0) precise; urgency=low 2 2 3 * Original version 1. 3.0 packaged with lazdebian3 * Original version 1.4.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
r61 r76 3 3 Section: games 4 4 Priority: optional 5 Standards-Version: 1. 3.05 Standards-Version: 1.4.0 6 6 Build-Depends: fpc, lazarus, lcl, lcl-utils, debhelper (>= 8) 7 7 #Build-Depends: fpc-laz, lazarus-project, debhelper (>= 8) -
trunk/Install/win/Game2048.iss
r61 r76 4 4 #define MyAppName "2048" 5 5 #define MyAppNameShort "2048" 6 #define MyAppVersion "1. 3.0"6 #define MyAppVersion "1.4.0" 7 7 #define MyAppVersionSuffix "alfa" 8 8 #define MyAppPublisher "Chronosoft" 9 9 #define MyAppPublisherShort "Chronosoft" 10 #define MyAppURL "http ://app.zdechov.net/2048"10 #define MyAppURL "https://app.zdechov.net/2048" 11 11 #define MyAppExeName "Game2048.exe" 12 12 #define MyAppDebugName "Game2048.dbg" … … 36 36 AppSupportURL={#MyAppURL} 37 37 AppUpdatesURL={#MyAppURL} 38 DefaultDirName={ pf}\{#MyAppPublisherShort}\{#MyAppName}38 DefaultDirName={commonpf}\{#MyAppPublisherShort}\{#MyAppName} 39 39 DefaultGroupName={#MyAppPublisherShort}\{#MyAppName} 40 40 AllowNoIcons=yes … … 51 51 ; installation to run on all architectures (including Itanium, 52 52 ; since it's capable of running 32-bit code too). 53 WizardStyle=modern 53 54 54 55 [Languages] … … 61 62 62 63 [Registry] 63 Root: HK CU; Subkey: "Software\Chronosoft\2048"; Flags: uninsdeletekey64 Root: HKLM; Subkey: "Software\Chronosoft\2048"; Flags: uninsdeletekey 64 65 65 66 [Files] -
trunk/Install/win/build.bat
r6 r76 18 18 copy %MAIN_EXE% %WIN64_EXE% 19 19 20 "c:\Program Files (x86)\Inno Setup 5\ISCC.exe" "%PROJECTNAME%.iss"20 "c:\Program Files (x86)\Inno Setup 6\ISCC.exe" "%PROJECTNAME%.iss" -
trunk/UCore.lfm
r61 r76 9 9 PPI = 144 10 10 object ThemeManager1: TThemeManager 11 left = 42012 top = 8411 Left = 420 12 Top = 84 13 13 end 14 14 object PersistentForm1: TPersistentForm 15 15 MinVisiblePart = 50 16 16 EntireVisible = False 17 left = 12018 top = 28817 Left = 120 18 Top = 288 19 19 end 20 20 object ApplicationInfo1: TApplicationInfo 21 21 Identification = 1 22 22 VersionMajor = 1 23 VersionMinor = 323 VersionMinor = 4 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 377731 ReleaseDate = 44056 32 32 RegistryKey = '\Software\Chronosoft\2048' 33 33 RegistryRoot = rrKeyCurrentUser 34 34 License = 'CC0' 35 left = 12036 top = 9635 Left = 120 36 Top = 96 37 37 end 38 38 object Translator1: TTranslator 39 39 POFilesFolder = 'Languages' 40 40 OnTranslate = Translator1Translate 41 left = 33642 top = 29541 Left = 336 42 Top = 295 43 43 end 44 44 object ActionList1: TActionList 45 left = 41646 top = 18445 Left = 416 46 Top = 184 47 47 object ANew: TAction 48 48 Caption = 'New...' … … 84 84 end 85 85 object ThemeManager2: TThemeManager 86 left = 16387 top = 40586 Left = 163 87 Top = 405 88 88 end 89 89 end
Note:
See TracChangeset
for help on using the changeset viewer.