CCDirectLink / CCLoader

Modloader for crosscode
35 stars 11 forks source link

Add integration with CrossAndroid #98

Closed dmitmel closed 2 years ago

dmitmel commented 2 years ago

Also fixed a few window.parent leftovers from the iframe days. The corresponding CrossAndroid PR: https://gitlab.com/Namnodorel/crossandroid/-/merge_requests/3

dmitmel commented 2 years ago

Why would getModListAsJson return a string and not simply the array?

Limitation on the Java side

If it's a technical limitation wouldn't it be better to fake the mods.json file and use browser logic to load the files?

That's harder to implement and breaks some responsibility boundaries

dmitmel commented 2 years ago

@2767mr Is this better?