Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian-Macallan committed Jul 27, 2024
1 parent c986aef commit 6aa7561
Show file tree
Hide file tree
Showing 39 changed files with 292 additions and 188 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:
# You can convert this to a build matrix if you need coverage of multiple configuration types.
# https://docs.github.com/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
BUILD_CONFIGURATION: Release
BUILD_VERSION: 4.2.12.8 # Version
BUILD_VERSION: 4.2.12.12 # Version
#
permissions:
actions: write
Expand Down
14 changes: 7 additions & 7 deletions Analyze/Analyze.rc
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 4,2,12,008
PRODUCTVERSION 4,2,12,008
FILEVERSION 4,2,12,012
PRODUCTVERSION 4,2,12,012
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -70,15 +70,15 @@ BEGIN
VALUE "Comments", "mailto:ian.macallan@gmail.com\0"
VALUE "CompanyName", "Macallan (c)\0"
VALUE "FileDescription", "Analyze - (MSVC)\0"
VALUE "FileVersion", "4.2.12.008\0"
VALUE "FileVersion", "4.2.12.012\0"
VALUE "InternalName", "https://www.macallan.org/\0"
VALUE "LegalCopyright", "Copyright (C) Wed Jul 24 09:29, 2024\0"
VALUE "LegalCopyright", "Copyright (C) Sat Jul 27 11:45, 2024\0"
VALUE "LegalTrademarks", "Author: Ian Macallan\0"
VALUE "OriginalFilename", ORIGINAL_FILENAME
VALUE "PrivateBuild", "826\0"
VALUE "PrivateBuild", "830\0"
VALUE "ProductName", PRODUCT_NAME
VALUE "ProductVersion", "4.2.12.008\0"
VALUE "SpecialBuild", "826\0"
VALUE "ProductVersion", "4.2.12.012\0"
VALUE "SpecialBuild", "830\0"
END
END
BLOCK "VarFileInfo"
Expand Down
10 changes: 5 additions & 5 deletions Analyze/AutomaticProductName.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@
#ifdef _WIN64
#ifdef UNICODE
#define ORIGINAL_FILENAME L"Analyze (x64 Unicode) (MSVC)\0"
#define PRODUCT_NAME L"Analyze - Version 4.2.12.008\r\n(Build 826) - (x64 Unicode) (MSVC)\0"
#define PRODUCT_NAME L"Analyze - Version 4.2.12.012\r\n(Build 830) - (x64 Unicode) (MSVC)\0"
#else
#define ORIGINAL_FILENAME "Analyze (x64 MBCS) (MSVC)\0"
#define PRODUCT_NAME "Analyze - Version 4.2.12.008\r\n(Build 826) - (x64 MBCS) (MSVC)\0"
#define PRODUCT_NAME "Analyze - Version 4.2.12.012\r\n(Build 830) - (x64 MBCS) (MSVC)\0"
#endif
#elif _WIN32
#ifdef UNICODE
#define ORIGINAL_FILENAME L"Analyze (x86 Unicode) (MSVC)\0"
#define PRODUCT_NAME L"Analyze - Version 4.2.12.008\r\n(Build 826) - (x86 Unicode) (MSVC)\0"
#define PRODUCT_NAME L"Analyze - Version 4.2.12.012\r\n(Build 830) - (x86 Unicode) (MSVC)\0"
#else
#define ORIGINAL_FILENAME "Analyze (x86 MBCS) (MSVC)\0"
#define PRODUCT_NAME "Analyze - Version 4.2.12.008\r\n(Build 826) - (x86 MBCS) (MSVC)\0"
#define PRODUCT_NAME "Analyze - Version 4.2.12.012\r\n(Build 830) - (x86 MBCS) (MSVC)\0"
#endif
#else
#define ORIGINAL_FILENAME "Analyze (MSVC)\0"
#define PRODUCT_NAME "Analyze - Version 4.2.12.008\r\n(Build 826) - (MSVC)\0"
#define PRODUCT_NAME "Analyze - Version 4.2.12.012\r\n(Build 830) - (MSVC)\0"
#endif

