Commit Graph

  • 4f68fb0e26
    Add tracing feature to EditSessions (Upstream 1301) (#1112) Matt 2021-09-19 16:02:41 -0400
  • f405994346
    Improve fullycopy pattern parsing - Don't attempt ClipboardFormats#loadAllFromInput if the user is typing #copy or #clipboard to avoid needless "File dialogs are not supported in your environment." message dordsor21 2021-09-19 20:47:40 +0100
  • abaa98d2a9
    Fix #403 dordsor21 2021-09-19 20:47:21 +0100
  • 5f7411114e
    Fixes #1310 NotMyFault 2021-09-19 21:42:53 +0200
  • 8cc93a2255
    Update dependency com.sk89q.worldguard:worldguard-bukkit to v7.0.6 (#1305) renovate[bot] 2021-09-18 21:59:29 +0200
  • 0a48765c98
    Add //blob command equivalent to //br rock dordsor21 2021-09-18 17:42:58 +0100
  • 7d032ba69f
    Scattercommand should use the same editsession for all commands, make it "silent" by default and allow players to see output if wanted. dordsor21 2021-09-18 17:42:40 +0100
  • 34301b446a
    Allow scatter command brush to use FAWE commands. Best for scatter sphere, etc. dordsor21 2021-09-18 17:08:03 +0100
  • 51aa500857
    move yscale earlier in br height for people that can't work it out themselves dordsor21 2021-09-18 16:20:28 +0100
  • 7a0c0d5d41
    Fix #990 dordsor21 2021-09-18 16:15:31 +0100
  • fad1fcd8ee
    Fix RichParser suggestions dordsor21 2021-09-18 15:07:41 +0100
  • 54398ebe1c
    Add timeout to regex masking dordsor21 2021-09-18 15:01:09 +0100
  • dbbb450172
    Flush clipboards before writing schematics. #1286 dordsor21 2021-09-18 03:19:49 +0100
  • bd95d5a86d
    Adjust mask managers - Add list of "exclusive" managers to config to aid users in having some sort of prioritisation. - Fixes #960 if PlotSquared is added to exclusive managers, otherwise, there's no particularly sane way of adding prioritisation without requiring a treemap be added to YAML config, or for us to decide upon it ourselves dordsor21 2021-09-18 03:19:27 +0100
  • fbbb4ed8fa
    Update adapters to f840c74a30b5c5c622080cb9678db58deb7062b9 NotMyFault 2021-09-17 19:58:54 +0200
  • 1cc6ad1481
    Fix #1049 dordsor21 2021-09-17 17:26:41 +0100
  • 90aeb48040
    Fix #1297 dordsor21 2021-09-17 17:12:14 +0100
  • 07be1c6a44
    Remove native libs - lz4-java links them dynamically NotMyFault 2021-09-17 16:22:02 +0200
  • ffd74e59ef
    [ci skip] Closes #1306 Closes #1304 NotMyFault 2021-09-17 16:00:25 +0200
  • 5093569ce0
    Fix #1303 dordsor21 2021-09-17 14:54:51 +0100
  • 74697ee312
    Fix ZSTD implementation and test-loading. Don't allow disabling of the test on startup dordsor21 2021-09-17 14:38:28 +0100
  • 9fb6ebe7ac
    Shift ZSTD bindings check NotMyFault 2021-09-16 21:56:28 +0200
  • 1dd0dac462
    Correct equality check for adding post processor dordsor21 2021-09-16 17:49:16 +0100
  • 4182d7473c
    Slightly improve regen workflow, update adapters to a9c745a600 dordsor21 2021-09-16 17:42:31 +0100
  • e4cbd85197
    Ensure adapters are up to date dordsor21 2021-09-15 01:44:00 +0100
  • f10dbe7387
    Use an object array for synchronising on internal chunk sections rather than the sections array itself. dordsor21 2021-09-15 01:20:04 +0100
  • e989a4ebb0
    Update com.plotsquared to v6.1.1 (#1299) renovate[bot] 2021-09-14 17:04:21 +0200
  • 45b745a580
    [ci skip] Closes #1300, Closes #1301 NotMyFault 2021-09-14 17:02:54 +0200
  • 635ec0e7a8
    Fix #736 dordsor21 2021-09-14 14:44:23 +0100
  • 8120163f5e
    Fix #727 dordsor21 2021-09-14 14:33:20 +0100
  • dad991e7aa
    synchronise filterBlocks - we shouldn't be able to execute the call method whilst a filter is ongoing and vice versa dordsor21 2021-09-14 14:32:42 +0100
  • 09d2996451
    Don't accept values smaller than parallel threads for target size - Smaller than parallel threads implies any time any thread tries to do anything, another thread must cancel its work, and the chunk is submitted. dordsor21 2021-09-14 14:30:32 +0100
  • daa418a287
    Fix needless complication of section position methods in CharBlocks children dordsor21 2021-09-13 18:33:42 +0100
  • ce7a97368f
    Improve javadocs on BlockArrayClipboard, ensure correct clipboard is used for BlockArrayClipboard's parent clipboard dordsor21 2021-09-13 15:32:33 +0100
  • 06d716248e
    Flush clipboard rather than close on player disconnect Addresses #1291 dordsor21 2021-09-13 15:08:03 +0100
  • 3088b1245c
    Simplify flushing of clipboards in ClipboardCommands dordsor21 2021-09-13 15:07:16 +0100
  • f641fc1716
    Javadoc dordsor21 2021-09-13 13:27:47 +0100
  • 5207981fb2
    Make clipboard flushable #1286 dordsor21 2021-09-13 13:25:11 +0100
  • fcbbc72a19
    Refactor the try-catch for copy/cut commands, switch to saveDiskClipboard instead of closing the clipboard on error Address #1291 dordsor21 2021-09-13 13:19:57 +0100
  • adf83bdd0a
    Use default blockstate internal id for creating blockstates from their serialised form Fixes #1294 dordsor21 2021-09-13 13:14:49 +0100
  • 40a4010041
    Add loadIfPresent method for use where the section should definitely exist and be FULL dordsor21 2021-09-13 12:47:00 +0100
  • af890cf21d
    Fix build dordsor21 2021-09-12 12:47:08 +0100
  • b6b6ba7265
    Improve CachedMask a bit - no need to unwrap/wrap blockvectors, allow extents to be parsed dordsor21 2021-09-12 12:36:32 +0100
  • f5d6d4079a
    *Actually rename section index everywhere dordsor21 2021-09-12 11:40:36 +0100
  • 7876ab825e
    Make blocking executor a fair policy Safer if we're submitting lots of chunks for recursive operations. These chunks should be handled in the order they're submitted so we don't handle a chunk that's been submitted twice (possible) in the wrong order dordsor21 2021-09-12 11:36:36 +0100
  • 66b79b4ea2
    Remove unneeded IQueueWrapper, clean up some queue classes slightly dordsor21 2021-09-12 11:35:28 +0100
  • d60d178513
    Rename section index to position as it's a more suitable name dordsor21 2021-09-12 11:33:44 +0100
  • d9a8c047a2
    don't create chunk set if it doesn't already exist when checking for biomes It shouldn't ever create the set at this point though dordsor21 2021-09-12 11:33:12 +0100
  • fc47fd586c
    Update adapters dordsor21 2021-09-12 11:24:40 +0100
  • da2a846d3d
    Don't return null when adding processors to NullExtent dordsor21 2021-09-12 11:05:38 +0100
  • cdbbedb662
    Update Upstream NotMyFault 2021-09-13 10:42:36 +0200
  • 5d31b7034d
    Deprecate sponge schematic reader/writer and tell users why (#1287) dordsor21 2021-09-12 15:57:52 +0100
  • 8e214b1232
    Javadocs to LocalBlockVectorSet dordsor21 2021-09-11 16:59:00 +0100
  • 8c8419a1c5
    LocalBlockVectorSet shouldn't actually be used from multiple threads. SparseBitSet is not thread safe dordsor21 2021-09-11 16:41:42 +0100
  • 6e586da83e
    Some code cleanup - Simplify MaskFilter slightly - Improve thread safety of LocalBlockVectorSet - Simplify if statement in SingleThreadQueueExtent - Better error in MathMan#tripleSearchCoords for handling of the error in some cases dordsor21 2021-09-11 16:38:01 +0100
  • e85586db80
    Only set ParserContext extent to world if null when setting world dordsor21 2021-09-11 16:25:45 +0100
  • a923c112ee
    Actually do what I said for min/max Y in HeightmapProcessor dordsor21 2021-09-11 14:25:47 +0100
  • 2c0c57ec4f
    Update adapters dordsor21 2021-09-11 13:49:06 +0100
  • 82220ef87e
    Move HeightMapType and HeightmapProcessor into own package dordsor21 2021-09-11 13:37:31 +0100
  • 333b9c184e
    Go into more detail about tree types not being there because version dordsor21 2021-09-11 12:54:09 +0100
  • f84c98e721
    Use given min/max y values in HeightmapProcessor dordsor21 2021-09-11 12:41:06 +0100
  • 6cbd9631a0
    Improve notes on getting the stored section range/refactor method name dordsor21 2021-09-11 12:40:39 +0100
  • 37998ec598
    Refactor heightmap classes to math where it makes more sense (not required by heightmap processor, nor are they processors, used for heightmap brushes etc.) dordsor21 2021-09-11 12:23:03 +0100
  • 5fb4434afe Fix indexing and custom world heights in HeightmapProcessor SirYwell 2021-09-11 09:24:35 +0200
  • f29d68b16e
    Update Upstream NotMyFault 2021-09-11 10:15:44 +0200
  • db24b429c1
    only close clipboard on error during copy apply to //cut as well dordsor21 2021-09-11 00:27:26 +0100
  • 470ba64fe4
    Fix #1260 dordsor21 2021-09-10 17:46:21 +0100
  • 829ddc393f
    Fix #1268 dordsor21 2021-09-10 17:14:55 +0100
  • c16212e456
    Update adapters dordsor21 2021-09-10 16:54:30 +0100
  • 88ae6d9e1d
    Optimise HeightmapProcessor (around 16x faster) dordsor21 2021-09-10 16:53:25 +0100
  • f0a6fa13da
    Fix serverlib shading dordsor21 2021-09-10 16:25:31 +0100
  • 0e72fa5058
    Specify requirement for delay-chunk-unloads-by to be set for preloading dordsor21 2021-09-10 15:52:46 +0100
  • 91919d31b0
    Update PlotSquared NotMyFault 2021-09-10 16:10:05 +0200
  • 3f182c63bc
    Fix #1285 dordsor21 2021-09-10 14:53:07 +0100
  • effb94623a
    Fix exceptions being squashed RegionVisitor preloading dordsor21 2021-09-10 14:41:15 +0100
  • ef62f1e0d9
    Fix adapters cos it's just plain wrong..? dordsor21 2021-09-10 14:13:59 +0100
  • 195a13a23c
    some codestyle application dordsor21 2021-09-08 16:39:43 +0100
  • dc11b74020
    Closes #1283 Closes #1284 NotMyFault 2021-09-07 10:41:42 +0200
  • 8c328abdd2
    Update Upstream NotMyFault 2021-09-07 10:19:04 +0200
  • 91ad0a20ef
    Identify CLI as Fawe version NotMyFault 2021-09-07 01:06:22 +0200
  • 17a1c7e0bf
    Fix CLI NotMyFault 2021-09-06 20:17:43 +0200
  • 7c3c165fd6
    Merge branch 'main' of https://github.com/IntellectualSites/FastAsyncWorldEdit into main NotMyFault 2021-09-06 15:31:27 +0200
  • 8aadeb9291
    Identify as Fawe when throwing unknown exceptions NotMyFault 2021-09-06 15:28:54 +0200
  • e3ab25b3c9
    Update dependency org.checkerframework:checker-qual to v3.18.0 (#1280) renovate[bot] 2021-09-06 14:59:17 +0200
  • e08a14b3a7
    Renovate NotMyFault 2021-09-06 13:38:22 +0200
  • 3b4bd5384c
    Closes #1275 NotMyFault 2021-09-06 13:13:01 +0200
  • c342de28f2
    Update dependency com.github.TownyAdvanced:Towny to v0.97.1.7 (#1274) renovate[bot] 2021-09-06 13:11:50 +0200
  • 489b0d050c
    Update dependency com.github.MilkBowl:VaultAPI to v1.7.1 (#1273) renovate[bot] 2021-09-06 13:11:19 +0200
  • d236470df8
    Update Upstream NotMyFault 2021-09-04 10:31:31 +0200
  • cdc3abbc43
    bump p2 version dordsor21 2021-09-03 14:48:58 +0100
  • 4bf2781cd0
    Update adapters to ae35e53276 dordsor21 2021-09-02 18:07:08 +0100
  • 79f4be3941
    Adjust some synchronisation dordsor21 2021-09-02 18:06:36 +0100
  • 09c4655be7
    Setup allowed-plugins with an example plugin NotMyFault 2021-09-02 18:53:14 +0200
  • f8aaf0cae3
    Don't set extent to self when cancelling in AbstractDelegateExtent #749 dordsor21 2021-09-02 17:13:38 +0100
  • 93dff36ee2
    Fix #1265 dordsor21 2021-09-02 14:08:49 +0100
  • 15d888a40c
    Updated adapters to 5016d6d295 #1266 dordsor21 2021-09-02 13:47:27 +0100
  • b9e4b31c68
    Clean up ChunkHolder slightly, only trim chunk get if not already present dordsor21 2021-09-02 12:31:27 +0100
  • fb7e95c440
    Improve exceptions (#1256) dordsor21 2021-09-01 15:36:03 +0100
  • 0c9270dbc1
    8f8288a96b NotMyFault 2021-08-29 20:25:09 +0200
  • 0e62760abf
    Update adapters to 9c5798ea7d dordsor21 2021-08-29 10:28:23 +0100