Skip to content

Commit e472793

Browse files
committed
Release 3.0.7.1 (Lisias) for KSP 1.4
1 parent 217a720 commit e472793

File tree

4 files changed

+10
-35
lines changed

4 files changed

+10
-35
lines changed

CHANGES.md

Lines changed: 2 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,4 @@
11
# Module Manager :: Change Log
22

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'.

CHANGE_LOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Module Manager :: Change Log
22

3+
* 2018-0930: 3.0.7.1 (Lisias) for KSP 1.4
4+
+ fixing MissingMethodException: Method not found: 'UnityEngine.Texture2D.LoadImage'.
35
* 2018-0505: 3.0.7 (sarbian) for KSP 1.4
46
+ Fix deprecation
57
+ Turn some semi-redundant methods into extensions

ModuleManager.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"MAJOR":3,
1414
"MINOR":0,
1515
"PATCH":7,
16-
"BUILD":0
16+
"BUILD":1
1717
},
1818
"KSP_VERSION":{
1919
"MAJOR":1,

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ To install, place the GameData folder inside your Kerbal Space Program folder. I
2121

2222
**REMOVE ANY OLD VERSIONS OF THE DLL BEFORE INSTALLING**.
2323

24+
#### Dependencies
25+
26+
<!-- * [KSP API Extensions/L](https://github.com/net-lisias-ksp/KSPAPIExtensions) -->
27+
None at the moment.
28+
2429
### Licensing
2530

2631
[CC-BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/):

0 commit comments

Comments
 (0)