Skip to content

Core rewrite

username-removed-189323 requested to merge alpha into master

Merge the new v2 engine
This new branch has it's core completely rewritten, and then all the previous content (skills/modules) are ported over to work with the new code.
The main concept of this new code is modularity. With a configuration that is generated at runtime and dynamic module registration.
Outside plugins can add, overwrite or remove any modules they wish, to improve and/or customize the entire experience.

Merge request reports