WorldGuard/src/test/java/com/sk89q/worldguard
sk89q 7a01168781 Rewrite region API. Migrations need to be re-implemented.
This commit, however, adds:

* Better support for background saves and loads.
* Periodical writes of region changes rather than explicit save() calls.
* Rewrite of the MySQL region code.
* Support for partial saves when using MySQL.
* Decoupling of region index implementations and RegionManager.

What still needs to be done includes:

* Background region modification operations (addmember, etc.).
* Unit tests to verify correctness of the partial saving.
* Migration support (to be re-added).
* Better handling when regions are failing to save.
* Testing of the /rg load and /rg save commands.
* Verification of how server shutdown / world unload is handled.
* Verification that thread-unsafe concurrent saves of data is not happening.
2014-08-08 20:28:49 -07:00
..
domains Add support for UUIDs in domains. 2014-08-01 17:36:56 -07:00
protection Rewrite region API. Migrations need to be re-implemented. 2014-08-08 20:28:49 -07:00
util Refactor command filter into a unit tested class. 2014-07-21 19:36:25 -07:00
TestPlayer.java Add support for UUIDs in domains. 2014-08-01 17:36:56 -07:00