Skip to content

Commit

Permalink
v0.2 Update, See CHANGELOG for Full Details
Browse files Browse the repository at this point in the history
  • Loading branch information
HerpDerpinstine committed May 31, 2020
1 parent f041988 commit fd75b4d
Show file tree
Hide file tree
Showing 169 changed files with 18,570 additions and 5,122 deletions.
33 changes: 29 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# Created by https://www.gitignore.io/api/visualstudio,visualstudiocode
# Edit at https://www.gitignore.io/?templates=visualstudio,visualstudiocode

Expand Down Expand Up @@ -35,12 +34,31 @@ MelonLoader\.vs
MelonLoader.ModHandler\bin
MelonLoader.ModHandler\obj
MelonLoader.ModHandler\.vs
MelonLoader.Support.Il2Cpp\bin
MelonLoader.Support.Il2Cpp\obj
MelonLoader.Support.Il2Cpp\.vs
MelonLoader.Support.Mono\bin
MelonLoader.Support.Mono\obj
MelonLoader.Support.Mono\.vs
MelonLoader.Support.Mono472\bin
MelonLoader.Support.Mono472\obj
MelonLoader.Support.Mono472\.vs
TestMod\bin
TestMod\obj
TestMod\.vs
winmm\bin
winmm\obj
winmm\.vs
TestModCpp\bin
TestModCpp\obj
TestModCpp\.vs
version\bin
version\obj
version\.vs
Detours\samples
Detours\lib.X86
Detours\lib.X64
Detours\bin.X86
Detours\bin.X64
Detours\src\obj.X86
Detours\src\obj.X64

# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
Expand Down Expand Up @@ -381,3 +399,10 @@ healthchecksdb
MigrationBackup/

# End of https://www.gitignore.io/api/visualstudio,visualstudiocode

# JetBrains Rider
/.idea
/Detours/lib.X64
/Detours/lib.X86
/MelonLoader_Mono.zip
/MelonLoader_Il2Cpp.zip
Binary file modified BaseLibs/MelonLoader/Managed/ICSharpCode.SharpZipLib.dll
Binary file not shown.
Binary file modified BaseLibs/MelonLoader/Managed/Newtonsoft.Json.dll
Binary file not shown.
Binary file removed BaseLibs/MelonLoader/Managed/UnityScript.Lang.dll
Binary file not shown.
Binary file removed BaseLibs/MelonLoader/Managed/UnityScript.dll
Binary file not shown.
Binary file removed BaseLibs/Unity Dependencies/2017.4.28f1.zip
Binary file not shown.
Binary file removed BaseLibs/Unity Dependencies/2018.1.6f1.zip
Binary file not shown.
Binary file removed BaseLibs/Unity Dependencies/2018.3.11f1.zip
Binary file not shown.
Binary file removed BaseLibs/Unity Dependencies/2018.4.10f1.zip
Binary file not shown.
Binary file removed BaseLibs/Unity Dependencies/2018.4.13f1.zip
Binary file not shown.
Binary file removed BaseLibs/Unity Dependencies/2018.4.14f1.zip
Binary file not shown.
Binary file removed BaseLibs/Unity Dependencies/2018.4.19f1.zip
Binary file not shown.
Binary file removed BaseLibs/Unity Dependencies/2018.4.20f1.zip
Binary file not shown.
Binary file removed BaseLibs/Unity Dependencies/2018.4.6f1.zip
Binary file not shown.
Binary file removed BaseLibs/Unity Dependencies/2019.1.0b1.zip
Binary file not shown.
Binary file removed BaseLibs/Unity Dependencies/2019.2.0f1.zip
Binary file not shown.
Binary file removed BaseLibs/Unity Dependencies/2019.3.6f1.zip
Binary file not shown.
Binary file added BaseLibs/UnityDependencies/2017.4.28.zip
Binary file not shown.
Binary file added BaseLibs/UnityDependencies/2018.1.6.zip
Binary file not shown.
Binary file added BaseLibs/UnityDependencies/2018.4.10.zip
Binary file not shown.
Binary file added BaseLibs/UnityDependencies/2018.4.11.zip
Binary file not shown.
Binary file added BaseLibs/UnityDependencies/2018.4.13.zip
Binary file not shown.
Binary file added BaseLibs/UnityDependencies/2018.4.14.zip
Binary file not shown.
Binary file added BaseLibs/UnityDependencies/2018.4.19.zip
Binary file not shown.
Binary file added BaseLibs/UnityDependencies/2018.4.20.zip
Binary file not shown.
Binary file added BaseLibs/UnityDependencies/2018.4.6.zip
Binary file not shown.
Binary file added BaseLibs/UnityDependencies/2019.1.0.zip
Binary file not shown.
Binary file added BaseLibs/UnityDependencies/2019.2.0.zip
Binary file not shown.
Binary file added BaseLibs/UnityDependencies/2019.3.6.zip
Binary file not shown.
158 changes: 0 additions & 158 deletions CHANGELOG

This file was deleted.

Loading

0 comments on commit fd75b4d

Please sign in to comment.