Commit Graph

1237 Commits

Author SHA1 Message Date
sk89q
4f24f2631e Automatic invincibility / no-drowning groups have to be enabled now. 2014-08-24 01:13:59 -07:00
sk89q
ddb910e2ea Update the README. 2014-08-23 22:15:10 -07:00
sk89q
b5c4eb3587 Move build related files to config/. 2014-08-23 22:05:41 -07:00
sk89q
a0553bfa34 Have people read CHANGELOG for the rest of the changes. 2014-08-23 22:02:46 -07:00
sk89q
241f053b8a Fix error in CHANGELOG.md. 2014-08-23 21:57:52 -07:00
sk89q
6174c9e486 Updated changelog and added upgrade information. 2014-08-23 21:55:49 -07:00
sk89q
d7629acb61 Use original .jar filename in the .zip. 2014-08-23 20:25:30 -07:00
sk89q
8169b6f650 Use Markdown for changelog + distributed README. 2014-08-23 20:24:25 -07:00
sk89q
7b174683ba WorldGuard 6. See http://forum.enginehub.org/threads/15666/ 2014-08-22 20:54:59 -07:00
sk89q
88e7327af6 Merge branch 'master' into feature/region-api-update 2014-08-22 20:48:34 -07:00
sk89q
b7d8562ece Use a region deny message indicating region data load failure. 2014-08-22 20:43:03 -07:00
sk89q
439826ddc6 Bump to version 6.0.0. 2014-08-22 19:52:16 -07:00
sk89q
b94641f1b5 Wooden doors are interact-able. 2014-08-22 19:47:37 -07:00
sk89q
0ddf56f7f6 Add -g to /rg (re)define to create a global region. 2014-08-22 19:37:13 -07:00
sk89q
74e64d0641 Fix region bypass permission and support fake players. 2014-08-22 19:32:03 -07:00
sk89q
858b0b2c1c Update Javadocs in RegionQuery. 2014-08-22 19:19:35 -07:00
sk89q
54237c0038 Fix potential NPE in FlagValueCalculator. 2014-08-22 19:17:46 -07:00
sk89q
0edb948a40 Don't let players disembark if they can't back on. 2014-08-22 19:17:36 -07:00
sk89q
f85aeecde7 Fix deny flags not applying when you are on an animal.
Fixes WORLDGUARD-2518.
2014-08-22 18:23:59 -07:00
sk89q
69a0f26a52 Handle OfflinePlayer causes. 2014-08-22 18:04:01 -07:00
sk89q
8bb28b5ef1 Update Bukkit dependency on 1.7.9-R0.2. 2014-08-22 18:03:48 -07:00
sk89q
a6118c3aa4 Unify debouncing method. 2014-08-22 17:30:18 -07:00
sk89q
59494233e3 Debounce interact events. 2014-08-22 17:21:49 -07:00
sk89q
d0ff1815aa Made EventDebounce more reusable. 2014-08-22 16:52:34 -07:00
sk89q
9b7970475a Fix the SLEEP flag not checking the right bed material. 2014-08-22 16:26:43 -07:00
sk89q
88c0bdfffb Better handle disabling of the regions feature. 2014-08-22 16:18:05 -07:00
sk89q
b43bc4a57a Debounce events for 10 seconds. 2014-08-22 16:10:22 -07:00
sk89q
bd8e1a35f6 Add block place, block break flags. 2014-08-22 16:08:31 -07:00
sk89q
722dabcf1a Add item pickup flag and implement item drop flag through event abstraction. 2014-08-22 16:02:21 -07:00
sk89q
09207367c0 Use specific messages for denied item drop / pick up. 2014-08-22 15:45:05 -07:00
sk89q
3336b73536 Don't send too many "can't do this" messages at a time. 2014-08-22 15:43:03 -07:00
sk89q
0d7e3ad2de Add friendlier region deny messages. 2014-08-22 15:36:21 -07:00
sk89q
95d1bd8ee0 Debounce item pickup event. 2014-08-22 13:54:59 -07:00
sk89q
6c97e04c7c Use event abstraction for blacklist item pickup. 2014-08-22 13:45:55 -07:00
sk89q
24f72cb07f Make liquid flow checking for regions optional. 2014-08-22 13:37:02 -07:00
sk89q
ef56a32f00 Implement PVP flag through abstraction. 2014-08-22 12:47:06 -07:00
sk89q
d8da89703b Handle the TNT flag better in the new system.
Now the build flag works in tandem with the TNT flag.
2014-08-22 11:27:23 -07:00
sk89q
e47c563ced Handle null flag values in the flag set command correctly. 2014-08-22 11:09:09 -07:00
sk89q
bd0917d34b Add deny-message flag to adjust the region "don't have permission" message.
Also add color code parsing for the flag set command.
2014-08-22 03:37:33 -07:00
sk89q
8098211d01 Add Flag.getDefault(). Breaks StateFlag.getDefault() calls. 2014-08-22 02:19:31 -07:00
sk89q
83c95bbb8c Clear dirty flag if RegionManager.save() is used. 2014-08-22 02:08:59 -07:00
sk89q
4d4e1c6c26 Handle region data load / save failure more gracefully.
Also remove use of BoneCP and reorganize the classes.
2014-08-22 02:08:37 -07:00
sk89q
3045dc0293 Better handle failure conditions for background region saving. 2014-08-21 23:36:15 -07:00
sk89q
e649973318 Revert "Don't use the region chunk has table until a threshold."
This reverts commit f57afb2944.
2014-08-21 22:49:53 -07:00
sk89q
2d147bb7e1 Change PriorityRTreeIndex to use the R-tree for intersection queries. 2014-08-21 22:47:46 -07:00
sk89q
f57afb2944 Don't use the region chunk has table until a threshold. 2014-08-21 22:39:32 -07:00
sk89q
95052546a5 Remove use of Bukkit logger. 2014-08-21 22:22:28 -07:00
sk89q
768532cb8b Re-implemented region data migration. 2014-08-21 22:00:27 -07:00
sk89q
6b7e1286f2 Merge pull request #326 from parryjacob/master
Remove zml-repo from pom.xml as it longer resolves.
2014-08-19 20:11:17 -07:00
parryjacob
577cfd0954 Remove zml-repo from pom.xml as it failed to resolve anymore, causing Maven builds to have to wait for extended periods of time 2014-08-19 20:54:00 -04:00