sk89q
e703999c8f
Added a simple test for com.sk89q.worldguard.region.Region. Flags are not yet tested.
2013-02-03 23:46:39 -08:00
sk89q
bfc8691118
Added org.mockito:mockito-all v1.9.5 as test dependency.
2013-02-03 23:46:14 -08:00
sk89q
061b303faa
Removed old broken unit tests.
...
We may look at them in the future once those tests are needed again.
2013-02-03 23:45:38 -08:00
sk89q
3b985f7eab
Fixed potential resource leak in LegacyMySqlStoreFactory.getSql().
2013-02-03 23:26:26 -08:00
sk89q
a027721f37
Renamed RegionIndex.queryOverlapping() -> queryIntersects() and added an implementation under AbstractRegionIndex using IndexableShape.intersectsEdges().
2013-02-03 23:24:32 -08:00
sk89q
129412ba79
Canning isOwnerOfAll() and isMemberOfAll() of ApplicableRegionSet.
2012-11-17 16:46:31 -08:00
sk89q
e0ab79bd36
Canning RegionUtil, which is now completely useless.
2012-11-17 16:45:37 -08:00
sk89q
28a1f225ee
Removed very broken and now irrelevant regions migration code.
2012-11-17 16:41:17 -08:00
sk89q
355168a3ac
Removed isMember()/isOwner() as it is no longer relevant (to be placed with FlagResolvers).
2012-11-17 16:37:38 -08:00
sk89q
27c6819df9
Removed /claim. To be rewritten very differently.
2012-11-17 16:37:02 -08:00
sk89q
122c1aa003
Removed some left over CommandBook listener registration in WorldGuardPlugin.
2012-11-17 16:36:04 -08:00
sk89q
644d6ee512
Commented out regions-related code in ReportWriter as it is no longer valid.
2012-11-17 16:35:48 -08:00
sk89q
58cc4392c8
Removing RegionQueryUtil, which might not be needed anymore.
2012-11-17 16:35:24 -08:00
sk89q
e228315dfd
Removed CommandBook integration for /whois for now.
2012-11-17 16:35:03 -08:00
sk89q
8a308cd521
Remove old pre-5.x migration routines from WorldGuardPlugin.
2012-11-17 16:34:28 -08:00
sk89q
c3d3c1812f
Removing migration support for WorldGuard 4.x and below.
2012-11-17 16:33:37 -08:00
sk89q
cc5958bc2f
Removed FlagStateManager for now. To be added later.
2012-11-17 16:32:15 -08:00
sk89q
2d8911c9ce
Added LegacyMySqlStoreFactory, moved .sql files to src/main/resources/sql.
2012-11-17 16:29:20 -08:00
sk89q
c6a0c61028
Made LegacyMySqlStore compile. Domain not yet supported.
2012-11-17 16:28:54 -08:00
sk89q
0c0cbcc1b0
Added com.jolnox:bonecp as dependency.
2012-11-17 16:28:24 -08:00
sk89q
5882e30357
Add initialize() to RegionStoreFactory to allow some setup actions.
2012-11-17 16:27:50 -08:00
sk89q
4faf0a9b2e
YamlStore needs to call reindex() after loading.
2012-11-17 16:27:25 -08:00
sk89q
2e4093e953
Removed FatalConfigurationLoadingException and InvalidTableFormatException.
2012-11-16 17:00:50 -08:00
sk89q
1a9a3274a6
YamlStoreFactory added.
...
Example usage:
StoreFactory factory = new YamlStoreFactory(new File("regions"), "worlds/%s/regions.yml"));
2012-11-16 16:42:37 -08:00
sk89q
8671fbc396
Implemented YamlStore.close(), which does nothing.
2012-11-16 16:41:05 -08:00
sk89q
50c4b3c738
RegionStore and RegionStoreFactory now extend Closeable.
2012-11-16 16:40:29 -08:00
sk89q
23f0791231
Changed MySQLStore to LegacyMySqlStore.
...
We're going to need a new MySqlStore that is not so poorly written. This is going to need a lot of work.
2012-11-16 16:07:34 -08:00
sk89q
fa11dd6d62
Made YamlStore fit its interfaces so that there are no more compile errors.
...
It is, however, not yet ready, because it doesn't yet support custom flags or load in the old domain data.
2012-11-16 16:05:51 -08:00
sk89q
58fa6d1c0b
Extracted RegionStore.save(Collection<Region> added, Collection<Region> updated, Collection<Region> removed) into PartiallyUpdatableStore.
...
This is necessary because some stores need to always save the entire database at a time (namely the YAML store), and adding an "all" parameter to the partial save method would mean that partial stores could not be supported in the future.
2012-11-16 15:52:37 -08:00
sk89q
723f17b782
Region indices now implement Collection<Region>.
...
In addition, PriorityRTreeIndex now extends FlatIndex! That should reduce some code duplication.
2012-11-16 15:40:09 -08:00
sk89q
fe2e399451
RegionIndex now extends Iterable<Region>.
2012-11-16 13:49:33 -08:00
sk89q
6fa7faad12
Removed ProtectionDatabaseException and AbstractProtectionDatabase.
2012-11-16 13:43:14 -08:00
sk89q
c864a1c252
RegionStore.save(Region added[], Region updated[], Region removed[]) throws IOException as well.
2012-11-16 13:42:59 -08:00
sk89q
386288b89a
RegionStore's load() and save() methods can now throw IOExceptions.
...
ProtectionDatabaseException will be removed shortly.
2012-11-16 13:42:23 -08:00
sk89q
b3425b2630
Region is no longer abstract, added Region.setFlagUnsafe().
2012-11-16 13:39:26 -08:00
sk89q
f8105c3de0
Fixed Javadocs for shapes.
2012-11-16 13:38:44 -08:00
sk89q
bcf35085ed
Indices now have a separate reindex() method because large changes to the index have to be supported.
...
Therefore, indices are no longer thread-safe. They don't need to be.
2012-11-16 13:36:26 -08:00
sk89q
b7064cb102
Removed LegacyCsvStore and RegionDBUtil.
2012-11-16 10:12:59 -08:00
sk89q
6c282cfe0a
Moved Region's package to com.sk89q.worldguard.region.
2012-11-16 10:11:08 -08:00
sk89q
f8e0410d23
Finished com.sk89q.worldguard.region.shapes.
2012-11-16 09:28:46 -08:00
sk89q
e8274e76ca
Moved ProtectedRegion forward with some changes.
2012-11-15 17:17:56 -08:00
sk89q
393b15ac7a
Added IndexableShape and its abstract brother.
2012-11-13 23:19:11 -08:00
sk89q
38f40908ee
Say bye to com.sk89q.worldguard.domains.*.
2012-11-13 23:17:34 -08:00
sk89q
caee1df596
Moved MySQLToYAMLMigrator to com.sk89q.worldguard.migration.
2012-11-13 01:03:24 -08:00
sk89q
d9d655b6b2
Added RegionStore and RegionStoreFactory.
2012-11-13 01:02:41 -08:00
sk89q
cc9bbec1c9
Added support for RegionIndexFactories.
2012-11-13 00:57:29 -08:00
sk89q
2a504ffbde
Moved migration classes to com.sk89q.worldguard.migration.
2012-11-13 00:51:19 -08:00
sk89q
5f11c5710b
Changed RegionIndex.{add|remove} to take in multiple regions to update, which may be faster for some index types.
2012-11-12 21:33:05 -08:00
sk89q
5d3409be57
Moved region.indexes package to region.indices.
2012-11-12 21:29:02 -08:00
sk89q
ad921a2111
Updated the existing index code to work with the new RegionIndex interface.
2012-11-12 21:28:27 -08:00