Skip to content
Failed

Changes

Summary

  1. v2.4.0 (commit: 5752ef3) (details)
  2. Add callbacks to be run after MM is finished with the patch. (commit: 5404d70) (details)
  3. v2.4.1 (commit: f119eee) (details)
  4. Add some safety for the callback invocation (commit: beb62de) (details)
  5. v2.4.2 (commit: 6854e6e) (details)
  6. v2.4.3 - fix a bug with topnode usage & a callback fix I did not push (commit: 94c9b0d) (details)
  7. Can use & instead of , for HAS check (commit: 7e5b5d1) (details)
  8. v2.4.4 (commit: 3263df8) (details)
  9. Allow more than 1 part name for a patch using , or | as a separator (commit: 20d9d75) (details)
  10. v2.4.5 (commit: 79fd3aa) (details)
  11. v2.5.0 : KSP 0.25 compat (commit: ac11324) (details)
  12. Bump to 2.5.1 after a fix to the build script (commit: f50e333) (details)
  13. Remove reference to SaveGameFixer.cs (commit: 31ba434) (details)
  14. Caching of patch result (commit: d564d65) (details)
  15. v2.5.2 (commit: ffd5dea) (details)
  16. v2.5.3 fix a bug with variable search (commit: f1dd93c) (details)
  17. v2.5.4 : rebuild for 0.90 (commit: 7b14065) (details)
  18. Fix a bug for value using dot or dash in their name (commit: c508e06) (details)
  19. v2.5.5 (commit: cc161f6) (details)
  20. v2.5.6 - fix Sarbian brain. Mostly (commit: ccd6488) (details)
  21. :wave: :thumbsup: :fish: (commit: 4cfde0f) (details)
  22. Revert ":wave: :thumbsup: :fish:" (commit: cf05f93) (details)
  23. v2.5.7 - add & as a valid char for key values. (commit: 77204a1) (details)
  24. v2.5.8 - Feed the feline (commit: 5614b78) (details)
  25. Plural ! (commit: 28f8a11) (details)
  26. Improve KSP loading speed for users with Vsync On. (commit: a001876) (details)
  27. Speed up the ingame reloading too (commit: d4de238) (details)
  28. v2.5.9 (commit: 75228b8) (details)
  29. Fix #26 - Include resource generation in the Makefile (commit: b020933) (details)
  30. v2.5.10 with debug to catch the ArgumentOutOfRangeException (commit: c485958) (details)
  31. Fix the NODE,*:HAS[xxxx] reported by NathanKell (commit: a41e31c) (details)
  32. More exception hunting and poor man debuging (commit: 062f950) (details)
  33. v2.5.10 (commit: e3e729f) (details)
  34. Fixed exception when setting values to empty; added corresponding test. (commit: ac8b265) (details)
  35. More debugging to track the NullReferenceException (commit: 6b19b5e) (details)
  36. v2.5.12 (commit: 667412b) (details)
  37. DB Corruption check code kept in case of need (commit: baa9b3a) (details)
  38. Change for #28 (commit: 124895b) (details)
  39. Bullet proof PrettyPrint (commit: 045d874) (details)
  40. Remove debug stuff (commit: 29d1ad7) (details)
  41. Forgot 2 lines (commit: d9bd646) (details)
  42. Reformat (commit: 00eddc5) (details)
  43. < and > for value HAS check ( #mass[<100]  ~mass[>100] ) (commit: 5dd543c) (details)
  44. # operator for nodes to copy-paste whole nodes (commit: 4781cdf) (details)
  45. v2.5.13 (commit: 60e326d) (details)
  46. v2.6.0 - to get CKAN moving (commit: 536d541) (details)
  47. Remove the vSync trick as it is not stock (commit: 8563a30) (details)
  48. v2.6.1 for KSP 1.0 (commit: 35da8c9) (details)
  49. v2.6.2 - TechTree modding (commit: dea8b1f) (details)
  50. Count the error for math operations (commit: 58bb9ea) (details)
  51. v2.6.3 Allows the patching of Physics values with a PHYSICSGLOBALS node (commit: 6f7add8) (details)
  52. Improve the loaded mod listing (commit: b2c9539) (details)
  53. Do not change the Tech & physic file patch if they are already OK (commit: fef8ea6) (details)
  54. Make the error messages more consistent (commit: 0528bc1) (details)
  55. v2.6.4 (commit: 1bc01f1) (details)
  56. KSP "-nyan-nyan" option detection for the true believers (commit: 957ec9e) (details)
  57. Clear the partDatabase if the cache is expired (commit: 1e55d69) (details)
  58. Display the useful log info even if we use the cache (commit: 8c4831f) (details)
  59. Do not use the cache if the techtree cache is not present (commit: ee11e48) (details)
  60. Format and cleanup (commit: ac9d308) (details)
  61. v2.6.5 (commit: 85732a0) (details)
  62. Add a Quick Reload for ALT F11 menu (skip PartDatabase.cfg generation) (commit: b808509) (details)
  63. Ignore the cache (and force a PartDatabase.cfg generation) on KSP (commit: c0a37d5) (details)
  64. v2.6.6 (commit: af68966) (details)
  65. Log DLLs and KSP exe SHA (commit: 7fb3ca2) (details)
  66. Obey our new VS 2015 overlord (commit: ca82b51) (details)
  67. MJ calls ModuleManagerPostLoad methods in other mods on patching end (commit: 94407c7) (details)
  68. *Press a button by error*. Hum ok, you can replace all var uses (commit: d9534c7) (details)
  69. v2.6.7 (commit: cf0717c) (details)
  70. Fix a bug with nested :NEEDS when the top node also used a :NEEDS (commit: 5aa1ef5) (details)
  71. v2.6.8 (commit: 868eb44) (details)
  72. Prevents NullReferenceException when saving the cache to pause the (commit: 4e5e45c) (details)
  73. 30 FPS patching (commit: 2f10023) (details)
  74. v2.6.9 (commit: ff7ce87) (details)
  75. Return empty string if a character-separated list has fewer than the (commit: ae9d5ad) (details)
  76. Update version so sarbian can merge. (commit: d564533) (details)
  77. Added try/catch to FileSHA. (commit: 1577326) (details)
  78. AssemblyReloader support (commit: 84fd93c) (details)
  79. Update AssemblyInfo.cs (commit: d94a12b) (details)
  80. undo .csproj changes (commit: da50105) (details)
  81. undo csproj changes (commit: 508befb) (details)
  82. 2nd try (commit: 0217aa0) (details)
  83. 2.6.13 - let's just change the number and pretend all is fine for 1.0.5 (commit: fc5db39) (details)
  84. Implemented @key,* = something to resolve #37 (commit: ce20e25) (details)
  85. Implemented Vector Editing, using @key,*[0] (commit: 541dee8) (details)
  86. Fixed the Regex (commit: 2918d13) (details)
  87. Bumped AssemblyVersion (commit: c910cd2) (details)
  88. Fix a bug with #34 (commit: 14f095b) (details)
  89. remove some tabs (commit: 93181c8) (details)
  90. Comments are nice, let s update them (commit: de23900) (details)
  91. v2.6.15 (commit: f32b316) (details)
  92. Added code for !key,* = DEL and fixed group nr. 5 (commit: 37c7595) (details)
  93. Bumped Assembly Version (commit: 24560d1) (details)
  94. Prevents nightingale from trying to breaking some stuff. Fix #44 (commit: c5f00d9) (details)
  95. Add a warning for KSP build 1.0.5.1024 (commit: c075d6a) (details)
  96. Logging the Exception may be smarter (commit: bf4cdfa) (details)
  97. Store SHA for each cfg and log added/changed/removed cfg (commit: 200fb3e) (details)
  98. v2.6.17 (commit: 90c11ea) (details)
  99. Fix a potential bug with the loading of an edited Physic config from the (commit: 6c01376) (details)
  100. v2.6.18 (commit: ad08590) (details)
  101. Update README.md (commit: a52e02a) (details)
  102. Add a special "*MM_PATCH_LOOP" node that when found tries to apply the (commit: b32444a) (details)
  103. Fix the patch loop id to "MM_PATCH_LOOP" (commit: 1ed76b7) (details)
  104. Allow for out of node editing of values Like :  *@TEST[Test]/copy -= 1 (commit: d2423e0) (details)
  105. v2.6.19 (commit: 0fe8432) (details)
  106. Remove the debug spam of the out of node value edit (commit: 2c45afa) (details)
  107. Prevents the creation of a cache if there were errors while patching (commit: e8837b6) (details)
  108. v2.6.20 (commit: 44d5342) (details)
  109. v2.6.21 - With more KSP 1.1 and less x64 complains (commit: 11bfda6) (details)
  110. Fix for #50 (commit: 8d0e924) (details)
  111. v2.6.22 - 1.1 build (commit: d38233a) (details)
  112. No point of updating the status outside the loading screen (commit: 33e6b05) (details)
  113. Add & operator: insert only if it doesn't already exist (commit: 15a6347) (details)
  114. Make the game always load in background (commit: 95c333b) (details)
  115. Fix the insert NODE at position that blowfish found (commit: c8ccaa7) (details)
  116. Fix nested node constraints only checking the first set (commit: cc7f0a6) (details)
  117. Test for HAS (commit: c831bc7) (details)
  118. v2.6.23 (commit: 428dc48) (details)
  119. 2.6.64 - Rebuild for 1.1.2 (commit: 3fc0f25) (details)
  120. Fix Exception for variable searching a value that does not exist (commit: ae906d9) (details)
  121. v2.6.25 (commit: fd843b2) (details)
  122. Correct spelling error (commit: a848b48) (details)
  123. Getting ready for 1.2 - Better cat and Text (commit: 1e685c8) (details)
  124. v2.7.0 (commit: ff94385) (details)
  125. Fix the problem with setting value name that include comma (unless the (commit: 517280b) (details)
  126. Dispaly how many exception were encountered (commit: aef5577) (details)
  127. Remove some debug spam (commit: 2f26781) (details)
  128. Lower garbage by removing implicit allocation in CheckConstraints (commit: 33041dc) (details)
  129. Disable some warning that I am getting tired of seeing (commit: e7e1a79) (details)
  130. Prevent garbage generated by debug string that we do not display or (commit: 8cd44cf) (details)
  131. Prevent cache genration when there are exception and display the files (commit: cb2f5d8) (details)
  132. Improved feedback on what is going on (commit: d21da62) (details)
  133. Minor cleanup (commit: 8c062c1) (details)
  134. v2.7.1 (commit: de3a659) (details)
  135. V2.7.2 - put back the mods list/SHA log even when the cache is used (commit: 0f8ea05) (details)
  136. v2.7.3 Fix the regex for @value,* = (commit: 854aacb) (details)
  137. Fix typos (#63) (commit: 6fcbb62) (details)
  138. Fix #64 - Targeting all values applied the operation more than it should (commit: 833e09b) (details)
  139. v2.7.4 (commit: ff4d87f) (details)
  140. v2.7.5 Reload trait config after the patching (commit: 8f7fa26) (details)
  141. KSP 1.3 changes (#66) (commit: ca5288b) (details)
  142. Reload PartUpgrade System after patching (#70) (commit: a3ccdff) (details)
  143. v2.7.6 (commit: b301cb9) (details)
  144. Temp revert of 1.3 changes to release a 1.2 patch (commit: 29df624) (details)
  145. Revert "Temp revert of 1.3 changes to release a 1.2 patch" (commit: d61f725) (details)
  146. v2.8.0 for KSP 1.3 (commit: 851df26) (details)
  147. Improve some cat related code and add -ncats cmd line option (commit: 9d5797b) (details)
  148. Improve logging related to some exceptions (commit: e5dce48) (details)
  149. Update project file (commit: e578500) (details)
  150. v2.8.1 (commit: 8a097d2) (details)
The file was modified Properties/AssemblyInfo.cs (diff)
Commit 5404d7038071908a857a9f47358f8b6fdf61d379 by sarbian
Add callbacks to be run after MM is finished with the patch.
(commit: 5404d70)
The file was modified moduleManager.cs (diff)
The file was modified Properties/AssemblyInfo.cs (diff)
Commit beb62de75b48ea6e0e836dbae2338d47deaa5aa8 by sarbian
Add some safety for the callback invocation
(commit: beb62de)
The file was modified moduleManager.cs (diff)
The file was modified Properties/AssemblyInfo.cs (diff)
Commit 94c9b0d8b7ebde258796fc61a6cd476383020aba by sarbian
v2.4.3 - fix a bug with topnode usage & a callback fix I did not push
earlier
(commit: 94c9b0d)
The file was modified moduleManager.cs (diff)
The file was modified Properties/AssemblyInfo.cs (diff)
Commit 7e5b5d1c6a943670355472773e24718638966924 by sarbian
Can use & instead of , for HAS check
(commit: 7e5b5d1)
The file was modified moduleManager.cs (diff)
The file was modified Properties/AssemblyInfo.cs (diff)
Commit 20d9d752ee5e9ed8c8b40a75c6e0cb8c20b10d62 by sarbian
Allow more than 1 part name for a patch using , or | as a separator
(commit: 20d9d75)
The file was modified moduleManager.cs (diff)
The file was modified Properties/AssemblyInfo.cs (diff)
The file was modified moduleManager.cs (diff)
The file was addedProperties/Resources.resx
The file was addedProperties/Resources.Designer.cs
The file was modified Properties/AssemblyInfo.cs (diff)
The file was addedProperties/cat
Commit f50e3330d0e3665eb99d3960e41e78d48c505490 by sarbian
Bump to 2.5.1 after a fix to the build script
(commit: f50e333)
The file was modified Properties/AssemblyInfo.cs (diff)
Commit 31ba43435c97bba5017d98c81d199d78351587b4 by pjf
Remove reference to SaveGameFixer.cs
With this left in, MonoDevelop at least cries and refuses to build.
(commit: 31ba434)
The file was modified ModuleManager.csproj (diff)
The file was modified moduleManager.cs (diff)
The file was modified Properties/AssemblyInfo.cs (diff)
Commit f1dd93c0a77d913cb00137823559026342490024 by sarbian
v2.5.3 fix a bug with variable search
(commit: f1dd93c)
The file was modified Properties/AssemblyInfo.cs (diff)
The file was modified ModuleManager.csproj (diff)
The file was modified moduleManager.cs (diff)
The file was modified Properties/AssemblyInfo.cs (diff)
Commit c508e06de59937f0b64be4621a22ef3fe062ab4a by sarbian
Fix a bug for value using dot or dash in their name
(commit: c508e06)
The file was modified moduleManager.cs (diff)
The file was modified Properties/AssemblyInfo.cs (diff)
Commit ccd648840164e4a04c8aa8e0dbfacca1043e323b by sarbian
v2.5.6 - fix Sarbian brain. Mostly
(commit: ccd6488)
The file was modified moduleManager.cs (diff)
The file was modified Properties/AssemblyInfo.cs (diff)
The file was modified ModuleManager.csproj (diff)
The file was removedModuleManager.csproj
The file was removedTests/ValueDelete.cfg
The file was removedProperties/cat
The file was removedTests/ValueEdit.cfg
The file was removedModuleManager.sln.DotSettings
The file was removedTests/BadlyFormed.cfg
The file was removedTests/NodeEditWildcard.cfg
The file was removedTests/NodeReplace.cfg
The file was removedTests/ValueInsert.cfg
The file was removed.gitignore
The file was removedTests/ValueReplace.cfg
The file was removedModuleManager.sln
The file was removedTests/Needs.cfg
The file was removedmoduleManager.cs
The file was removedREADME.md
The file was removedMakefile
The file was removedModuleManager.userprefs
The file was removedTests/ValueCopy.cfg
The file was removedTests/NodeCopy.cfg
The file was removedTests/NodeDelete.cfg
The file was removedProperties/Resources.resx
The file was removedTests/NodeInsert.cfg
The file was removedProperties/AssemblyInfo.cs
The file was removedTests/NameLessNode.cfg
The file was removedTests/NodeEdit.cfg
The file was removedTests/AltEdits.cfg
The file was removedProperties/Resources.Designer.cs
Commit cf05f93aea3ebdf9debce80bae909957cf285024 by sarbian
Revert ":wave: :thumbsup: :fish:"
This reverts commit 4cfde0f1ebcb8eeb48200398d70e0745de30e4e4.
(commit: cf05f93)
The file was addedTests/NameLessNode.cfg
The file was addedTests/ValueInsert.cfg
The file was addedTests/AltEdits.cfg
The file was addedModuleManager.sln
The file was addedModuleManager.csproj
The file was addedProperties/Resources.Designer.cs
The file was addedTests/NodeReplace.cfg
The file was added.gitignore
The file was addedProperties/cat
The file was addedTests/BadlyFormed.cfg
The file was addedModuleManager.userprefs
The file was addedREADME.md
The file was addedTests/ValueDelete.cfg
The file was addedMakefile
The file was addedTests/Needs.cfg
The file was addedTests/NodeCopy.cfg
The file was addedTests/ValueEdit.cfg
The file was addedTests/ValueCopy.cfg
The file was addedProperties/AssemblyInfo.cs
The file was addedModuleManager.sln.DotSettings
The file was addedTests/ValueReplace.cfg
The file was addedTests/NodeInsert.cfg
The file was addedProperties/Resources.resx
The file was addedTests/NodeDelete.cfg
The file was addedTests/NodeEditWildcard.cfg
The file was addedmoduleManager.cs
The file was addedTests/NodeEdit.cfg
Commit 77204a1bc7eb3bbcfdd4bf4671682ec9f599f14a by sarbian
v2.5.7 - add & as a valid char for key values.
(commit: 77204a1)
The file was modified Properties/AssemblyInfo.cs (diff)
The file was modified moduleManager.cs (diff)
The file was modified moduleManager.cs (diff)
The file was modified Properties/AssemblyInfo.cs (diff)
The file was modified moduleManager.cs (diff)
Commit a001876f82077b8cb092ce780b633e2d5ff92247 by sarbian
Improve KSP loading speed for users with Vsync On.
(commit: a001876)
The file was modified moduleManager.cs (diff)
Commit d4de238fb2abc5c7941419f3a9e1f7cf13015026 by sarbian
Speed up the ingame reloading too
(commit: d4de238)
The file was modified moduleManager.cs (diff)
The file was modified Properties/AssemblyInfo.cs (diff)
Commit b0209336740c57c0b83a915e5141fa70ba76ecaa by sarbian
Fix #26 - Include resource generation in the Makefile
(commit: b020933)
The file was modified Makefile (diff)
Commit c485958d771306d14c475f5be6d2a2b0dd0bacd5 by sarbian
v2.5.10 with debug to catch the ArgumentOutOfRangeException
(commit: c485958)
The file was modified Properties/AssemblyInfo.cs (diff)
The file was modified moduleManager.cs (diff)
Commit a41e31c10bb13eb631f069502059a52586b03e6e by sarbian
Fix the NODE,*:HAS[xxxx] reported by NathanKell
(commit: a41e31c)
The file was modified moduleManager.cs (diff)
Commit 062f95052afc1371edcb14591fe77cca65c79aef by sarbian
More exception hunting and poor man debuging
(commit: 062f950)
The file was modified moduleManager.cs (diff)
The file was modified Properties/AssemblyInfo.cs (diff)
Commit ac8b265f07781194a4915df51f2376174c5ddc8c by ozraven
Fixed exception when setting values to empty; added corresponding test.
(commit: ac8b265)
The file was addedTests/ValueEmpty.cfg
The file was modified moduleManager.cs (diff)
Commit 6b19b5ede2ca198ea9256595d39df790da958790 by sarbian
More debugging to track the NullReferenceException
(commit: 6b19b5e)
The file was modified moduleManager.cs (diff)
The file was modified Properties/AssemblyInfo.cs (diff)
Commit baa9b3ad4dd870e7dd6f3243dded89011a42e065 by sarbian
DB Corruption check code kept in case of need
(commit: baa9b3a)
The file was modified moduleManager.cs (diff)
The file was modified moduleManager.cs (diff)
The file was modified moduleManager.cs (diff)
The file was modified moduleManager.cs (diff)
The file was modified moduleManager.cs (diff)
The file was modified moduleManager.cs (diff)
Commit 5dd543c053ab75901b877afa209b70522906c7c7 by sarbian
< and > for value HAS check ( #mass[<100]  ~mass[>100] )
(commit: 5dd543c)
The file was modified moduleManager.cs (diff)
Commit 4781cdfa59c5a8cae936fe0b72ea71fb87f46ab9 by sarbian
# operator for nodes to copy-paste whole nodes
(commit: 4781cdf)
The file was modified moduleManager.cs (diff)
The file was modified Properties/AssemblyInfo.cs (diff)
Commit 536d541e9abe2817e0b6ab9f378628511791aa56 by sarbian
v2.6.0 - to get CKAN moving
(commit: 536d541)
The file was modified Properties/AssemblyInfo.cs (diff)
Commit 8563a30693b3c6956d5e6645f5feb9df7f795d4a by sarbian
Remove the vSync trick as it is not stock
(commit: 8563a30)
The file was modified moduleManager.cs (diff)
The file was modified Properties/AssemblyInfo.cs (diff)
The file was addedTechTreeManager.cs
The file was modified ModuleManager.csproj (diff)
The file was modified Properties/AssemblyInfo.cs (diff)
The file was modified moduleManager.cs (diff)
Commit 58bb9eab82765fce7ea00f7746ccdee55f1185d3 by sarbian
Count the error for math operations
(commit: 58bb9ea)
The file was modified moduleManager.cs (diff)
Commit 6f7add83cb2c8b215dd9843a9289d16b4d9120a5 by sarbian
v2.6.3 Allows the patching of Physics values with a PHYSICSGLOBALS node
(commit: 6f7add8)
The file was modified ModuleManager.csproj (diff)
The file was removedTechTreeManager.cs
The file was addedCustomConfigsManager.cs
The file was modified Properties/AssemblyInfo.cs (diff)
The file was modified moduleManager.cs (diff)
Commit b2c95393d6fc57b8d7f4db039eac9f45ffc2bf70 by sarbian
Improve the loaded mod listing
(commit: b2c9539)
The file was modified moduleManager.cs (diff)
Commit fef8ea63e563af95ddbaff4518160bc76b789c5a by sarbian
Do not change the Tech & physic file patch if they are already OK
(commit: fef8ea6)
The file was modified CustomConfigsManager.cs (diff)
Commit 0528bc1b371ce2bb70a4a6cb181bd423751f7134 by sarbian
Make the error messages more consistent
(commit: 0528bc1)
The file was modified moduleManager.cs (diff)
The file was modified Properties/AssemblyInfo.cs (diff)
Commit 957ec9e68b697769307b8c007d3d8a51222a6d14 by sarbian
KSP "-nyan-nyan" option detection for the true believers
(commit: 957ec9e)
The file was modified moduleManager.cs (diff)
Commit 1e55d698917be3eba31bc1235e3311d0713c851d by sarbian
Clear the partDatabase if the cache is expired
(commit: 1e55d69)
The file was modified moduleManager.cs (diff)
Commit 8c4831fda45c9ed3d54cb15249839bd6210d06ed by sarbian
Display the useful log info even if we use the cache
(commit: 8c4831f)
The file was modified moduleManager.cs (diff)
Commit ee11e4828867c18b8ec38a1ef7ee47375176e595 by sarbian
Do not use the cache if the techtree cache is not present
(commit: ee11e48)
The file was modified moduleManager.cs (diff)
The file was modified moduleManager.cs (diff)
The file was modified Properties/AssemblyInfo.cs (diff)
Commit b808509f3621732ef581bb6a587a3bf3c62f6310 by sarbian
Add a Quick Reload for ALT F11 menu (skip PartDatabase.cfg generation)
(commit: b808509)
The file was modified moduleManager.cs (diff)
Commit c0a37d5c6263dfc5c7cd782fe7a07423fcbc86b8 by sarbian
Ignore the cache (and force a PartDatabase.cfg generation) on KSP
version change
(commit: c0a37d5)
The file was modified moduleManager.cs (diff)
The file was modified Properties/AssemblyInfo.cs (diff)
The file was modified moduleManager.cs (diff)
Commit ca82b5169d07fa11ace19440688e935f55a2422b by sarbian
Obey our new VS 2015 overlord
(commit: ca82b51)
The file was modified moduleManager.cs (diff)
Commit 94407c728cae0d645c182eb391243aff8dd59cdd by sarbian
MJ calls ModuleManagerPostLoad methods in other mods on patching end
(commit: 94407c7)
The file was modified moduleManager.cs (diff)
Commit d9534c7729914b4ca8d6195359fa237cd7955ba8 by sarbian
*Press a button by error*. Hum ok, you can replace all var uses
(commit: d9534c7)
The file was modified moduleManager.cs (diff)
The file was modified Properties/AssemblyInfo.cs (diff)
Commit 5aa1ef55247224f1f0cf72e1fccdd6bc05e5c27c by sarbian
Fix a bug with nested :NEEDS when the top node also used a :NEEDS
(commit: 5aa1ef5)
The file was modified moduleManager.cs (diff)
The file was modified Properties/AssemblyInfo.cs (diff)
Commit 4e5e45ccb980dff76b243b39bd176d9706c7fc0f by sarbian
Prevents NullReferenceException when saving the cache to pause the
loading
(commit: 4e5e45c)
The file was modified moduleManager.cs (diff)
The file was modified moduleManager.cs (diff)
The file was modified Properties/AssemblyInfo.cs (diff)
Commit ae9d5ad63305572e9243e10b6c98077f43aa6544 by Kerbas-ad-astra
Return empty string if a character-separated list has fewer than the
requested number of elements.
(commit: ae9d5ad)
The file was modified moduleManager.cs (diff)
Commit d5645335af9c783afff880fd4e5ea6a40d7d7d44 by Kerbas-ad-astra
Update version so sarbian can merge.
(commit: d564533)
The file was modified Properties/AssemblyInfo.cs (diff)
The file was modified Properties/AssemblyInfo.cs (diff)
The file was modified moduleManager.cs (diff)
The file was modified ModuleManager.csproj (diff)
The file was modified moduleManager.cs (diff)
Commit d94a12b1c9f8453e5dbb329f766f9558f8a05eb9 by diazo
Update AssemblyInfo.cs
Version bump as per request in irc
(commit: d94a12b)
The file was modified Properties/AssemblyInfo.cs (diff)
The file was modified ModuleManager.csproj (diff)
The file was modified ModuleManager.csproj (diff)
The file was modified ModuleManager.csproj (diff)
Commit fc5db393800c6a27fb663b0d950706582cfa48f8 by sarbian
2.6.13 - let's just change the number and pretend all is fine for 1.0.5
(commit: fc5db39)
The file was modified Properties/AssemblyInfo.cs (diff)
Commit ce20e25c7db604ac36d97b84de99115ba4e85429 by dorianstoll
Implemented @key,* = something to resolve #37
(commit: ce20e25)
The file was modified moduleManager.cs (diff)
Commit 541dee8fef0210ae90e11afddd703ca5831243ff by dorianstoll
Implemented Vector Editing, using @key,*[0]
There are options for editing all keys [*] and specifing a seperator
(defaults to ,): [0, ] (here we use a space as the seperator). Math also
works.
(commit: 541dee8)
The file was modified moduleManager.cs (diff)
The file was modified moduleManager.cs (diff)
The file was modified Properties/AssemblyInfo.cs (diff)
The file was modified moduleManager.cs (diff)
The file was modified moduleManager.cs (diff)
Commit de23900bd3c45cd7d5e6783a335a77043b234804 by sarbian
Comments are nice, let s update them
(commit: de23900)
The file was modified moduleManager.cs (diff)
The file was modified Properties/AssemblyInfo.cs (diff)
Commit 37c7595480ec4af8d4c4070912ba0d11682bc54a by dorianstoll
Added code for !key,* = DEL and fixed group nr. 5
(commit: 37c7595)
The file was modified moduleManager.cs (diff)
The file was modified Properties/AssemblyInfo.cs (diff)
Commit c5f00d9d59a6bb0314c9cd261f47ba9972a83861 by sarbian
Prevents nightingale from trying to breaking some stuff. Fix #44
(commit: c5f00d9)
The file was modified moduleManager.cs (diff)
Commit c075d6afc0c184c4a045682a4aae0a5f99ac7436 by sarbian
Add a warning for KSP build 1.0.5.1024
(commit: c075d6a)
The file was modified moduleManager.cs (diff)
Commit bf4cdfafb214710f08484e91162cf8799dbc7b90 by sarbian
Logging the Exception may be smarter
(commit: bf4cdfa)
The file was modified moduleManager.cs (diff)
Commit 200fb3e4abfce04d58c5f89f434a23096d38659b by sarbian
Store SHA for each cfg and log added/changed/removed cfg
(commit: 200fb3e)
The file was modified moduleManager.cs (diff)
The file was modified Properties/AssemblyInfo.cs (diff)
Commit 6c0137697f9a6f5b70c6e027fd969926d58f2f04 by sarbian
Fix a potential bug with the loading of an edited Physic config from the
cache
(commit: 6c01376)
The file was modified moduleManager.cs (diff)
The file was modified Properties/AssemblyInfo.cs (diff)
The file was modified README.md (diff)
Commit b32444ae86670dbfdf234a931de85f6b765c0d8a by sarbian
Add a special "*MM_PATCH_LOOP" node that when found tries to apply the
patch once more on the same NODE
(commit: b32444a)
The file was modified moduleManager.cs (diff)
Commit 1ed76b716ddb04abb0fd579d6310b1bc8746b63f by sarbian
Fix the patch loop id to "MM_PATCH_LOOP"
(commit: 1ed76b7)
The file was modified moduleManager.cs (diff)
Commit d2423e0ab8b831f2fc50f6986d7aa17496a9a254 by sarbian
Allow for out of node editing of values Like :  *@TEST[Test]/copy -= 1
(commit: d2423e0)
The file was modified moduleManager.cs (diff)
The file was modified Properties/AssemblyInfo.cs (diff)
Commit 2c45afacc58e04df6bef80ff012f7be33c16fee5 by sarbian
Remove the debug spam of the out of node value edit
(commit: 2c45afa)
The file was modified moduleManager.cs (diff)
Commit e8837b6d5809f18719539aa9d522f02ca046a80a by sarbian
Prevents the creation of a cache if there were errors while patching
(commit: e8837b6)
The file was modified moduleManager.cs (diff)
The file was modified Properties/AssemblyInfo.cs (diff)
Commit 11bfda60aa4781f394f1ef55fc301042b81b903f by sarbian
v2.6.21 - With more KSP 1.1 and less x64 complains
(commit: 11bfda6)
The file was modified moduleManager.cs (diff)
The file was modified ModuleManager.csproj (diff)
The file was modified Properties/AssemblyInfo.cs (diff)
The file was modified moduleManager.cs (diff)
The file was modified Properties/AssemblyInfo.cs (diff)
Commit 33e6b05b12d375c053d4f9b6a05cc951518bc30c by sarbian
No point of updating the status outside the loading screen
(commit: 33e6b05)
The file was modified moduleManager.cs (diff)
Commit 15a63479e359370bcf268e3b1a107fe19fe2327e by blowfishpro
Add & operator: insert only if it doesn't already exist
Doesn't work with root nodes right now, same as insert (%)
(commit: 15a6347)
The file was addedTests/NodeCreate.cfg
The file was modified moduleManager.cs (diff)
The file was addedTests/ValueCreate.cfg
Commit 95c333b705f8348392fc22dcdb6d1f10d156eaf4 by sarbian
Make the game always load in background
(commit: 95c333b)
The file was modified moduleManager.cs (diff)
Commit c8ccaa7ace2bbc774aa1d9e7fe407c336f6e7298 by sarbian
Fix the insert NODE at position that blowfish found
(commit: c8ccaa7)
The file was modified moduleManager.cs (diff)
Commit cc7f0a697e97f0969e90715e11f8aead2fb7346f by sarbian
Fix nested node constraints only checking the first set
(commit: cc7f0a6)
The file was modified moduleManager.cs (diff)
The file was addedTests/NodeHas.cfg
The file was modified Properties/AssemblyInfo.cs (diff)
The file was modified Properties/AssemblyInfo.cs (diff)
Commit ae906d90f8ef6c316f9c7c7db3450b30d379e691 by sarbian
Fix Exception for variable searching a value that does not exist
(commit: ae906d9)
The file was modified moduleManager.cs (diff)
The file was modified Properties/AssemblyInfo.cs (diff)
The file was modified moduleManager.cs (diff)
Commit 1e685c87a12dfe7894462927a52799d3d5ae7de3 by sarbian
Getting ready for 1.2 - Better cat and Text
(commit: 1e685c8)
The file was modified moduleManager.cs (diff)
The file was addedProperties/cat-1.png
The file was addedpackages.config
The file was addedProperties/cat-5.png
The file was addedProperties/cat-11.png
The file was addedProperties/cat-4.png
The file was modified ModuleManager.csproj (diff)
The file was addedProperties/cat-12.png
The file was addedProperties/cat-8.png
The file was addedProperties/cat-10.png
The file was addedProperties/cat-9.png
The file was modified Properties/Resources.resx (diff)
The file was addedProperties/cat-2.png
The file was addedProperties/cat-3.png
The file was addedCatMover.cs
The file was addedProperties/cat-6.png
The file was modified Properties/Resources.Designer.cs (diff)
The file was removedProperties/cat
The file was addedProperties/cat-7.png
The file was addedProperties/rainbow2.png
The file was addedCopyLocalFalse.txt
The file was modified Properties/AssemblyInfo.cs (diff)
Commit 517280bd676d5be1958f83bf63e2bd5fbca0552e by sarbian
Fix the problem with setting value name that include comma (unless the
comma is followed by a number)
(commit: 517280b)
The file was modified moduleManager.cs (diff)
Commit aef5577a32a44dcb3702af82d931807e8307c3fd by sarbian
Dispaly how many exception were encountered
(commit: aef5577)
The file was modified moduleManager.cs (diff)
The file was modified moduleManager.cs (diff)
Commit 33041dc2c0ef4a48f70d88d94a42f344f2e4229f by sarbian
Lower garbage by removing implicit allocation in CheckConstraints
(commit: 33041dc)
The file was modified moduleManager.cs (diff)
Commit e7e1a7908a65aced855d40bee5bc2521a8474a54 by sarbian
Disable some warning that I am getting tired of seeing
(commit: e7e1a79)
The file was modified moduleManager.cs (diff)
Commit 8cd44cf3ffb296bb884172d95beafd534c2e6c9e by sarbian
Prevent garbage generated by debug string that we do not display or
print
(commit: 8cd44cf)
The file was modified moduleManager.cs (diff)
Commit cb2f5d8efe6fc48e650840e09b9b6764c8380437 by sarbian
Prevent cache genration when there are exception and display the files
that generated them
(commit: cb2f5d8)
The file was modified moduleManager.cs (diff)
Commit d21da622d1163e9615b8840f0215385c797dd317 by sarbian
Improved feedback on what is going on
(commit: d21da62)
The file was modified moduleManager.cs (diff)
The file was modified moduleManager.cs (diff)
The file was modified Properties/AssemblyInfo.cs (diff)
Commit 0f8ea05843dc14dc5481d2508496518aa080d8c1 by sarbian
V2.7.2 - put back the mods list/SHA log even when the cache is used
(commit: 0f8ea05)
The file was modified moduleManager.cs (diff)
The file was modified Properties/AssemblyInfo.cs (diff)
Commit 854aacbfbb8a2e5cffa6dfb99ff3bbdad68f447b by sarbian
v2.7.3 Fix the regex for @value,* =
(commit: 854aacb)
The file was modified Properties/AssemblyInfo.cs (diff)
The file was modified moduleManager.cs (diff)
The file was modified moduleManager.cs (diff)
The file was modified CustomConfigsManager.cs (diff)
Commit 833e09bfa61e03e21ab4f1d83a163cd2c19078f2 by sarbian
Fix #64 - Targeting all values applied the operation more than it should
(commit: 833e09b)
The file was modified moduleManager.cs (diff)
The file was modified Properties/AssemblyInfo.cs (diff)
Commit 8f7fa2698725fb01b8a10ad9c465f2568c64e989 by sarbian
v2.7.5 Reload trait config after the patching
(commit: 8f7fa26)
The file was modified Properties/AssemblyInfo.cs (diff)
The file was modified moduleManager.cs (diff)
Commit ca5288be87ca02e59b62c62fc5171dce2a768efe by sarbian
KSP 1.3 changes (#66)
* Add names to dialog windows
Now required

* Adjust MMPatchLoaderIndex
A new LoadingSystem was added at the beginning (FontLoader).  This
change ensures that MM will always be after the GameDatabase regardless.


* Fix position of MM info in loading screen
Things seem to have moved

* Remove unused field

* Press Alt+F11 again to dismiss the menu
Apparently this wasn't a feature before (at least not recently) but
pretty simple to implement
(commit: ca5288b)
The file was modified moduleManager.cs (diff)
Commit a3ccdffc895a377c3ffd3c37da974bbc7cec2cad by sarbian
Reload PartUpgrade System after patching (#70)
As the part-upgrade data is initially populated prior to ModuleManager
patching, this fix allows for the patches that are applied to the
PARTUPGRADE nodes to be reloaded for use by the PartUpgrade system.
With this fix in place the tech-nodes, names, descriptions, etc, for the
part-upgrade parts located on the tech tree will use the proper
post-patching config data.
This solution has been tested to work properly when used directly from
a ModuleManagerPostLoad callback.
Fix for problems discovered in KSP-RO/RealismOverhaul/#1628
(commit: a3ccdff)
The file was modified moduleManager.cs (diff)
The file was modified Properties/AssemblyInfo.cs (diff)
Commit 29df624348391373485a82fec75e273ceed30648 by sarbian
Temp revert of 1.3 changes to release a 1.2 patch
(commit: 29df624)
The file was modified moduleManager.cs (diff)
Commit d61f7255b76d601700b927d0e0ab74540d533e6c by sarbian
Revert "Temp revert of 1.3 changes to release a 1.2 patch"
This reverts commit 29df624348391373485a82fec75e273ceed30648.
(commit: d61f725)
The file was modified moduleManager.cs (diff)
The file was modified Properties/AssemblyInfo.cs (diff)
Commit 9d5797bb7f97a69841e112856d2d9bd9e462096a by sarbian
Improve some cat related code and add -ncats cmd line option
(commit: 9d5797b)
The file was modified moduleManager.cs (diff)
The file was addedCatAnimator.cs
The file was modified CatMover.cs (diff)
The file was addedCatOrbiter.cs
Commit e5dce48298639dc7149b5a3a044e745731757c28 by sarbian
Improve logging related to some exceptions
(commit: e5dce48)
The file was modified moduleManager.cs (diff)
The file was modified ModuleManager.csproj (diff)
The file was modified Properties/AssemblyInfo.cs (diff)