Commit Graph

  • ef704e23ad
    Add a few disallowed blocks as example... NotMyFault 2020-06-18 10:51:53 +0200
  • 437d5a2a43 Minor image brush changes MattBDev 2020-06-17 22:34:55 -0400
  • 33c3cb2f33 Revert portion of "Minor cleanup" to fix history bugs IronApollo 2020-06-13 14:54:07 -0400
  • 238c56a3c6 Revert "Revert matt's changes" IronApollo 2020-06-13 14:41:36 -0400
  • bfcc6184ad Revert matt's changes N0tMyFaultOG 2020-06-13 18:48:57 +0200
  • 56f29a3962 Merge remote-tracking branch 'origin/1.15' into 1.15 MattBDev 2020-06-12 21:46:03 -0400
  • 8105088d60 Minor cleanup MattBDev 2020-06-11 18:34:24 -0400
  • 1eacb91267 Make extent public (unsafe) MattBDev 2020-06-11 17:26:13 -0400
  • 7cc1994e20 Use StandardCharsets MattBDev 2020-06-11 17:25:48 -0400
  • 8a5899459f Use Integer.compare() instead of if statements. MattBDev 2020-06-11 17:25:30 -0400
  • 9ce4a415cb Fix errors while using the broken commands MattBDev 2020-06-11 17:24:52 -0400
  • 35c2a74c52 Implement more masks MattBDev 2020-06-11 17:01:27 -0400
  • 33adba4a6f Use a long to refer to the volume of a region to prevent overflow (#1350) Matthew Miller 2020-06-08 05:50:17 -0400
  • a23b182de5 Fix vector gen, always enable BlockMap tests Octavia Togami 2020-06-03 18:32:49 -0700
  • 9b7f61a2de Add import to checkstyle Octavia Togami 2020-06-03 18:23:56 -0700
  • 8d6db82764 Add licenses for test files Octavia Togami 2020-06-03 17:46:15 -0700
  • 518f52ea6e Test more of the math/collections, fix VectorPList Octavia Togami 2020-06-03 14:51:57 -0700
  • 63b81b801b Implement remove on set/iter views of BlockMap MattBDev 2020-06-02 18:37:04 -0400
  • c72f3eeb58 Bump text versions for 1.16 and action bar fixes Matthew Miller 2020-06-08 19:53:38 +1000
  • 9f6e0ebd5c Minor changes to NMS logic MattBDev 2020-06-11 12:22:54 -0400
  • 3caf53987f Minor upstream changes MattBDev 2020-06-03 10:22:11 -0400
  • a4802c57ae Change HTTP to HTTPS in License (#1335) Luracasmus 2020-05-06 13:55:49 +0200
  • e35a1b80c9
    Merge pull request #494 from aurorasmiles/updateLinks NotMyFault 2020-05-30 10:48:20 +0200
  • 6965fe2b90
    Update PlotSquaredFeature.java aurorasmiles 2020-05-30 10:46:05 +0200
  • 5602b33b78
    Fix a few links Aurora 2020-05-30 09:17:21 +0200
  • 75153d8da8 Fix getLightOpacity dordsor21 2020-05-27 17:25:03 +0100
  • bdc14c10c7
    Fix relight and removelight (#475) dordsor21 2020-05-27 11:45:08 +0100
  • 1ff5e7761b Comment out not working and add TODO dordsor21 2020-05-27 11:37:55 +0100
  • 255c20f4ad Fix recursivePickaxe Aurora 2020-05-26 10:11:59 +0200
  • 736bd54e20 Update PULL_REQUEST_TEMPLATE.md aurorasmiles 2020-05-26 10:15:36 +0200
  • 1f898cd0d1 Negate "hasCollision" for isTranslucent() also for 1.15.0 and 1.14 Aurora 2020-05-25 18:32:41 +0200
  • d9240c5626 Negate "hasCollision" for isTranslucent() Aurora 2020-05-25 18:04:27 +0200
  • 2de45458d4 Compare using BlockType, not Block for AreaPickaxe, fixes #436 Aurora 2020-05-25 15:24:47 +0200
  • e23c76511d correclty implement findFreePosition and setOnGround to fix navigation wand teleport issues Aurora 2020-05-24 20:57:01 +0200
  • 487e6c9fa3
    Update README.md NotMyFault 2020-05-24 19:22:48 +0200
  • c478e5d4a3
    Add built jar location dordsor21 2020-05-24 13:35:07 +0100
  • 8fa493cf9f
    Update IncendoPaster.java NotMyFault 2020-05-21 18:30:59 +0200
  • 35c4de3484
    Fixes #427 NotMyFault 2020-05-20 11:41:36 +0200
  • b1b591f288 PlotSquared-Core again dordsor21 2020-05-20 09:49:38 +0100
  • 4e4b812fdd dum dordsor21 2020-05-20 09:47:57 +0100
  • 9085365165 Override P2's /plot set dordsor21 2020-05-20 09:44:59 +0100
  • a6514f8a78 Ultimately the Striped locks will have no affect, even if kinda cool. dordsor21 2020-05-20 07:58:14 +0100
  • ebf3cd0837 Remove duplicated translation strings N0tMyFaultOG 2020-05-13 19:22:02 +0200
  • fb06c3bf39 Update SuperPickaxeCommands.java Orlaando 2020-05-17 13:33:53 -0600
  • 10ec476239
    Set debug to false by default NotMyFault 2020-05-18 21:50:03 +0200
  • 5fabd15caf
    Fix superpickaxe // NotMyFault 2020-05-18 19:39:53 +0200
  • fd3604beba replace synchronisation with Striped access semaphore locks dordsor21 2020-05-18 16:52:33 +0100
  • 31cc5e0b60 Synchronise on the nmsWorld so we're not attempting to load two chunks at the same time. Possibly fixes #471 dordsor21 2020-05-18 16:04:10 +0100
  • 5be11c541b Put the synchronisation higher up the food chain dordsor21 2020-05-14 22:32:32 +0100
  • 3a7c23be45 Fix #443 Temp as it's performance-degrading, but works well enough for now dordsor21 2020-05-14 22:10:09 +0100
  • 35169230ad Sort of fix biome getting It seems to want to put random blocks where the biome isn't dordsor21 2020-05-14 16:27:24 +0100
  • bdc129cf7b Update to latest p2 v5 (implement FAWE biome setting) dordsor21 2020-05-14 16:20:17 +0100
  • 5225099ec0 Fix biome setting in 1.15 dordsor21 2020-05-14 16:17:29 +0100
  • 34d40cb856 Merge branch '1.15' of https://github.com/IntellectualSites/FastAsyncWorldEdit-1.13 into 1.15 IronApollo 2020-05-13 17:45:17 -0400
  • 376bbe1bdb Edit change count to default to 0 instead of -1 IronApollo 2020-05-13 17:45:11 -0400
  • 2ccda85772 Fix #468 That's not how it works dordsor21 2020-05-13 22:36:08 +0100
  • 1183c7c957 Fixes #466 MattBDev 2020-05-13 10:23:38 -0400
  • 32c30f45fe don't read __reserved__ dordsor21 2020-05-12 11:00:54 +0100
  • 999b063762 Don't write reserved to schematics dordsor21 2020-05-12 10:58:43 +0100
  • 44c5ab164c
    Remove whitespace NotMyFault 2020-05-12 11:11:24 +0200
  • 0fffdb98dc Add crowdin link N0tMyFaultOG 2020-05-11 23:53:27 +0200
  • 0848e68b9f Merge branch '1.15' of https://github.com/IntellectualSites/FastAsyncWorldEdit into 1.15 MattBDev 2020-05-11 17:46:55 -0400
  • 7c35477b8c Remove Empcraft messages MattBDev 2020-05-11 17:46:41 -0400
  • 74f9b37a39
    Fix missing space NotMyFault 2020-05-11 18:47:14 +0200
  • be58cd42ac Add option to disable ticking existing blocks when not fastmode dordsor21 2020-05-11 16:09:31 +0100
  • 0b30ca9dcc Merge branch '1.15' of https://github.com/IntellectualSites/FastAsyncWorldEdit into 1.15 dordsor21 2020-05-11 15:36:56 +0100
  • 36faf107e6 Allow fastmode to be used in a lot more places - Option to stop fastmode from bothering to fix existing ticking blocks dordsor21 2020-05-11 15:36:52 +0100
  • 31da111e1e
    Fix anvil translation string NotMyFault 2020-05-11 15:07:47 +0200
  • 8c38ac0fbc Fix #460 dordsor21 2020-05-11 13:38:06 +0100
  • ec6ca633a8 Update Gradle for Java 14 support MattBDev 2020-05-10 20:58:52 -0400
  • a813cbfcdf Update world interface MattBDev 2020-05-10 20:57:24 -0400
  • 4f2b0e6f4e
    Fix missing space NotMyFault 2020-05-09 21:08:14 +0200
  • 73f8f1a0a7
    Fix wrong translation key NotMyFault 2020-05-09 20:58:47 +0200
  • 0dee452e1a Don't attempt to set field on null ChunkSection dordsor21 2020-05-09 17:42:40 +0100
  • cb20cef0e6 Fix loading schematic from URLs dordsor21 2020-05-09 16:45:42 +0100
  • 56175ffe0f Revert this so it compiles on the ci for now. dordsor21 2020-05-09 16:30:28 +0100
  • b1f1c0f4f0 Possible fix for #331 - Should ensure the server doesn't tick the chunksection while we're editing it - Basically using the old issue with FAWE breaking block ticking by setting this to zero :) dordsor21 2020-05-09 16:23:38 +0100
  • 8f60544aad Override some methods in AsyncWorld dordsor21 2020-05-09 15:11:40 +0100
  • 42d7419b4b Fixes #402 - Similar to previous commit. If the chunksection was empty, then __reserved__ was parsed to the clipboard, and then not correctly identified as air - Now assume all __reserved__ is air when writing to clipboards dordsor21 2020-05-09 13:56:41 +0100
  • ffa25b1d9a Fixes #452 - ChunkSections containing only air are technically null according to NMS Chunks - Therefore if we're replacing air, we should ignore the result of get.hasSection(layer) by using "full = true" as it returns false if the chunksection is only air - We also then need to ensure that the masks correctly identify that the block is "air" dordsor21 2020-05-09 13:39:41 +0100
  • 56c720914e Settings.IMP is terrible. Don't initialise it thousands of times. dordsor21 2020-05-08 18:17:47 +0100
  • c757b01803 By default only allow existing blocks to tick. - Revert back to default FAWE behaviour where placed blocks do not tick by default (until a restart, or another edit is done in the same chunksection without changing the block) dordsor21 2020-05-08 16:16:08 +0100
  • 56972ee40b
    Trim performance (#451) dordsor21 2020-05-07 23:00:13 +0100
  • a2b0a5e622 Fix offset mask (< and >) dordsor21 2020-05-07 19:38:42 +0100
  • 8b1a0bbc34 Fix #417 IronApollo 2020-05-07 12:29:18 -0400
  • afba834b83 Don't commit murder to console or log files dordsor21 2020-05-06 20:55:30 +0100
  • 0c539b4e84 Fix replace patterns Fixes #445 #440 #372 dordsor21 2020-05-06 15:50:57 +0100
  • 3abf964620 Better logic for selecting schematic format. - You had to specifically use //schem load <schematic>.schematic mcedit to load legacy schematics, now if you're loading .schematic it assumes you're wanting mcedit format - If you end up attempting to load an mcedit schematic with the sponge reader it now throws an exception. dordsor21 2020-05-05 16:16:27 +0100
  • 6dec0ab2ba Override #equals method in AbstractRegion.java IronApollo 2020-05-03 19:51:48 -0400
  • 65afa79c17 Remove WorldguardFlag.java IronApollo 2020-05-03 19:45:04 -0400
  • 0ca81e9d67
    Fix FAWE killing chunk ticks. Also allow ticking for set blocks. (#439) dordsor21 2020-05-03 17:50:09 +0100
  • a6f2cd0fb5 add // to mask and range dordsor21 2020-05-02 18:34:49 +0100
  • 5fb18259d5 Merge remote-tracking branch 'origin/1.15' into 1.15 MattBDev 2020-04-30 16:27:08 -0400
  • ef3642d521 Small spring cleaning I changed really small bits and pieces of code. If you have questions just comment and I'll answer them. MattBDev 2020-04-30 16:26:52 -0400
  • 9869cf09c6 Apply fda7d00747 to other versions so numpties that use old versions for no reason stop complaining too dordsor21 2020-04-30 15:14:59 +0100
  • 508d595b8d Merge branch '1.15' of https://github.com/IntellectualSites/FastAsyncWorldEdit into 1.15 dordsor21 2020-04-29 21:30:28 +0100
  • 847d22f7d6 This seems to fix #429 - the undo remove or add block removal adding thing. dordsor21 2020-04-29 21:30:15 +0100
  • aae760c625 Merge branch '1.15' of https://github.com/IntellectualSites/FastAsyncWorldEdit-1.13 into 1.15 IronApollo 2020-04-29 14:17:48 -0400
  • 8247f78e9d Override hashCode method in AbstractRegion IronApollo 2020-04-29 14:17:05 -0400
  • ba6c391461
    Merge pull request #432 from pgrimaud/1.15 Matt 2020-04-29 13:40:46 -0400