#endif
30 changes: 15 additions & 15 deletions Analyze/AutomaticVersionHeader.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//
// (c) 2003 - 2024 Macallan - mailto:ian.macallan@gmail.com
//
// Generated : 24/07/2024 09:29:25
// Generated : 27/07/2024 11:45:49
//
//===========================================================================================
//
Expand Down Expand Up @@ -57,33 +57,33 @@
#endif

#ifdef UNICODE
#define PROGRAM_DATE L"Wed Jul 24 09:29"
#define PROGRAM_DATE_F L"Wed Jul 24 09:29 2024"
#define PROGRAM_DATE L"Sat Jul 27 11:45"
#define PROGRAM_DATE_F L"Sat Jul 27 11:45 2024"
#define PROGRAM_YEAR L"2024"
#define PROGRAM_TIME L"2024/07/24 09:29:25"
#define PROGRAM_TIME L"2024/07/27 11:45:49"
#else
#define PROGRAM_DATE "Wed Jul 24 09:29"
#define PROGRAM_DATE_F "Wed Jul 24 09:29 2024"
#define PROGRAM_DATE "Sat Jul 27 11:45"
#define PROGRAM_DATE_F "Sat Jul 27 11:45 2024"
#define PROGRAM_YEAR "2024"
#define PROGRAM_TIME "2024/07/24 09:29:25"
#define PROGRAM_TIME "2024/07/27 11:45:49"
#endif

#ifdef UNICODE
#define PROGRAM_VERSION L"4.2.12.008"
#define PROGRAM_INSTALL L"4.2.12008"
#define PROGRAM_VER_NUM 40212008
#define PROGRAM_BUILD L"826"
#define PROGRAM_VERSION L"4.2.12.012"
#define PROGRAM_INSTALL L"4.2.12012"
#define PROGRAM_VER_NUM 40212012
#define PROGRAM_BUILD L"830"
#define PROGRAM_TITLE L"Analyze"
#ifdef _WIN64
#define PROGRAM_TITLE_P L"Analyze (x64 Unicode)"
#else
#define PROGRAM_TITLE_P L"Analyze (x86 Unicode)"
#endif
#else
#define PROGRAM_VERSION "4.2.12.008"
#define PROGRAM_INSTALL "4.2.12008"
#define PROGRAM_VER_NUM 40212008
#define PROGRAM_BUILD "826"
#define PROGRAM_VERSION "4.2.12.012"
#define PROGRAM_INSTALL "4.2.12012"
#define PROGRAM_VER_NUM 40212012
#define PROGRAM_BUILD "830"
#define PROGRAM_TITLE "Analyze"
#ifdef _WIN64
#define PROGRAM_TITLE_P "Analyze (x64 MBCS)"
Expand Down
10 changes: 5 additions & 5 deletions AutomaticProductName.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@
#ifdef _WIN64
#ifdef UNICODE
#define ORIGINAL_FILENAME L"TRCheatWin (x64 Unicode) (MSVC)\0"
#define PRODUCT_NAME L"TRCheatWin - Version 4.2.12.008\r\n(Build 961) - (x64 Unicode) (MSVC)\0"
#define PRODUCT_NAME L"TRCheatWin - Version 4.2.12.012\r\n(Build 965) - (x64 Unicode) (MSVC)\0"
#else
#define ORIGINAL_FILENAME "TRCheatWin (x64 MBCS) (MSVC)\0"
#define PRODUCT_NAME "TRCheatWin - Version 4.2.12.008\r\n(Build 961) - (x64 MBCS) (MSVC)\0"
#define PRODUCT_NAME "TRCheatWin - Version 4.2.12.012\r\n(Build 965) - (x64 MBCS) (MSVC)\0"
#endif
#elif _WIN32
#ifdef UNICODE
#define ORIGINAL_FILENAME L"TRCheatWin (x86 Unicode) (MSVC)\0"
#define PRODUCT_NAME L"TRCheatWin - Version 4.2.12.008\r\n(Build 961) - (x86 Unicode) (MSVC)\0"
#define PRODUCT_NAME L"TRCheatWin - Version 4.2.12.012\r\n(Build 965) - (x86 Unicode) (MSVC)\0"
#else
#define ORIGINAL_FILENAME "TRCheatWin (x86 MBCS) (MSVC)\0"
#define PRODUCT_NAME "TRCheatWin - Version 4.2.12.008\r\n(Build 961) - (x86 MBCS) (MSVC)\0"
#define PRODUCT_NAME "TRCheatWin - Version 4.2.12.012\r\n(Build 965) - (x86 MBCS) (MSVC)\0"
#endif
#else
#define ORIGINAL_FILENAME "TRCheatWin (MSVC)\0"
#define PRODUCT_NAME "TRCheatWin - Version 4.2.12.008\r\n(Build 961) - (MSVC)\0"
#define PRODUCT_NAME "TRCheatWin - Version 4.2.12.012\r\n(Build 965) - (MSVC)\0"
#endif

