CCDirectLink / CCLoader

Modloader for crosscode
38 stars 8 forks source link

Improved entry handling #24

Closed ghost closed 5 years ago

ghost commented 6 years ago

Added the ability to find by entry and value (of entry). Cleaned up the code a little.

2767mr commented 6 years ago

The problem with this is that some mods rely on definition on load. However, this change would add the entries object after (or while) the mods are being loaded. The cleanest solution to this would be a bigger restructure of ccloader.js and properly seperate definition loading from mod loading. That would also fix some bugs with faulty mod definitions and dependencies.

ghost commented 5 years ago

Guess that is the next thing on the TODO list.