Skip to content
Success

Changes

Summary

  1. Implement :LAST[mod] pass (commit: f009336) (details)
  2. return iterator rather than array (commit: ea89e1a) (details)
  3. Workaround for 1.6.0 PartDatabase rebuild (commit: 357259d) (details)
  4. v3.1.3 (commit: 716cbd1) (details)
The file was modified ModuleManagerTests/PatchListTest.cs (diff)
The file was modified ModuleManager/Patches/ProtoPatchBuilder.cs (diff)
The file was modified ModuleManagerTests/Patches/ProtoPatchBuilderTest.cs (diff)
The file was addedModuleManager/Patches/PassSpecifiers/LastPassSpecifier.cs
The file was addedModuleManagerTests/Patches/PassSpecifiers/LastPassSpecifierTest.cs
The file was modified ModuleManager/PatchList.cs (diff)
The file was modified ModuleManager/ModuleManager.csproj (diff)
The file was modified ModuleManagerTests/ModuleManagerTests.csproj (diff)
Commit ea89e1a6321aabd8b193969f8a538952b732802a by joeydwong
return iterator rather than array
This is only iterated over once, I don't know why it was implemented as
an array originally
(commit: ea89e1a)
The file was modified ModuleManager/PatchList.cs (diff)
Commit 357259df4184473489420e91c32bfa5b06bb74be by unknown
Workaround for 1.6.0 PartDatabase rebuild
(commit: 357259d)
The file was modified ModuleManager/ModuleManager.cs (diff)
The file was modified ModuleManager/ModuleManager.csproj (diff)
The file was addedModuleManager/Fix16.cs
The file was modified ModuleManager/Properties/AssemblyInfo.cs (diff)