Skip to content
Failed

Changes

Summary

  1. Put both projects on .NET 4.7.1 (commit: 16ca42a) (details)
  2. Add UnityEngine.CoreModule to test project (commit: 8be22e0) (details)
  3. Use multi-argument Path.Combine (commit: 35b02df) (details)
  4. Adress a bunch of messages (commit: 51290e1) (details)
  5. Don't overwrite other fatal messages (commit: a2fdef4) (details)
  6. Fix :LAST when mod doesn't exist (commit: c4ad2c3) (details)
  7. PatchList handles sorting consistently (commit: 8a95d37) (details)
  8. Address some messages (commit: 5168b5c) (details)
  9. v4.1.4 (commit: e0da6ba) (details)
Commit 16ca42a586661ba24be3086dfa73e75386752081 by blowfishpro
Put both projects on .NET 4.7.1
(commit: 16ca42a)
The file was modified ModuleManager/ModuleManager.csproj (diff)
Commit 8be22e017db270080393ad6e4cc7e0846b5816d1 by blowfishpro
Add UnityEngine.CoreModule to test project
(commit: 8be22e0)
The file was modified ModuleManagerTests/ModuleManagerTests.csproj (diff)
Commit 35b02dff99eea2d83c6315c264bc46534fa9b9fc by blowfishpro
Use multi-argument Path.Combine
now available in .NET 4
(commit: 35b02df)
The file was modified ModuleManager/FilePathRepository.cs (diff)
Commit 51290e18ab97ab990bffbe3f3886310d500530d8 by blowfishpro
Adress a bunch of messages
Delete unused stuff, make stuff readonly, simplify stuff, add
suppressions to legitimate things
(commit: 51290e1)
The file was modified ModuleManager/MMPatchLoader.cs (diff)
The file was modified ModuleManager/ModuleManager.cs (diff)
Commit a2fdef4c38b6aeb066b7f23c212e357eedeacb3d by blowfishpro
Don't overwrite other fatal messages
(commit: a2fdef4)
The file was modified ModuleManager/MMPatchRunner.cs (diff)
Commit c4ad2c3dd5defcdd37154831be4fa7040d3d1616 by blowfishpro
Fix :LAST when mod doesn't exist
Per the original feature design (#96) it should still run
(commit: c4ad2c3)
The file was modified ModuleManagerTests/PatchListTest.cs (diff)
The file was modified ModuleManager/PatchList.cs (diff)
Commit 8a95d3709f0dd651deb1fc8294007b847e562045 by blowfishpro
PatchList handles sorting consistently
eliminates private class that mostly just passed methods through
(commit: 8a95d37)
The file was modified ModuleManager/PatchList.cs (diff)
Commit 5168b5c743371838de869745081fda8849c86eb0 by blowfishpro
Address some messages
Do some dependency in jection on InterceptLogHandler, no need to hold
onto a reference to it as Unity will
Remove paramter checks in StreamLogger as StreamWriter does the same
checks Ibut keep basic tests for them)
(commit: 5168b5c)
The file was modified ModuleManager/Utils/FileUtils.cs (diff)
The file was modified ModuleManagerTests/Logging/UnityLoggerTest.cs (diff)
The file was modified ModuleManagerTests/Progress/PatchProgressTest.cs (diff)
The file was modified ModuleManagerTests/Logging/PrefixLoggerTest.cs (diff)
The file was modified ModuleManager/Cats/CatMover.cs (diff)
The file was modified ModuleManagerTests/NeedsCheckerTest.cs (diff)
The file was modified ModuleManager/Fix16.cs (diff)
The file was modified ModuleManager/MMPatchLoader.cs (diff)
The file was modified ModuleManager/Logging/StreamLogger.cs (diff)
The file was modified ModuleManager/NodeMatcher.cs (diff)
The file was modified ModuleManager/NeedsChecker.cs (diff)
The file was modified ModuleManager/Threading/TaskStatus.cs (diff)
The file was modified ModuleManager/Cats/CatManager.cs (diff)
The file was modified ModuleManagerTests/Logging/StreamLoggerTest.cs (diff)
The file was modified ModuleManagerTests/PatchExtractorTest.cs (diff)
The file was modified ModuleManager/MMPatchRunner.cs (diff)
The file was modified ModuleManager/PatchExtractor.cs (diff)
The file was modified ModuleManagerTests/PassTest.cs (diff)
The file was modified ModuleManager/Cats/CatOrbiter.cs (diff)
The file was modified ModuleManager/ExceptionIntercept/InterceptLogHandler.cs (diff)
The file was modified ModuleManager/Extensions/StringExtensions.cs (diff)
The file was modified ModuleManager/PatchList.cs (diff)
The file was modified ModuleManagerTests/Collections/MessageQueueTest.cs (diff)
The file was modified ModuleManager/Logging/UnityLogger.cs (diff)
The file was modified ModuleManagerTests/Extensions/IBasicLoggerExtensionsTest.cs (diff)
The file was modified ModuleManager/Progress/PatchProgress.cs (diff)
The file was modified ModuleManager/Collections/ImmutableStack.cs (diff)
The file was modified ModuleManager/Threading/TaskStatusWrapper.cs (diff)
The file was modified ModuleManager/PostPatchLoader.cs (diff)
The file was modified ModuleManagerTests/Logging/QueueLoggerTest.cs (diff)
The file was modified ModuleManager/Patches/PatchCompiler.cs (diff)
The file was modified ModuleManager/ModuleManager.cs (diff)
The file was modified ModuleManager/Cats/CatAnimator.cs (diff)
The file was modified ModuleManager/Properties/AssemblyInfo.cs (diff)