Skip to content
Started 6 yr 3 mo ago
Took 4.7 sec
Success

#130 (Dec 2, 2017, 11:52:00 AM)

Build Artifacts
ModuleManager-3.0.0.zip45.22 KiB view
ModuleManager.3.0.0.dll98.00 KiB view
Changes
  1. Begin splitting files up (#76) (commit: e29c9cb) (details / githubweb)
  2. Change debug C# version to default (commit: 1191841) (details / githubweb)
  3. VS, why u do dis? (commit: d2fd007) (details / githubweb)
  4. Add ImmutableStack class (commit: 536ff0c) (details / githubweb)
  5. Add PatchContext struct (commit: abba87e) (details / githubweb)
  6. Use ImmutableStack and PatchContext in MM (commit: 05342e2) (details / githubweb)
  7. Remove unused code (commit: 8685da9) (details / githubweb)
  8. Implement IEnumerable<T> (commit: 038db23) (details / githubweb)
  9. Add Depth property (commit: 946194e) (details / githubweb)
  10. Use immutability in CheckNeeds (commit: 475aa66) (details / githubweb)
  11. Forgot a using directive (commit: 27f788f) (details / githubweb)
  12. Ged rid of Win64 specific code (commit: 04df683) (details / githubweb)
  13. Needs to be included in the project too (commit: 340d113) (details / githubweb)
  14. Add logging interface (commit: b1a8863) (details / githubweb)
  15. Extract progress into its own object (commit: ad61311) (details / githubweb)
  16. Use logger and progress (commit: 76c998c) (details / githubweb)
  17. Remove blocking option (commit: 55fc4e6) (details / githubweb)
  18. Use inline variable declaration (commit: bf640f4) (details / githubweb)
  19. Make log messages consistent (commit: f751ed4) (details / githubweb)
  20. Make deletes and copies count toward patch count (commit: f03b578) (details / githubweb)
  21. Make names more accurate (commit: 51b6f75) (details / githubweb)
  22. Simplify null check (commit: 8179c44) (details / githubweb)
  23. move main project to its own directory (commit: 1a12a25) (details / githubweb)
  24. Better output dir for debug (commit: f02f418) (details / githubweb)
  25. Do not copy local (commit: 95362b5) (details / githubweb)
  26. Add test project (commit: c4ba1b9) (details / githubweb)
  27. Add MM, Assembly-CSharp, UnityEngine refs (commit: e8159e1) (details / githubweb)
  28. Add console runner (commit: 563a942) (details / githubweb)
  29. Yo dawg, I heard you like tests (commit: a7f901e) (details / githubweb)
  30. Add TestConfigNode class (commit: be37f18) (details / githubweb)
  31. Reference TestUtils (commit: 278dad8) (details / githubweb)
  32. Don't reference a specific version of System (commit: 66e6612) (details / githubweb)
  33. Add test for ImmutableStack (commit: df9c8ec) (details / githubweb)
  34. Add test for GetPath (commit: 3e71009) (details / githubweb)
  35. Add NSubstitute (commit: 6e8285c) (details / githubweb)
  36. Add tests for ModLogger (commit: 7398d4d) (details / githubweb)
  37. Fix an error (commit: a5a095f) (details / githubweb)
  38. Add UrlBuilder (commit: 564b226) (details / githubweb)
  39. Progress shouldn't depend on deleted subnodes (commit: f190d17) (details / githubweb)
  40. These should use actual URLs (commit: fca9717) (details / githubweb)
  41. These too (commit: 28e4ce7) (details / githubweb)
  42. Minor logging tweak (commit: 8d8463d) (details / githubweb)
  43. Add tests for PatchProgress (commit: d37f58b) (details / githubweb)
  44. Replace DeepCopy with ConfigNode.CreateCopy (commit: ca12c39) (details / githubweb)
  45. Inline out variable declarations (commit: 2b82489) (details / githubweb)
  46. Obey naming conventions (commit: 47ce015) (details / githubweb)
  47. Pull Command and ParseCommand out of MMPatchLoader (commit: a9a990d) (details / githubweb)
  48. Extract ShallowCopy (commit: b43f79b) (details / githubweb)
  49. Don't create duplicates in UrlBuilder (commit: 534eee2) (details / githubweb)
  50. Add ArrayEnumerator (commit: 24f2143) (details / githubweb)
  51. PatchList (commit: 7138bbc) (details / githubweb)
  52. Add PatchExtractor (commit: 9a55a65) (details / githubweb)
  53. Add SafeUrl extension method for UrlConfig (commit: 90027c2) (details / githubweb)
  54. Use SafeUrl in logging (commit: 504354d) (details / githubweb)
  55. Remove unused (commit: 331ab18) (details / githubweb)
  56. Log when BEFORE or AFTER patch deleted (commit: 3f8adee) (details / githubweb)
  57. Fix case issues (commit: 50346dc) (details / githubweb)
  58. Extract IsBracketBalanced (commit: 99bc0bf) (details / githubweb)
  59. Remove bracket unbalanced nodes when sorting (commit: e52a646) (details / githubweb)
  60. Unused method (commit: 8a81310) (details / githubweb)
  61. Bring back DeepCopy (commit: 5a468be) (details / githubweb)
  62. Fix bad region (commit: 2e5854d) (details / githubweb)
  63. Make sure badly formed mod passes are an error (commit: 9bd8253) (details / githubweb)
  64. That's a bug (commit: b010243) (details / githubweb)
  65. Add some explanatory comments (commit: cacc840) (details / githubweb)
  66. Unnecessary using directives (commit: c00735d) (details / githubweb)
  67. Use sorted patches when applying (commit: 8d71ac6) (details / githubweb)
  68. Remove now-unnecessary try-catch (commit: aa990db) (details / githubweb)
  69. Replace big if with guard clause (commit: 3ca1801) (details / githubweb)
  70. Simplify this (commit: ec7c67c) (details / githubweb)
  71. Invalid command = error on the patch extractor (commit: 8098313) (details / githubweb)
  72. Extract RemoveWS (commit: 180c2ee) (details / githubweb)
  73. Fix logging (commit: 20a8afb) (details / githubweb)
  74. Extract PrettyPrint (commit: 35d89f8) (details / githubweb)
  75. Get rid of unnecesary using directives (commit: b52a80e) (details / githubweb)
  76. Don't run PrePatchInit if cache is being used (commit: 45a4c0c) (details / githubweb)
  77. Eliminate mods instance variable (commit: d397a80) (details / githubweb)
  78. Use method param rather than instance var (commit: 12780a6) (details / githubweb)
  79. Eliminate Update (commit: b6b628c) (details / githubweb)
  80. Eliminate redundant logging (commit: 7a40730) (details / githubweb)
  81. Keep track of progress fraction independently (commit: 7e714a4) (details / githubweb)
  82. Make StatusUpdate less general (commit: 9236be1) (details / githubweb)
  83. Move this (commit: 8696143) (details / githubweb)
  84. Eliminate Progress instance variable (commit: 58d52d9) (details / githubweb)
  85. Make more methods static (commit: 2645d22) (details / githubweb)
  86. This is no longer necessary (commit: 824b077) (details / githubweb)
  87. Move exception handling outside of PrettyConfig (commit: ac0a149) (details / githubweb)
  88. Tweak test (commit: eb18b60) (details / githubweb)
  89. Allow adding a ConfigNode.Value in initializer (commit: 4fdfb89) (details / githubweb)
  90. Extract PrettyConfig (for UrlConfig) (commit: 70eca81) (details / githubweb)
  91. Add one more test (commit: 55308af) (details / githubweb)
  92. Make CheckNeeds static (commit: 1a7d1e3) (details / githubweb)
  93. This can already be static (commit: bc451c5) (details / githubweb)
  94. Remove unnecessary Using (commit: 60cb30a) (details / githubweb)
  95. Improve url and node printing (commit: a035b67) (details / githubweb)
  96. Extract CheckNeeds (commit: 59a9220) (details / githubweb)
  97. Ensure that final string printed to the screen is the actual status (commit: 784e7a8) (details / githubweb)
  98. Fix up mod list logging (commit: 13850b6) (details / githubweb)
  99. Use Path.Combine (commit: cd3a468) (details / githubweb)
  100. Unnecessary now (commit: 901b5a5) (details / githubweb)
  101. Improve assembly list (commit: a5b1547) (details / githubweb)
  102. Accidentally removed (commit: 9cf0011) (details / githubweb)
  103. Move tracking number of patches (commit: fde3fbc) (details / githubweb)
  104. Put progress counts in their own object (commit: f09622f) (details / githubweb)
  105. Move exception handling out of FIleSHA (commit: ce43104) (details / githubweb)
  106. Extract FileSHA (commit: 2dc9f91) (details / githubweb)
  107. Fix unassigned variable (commit: 6f26939) (details / githubweb)
  108. Make this extractable (commit: f3352db) (details / githubweb)
  109. Extract GenerateModList (commit: e40426a) (details / githubweb)
  110. Add MessageQueue (commit: 7a2e18d) (details / githubweb)
  111. Add QueueLogger and supporting classes (commit: 7d0c587) (details / githubweb)
  112. Don't keep track of non-root needs unsatisfied (commit: d1975db) (details / githubweb)
  113. Add FatalErrorHandler (commit: 78d4635) (details / githubweb)
  114. Add background task support (commit: 172e2f3) (details / githubweb)
  115. Begin creating Progress namespace (commit: 7f90887) (details / githubweb)
  116. Finish creating Progress namespace (commit: b0f72c2) (details / githubweb)
  117. Unnecessary directives (commit: 3dbfbb1) (details / githubweb)
  118. Add needs test for and/or and capitalization (commit: 92ae91f) (details / githubweb)
  119. Separate out progress counter (commit: 6596b47) (details / githubweb)
  120. Ensure Counter behaves like an int (commit: 9a05e1b) (details / githubweb)
  121. More unnecessary using (commit: 9736800) (details / githubweb)
  122. Add test for ! (not) in :NEEDS (commit: a1af725) (details / githubweb)
  123. More unnecessary using directives (commit: 3a19ff8) (details / githubweb)
  124. Extract application of patches to its own thread (commit: e9c341a) (details / githubweb)
  125. Test and fix PatchProgress.ProgressFraction (commit: b0e02e0) (details / githubweb)
  126. Tweak (commit: ba24af3) (details / githubweb)
  127. Only convert to array once per pass (commit: 5fe79fd) (details / githubweb)
  128. Make node matching its own method (commit: 20e6192) (details / githubweb)
  129. Loop only applies to edit patches (commit: 244af1a) (details / githubweb)
  130. Don't convert to an array at all (commit: cdeb5f7) (details / githubweb)
  131. Ensure that user gets updates during long passes (commit: 30eeb6f) (details / githubweb)
  132. Without switch, i is valid here (commit: 7e42de5) (details / githubweb)
  133. Ensure time between each check of the log queue (commit: dc1a167) (details / githubweb)
  134. Convert to an array initially (commit: ec5310b) (details / githubweb)
  135. Having an actual array here no longer necessary (commit: 7cc6c51) (details / githubweb)
  136. Apparently Linq slows things down (commit: bd82d53) (details / githubweb)
  137. Improve access of name a bit (commit: ce3893f) (details / githubweb)
  138. Move loop out of loop (commit: 203ad88) (details / githubweb)
  139. case should match filename (commit: 73f7b39) (details / githubweb)
  140. v3.0.0 for KSP 1.3.1 (commit: 2caefbd) (details / githubweb)

Started by user sarbian

Revision: 1347768e2c921359a2cbbbbabac8774795e1b792
Repository: https://github.com/sarbian/ModuleManager.git
  • refs/remotes/origin/master