#endif
30 changes: 15 additions & 15 deletions AutomaticVersionHeader.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//
// (c) 2003 - 2024 Macallan - mailto:ian.macallan@gmail.com
//
// Generated : 24/07/2024 09:29:26
// Generated : 27/07/2024 11:45:49
//
//===========================================================================================
//
Expand Down Expand Up @@ -57,33 +57,33 @@
#endif

#ifdef UNICODE
#define PROGRAM_DATE L"Wed Jul 24 09:29"
#define PROGRAM_DATE_F L"Wed Jul 24 09:29 2024"
#define PROGRAM_DATE L"Sat Jul 27 11:45"
#define PROGRAM_DATE_F L"Sat Jul 27 11:45 2024"
#define PROGRAM_YEAR L"2024"
#define PROGRAM_TIME L"2024/07/24 09:29:26"
#define PROGRAM_TIME L"2024/07/27 11:45:49"
#else
#define PROGRAM_DATE "Wed Jul 24 09:29"
#define PROGRAM_DATE_F "Wed Jul 24 09:29 2024"
#define PROGRAM_DATE "Sat Jul 27 11:45"
#define PROGRAM_DATE_F "Sat Jul 27 11:45 2024"
#define PROGRAM_YEAR "2024"
#define PROGRAM_TIME "2024/07/24 09:29:26"
#define PROGRAM_TIME "2024/07/27 11:45:49"
#endif

#ifdef UNICODE
#define PROGRAM_VERSION L"4.2.12.008"
#define PROGRAM_INSTALL L"4.2.12008"
#define PROGRAM_VER_NUM 40212008
#define PROGRAM_BUILD L"961"
#define PROGRAM_VERSION L"4.2.12.012"
#define PROGRAM_INSTALL L"4.2.12012"
#define PROGRAM_VER_NUM 40212012
#define PROGRAM_BUILD L"965"
#define PROGRAM_TITLE L"TRCheat Win"
#ifdef _WIN64
#define PROGRAM_TITLE_P L"TRCheat Win (x64 Unicode)"
#else
#define PROGRAM_TITLE_P L"TRCheat Win (x86 Unicode)"
#endif
#else
#define PROGRAM_VERSION "4.2.12.008"
#define PROGRAM_INSTALL "4.2.12008"
#define PROGRAM_VER_NUM 40212008
#define PROGRAM_BUILD "961"
#define PROGRAM_VERSION "4.2.12.012"
#define PROGRAM_INSTALL "4.2.12012"
#define PROGRAM_VER_NUM 40212012
#define PROGRAM_BUILD "965"
#define PROGRAM_TITLE "TRCheat Win"
#ifdef _WIN64
#define PROGRAM_TITLE_P "TRCheat Win (x64 MBCS)"
Expand Down
2 changes: 1 addition & 1 deletion ProductVersionInfo.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
rem cd %~dp0
rem %~d0

set PRODUCT_VERSION_VERS=4.2.12.8
set PRODUCT_VERSION_VERS=4.2.12.12

