1
0
mirror of https://github.com/DanilaFe/abacus synced 2024-06-28 13:46:24 -07:00
Commit Graph

22 Commits

Author SHA1 Message Date
c498a5b643 Merge branch 'function-doc' 2017-08-09 11:10:00 -07:00
b99ad5a09a Add plugin removal from the plugin manager. 2017-08-09 10:30:04 -07:00
fdcf2b5c6d Fix documentation loading code. 2017-08-08 13:47:03 -07:00
61f40c72aa Add a registered documentation set. 2017-08-08 11:09:46 -07:00
f28e915c9a Fix not clearing unloaded plugins. 2017-08-07 13:55:24 -07:00
44f018060d Remove the useless caching in the plugin manager and the maps in plugins 2017-08-06 21:55:09 -07:00
3e39087fde Add numerous documentation fixes. 2017-08-05 16:15:30 -07:00
39b36f84e0 Format code. 2017-08-04 13:20:57 -07:00
eb3410f854 Merge branch 'sin'
# Conflicts:
#	src/main/java/org/nwapw/abacus/Abacus.java
#	src/main/java/org/nwapw/abacus/plugin/PluginManager.java
2017-08-04 12:04:37 -07:00
da602876e7 Add comments to all the pi-related stuff. 2017-08-04 11:24:07 -07:00
34ae4b42c6 Add attempt to find the number implementation from the class. 2017-08-03 22:16:08 -07:00
e6cc08043e Add the number implementation to the plugin manager, and use it. 2017-08-03 21:05:25 -07:00
44c52b412c Remove old reference to the promotion system and the number class map. 2017-08-03 20:50:39 -07:00
0f02867a4e Add the list of number interface providers to Plugins. 2017-08-03 14:10:04 -07:00
691118c206 Add a number provider cache. 2017-08-03 10:54:09 -07:00
819fff6391 Change the cache search function to be more generic. 2017-08-03 10:03:13 -07:00
6e1d2ce629 Clear caches on unload and call onUnload before plugins are removed. 2017-08-02 19:14:50 -07:00
44b8efd9bc Actually disable loading the plugin functions in the PluginManager. 2017-08-02 19:06:16 -07:00
2502c90837 Write disabled / enabled plugins to the configuration. 2017-08-02 19:01:01 -07:00
3ce74303ed Format code. 2017-07-30 21:11:32 -07:00
960f891393 Remove abacus dependency from PluginManager. 2017-07-30 14:42:06 -07:00
43c11f8454 Move the source files into a new default directory. 2017-07-29 23:44:21 -07:00