Commit Graph

138 Commits

Author SHA1 Message Date
AppleDash
f554013c16 Basically rewrite the entire core. 2016-09-21 04:16:36 -04:00
AppleDash
d1b302e779 Transaction logging seems to work, kind of. 2016-09-21 02:23:38 -04:00
AppleDash
92350e6d25 Actually load transaction logger config. 2016-09-20 22:50:14 -04:00
AppleDash
f9cf1269fb Experimental transaction logger 2016-09-20 22:47:25 -04:00
AppleDash
6642c5b703 Clean up MySQL a little bit 2016-09-19 02:26:37 -04:00
AppleDash
9803b795fd Small amount of code cleanup and make /balance work properly 2016-09-19 02:08:25 -04:00
AppleDash
3bbca6dfaf Version bump to 0.7.2 and a bit of refactoring. 2016-09-19 01:44:55 -04:00
AppleDash
1c217be26a Inspect code 2016-09-18 05:11:22 -04:00
AppleDash
66dfba087e Clean up config loading a tiny bit 2016-09-18 05:05:52 -04:00
AppleDash
8dd2f4e551 Refactor backend loading a bit 2016-09-18 04:58:15 -04:00
AppleDash
accb7a89b8 Fix the weirdness with the JDBC URL 2016-09-18 04:49:42 -04:00
AppleDash
ca5b2340f7 Dependency injection for commands 2016-09-18 04:43:13 -04:00
AppleDash
4b088afec9 I... I can't help it, man. I inject dependencies, OK?
There, I said it.
2016-09-18 04:37:44 -04:00
AppleDash
eab9e0774b Fix compilation errors - apparently my last changes were really lazy. 2016-09-18 04:31:31 -04:00
AppleDash
3ab99b72e3 More work on transaction logging support. 2016-08-15 02:34:55 -04:00
AppleDash
8f0267dbac Begin work on transaction logging support. 2016-08-15 02:25:33 -04:00
AppleDash
0012a191da Make MySQL work better and add backend conversion. 2016-08-14 16:52:06 -04:00
AppleDash
1fd55be372 Remove debugging code and fix POM. 2016-08-14 16:22:45 -04:00
AppleDash
2db1ac617b Clean up code a bunch and fix the MySQL bug. 2016-08-14 16:18:43 -04:00
AppleDash
25c925dcb3 Clean up MySQL code a bit in an attempt to make the weird MySQL bug easier to find. 2016-08-14 15:25:27 -04:00
AppleDash
a170e46851 Add experimental message translation support. 2016-08-08 13:40:34 -04:00
AppleDash
b71b373299 Make MessageUtils use the right import for people not on Spigot. 2016-08-04 02:21:15 -04:00
AppleDash
586962df10 Make number parsing work in France. 2016-07-29 07:49:41 -04:00
AppleDash
0acead2ea3 Begin adding unit tests for SaneEconomyCore - Don't want more bugs to creep in! 2016-07-29 07:16:11 -04:00
AppleDash
5158689a2a Fix bug where some plugins may see players with an infinite balance. 2016-07-22 13:12:57 -04:00
AppleDash
770536e514 Add Factions support and fix a MySQL bug. 2016-07-20 03:03:21 -04:00
AppleDash
5ce54d7779 Clean up Economable a bit 2016-07-19 21:28:58 -04:00
AppleDash
ee8f8aa428 Fix some MySQL syntax errors. 2016-07-19 21:24:58 -04:00
AppleDash
f33eb1d7f4 Add Economable interface and appropriate database migrations. (The MySQL one is very gross) 2016-07-19 21:20:54 -04:00
AppleDash
143604b80c Restructure EconomyStorageBackends a bit and add support for manipulating the balances of offline players. 2016-07-19 20:21:51 -04:00
AppleDash
4a1a363c71 Fix length of player_uuid column in player_balances table. 2016-07-19 20:05:43 -04:00
AppleDash
a79b719e63 Add workaround for bad plugins passing bad parameters to Vault API. 2016-07-18 20:38:46 -04:00
AppleDash
948e617d4e Fix bug caused by some other plugins. 2016-07-17 22:53:46 -04:00
AppleDash
5702c1ed5c Remove addBalance and subtractBalance methods from storage backends. 2016-07-12 12:22:12 -04:00
AppleDash
3b27b8a192 Make /balancetop sort in the right order. 2016-07-11 20:25:51 -04:00
AppleDash
a89b36fc99 Add /balancetop command. 2016-07-11 20:22:07 -04:00
AppleDash
139dec6bd2 Add update checking and make Vault hook optional. 2016-07-11 18:53:17 -04:00
AppleDash
aa5d95d72f Restructure project and switch to Maven. 2016-07-11 18:03:20 -04:00