Commit b2ebc17
committed
-Added references to Harmony and SharpZipLib
-Reworked patching system. Mods can now designate methods to be called before or after any game functions, and optionally update it's IL code
-Hid annoucement by default (this can be re-enabled by mods)
-Updated the title game state to add registered title buttons to the left side of the screen, without replacing the entire game state
-Update the project to use the correct version of .NET to match Unity (3.5, runtime 2.0.0.0)
-Added MIT license
-Updated ModBase to auto load embedded resources from mods. Zips will be extracted.
-Renamed the mod list class to capitalize the "L"
-Updated mod loader to treat the framework as any other mod (no more code explicitly initializing the framework)
-Removed unused references
-Removed references to other proejcts in the solution
-Added ReSharper settings to ignore certain words from spellcheck
-Removed unused code in the TitleButton class
-Added comments to Utils class and switched to string interpolation1 parent a239c0c commit b2ebc17
File tree
26 files changed
+503
-456
lines changed- Patches/Planetbase
- GameStateTitle
- TitleScene
- packages
- Lib.Harmony.1.2.0.1
- SharpZipLib.0.86.0
26 files changed
+503
-456
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | | - | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | | - | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
21 | 29 | | |
22 | 30 | | |
23 | 31 | | |
24 | 32 | | |
25 | | - | |
26 | | - | |
27 | | - | |
| 33 | + | |
28 | 34 | | |
29 | 35 | | |
30 | 36 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
This file was deleted.
0 commit comments