Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instance Refactor #18

Merged
merged 31 commits into from
Apr 18, 2024
Merged
Show file tree
Hide file tree
Changes from 30 commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
e23bc46
Semi-update Instance Handling
CADIndie Apr 13, 2024
5d3d238
Instance Refactor
Apr 13, 2024
f51a154
Oops
Apr 13, 2024
96d1b12
eee
Apr 13, 2024
14bda19
Damn my lack of unity knowledge
Apr 13, 2024
af98b96
GRADLE YOU TOO?!
Apr 13, 2024
0c325ee
Its been a long night...
CADIndie Apr 13, 2024
8ca043f
Fix login delay
CADIndie Apr 13, 2024
f32ad9f
Fix invalid JNI object
Apr 13, 2024
e801cec
Finish instance refactor
Apr 13, 2024
3294d00
Fixes
Apr 13, 2024
919714c
Add Unity Mods
Apr 13, 2024
42fe51f
:-1:
CADIndie Apr 14, 2024
a81e5a2
Fixes
Apr 14, 2024
0f3be46
UI Changes | Add Fock/Car :3
CADIndie Apr 15, 2024
3846fcd
Avoid Login Spam
CADIndie Apr 15, 2024
2171a20
Merge pull request #17 from QuestCraftPlusPlus/master
CADIndie Apr 15, 2024
a56aaba
Fix QC Logo
CADIndie Apr 15, 2024
dd725e8
Merge branch 'Instance-Refactor' of https://github.com/QuestCraftPlus…
CADIndie Apr 15, 2024
649d5c7
Instance Editor Pathing
CADIndie Apr 15, 2024
216cca2
Unity Editor version has been changed (again)
TheReal-Flo Apr 15, 2024
57cef5e
Add a lil buddy :D
CADIndie Apr 16, 2024
4024c0d
Update Instance Scripting
CADIndie Apr 16, 2024
836e03d
Merge pull request #21 from QuestCraftPlusPlus/master
CADIndie Apr 16, 2024
ba1ae5f
Remove Lil Buddy :(
CADIndie Apr 16, 2024
5db2d08
Add Lil Buddy v2 :D
CADIndie Apr 16, 2024
ba23816
Easter Eggs
CADIndie Apr 17, 2024
060ebe7
Instance Management 90%
CADIndie Apr 17, 2024
db3b4b5
Merge pull request #19 from TheReal-Flo/patch-1
CADIndie Apr 17, 2024
b989099
Fix Instance Duping - @computer-catt
CADIndie Apr 17, 2024
aaf9e6e
Delete TextScroll Script
CADIndie Apr 18, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 20 additions & 13 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Assets/Plugins/Android/Pojlib-release.aar
Binary file not shown.
1 change: 1 addition & 0 deletions Assets/Plugins/Android/mainTemplate.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ apply plugin: 'com.android.library'
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation("com.google.code.gson:gson:2.9.1")
implementation("com.google.guava:guava:31.0.1-jre")
implementation("commons-io:commons-io:2.11.0")
implementation("commons-codec:commons-codec:1.15")
implementation("com.microsoft.azure:msal4j:1.13.9")
Expand Down
Loading