|
1 | 1 | # Module Manager :: Change Log |
2 | 2 |
|
3 | | -* 2018-0505: 3.0.7 (sarbian) for KSP 1.4 |
4 | | - + Fix deprecation |
5 | | - + Turn some semi-redundant methods into extensions |
6 | | - + Keeps having to reimplement them for every IBasicLogger implementation |
7 | | - + Split up prefixing and translating logs for unity |
8 | | - + Should be separate classes. |
9 | | - + Allow parentheses in value name |
10 | | - + Allow spaces in value names |
11 | | - + Addresses #107 |
12 | | - + Fix operators |
13 | | - + Addresses #110 |
14 | | - + Operators are now parsed like commands, removed from the regex. |
15 | | - + Fix value assignment with * indexer |
16 | | - + Broken in #111 - probably an unusual case but it would have worked |
17 | | - + before. |
18 | | - + Added tests to ensure that this fixes it. Tests are not and will |
19 | | - + probably never cover all of MMPatchLoader.ModifyNode but useful to add |
20 | | - + bugfix cases here as they occur. |
21 | | - + Reflection fields should be readonly |
22 | | - + Create special GameData subdirectory |
23 | | - + It's special |
24 | | - + Allow checking needs against directories |
25 | | - + If the needs string contains a / it will check for a directory with that |
26 | | - + path in GameData. Notes: |
27 | | - - PluginData folders are excluded |
28 | | - - Leading and trailing slashes are allowed |
29 | | - - Multiple slashes together will be treated as a single slash |
30 | | - - Comaprison is case sensitive |
31 | | - + Require at least one space before the operator (#119) |
32 | | - + Fixes wildcards in value names. If * appears in at the end of value |
33 | | - + name without a space it should be interpreted as a wildcard rather than |
34 | | - + the multiplication operator |
35 | | - + Fix SHA generation for DLL - Fix #120 |
36 | | - + Make sure TransformFinalBlock is called *after* the last block |
| 3 | +* 2018-0930: 3.0.7.1 (Lisias) for KSP 1.4 |
| 4 | + + fixing MissingMethodException: Method not found: 'UnityEngine.Texture2D.LoadImage'. |
0 commit comments