Skip to content

Commit 6e423bd

Browse files
committed
Updating MMWD to 1.1.2.0
1 parent 6ea92fa commit 6e423bd

13 files changed

Lines changed: 37 additions & 25 deletions
3.5 KB
Binary file not shown.

GameData/ModuleManager.dll

1.5 KB
Binary file not shown.

GameData/ModuleManager/CHANGE_LOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
*Lasciate ogne speranza, voi ch'intrate*
33
- - -
44

5+
* 2024-0415: 4.2.3.4 (Lisias) for KSP >= 1.2.2
6+
+ Fix some long due "Reload Database" on the Module Manager Menu (Alt-F11)
7+
- Nope, the Full Reload is still broken, and it was hidden. Sorry!
8+
+ We had moved!
9+
- The Official Repository is now on https://github.com/KSP-ModularManagement/ModuleManager
510
* 2024-0330: 4.2.3.3 (Lisias) for KSP >= 1.2
611
+ Slightly less spammy on spamming logs.
712
* 2024-0311: 4.2.3.2 (Lisias) for KSP >= 1.2
@@ -26,7 +31,7 @@
2631
+ Make the thing properly distributable.
2732
+ **Needs** KSPe 2.5 or higher.
2833
* 2022-0918: 4.2.2.4b (Lisias) for KSP >= 1.2
29-
+ Updates the [`INSTALL.md`](https://github.com/net-lisias-ksp/ModuleManager/blob/master/INSTALL.md) file to reflect the new deployment model.
34+
+ Updates the [`INSTALL.md`](https://github.com/KSP-ModularManagement/ModuleManager/blob/master/INSTALL.md) file to reflect the new deployment model.
3035
- A new `MM/L` release wasn't really **needed**, but since I failed to update the install instructions and there're people using this, I choose to be conservative on the matter.
3136
- There're no changes on the DLL, so I choose to shove a "b" on the same release number.
3237
* 2022-0809: 4.2.2.4 (Lisias) for KSP >= 1.2
@@ -122,7 +127,7 @@
122127
+ some code cleanups
123128
* 2020-0616: 4.1.3.2 (Lisias) for KSP >= 1.3.1
124129
+ A nasty mishap from an old merge (dated 2018-11) was detected and fixed.
125-
- See Issue [#4](https://github.com/net-lisias-ksp/ModuleManager/issues/4).
130+
- See Issue [#4](https://github.com/KSP-ModularManagement/ModuleManager/issues/4).
126131
* 2020-0526: 4.1.3.1 (Lisias) for KSP >= 1.3.1
127132
+ Adding a nice 'Houston' GUI message
128133
+ Merging upstream updates:

GameData/ModuleManager/ModuleManager.version

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"NAME" : "Module Manager /L",
3-
"URL" : "https://raw.githubusercontent.com/net-lisias-ksp/ModuleManager/master/ModuleManager.version",
4-
"DOWNLOAD" : "https://github.com/net-lisias-ksp/ModuleManager/releases",
5-
"CHANGE_LOG" : "https://raw.githubusercontent.com/net-lisias-ksp/ModuleManager/master/CHANGE_LOG.md",
6-
"CHANGE_LOG_URL": "https://raw.githubusercontent.com/net-lisias-ksp/ModuleManager/master/CHANGES.md",
3+
"URL" : "https://raw.githubusercontent.com/KSP-ModularManagement/ModuleManager/master/ModuleManager.version",
4+
"DOWNLOAD" : "https://github.com/KSP-ModularManagement/ModuleManager/releases",
5+
"CHANGE_LOG" : "https://raw.githubusercontent.com/KSP-ModularManagement/ModuleManager/master/CHANGE_LOG.md",
6+
"CHANGE_LOG_URL": "https://raw.githubusercontent.com/KSP-ModularManagement/ModuleManager/master/CHANGES.md",
77
"VERSION":{
88
"MAJOR":4,
99
"MINOR":2,
1010
"PATCH":3,
11-
"BUILD":3
11+
"BUILD":4
1212
},
1313
"KSP_VERSION_MIN":{
1414
"MAJOR":1,
1.5 KB
Binary file not shown.

GameData/ModuleManager/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@ Please, **DO** submit bug reports/issues to the links depicted on the next secti
1919

2020
## In a Hurry
2121

22-
* [Releases](https://github.com/net-lisias-ksp/ModuleManager/Archive)
23-
* [Latest Release](https://github.com/net-lisias-ksp/ModuleManager/releases)
24-
* [Source](https://github.com/net-lisias-ksp/ModuleManager)
25-
* [Issue Tracker](https://github.com/net-lisias-ksp/ModuleManager/issues)
22+
* [Releases](https://github.com/KSP-ModularManagement/ModuleManager/Archive)
23+
* [Latest Release](https://github.com/KSP-ModularManagement/ModuleManager/releases)
24+
* [Source](https://github.com/KSP-ModularManagement/ModuleManager)
25+
* [Issue Tracker](https://github.com/KSP-ModularManagement/ModuleManager/issues)
2626
* Documentation
2727
+ [Homepage](http://ksp.lisias.net/add-ons/ModuleManager) on L Aerospace KSP Division
28-
+ [Project's README](https://github.com/net-lisias-ksp/ModuleManager/blob/master/README.md)
29-
+ [Install Instructions](https://github.com/net-lisias-ksp/ModuleManager/blob/master/INSTALL.md)
28+
+ [Project's README](https://github.com/KSP-ModularManagement/ModuleManager/blob/master/README.md)
29+
+ [Install Instructions](https://github.com/KSP-ModularManagement/ModuleManager/blob/master/INSTALL.md)
3030
+ [Change Log](./CHANGE_LOG.md)
3131
+ [TODO](./TODO.md) list
3232
* Official Distribution Sites:
3333
+ [Homepage](http://ksp.lisias.net/add-ons/ModuleManager) on L Aerospace
34-
+ [Source and Binaries](https://github.com/net-lisias-ksp/ModuleManager) on GitHub.
34+
+ [Source and Binaries](https://github.com/KSP-ModularManagement/ModuleManager) on GitHub.
3535

3636

3737
## Description
@@ -47,7 +47,7 @@ To install, place the GameData folder inside your Kerbal Space Program folder. I
4747
### Dependencies
4848

4949
* Hard Depencies:
50-
* [KSP API Extensions/L](https://github.com/net-lisias-ksp/KSPAPIExtensions) V 2.0 or above.
50+
* [KSP API Extensions/L](https://github.com/KSP-ModularManagement/KSPAPIExtensions) V 2.0 or above.
5151

5252
### Licensing
5353

@@ -67,7 +67,7 @@ This work is licensed as follows:
6767
- Please note that upgrading the license to any posterior GPL **IS NOT ALLOWED** for this work, as the author **DID NOT** added the "or (at your option) any later version" on the license.
6868
- You don't mix your work with GPL incompatible works.
6969

70-
[Previous releases](https://github.com/net-lisias-ksp/ModuleManager/tree/upstream/master) remain licensed under the [CC-BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/). Additionally, [check this statement](https://creativecommons.org/2015/10/08/cc-by-sa-4-0-now-one-way-compatible-with-gplv3/) from CC.
70+
[Previous releases](https://github.com/KSP-ModularManagement/ModuleManager/tree/upstream/master) remain licensed under the [CC-BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/). Additionally, [check this statement](https://creativecommons.org/2015/10/08/cc-by-sa-4-0-now-one-way-compatible-with-gplv3/) from CC.
7171

7272
Please note the copyrights and trademarks in [NOTICE](./NOTICE)
7373

GameData/ModuleManagerWatchDog/CHANGE_LOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# Module Manager Watch Dog :: Change Log
22

3+
* 2024-0423: 1.1.2.0 (LisiasT) for KSP >= 1.2.2
4+
+ Adds an Option Box asking the user what would be their preferred MM Fork when a conflict is detected.
5+
+ We had moved!
6+
- The Official Repository is now on https://github.com/KSP-ModularManagement/ModuleManagerWatchDog
7+
+ Closes issue:
8+
- [#11](https://github.com/KSP-ModularManagement/ModuleManagerWatchDog/issues/11) Implement a more friendly way to allow the user to select which MM fork it wants.
39
* 2024-0330: 1.1.1.2 (LisiasT) for KSP >= 1.2.2
410
+ Implements a "self-cleaning" mechanism intended to prevent the user being forced to manually delete artefacts on `GameData` once they decide to deinstall `Module Manager /L` and/or `Module Manager Watch Dog`.
511
- Specially necessary for CurseForge users.
612
+ Closes issue:
7-
- [#10](https://github.com/net-lisias-ksp/ModuleManagerWatchDog/issues/10) Detects when the host directory (`GameData\ModuleManager`) was removed, and kill `ModuleManager.dll` in response.
13+
- [#10](https://github.com/KSP-ModularManagement/ModuleManagerWatchDog/issues/10) Detects when the host directory (`GameData\ModuleManager`) was removed, and kill `ModuleManager.dll` in response.
814
* 2023-0703: 1.1.1.1 (LisiasT) for KSP >= 1.2.2
915
+ More sensible updating mechanism, coping with how Windows handles DLL files once they are loaded.
1016
+ Fixes a bug on the KSPe's Install Checker/Update Tool
@@ -14,11 +20,11 @@
1420
- Safer handling 1.12.x without screwing older KSPs.
1521
+ Implements an "AutoFix", automatically fixing the user's rig when possible (respecting user's preferences).
1622
+ Closes issue:
17-
- [#8](https://github.com/net-lisias-ksp/ModuleManagerWatchDog/issues/8) Automatically fix the Module Manager installation borks when possible.
23+
- [#8](https://github.com/KSP-ModularManagement/ModuleManagerWatchDog/issues/8) Automatically fix the Module Manager installation borks when possible.
1824
* 2023-0313: 1.1.0.4 (LisiasT) for KSP >= 1.2.2
1925
+ Makes the thing survivable if KSP starts with the `pwd` set to anywhere but the `KSPUtil.ApplicationRootPath`.
2026
+ Closes issue:
21-
- [#6](https://github.com/net-lisias-ksp/ModuleManagerWatchDog/issues/6) Resurrect the multiple ModuleManager DLLs check for KSP 1.12.x
27+
- [#6](https://github.com/KSP-ModularManagement/ModuleManagerWatchDog/issues/6) Resurrect the multiple ModuleManager DLLs check for KSP 1.12.x
2228
* 2022-1112: 1.1.0.3 (LisiasT) for KSP >= 1.2.2
2329
+ ***DITCHED***
2430
* 2022-0719: 1.1.0.2 (LisiasT) for KSP >= 1.2.2
@@ -29,7 +35,7 @@
2935
- ModuleManager /L
3036
- TweakScale
3137
+ Closes issue:
32-
- [#5](https://github.com/net-lisias-ksp/ModuleManagerWatchDog/issues/5) Cook a `GameData/*.dll` update tool
38+
- [#5](https://github.com/KSP-ModularManagement/ModuleManagerWatchDog/issues/5) Cook a `GameData/*.dll` update tool
3339
* 2022-0621: 1.1.0.0 (LisiasT) for KSP >= 1.2.2
3440
+ ***DTICHED*** due a stupid mistake on handling pathnames... #facePalm
3541
* 2021-0907: 1.0.1.1 (LisiasT) for KSP >= 1.2.2

GameData/ModuleManagerWatchDog/ModuleManagerWatchDog.version

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
22
"NAME" : "Module Manager Watch Dog",
3-
"URL" : "https://raw.githubusercontent.com/net-lisias-ksp/ModuleManagerWatchDog/master/ModuleManagerWatchDog.version",
4-
"DOWNLOAD" : "https://github.com/net-lisias-ksp/ModuleManagerWatchDog/releases",
5-
"CHANGE_LOG_URL": "https://raw.githubusercontent.com/net-lisias-ksp/ModuleManagerWatchDog/master/CHANGES.md",
3+
"URL" : "https://raw.githubusercontent.com/KSP-ModularManagement/ModuleManagerWatchDog/master/ModuleManagerWatchDog.version",
4+
"DOWNLOAD" : "https://github.com/KSP-ModularManagement/ModuleManagerWatchDog/releases",
5+
"CHANGE_LOG" : "https://raw.githubusercontent.com/KSP-ModularManagement/ModuleManagerWatchDog/master/CHANGE_LOG.md",
6+
"CHANGE_LOG_URL": "https://raw.githubusercontent.com/KSP-ModularManagement/ModuleManagerWatchDog/master/CHANGES.md",
67

78
"VERSION":{
89
"MAJOR":1,
910
"MINOR":1,
10-
"PATCH":1,
11-
"BUILD":2
11+
"PATCH":2,
12+
"BUILD":0
1213
},
1314
"KSP_VERSION_MIN":{
1415
"MAJOR":1,
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)