Commit Graph

  • f479e32b5f
    Update contributing url NotMyFault 2021-07-24 19:28:28 +0200
  • 8ba2eb3330
    [CI-SKIP] update bug report template to reflect 1.17 FAWE dordsor21 2021-07-24 17:17:43 +0100
  • 8c0195970b
    Add and apply .editorconfig from P2 (#1195) dordsor21 2021-07-24 16:34:05 +0100
  • 3b4beba7d6
    Improve performance of various commands/actions - Add chunk preloading to RegionVisitor if supplied with a suitable Extent - Where extents are used in masks, set EditSession as the extent as they are otherwise initialised with WorldWrapper that is very slow - Fixes #1073 dordsor21 2021-07-24 15:47:22 +0100
  • f2ee2248e0
    Consistenty use javax annotations. (#1197) dordsor21 2021-07-24 14:52:08 +0100
  • 5e9535db41
    Re-add shading/relocation of fastutils and add a dumb class because minimise doesn't scan worldedit-adapters dordsor21 2021-07-24 14:12:59 +0100
  • 46f2a202e6
    Remove unneeded maven repos NotMyFault 2021-07-24 14:28:35 +0200
  • b599d86a1c
    Assume it's safe not to shade or relocate fastutils dordsor21 2021-07-24 13:14:58 +0100
  • 8f55d3f9a4
    update adapters dordsor21 2021-07-24 13:14:19 +0100
  • 41f4aadf40
    Update to 1.17.1 texture jar dordsor21 2021-07-24 12:19:44 +0100
  • d46af0136b
    Fix nullable world in regions dordsor21 2021-07-24 10:04:04 +0100
  • 39defaea5e
    and reupdate adapters without a borked jar file because the hash wasn't different the first time round dordsor21 2021-07-23 21:57:06 +0100
  • c37ce767d7
    update adapters dordsor21 2021-07-23 21:54:49 +0100
  • 4341001a1c
    Update adapters dordsor21 2021-07-23 21:03:02 +0100
  • 0be8746c11
    Add more directionals - Fixes #1122 - Levers and buttons can be flipped/rotated vertically dordsor21 2021-07-23 20:15:22 +0100
  • 0d26dad397
    Update dependency com.github.luben:zstd-jni to v1.5.0-4 (#1189) renovate[bot] 2021-07-23 20:17:43 +0200
  • ae9c5f8490
    Update adapters NotMyFault 2021-07-23 18:31:18 +0200
  • 50ab8ad5c7
    Feature/propagate diff and object cleanup (#1190) NotMyFault 2021-07-23 17:48:51 +0200
  • ad102ab7a9
    clipboard brush is supposed to be -o not -p dordsor21 2021-07-23 11:27:14 +0100
  • 8e16acde1d
    Fix error in clipboard brush switches dordsor21 2021-07-23 09:54:30 +0100
  • 39a3c83801
    The CLI is not a plugin... but now it technically is? NotMyFault 2021-07-22 22:11:43 +0200
  • 6acd8498b2
    Update adapters dordsor21 2021-07-22 17:59:48 +0100
  • 1e49f59001
    Much better hinge handling dordsor21 2021-07-21 20:00:39 +0100
  • 1ec927f30c
    Add check when obtaining BlockState from id to prevent edits losing large amounts of data dordsor21 2021-07-20 20:49:47 +0100
  • 5f8addbb5b
    Fix #1185 TODO: fix door hinge placement on rotate/flip sometimes dordsor21 2021-07-20 20:49:13 +0100
  • ca1744aa97
    Likely fix for rotation issue fixes #996 dordsor21 2021-07-19 20:33:50 +0100
  • 6ab927fa4d
    Fix #1167 dordsor21 2021-07-19 20:28:36 +0100
  • e6b18cf230
    Run residence permission playerHas check on main thread dordsor21 2021-07-18 13:18:55 +0100
  • 275ba9bd84
    Update dependency com.comphenix.protocol:ProtocolLib to v4.7.0 (#1173) renovate[bot] 2021-07-17 01:10:20 +0200
  • 9fd8984804
    Update dependency org.checkerframework:checker-qual to v3.16.0 (#1184) renovate[bot] 2021-07-17 01:09:29 +0200
  • 861fb45e5c
    Fix #1075 dordsor21 2021-07-16 19:07:02 +0100
  • 420c45a29a
    Entity removal should be on the main thread as we're just passing through rather than doing chunk operations - Fixes #1164 - Not working: butcher/remove history dordsor21 2021-07-16 18:48:21 +0100
  • 4d4db7dcd0 Make sure leaves category is loaded for heightmaps (fixes #1176) SirYwell 2021-07-16 17:52:44 +0200
  • c98f6e4f37
    Do not allow generation commands to generate outside selection dordsor21 2021-07-16 10:44:52 +0100
  • 2485f5eccc
    EditSession needs to override some Extent methods to ensure block changes are correctly set through the various extents Fixes #1152 dordsor21 2021-07-16 10:43:15 +0100
  • d9418ec8ae
    Undo part of 41073bb1a0 Fixes #1178 dordsor21 2021-07-16 09:52:44 +0100
  • bcceadee6b
    Propagate FAWE diff annotations down the bukkit module NotMyFault 2021-07-14 14:40:20 +0200
  • d7763c8542
    Fixes #1181 NotMyFault 2021-07-13 17:20:37 +0200
  • 3cf283a65b
    Update Upstream NotMyFault 2021-07-13 10:59:04 +0200
  • 6d360db753
    Update adapters NotMyFault 2021-07-12 15:48:19 +0200
  • 41073bb1a0
    More exact testing for scaling/flipping in AffineTransform and only combine transforms when not equal in ForwardExtentCopy - Fixes #1162 - Also fixes rotation in x/z axes dordsor21 2021-07-10 19:47:39 +0100
  • 338be0ff31
    Undo/redo should not be allowed outside allowed regions by default. Fixes #949 dordsor21 2021-07-10 14:14:34 +0100
  • 0434b86d8e
    Feature/1.17.1 (#1172) NotMyFault 2021-07-09 16:07:48 +0200
  • dd082d4f39
    Fix loading on Java versions prior to 16 NotMyFault 2021-07-09 11:34:07 +0200
  • 457861b879
    Update Upstream NotMyFault 2021-07-09 11:08:17 +0200
  • a183425642
    Update Upstream NotMyFault 2021-07-06 13:13:54 +0200
  • 22f11abce8
    Remove unneeded maven repos NotMyFault 2021-07-05 15:33:24 +0200
  • 35b1202951
    Mitigate logger spam introduced in 256d7c4e5d NotMyFault 2021-07-04 00:43:57 +0200
  • 4f4f3ea0aa
    Update dependency gradle to v7.1.1 (#1165) renovate[bot] 2021-07-03 11:34:30 +0200
  • c19b13adb4
    [ci skip] We only need one 1.17 on issue templates NotMyFault 2021-07-02 14:24:49 +0200
  • af1a3c3ddb
    Update dependency net.kyori:adventure-nbt to v4.8.1 (#1161) renovate[bot] 2021-07-01 22:57:52 +0200
  • 876d84aec0
    Fix typo NotMyFault 2021-07-01 22:49:10 +0200
  • aa3ae63682
    Feature/1.17 (#1120) dordsor21 2021-07-01 21:16:25 +0100
  • b0c0689887
    Added 1.17 to the bug template. Matt 2021-06-26 01:00:25 -0400
  • 78acb857da
    Closes #1129 Closes #1128 NotMyFault 2021-06-19 10:17:43 +0200
  • a0e84d7a44
    Fix superpickaxe item dropping Fixes #1079 dordsor21 2021-06-18 23:48:23 +0100
  • 7af06a533b
    Split up worldedit.anyblock and worldedit.anyblock.nbt for specific nbt operations NotMyFault 2021-06-18 20:58:10 +0200
  • 391869cf3a
    Fix up LimitExtent - Correctly handle block state limit checks. - Don't quash exceptions thrown in a region operation by having a "max-fails" check that can only be hit once.... Fixes #1127 dordsor21 2021-06-18 18:00:42 +0100
  • 96ed367420
    Closes #1121 NotMyFault 2021-06-18 01:01:30 +0200
  • 17c19766f7
    Update dependency gradle to v7.1 (#1124) renovate[bot] 2021-06-17 13:00:24 -0400
  • 79e8755d93
    Update Upstream NotMyFault 2021-06-17 10:44:19 +0200
  • 0af60e5680
    Added support for GriefDefender (#1123) NotMyFault 2021-06-17 10:37:53 +0200
  • 256d7c4e5d
    Temporary fix for #1122 dordsor21 2021-06-14 06:34:05 +0100
  • d015e6b270
    Also synchronise when loading sections forcefully dordsor21 2021-06-12 15:09:02 +0100
  • 8836d1d75c
    Update dependency org.mockito:mockito-core to v3.11.1 (#1118) renovate[bot] 2021-06-11 17:20:24 +0200
  • b796106dd7
    Add directionals for chests and slabs "type" block state Fixes #987 dordsor21 2021-06-11 15:25:52 +0100
  • da264b52e1
    Fix #1116 dordsor21 2021-06-11 15:05:52 +0100
  • f6c87b6726
    Add null check to creating default NBT data dordsor21 2021-06-10 19:59:17 +0100
  • 717a1b5db4
    Replace ImmutableBaseBlock with BlanketBaseBlock - ImmutableBaseBlock is no longer needed as NBT was made immutable previously - BlanketBaseBlock represents to masks that the block has NBT, but does not need to match a specific state - Allow FuzzyBlockState to create BaseBlocks without NBT data (fixed tab completion issues) dordsor21 2021-06-10 19:47:34 +0100
  • e11a2d7f6d
    Update dependency com.github.luben:zstd-jni to v1.5.0-2 (#1113) renovate[bot] 2021-06-10 17:37:15 +0200
  • 1fa5f4d725
    Begin fixing layer brush - Required new argument parser, which should ultimately be made into a singe blockstate parser for best results, and proper tab-completion - The layer brush itself is broken because of the changes to internal block retrieval from legacy dordsor21 2021-06-10 16:19:23 +0100
  • 7ef8b2f95e
    Create default TileEntity data where required. Fixes #1093 Fixes #1042 dordsor21 2021-06-10 13:39:36 +0100
  • 71130025e8
    Allow ^ mask to be used between blocks that may have different properties, only keeping the shared properties Fixes #1092 dordsor21 2021-06-10 12:46:19 +0100
  • dd217fcb70
    Don't bother trying to use a clipboard when clearing plots. Fixes #1088 dordsor21 2021-06-09 17:45:57 +0100
  • 09b2cfef56
    Closes #1107 NotMyFault 2021-06-08 23:53:19 +0200
  • bae592bf91
    Update dependency com.sk89q.worldguard:worldguard-bukkit to v7.0.5 (#1108) renovate[bot] 2021-06-08 23:50:45 +0200
  • 75935f91e9
    Update dependency com.github.luben:zstd-jni to v1.5.0-1 (#1106) renovate[bot] 2021-06-08 23:46:46 +0200
  • f6af9925e8
    Char block null check (#1030) dordsor21 2021-06-08 15:28:16 +0100
  • 1cd2d8d121
    Send before history is acttually safer at the moment - avoids deadlocks dordsor21 2021-06-08 14:15:43 +0100
  • ef5211d5b5
    Update Wiki link NotMyFault 2021-06-06 21:17:24 +0200
  • e40a657faf Remove unused imports SirYwell 2021-06-05 20:38:53 +0200
  • 798e18ecc2 Look up BlockBase.Info field in actual class instead of subclass SirYwell 2021-06-05 20:32:09 +0200
  • 2bdf6ae18a
    Leave a proper warning if you install WE alongside FAWE NotMyFault 2021-06-05 20:01:06 +0200
  • 75fbe654ee
    Update Upstream NotMyFault 2021-06-05 11:27:27 +0200
  • d1af6c38e7
    Update Upstream NotMyFault 2021-06-05 10:27:38 +0200
  • f139088b6e
    Update dependency org.mockito:mockito-core to v3.11.0 (#1103) renovate[bot] 2021-06-04 09:07:50 +0200
  • 6bfc3ceb95 Removed cast to ResettableExtent in for loop. I have no idea why we were casting it when all objects in the loop were ResettableExtents in the first place. MattBDev 2021-06-03 17:59:51 -0400
  • c87a19da5a
    Update dependency org.checkerframework:checker-qual to v3.14.0 (#1102) renovate[bot] 2021-06-03 00:31:30 +0200
  • 7f51d8374b Merge remote-tracking branch 'origin/main' MattBDev 2021-06-02 17:27:46 -0400
  • 930b9b07d5 Fixed raw class usage in DistrFilter MattBDev 2021-06-02 17:27:37 -0400
  • 46ed9a2d67
    Include classloader in extend debug message NotMyFault 2021-06-02 17:27:18 +0200
  • b599769f8c
    Fixes #1098 NotMyFault 2021-05-30 23:49:46 +0200
  • 53681ccc59
    Feature/unsafe over reflections (#1082) Hannes Greule 2021-05-29 00:47:46 +0200
  • 04610822a2
    Update dependency org.jetbrains:annotations to v21 (#1084) renovate[bot] 2021-05-24 12:01:29 +0200
  • cbe5cd4eb3
    Move Fawe commands to Captions NotMyFault 2021-05-24 11:36:37 +0200
  • d2dee87ab9
    Update Upstream NotMyFault 2021-05-24 10:52:58 +0200
  • b7f595cc50
    Remove redundant tab from translation file NotMyFault 2021-05-23 23:39:00 +0200
  • 8d35963171
    Address dead Component imports NotMyFault 2021-05-23 23:35:08 +0200
  • 106f9aed79
    Address requested changes NotMyFault 2021-05-23 23:24:18 +0200
  • d48808f111
    Fixes #1072 NotMyFault 2021-05-22 17:33:42 +0200