0
Commit Graph

12 Commits

Author SHA1 Message Date
Pepich
0db0c9b5f6 Moved moduleloader cmd into seperate file; Prepared load cmd 2017-03-24 10:56:57 +01:00
Pepich
29460573f7 Updated log outputs to API v3 2017-03-23 11:33:40 +01:00
Pepich
63edc545e8 Expanded functionality to allow more control in the module 2017-03-10 13:45:14 +01:00
Pepich
ca849074aa Updated API
API Version 2.0.0

Modules no longer have to keep track of their enabled status, the
ModuleLoader is now responsible for this. This allows for easier module
development and finer control over modules through the loader and the
debugger. More features to follow in a future update.
2017-03-02 20:07:44 +01:00
Pepich
aeb6be6841 Idk what I changed but for some reason it looks like I gotta commit? ._. 2017-02-18 18:05:53 +01:00
Pepich
907c68525b try/catched module enabling 2017-02-02 20:49:10 +01:00
Pepich
d8ad4495d2 Made variable name in for loop more descriptive 2017-02-02 18:55:33 +01:00
Pepich
94d5b609ff Made loader only register commands if the module was loaded successfully 2017-02-02 18:52:11 +01:00
Pepich
0fe41a40a9 Made moduleloader notify modules on disable 2017-02-02 18:05:06 +01:00
Pepich
290f195a61 Made list command only show classnames instead of entire packages 2017-02-02 17:45:22 +01:00
Pepich
09edb9af11 Fixed debugger/module loader not registering their own commands 2017-02-01 20:15:51 +01:00
Pepich
f02602109e renamed moduleLoader package 2017-02-01 19:26:52 +01:00