Skip to content

Commit 901d628

Browse files
committed
Updating Module Manager /L to 4.2.3.3
1 parent f2117dd commit 901d628

6 files changed

Lines changed: 13 additions & 5 deletions

File tree

GameData/ModuleManager.dll

3.5 KB
Binary file not shown.

GameData/ModuleManager/CHANGE_LOG.md

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

5+
* 2024-0330: 4.2.3.3 (Lisias) for KSP >= 1.2
6+
+ Slightly less spammy on spamming logs.
7+
* 2024-0311: 4.2.3.2 (Lisias) for KSP >= 1.2
8+
+ Logging revamp/refactoring
9+
- Saner code
10+
- MOAR LOGS
11+
- Previous `LOGSPAM` conditional compiling is now pushed into the mainstream as TRACE messages.
12+
- Edit the relevant ModuleManager section on `<KSP>/PluginData/KSPe.cfg` file to set the desired log level.
513
* 2023-0716: 4.2.3.1 (Lisias) for KSP >= 1.2
614
+ Bumps versioning, catching up with upstream and formalising the fixes already implemented - some for ages... :)
715
+ Removes yet some more deprecated calls from `KSPe`.

GameData/ModuleManager/ModuleManager.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"MAJOR":4,
99
"MINOR":2,
1010
"PATCH":3,
11-
"BUILD":1
11+
"BUILD":3
1212
},
1313
"KSP_VERSION_MIN":{
1414
"MAJOR":1,

GameData/ModuleManager/NOTICE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
"/L Aerospace" is a fictitious entity created for entertainment purposes. It is in no way meant to represent a real entity. Any similarity to a real entity is purely coincidental.
66

7-
"Kerbal Space Program" is ©2011-2017 Squad; ©2011-2023 Take-Two Interactive Software, Inc. This project is in no way associated with nor endorsed by Squad or Take-Two Interactive.
7+
"Kerbal Space Program" is ©2011-2017 Squad; ©2011-2024 Take-Two Interactive Software, Inc. This project is in no way associated with nor endorsed by Squad or Take-Two Interactive.
88

99
Other trademarks and registered trademarks are the property of the respective trademark holders.
1010

11-
© 2018-2023 LisiasT
11+
© 2018-2024 LisiasT
1212
© 2013-2018 Sarbian & Blowfish
1313
© 2013 ialdabaoth
3.5 KB
Binary file not shown.

GameData/ModuleManager/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Please, **DO NOT** submit bug reports/issues to the [References](#references) (s
1414

1515
Necessarily, `MM/L` will receive **no support** from the maintainers of `ModuleManger - Forum`, as well from some 3rd parties that may choose to support `ModuleManger - Forum` only. Some others (and myself), on the other hand, **will** actively support `MM/L`. Check your add'ons documentation (or politely ask us directly) for more information.
1616

17-
Please, **DO** submit bug reports/issues to the links depicted on the next section of this document.
17+
Please, **DO** submit bug reports/issues to the links depicted on the next section of this document disregarding if you think it's a problem on this fork or not. If the bug is on the upstream's releases, the report will be applied to it as well with any fixes - but I can't guarantee the pull requests will be accepted!
1818

1919

2020
## In a Hurry
@@ -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/sarbian/ModuleManager) remains 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/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.
7171

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

0 commit comments

Comments
 (0)