@exit /b
6 changes: 3 additions & 3 deletions ProductVersionInfo.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
4.2.12.8
4.2.12.12
TRCheatWin
TRCheatWin (x86) : Wed Jul 24 09:29 4.2.12.8
TRCheatWin (x64) : Wed Jul 24 09:29 4.2.12.8
TRCheatWin (x86) : Sat Jul 27 11:45 4.2.12.12
TRCheatWin (x64) : Sat Jul 27 11:45 4.2.12.12
2 changes: 1 addition & 1 deletion ProductVersionSize.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.2.12.008
4.2.12.012
10 changes: 5 additions & 5 deletions ReadTR2/AutomaticProductName.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@
#ifdef _WIN64
#ifdef UNICODE
#define ORIGINAL_FILENAME L"ReadTR2 (x64 Unicode) (MSVC)\0"
#define PRODUCT_NAME L"ReadTR2 - Version 4.2.12.008\r\n(Build 550) - (x64 Unicode) (MSVC)\0"
#define PRODUCT_NAME L"ReadTR2 - Version 4.2.12.012\r\n(Build 554) - (x64 Unicode) (MSVC)\0"
#else
#define ORIGINAL_FILENAME "ReadTR2 (x64 MBCS) (MSVC)\0"
#define PRODUCT_NAME "ReadTR2 - Version 4.2.12.008\r\n(Build 550) - (x64 MBCS) (MSVC)\0"
#define PRODUCT_NAME "ReadTR2 - Version 4.2.12.012\r\n(Build 554) - (x64 MBCS) (MSVC)\0"
#endif
#elif _WIN32
#ifdef UNICODE
#define ORIGINAL_FILENAME L"ReadTR2 (x86 Unicode) (MSVC)\0"
#define PRODUCT_NAME L"ReadTR2 - Version 4.2.12.008\r\n(Build 550) - (x86 Unicode) (MSVC)\0"
#define PRODUCT_NAME L"ReadTR2 - Version 4.2.12.012\r\n(Build 554) - (x86 Unicode) (MSVC)\0"
#else
#define ORIGINAL_FILENAME "ReadTR2 (x86 MBCS) (MSVC)\0"
#define PRODUCT_NAME "ReadTR2 - Version 4.2.12.008\r\n(Build 550) - (x86 MBCS) (MSVC)\0"
#define PRODUCT_NAME "ReadTR2 - Version 4.2.12.012\r\n(Build 554) - (x86 MBCS) (MSVC)\0"
#endif
#else
#define ORIGINAL_FILENAME "ReadTR2 (MSVC)\0"
#define PRODUCT_NAME "ReadTR2 - Version 4.2.12.008\r\n(Build 550) - (MSVC)\0"
#define PRODUCT_NAME "ReadTR2 - Version 4.2.12.012\r\n(Build 554) - (MSVC)\0"
#endif

#endif
30 changes: 15 additions & 15 deletions ReadTR2/AutomaticVersionHeader.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//
// (c) 2003 - 2024 Macallan - mailto:ian.macallan@gmail.com
//
// Generated : 24/07/2024 09:29:26
// Generated : 27/07/2024 11:45:49
//
//===========================================================================================
//
Expand Down Expand Up @@ -57,33 +57,33 @@
#endif

#ifdef UNICODE
#define PROGRAM_DATE L"Wed Jul 24 09:29"
#define PROGRAM_DATE_F L"Wed Jul 24 09:29 2024"
#define PROGRAM_DATE L"Sat Jul 27 11:45"
#define PROGRAM_DATE_F L"Sat Jul 27 11:45 2024"
#define PROGRAM_YEAR L"2024"
#define PROGRAM_TIME L"2024/07/24 09:29:26"
#define PROGRAM_TIME L"2024/07/27 11:45:49"
#else
#define PROGRAM_DATE "Wed Jul 24 09:29"
#define PROGRAM_DATE_F "Wed Jul 24 09:29 2024"
#define PROGRAM_DATE "Sat Jul 27 11:45"
#define PROGRAM_DATE_F "Sat Jul 27 11:45 2024"
#define PROGRAM_YEAR "2024"
#define PROGRAM_TIME "2024/07/24 09:29:26"
#define PROGRAM_TIME "2024/07/27 11:45:49"
#endif

