|
2 | 2 | *Lasciate ogne speranza, voi ch'intrate* |
3 | 3 | - - - |
4 | 4 |
|
5 | | -* 2019-0807: 4.0.3.1 (Lisias) for KSP >= 1.3.1 |
| 5 | +* 2019-1018: 4.1.0.1 (Lisias) for KSP >= 1.3.1 |
6 | 6 | + Updating code to the latest KSPe API |
7 | | - - Getting rid of deprecated warnings |
8 | | - + Getting rid of the overcomplicated logging code |
9 | | - - Relying on KSPe to that |
10 | | - - Logging into a file will be implemented later on KSPe itself. Place holders were kept. |
| 7 | + - New KSPUnity facilities |
11 | 8 | + Merging upstream updates: |
12 | | - - Improvements on thread safety |
13 | | - - Small improvements on performance (regex caching and preserving config cache when just whitespaces were changed) |
14 | | - - Better handling of Escape Chars, SHAs and URLs |
15 | | - - Some code cleaning and better test cases |
16 | | -* 2019-0405: 4.0.2.1 (Lisias) for KSP >= 1.3.1 |
17 | | - + Reverting change on MMPatchLoader to allow it to be findable by `UnityEngine.Object.FindObjectOfType` |
18 | | - + Merging upstream updates: |
19 | | - - Allow assemblies to add to mod list (Fix for Kerbalism compatibility) |
20 | | - - Add -mm-dont-copy-logs command line flag if you do not want to copy MM log back into the game log |
21 | | - - Fix for KSP runs in debug mode. |
22 | | -* 2019-0125: 4.0.0.2 (Lisias) for KSP >= 1.3.1 |
23 | | - + Merging upstream updates: |
24 | | - - [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. |
25 | | - - Fix tech tree and modded physics |
26 | | - + (my) Fixes to the upstream: |
27 | | - - Fixing the Logging system, restoring the (sane) previous behaviour. The new logs were preserved, and can be found on `<KSP_ROOT>/Logs/ModuleManager` |
28 | | - - Allowing "stock" compatibility to 1.3.1 by avoiding >= 1.4 specifics #hurray :) |
29 | | - - Monitoring changes to TechTree and Physics |
30 | | - - Preventing hijacking them when another Add'On changes them. |
31 | | - - They are set up only **one** at first time Space Center is loaded. From there, it only logs if they were changed. |
32 | | - + Stating **Official** support for KSP 1.3.1 :) |
33 | | -* 2019-0110: 3.1.3.1 (Lisias) for KSP >= 1.4.1 |
34 | | - + Merging 1.6.0 DragCube workaround from uptream |
35 | | - + Certifying for use on 1.5.x and 1.6.x series |
36 | | - + Bumping up version to catch upstream's |
37 | | -* 2018-1112: 3.1.1.1 (Lisias) for KSP 1.4; 1.5 |
38 | | - + Adding KSPe logging facilities |
39 | | - + Syncing source with upstream latest fixes. |
40 | | - - more Internal code improvement by @blowfish |
41 | | -* Older news |
42 | | - + Declaring this thing **EXPERIMENTAL**. |
43 | | - - I will properly maintain it, but it still Experimental (and non Standard) |
44 | | - + We have moved to the properly maintained /L Division! :) |
45 | | - + Moving the datafiles to <KSP_ROOT>/PluginData , where God intended it to be. |
46 | | - + Using KSPe facilities |
47 | | - - (some) Logging |
48 | | - - File System and Data Files |
| 9 | + - escaping/unescaping control chars on node values |
| 10 | + - Fixing database dumping to files |
| 11 | + - Fixing the reload dialog |
| 12 | + - Making Cats compatible to Unity 2019 |
| 13 | + + These things were reworked to keep them compatible with previous KSP versions. |
0 commit comments