Skip to content

Commit

Permalink
Release 4.1.0.1 (Lisias) for KSP >= 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisias committed Oct 19, 2019
1 parent a083a8d commit 3e20a7a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 44 deletions.
49 changes: 7 additions & 42 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,47 +2,12 @@
*Lasciate ogne speranza, voi ch'intrate*
- - -

* 2019-0807: 4.0.3.1 (Lisias) for KSP >= 1.3.1
* 2019-1018: 4.1.0.1 (Lisias) for KSP >= 1.3.1
+ Updating code to the latest KSPe API
- Getting rid of deprecated warnings
+ Getting rid of the overcomplicated logging code
- Relying on KSPe to that
- Logging into a file will be implemented later on KSPe itself. Place holders were kept.
- New KSPUnity facilities
+ Merging upstream updates:
- Improvements on thread safety
- Small improvements on performance (regex caching and preserving config cache when just whitespaces were changed)
- Better handling of Escape Chars, SHAs and URLs
- Some code cleaning and better test cases
* 2019-0405: 4.0.2.1 (Lisias) for KSP >= 1.3.1
+ Reverting change on MMPatchLoader to allow it to be findable by `UnityEngine.Object.FindObjectOfType`
+ Merging upstream updates:
- Allow assemblies to add to mod list (Fix for Kerbalism compatibility)
- Add -mm-dont-copy-logs command line flag if you do not want to copy MM log back into the game log
- Fix for KSP runs in debug mode.
* 2019-0125: 4.0.0.2 (Lisias) for KSP >= 1.3.1
+ Merging upstream updates:
- [blowfish](https://forum.kerbalspaceprogram.com/index.php?/profile/119688-blowfish/) worked his magic once more and now MM does the patching while the game loads the models and textures.
- Fix tech tree and modded physics
+ (my) Fixes to the upstream:
- Fixing the Logging system, restoring the (sane) previous behaviour. The new logs were preserved, and can be found on `<KSP_ROOT>/Logs/ModuleManager`
- Allowing "stock" compatibility to 1.3.1 by avoiding >= 1.4 specifics #hurray :)
- Monitoring changes to TechTree and Physics
- Preventing hijacking them when another Add'On changes them.
- They are set up only **one** at first time Space Center is loaded. From there, it only logs if they were changed.
+ Stating **Official** support for KSP 1.3.1 :)
* 2019-0110: 3.1.3.1 (Lisias) for KSP >= 1.4.1
+ Merging 1.6.0 DragCube workaround from uptream
+ Certifying for use on 1.5.x and 1.6.x series
+ Bumping up version to catch upstream's
* 2018-1112: 3.1.1.1 (Lisias) for KSP 1.4; 1.5
+ Adding KSPe logging facilities
+ Syncing source with upstream latest fixes.
- more Internal code improvement by @blowfish
* Older news
+ Declaring this thing **EXPERIMENTAL**.
- I will properly maintain it, but it still Experimental (and non Standard)
+ We have moved to the properly maintained /L Division! :)
+ Moving the datafiles to <KSP_ROOT>/PluginData , where God intended it to be.
+ Using KSPe facilities
- (some) Logging
- File System and Data Files
- escaping/unescaping control chars on node values
- Fixing database dumping to files
- Fixing the reload dialog
- Making Cats compatible to Unity 2019
+ These things were reworked to keep them compatible with previous KSP versions.
9 changes: 9 additions & 0 deletions CHANGE_LOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
*Lasciate ogne speranza, voi ch'intrate*
- - -

* 2019-1018: 4.1.0.1 (Lisias) for KSP >= 1.3.1
+ Updating code to the latest KSPe API
- New KSPUnity facilities
+ Merging upstream updates:
- escaping/unescaping control chars on node values
- Fixing database dumping to files
- Fixing the reload dialog
- Making Cats compatible to Unity 2019
+ These things were reworked to keep them compatible with previous KSP versions.
* 2019-0807: 4.0.3.1 (Lisias) for KSP >= 1.3.1
+ Updating code to the latest KSPe API
- Getting rid of deprecated warnings
Expand Down
4 changes: 2 additions & 2 deletions ModuleManager.version
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"CHANGE_LOG_URL": "https://raw.githubusercontent.com/net-lisias-ksp/ModuleManager/master/CHANGES.md",
"VERSION":{
"MAJOR":4,
"MINOR":0,
"PATCH":3,
"MINOR":1,
"PATCH":0,
"BUILD":1
},
"KSP_VERSION_MIN":{
Expand Down

0 comments on commit 3e20a7a

Please sign in to comment.