File tree Expand file tree Collapse file tree 4 files changed +22
-9
lines changed
Expand file tree Collapse file tree 4 files changed +22
-9
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ project(CCTools)
1919set (CMAKE_CXX_STANDARD 14)
2020set (CMAKE_CXX_STANDARD_REQUIRED ON )
2121
22- set (CCTOOLS_VER_MAJOR 2 )
23- set (CCTOOLS_VER_MINOR 99 )
22+ set (CCTOOLS_VER_MAJOR 3 )
23+ set (CCTOOLS_VER_MINOR 0 )
2424set (CCTOOLS_VER_PATCH 0)
2525set (CCTOOLS_VER_STRING "${CCTOOLS_VER_MAJOR} .${CCTOOLS_VER_MINOR} " )
2626set (CCTOOLS_VER_STRING_FULL "${CCTOOLS_VER_STRING} .${CCTOOLS_VER_PATCH} " )
Original file line number Diff line number Diff line change 22OutputDir = .
33OutputBaseFilename = CCTools
44AppName = CCTools
5- AppVerName = CCTools 3.0 RC1
5+ AppVerName = CCTools 3.0
66AppPublisher = Michael Hansen
7- AppVersion = 2.99 .0
7+ AppVersion = 3.0 .0
88AppID = {{CB9B9C3F-2810 -44FB-8659 -A0C5F9E24F1D}
99ChangesAssociations = true
1010DefaultDirName = {pf} \CCTools
@@ -16,11 +16,11 @@ Compression=lzma/ultra
1616InternalCompressLevel = ultra
1717SolidCompression = true
1818VersionInfoDescription = CCTools Setup
19- VersionInfoVersion = 2.99 .0
19+ VersionInfoVersion = 3.0 .0
2020VersionInfoCompany = Michael Hansen
2121VersionInfoCopyright = Copyright (C) 2020 Michael Hansen
22- VersionInfoProductName = CCTools 3.0 RC1
23- VersionInfoProductVersion = 2.99 .0
22+ VersionInfoProductName = CCTools 3.0
23+ VersionInfoProductVersion = 3.0 .0
2424
2525[Types]
2626Name : Full ; Description : Full Install
Original file line number Diff line number Diff line change 1+ 2021-12-01 - 3.0 RELEASE (3.0.0)
2+ ~~~~~~~~~~
3+ Bugfixes:
4+ * CC2Edit: Support launching CC2 via Proton instead of WINE for playtesting
5+ on Linux (Thanks @TheGLander).
6+ * CC2Edit: Fix loading maps within subdirectories from .c2g files on
7+ non-Windows systems (Thanks @TheGLander).
8+ * CC2Edit: Use compression to fix playtesting in Lexy's Labyrinth with some
9+ large/complex maps.
10+ * CC2Edit: Avoid excessive disk seeking when writing map data.
11+ * CCEdit/CC2Edit: Don't hide stdout and stderr from playtest executables.
12+
13+
1142021-11-15 - 3.0 RC1 (2.99.0)
215~~~~~~~~~~
316Features:
Original file line number Diff line number Diff line change 2020
2121#include < QDialog>
2222
23- #define CCTOOLS_VERSION " 3.0-rc1 "
24- #define CCTOOLS_APP_VER " 2.99 "
23+ #define CCTOOLS_VERSION " 3.0"
24+ #define CCTOOLS_APP_VER " 3.0 "
2525
2626#define ICON (name ) QIcon(QStringLiteral(" :/res/" name " .png" ))
2727
You can’t perform that action at this time.
0 commit comments