1.5: Fuckin' UE5... #38

Manually merged
williamjcm merged 126 commits from one-point-five into master 2024-07-22 11:06:13 +02:00
Showing only changes of commit b19c3e0025 - Show all commits

View file

@ -38,7 +38,7 @@ void
Logger::initialise() { Logger::initialise() {
auto exe_path = Utility::Path::split(*Utility::Path::executableLocation()).first(); auto exe_path = Utility::Path::split(*Utility::Path::executableLocation()).first();
_logFile.open(Utility::Path::join(exe_path, "SaveToolLog.txt").cbegin(), std::ios::trunc); _logFile.open(Utility::Path::join(exe_path, "SaveToolLog.txt").cbegin(), std::ios::trunc);
#ifndef SAVETOOL_DEBUG_BUILD #ifndef SAVETOOL_DEBUG_BUILD
_logFile << "In case you encounter a bug:\n" << _logFile << "In case you encounter a bug:\n" <<
"1. Do not run the Save Tool again, as this log will be cleared.\n" << "1. Do not run the Save Tool again, as this log will be cleared.\n" <<
"2. Go to either the official Sekai Project Discord guild, or the community M.A.S.S. Builder one.\n" << "2. Go to either the official Sekai Project Discord guild, or the community M.A.S.S. Builder one.\n" <<
@ -46,7 +46,7 @@ Logger::initialise() {
" Please include as many details as possible, I don't want to play \"20 questions\", and neither do you.\n" << " Please include as many details as possible, I don't want to play \"20 questions\", and neither do you.\n" <<
"4. Send me this file _when I ask for it_, preferably in DMs.\n" << "4. Send me this file _when I ask for it_, preferably in DMs.\n" <<
std::endl; std::endl;
#endif #endif
} }
void void