summaryrefslogtreecommitdiff
path: root/src/com/redstoner/coremods/moduleLoader/ModuleLoader.java
AgeCommit message (Expand)Author
2018-11-06Moved files to use the gradle structureDavid
2017-10-16Fixed improper version respectingPepich
2017-09-17Update to APIv4. I hope this no borke git.Pepich
2017-07-27General cleanup, reseting all versions to 4.0 in preparation of releasePepich
2017-07-08Preparation for APIv4, general code cleanupPepich
2017-06-10Made ModuleLoader compatible with 1.12 (exclusively)Pepich
2017-05-05Updated versionPepich
2017-05-05Fixed NPEPepich
2017-05-05Fixed potential memory leakPepich
2017-05-05Fixed modules not being removed from memory properlyPepich
2017-05-05Updated to APIv3.2Pepich
2017-05-05Added getModule functionPepich
2017-03-30Fixed postinit to be run twice, as well as double linking listenersPepich
2017-03-30Dynamically loaded modules will have their autolisteners now respectedPepich
2017-03-29Fixed NPEPepich
2017-03-29Moved loadFromConfig functionality from Main to ModuleLoaderPepich
2017-03-29Suppressing deprecation warning for seamless backwards compatibilityPepich
2017-03-29Fixed mutli-class modules to be unrelodaablePepich
2017-03-29Merge branch 'master' ofPepich
2017-03-29Added dynamic loading functionality, Updated API to v3.1.0Pepich
2017-03-24Moved moduleloader cmd into seperate file; Prepared load cmdPepich
2017-03-23Updated log outputs to API v3Pepich
2017-03-14Changed Utils.log to Utils.infoMinenash
2017-03-10Expanded functionality to allow more control in the modulePepich
2017-03-02Updated APIPepich
2017-02-18Idk what I changed but for some reason it looks like I gotta commit? ._.Pepich
2017-02-02try/catched module enablingPepich
2017-02-02Made variable name in for loop more descriptivePepich
2017-02-02Made loader only register commands if the module was loaded successfullyPepich
2017-02-02Made moduleloader notify modules on disablePepich
2017-02-02Made list command only show classnames instead of entire packagesPepich
2017-02-01Fixed debugger/module loader not registering their own commandsPepich
2017-02-01renamed moduleLoader packagePepich