mcMMO/src/main/java/com/gmail/nossr50/config
t00thpick1 857e12b96e SQLDatabaseManager optimizations, async profile loading -t00thpick1, zreed
This commit changes our shared connection into a connection pool utility to prevent
thread locks from multiple actions attempting to access the database at the same time.
In additon,  profile loading has been moved off the main thread at login time, to
allieviate the performance issues caused by it.

Fixes #2138, Fixes #2119, Fixes #1982, Fixes #1953
2014-08-01 20:31:17 +02:00
..
experience Fix a NPE with getFlowerAndGrassXp() 2014-06-23 22:52:34 +02:00
mods Fix bug where Repair_Material_Quantity wasn't read 2014-07-31 00:47:22 +02:00
party Clean up a bit, and make the /party itemshare command recognize the new 2013-04-18 08:11:47 -04:00
skills Actually fix maximumQuantity reading from config 2014-05-25 23:20:19 +02:00
treasure Fixed setting custom names and lore with treasures 2014-06-22 20:42:48 +02:00
AdvancedConfig.java Alter original event and stop firing FakeDamageEvents 2014-07-02 11:28:21 +02:00
AutoUpdateConfigLoader.java Handle this nicer 2013-10-02 10:42:06 +02:00
Config.java SQLDatabaseManager optimizations, async profile loading -t00thpick1, zreed 2014-08-01 20:31:17 +02:00
ConfigLoader.java Need different methods for mod files and regular files. 2013-10-18 10:12:55 -04:00
HiddenConfig.java Add UUID support! - zreed, slipcor, t00thpick1 2014-08-01 20:23:03 +02:00