Skip to content
Failed

Changes

Summary

  1. Change debug C# version to default (commit: 1191841) (details)
  2. VS, why u do dis? (commit: d2fd007) (details)
  3. Add ImmutableStack class (commit: 536ff0c) (details)
  4. Add PatchContext struct (commit: abba87e) (details)
  5. Use ImmutableStack and PatchContext in MM (commit: 05342e2) (details)
  6. Remove unused code (commit: 8685da9) (details)
  7. Implement IEnumerable<T> (commit: 038db23) (details)
  8. Add Depth property (commit: 946194e) (details)
  9. Use immutability in CheckNeeds (commit: 475aa66) (details)
  10. Forgot a using directive (commit: 27f788f) (details)
  11. Ged rid of Win64 specific code (commit: 04df683) (details)
  12. Needs to be included in the project too (commit: 340d113) (details)
  13. Add logging interface (commit: b1a8863) (details)
  14. Extract progress into its own object (commit: ad61311) (details)
  15. Use logger and progress (commit: 76c998c) (details)
  16. Remove blocking option (commit: 55fc4e6) (details)
  17. Use inline variable declaration (commit: bf640f4) (details)
  18. Make log messages consistent (commit: f751ed4) (details)
Commit 1191841d6f532aa88c1b53441d1c88687d29fca2 by joeydwong
Change debug C# version to default
(commit: 1191841)
The file was modified ModuleManager.csproj (diff)
The file was modified .gitignore (diff)
The file was addedCollections/ImmutableStack.cs
The file was modified ModuleManager.csproj (diff)
The file was modified ModuleManager.csproj (diff)
The file was addedPatchContext.cs
Commit 05342e2e8914bb5bb221db1ab80921554b006cad by joeydwong
Use ImmutableStack and PatchContext in MM
(commit: 05342e2)
The file was modified MMPatchLoader.cs (diff)
Commit 8685da977f63049acc2ab326cfb89e8c189049ff by joeydwong
Remove unused code
Apparently had to do with texture replacer corruption, but not called
anywhere
(commit: 8685da9)
The file was modified MMPatchLoader.cs (diff)
The file was modified Collections/ImmutableStack.cs (diff)
The file was addedExtensions/NodeStackExtensions.cs
The file was modified Collections/ImmutableStack.cs (diff)
Commit 475aa6627978100bb3cf0aa24eacefea4779b095 by joeydwong
Use immutability in CheckNeeds
(commit: 475aa66)
The file was modified MMPatchLoader.cs (diff)
The file was modified MMPatchLoader.cs (diff)
Commit 04df68375017aabfe67e589e050325357463952c by joeydwong
Ged rid of Win64 specific code
Doesn't matter anymore
(commit: 04df683)
The file was modified MMPatchLoader.cs (diff)
Commit 340d113a0ab871b9df635e07db5d974dad458092 by joeydwong
Needs to be included in the project too
(commit: 340d113)
The file was modified ModuleManager.csproj (diff)
The file was addedLogging/IBasicLogger.cs
The file was addedLogging/ModLogger.cs
The file was modified ModuleManager.csproj (diff)
Commit ad61311dcc5cd6c9ed2973e6470a9dc2a4797e1f by joeydwong
Extract progress into its own object
(commit: ad61311)
The file was modified ModuleManager.csproj (diff)
The file was addedPatchProgress.cs
The file was addedIPatchProgress.cs
Commit 76c998c61895de68f63f79fc57d0f64b30069d40 by joeydwong
Use logger and progress
Make some things static that no longer depend on the patch loader's
state
(commit: 76c998c)
The file was modified MMPatchLoader.cs (diff)
The file was modified PatchContext.cs (diff)
The file was modified ModuleManager.cs (diff)
Commit 55fc4e6cc9dddb4b3c3e634002d893d987923463 by joeydwong
Remove blocking option
It's no longer used
(commit: 55fc4e6)
The file was modified MMPatchLoader.cs (diff)
Commit bf640f41e969b14922242a6a6fad577fa8f48b34 by joeydwong
Use inline variable declaration
(commit: bf640f4)
The file was modified MMPatchLoader.cs (diff)
Commit f751ed43916ed68a37c5f3d921c8caa41c67ca0e by joeydwong
Make log messages consistent
(commit: f751ed4)
The file was modified PatchProgress.cs (diff)