#ifdef UNICODE
#define PROGRAM_VERSION L"4.2.12.008"
#define PROGRAM_INSTALL L"4.2.12008"
#define PROGRAM_VER_NUM 40212008
#define PROGRAM_BUILD L"550"
#define PROGRAM_VERSION L"4.2.12.012"
#define PROGRAM_INSTALL L"4.2.12012"
#define PROGRAM_VER_NUM 40212012
#define PROGRAM_BUILD L"554"
#define PROGRAM_TITLE L"Read TR2"
#ifdef _WIN64
#define PROGRAM_TITLE_P L"Read TR2 (x64 Unicode)"
#else
#define PROGRAM_TITLE_P L"Read TR2 (x86 Unicode)"
#endif
#else
#define PROGRAM_VERSION "4.2.12.008"
#define PROGRAM_INSTALL "4.2.12008"
#define PROGRAM_VER_NUM 40212008
#define PROGRAM_BUILD "550"
#define PROGRAM_VERSION "4.2.12.012"
#define PROGRAM_INSTALL "4.2.12012"
#define PROGRAM_VER_NUM 40212012
#define PROGRAM_BUILD "554"
#define PROGRAM_TITLE "Read TR2"
#ifdef _WIN64
#define PROGRAM_TITLE_P "Read TR2 (x64 MBCS)"
Expand Down
14 changes: 7 additions & 7 deletions ReadTR2/ReadTR2.rc
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 4,2,12,008
PRODUCTVERSION 4,2,12,008
FILEVERSION 4,2,12,012
PRODUCTVERSION 4,2,12,012
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -70,15 +70,15 @@ BEGIN
VALUE "Comments", "mailto:ian.macallan@gmail.com\0"
VALUE "CompanyName", "Macallan (c)\0"
VALUE "FileDescription", "ReadTR2 - (MSVC)\0"
VALUE "FileVersion", "4.2.12.008\0"
VALUE "FileVersion", "4.2.12.012\0"
VALUE "InternalName", "https://www.macallan.org/\0"
VALUE "LegalCopyright", "Copyright (C) Wed Jul 24 09:29, 2024\0"
VALUE "LegalCopyright", "Copyright (C) Sat Jul 27 11:45, 2024\0"
VALUE "LegalTrademarks", "Author: Ian Macallan\0"
VALUE "OriginalFilename", ORIGINAL_FILENAME
VALUE "PrivateBuild", "550\0"
VALUE "PrivateBuild", "554\0"
VALUE "ProductName", PRODUCT_NAME
VALUE "ProductVersion", "4.2.12.008\0"
VALUE "SpecialBuild", "550\0"
VALUE "ProductVersion", "4.2.12.012\0"
VALUE "SpecialBuild", "554\0"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 8 additions & 0 deletions TR3CheatWin.v110.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -610,13 +610,21 @@
<Image Include="res\HK.bmp" />
<Image Include="res\Last.Revelation.0.bmp" />
<Image Include="res\Last.Revelation.1.bmp" />
<Image Include="res\LoadBlack.ico" />
<Image Include="res\LoadWhite.ico" />
<Image Include="res\Maximize.ico" />
<Image Include="res\Mininize.ico" />
<Image Include="res\Paste.ico" />
<Image Include="res\PasteBlack.ico" />
<Image Include="res\RefreshBlack.ico" />
<Image Include="res\RefreshWhite.ico" />
<Image Include="res\revolver.bmp" />
<Image Include="res\SaveBlack.ico" />
<Image Include="res\SaveWhite.ico" />
<Image Include="res\SearchBlack.ico" />
<Image Include="res\SearchWhite.ico" />
<Image Include="res\SortBlack.ico" />
<Image Include="res\SortWhite.ico" />
<Image Include="res\Windowed.ico" />
</ItemGroup>
<ItemGroup>
Expand Down
24 changes: 24 additions & 0 deletions TR3CheatWin.v110.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -922,6 +922,30 @@
<Image Include="res\SearchWhite.ico">
<Filter>Resource Files</Filter>
</Image>
<Image Include="res\SortWhite.ico">
<Filter>Resource Files</Filter>
</Image>
<Image Include="res\SortBlack.ico">
<Filter>Resource Files</Filter>
</Image>
<Image Include="res\LoadBlack.ico">
<Filter>Resource Files</Filter>
</Image>
<Image Include="res\LoadWhite.ico">
<Filter>Resource Files</Filter>
</Image>
<Image Include="res\SaveBlack.ico">
<Filter>Resource Files</Filter>
</Image>
<Image Include="res\SaveWhite.ico">
<Filter>Resource Files</Filter>
</Image>
<Image Include="res\RefreshBlack.ico">
<Filter>Resource Files</Filter>
</Image>
<Image Include="res\RefreshWhite.ico">
<Filter>Resource Files</Filter>
</Image>
</ItemGroup>
<ItemGroup>
<Text Include="res\HelpText.txt" />
Expand Down
Loading

0 comments on commit 6aa7561

Please sign in to comment.