Commit Graph

  • 2c27b9c02a Correctly queue edits Synchronising on the LocalSession ends up being dangerous as it's a craftbukkit thread, leading to blocking issues if something goes wrong in an edit, made worse by the fact craftbukkit threads like to interfere with each other sometimes, and also cause OOMs and hanging when there are too many of them. dordsor21 2020-10-08 10:53:57 +01:00
  • a64a1ab09e Fix schem loading of sponge schems with dataversion == 1 (#690) weaondara 2020-10-07 21:11:57 +02:00
  • 70c40ae077 Merge branch 'main' of github.com:IntellectualSites/FastAsyncWorldEdit into main dordsor21 2020-10-07 15:53:09 +01:00
  • def986710f Remove deep synchronisation that is a very plausible cause of circular locking. This may be a fix for #685 dordsor21 2020-10-07 15:52:48 +01:00
  • 5800c0bc96 Fix copypaste brush (#688) Hannes Greule 2020-10-07 15:32:05 +02:00
  • 728ced8c06 Merge branch 'main' into logging MattBDev 2020-10-06 14:47:28 -04:00
  • f5a42c63a7 Better logger support MattBDev 2020-10-06 14:44:33 -04:00
  • f71ca32140 Reimplement biome pattern (#681) Hannes Greule 2020-10-05 21:00:35 +02:00
  • 96dcb95b7c Javadoc and Formatting fixes. (#619) Matt 2020-10-05 13:41:41 -04:00
  • b06d943f7c There's no need to duplicate everything when copying the intersection masks, as the Set and array should be the same. (#680) dordsor21 2020-10-04 18:49:45 +01:00
  • fc606ff5ff use concurrent hashmap for thread processor cache dordsor21 2020-10-04 18:34:15 +01:00
  • 9f232a9690 Enhance debugpaste information N0tMyFaultOG 2020-10-04 16:52:43 +02:00
  • 3a5cfdc357 Build on Java 1.8 and 1.11 HeroCC 2020-10-03 22:28:58 +02:00
  • 1f02287caa trim get where chunk SET is remembered from a previous session dordsor21 2020-10-03 15:53:49 +01:00
  • 346762d93b Add heightmapinterface alias NotMyFault 2020-10-02 17:28:49 +02:00
  • 88e64a0632 Simplify further as using ConcurrentHashMap dordsor21 2020-10-01 17:08:29 +01:00
  • 197e08a937 use ConcurrentHashMap dordsor21 2020-10-01 16:48:02 +01:00
  • 40717c23c4 If extent is world when pasting clipboard, cretae editsession fixes #583 dordsor21 2020-10-01 15:02:34 +01:00
  • 987ab7d2b6 reduce the amount of synchronisation/locks being used unneecessarily and add nullcheck dordsor21 2020-10-01 14:33:34 +01:00
  • 318eca364d We ought to always clear (close) the clipboard on logout Fixes #672 dordsor21 2020-09-30 10:56:07 +01:00
  • 13cfd638d6 Fix incorrtect field references dordsor21 2020-09-29 10:11:29 +01:00
  • 48cd763d3b fix performance issues in BukkitPlayer permission (#665) Aurora 2020-09-28 19:11:28 +02:00
  • 6332b8c965 This ought to be false by default for now dordsor21 2020-09-28 11:18:16 +01:00
  • 82bcc0e9a5 Allow "post processing" of chunks (#658) dordsor21 2020-09-28 11:13:02 +01:00
  • 2aef0ee27e Delete bug---issue-report-for-fastasyncworldedit.md Matt 2020-09-27 17:35:39 -04:00
  • a0f99d6289 Update issue templates Matt 2020-09-27 17:33:07 -04:00
  • bd4a3a3efd Fix inconsistency with legacy regarding loading schematics from URL dordsor21 2020-09-26 22:20:47 +01:00
  • 68deed1469 schematics are just fun dordsor21 2020-09-26 21:56:38 +01:00
  • 1766c62278 Attempt to recover from incorrectly-extensioned schematic reads (#660) dordsor21 2020-09-25 15:15:00 +01:00
  • 65747bf8f8 accessing clipboards should not be synchronized to LocalSession (#653) dordsor21 2020-09-25 15:02:09 +01:00
  • 855389c785 Allow parallelisation of masks (#636) dordsor21 2020-09-25 15:00:42 +01:00
  • 3f1e8fa4d4 Fixes unsafe memory access using cross server clipboards (#651) Aurora 2020-09-24 19:10:43 +02:00
  • 5e67c1b658 Squash errors and debug to aid fixing #652 properly dordsor21 2020-09-22 11:34:45 +01:00
  • 3b660756f6 Fix #647 dordsor21 2020-09-21 17:09:17 +01:00
  • 3b2fe2ffde Fix toggle permission (#644) Aurora 2020-09-21 17:07:35 +02:00
  • 806916d6e8 Fix entity rotation (#642) Aurora 2020-09-20 16:33:07 +02:00
  • 2b45d922f2 Update the issue template & add a config (#640) Aurora 2020-09-20 12:04:34 +02:00
  • 845c32bd18 Fix #639 looks like we too speedy dordsor21 2020-09-19 20:46:46 +01:00
  • be0e33746c Ensure the block actually can be waterlogged when checking for waterlogged status. Fixes #632 Fixed #633 dordsor21 2020-09-19 16:54:42 +01:00
  • 7aedf62c63 Update workflow target branches NotMyFault 2020-09-19 16:59:58 +02:00
  • aed6807eb2 comment dordsor21 2020-09-18 18:54:14 +01:00
  • cf750ba00c Correct tag name for writing and add compatibilty for created corrupt schematics dordsor21 2020-09-18 18:31:42 +01:00
  • 9c34702a47 Correct tag name for tile entities dordsor21 2020-09-18 18:29:36 +01:00
  • 218f570cb1 Fix LimitExtent and processing of Plot regions Fixes #627 Fixes #609 dordsor21 2020-09-18 17:40:55 +01:00
  • fc91c3b56e Clone mutable regions given to clipboards Fixes #630 dordsor21 2020-09-18 15:02:25 +01:00
  • 8e8bd810b5 Relight after completing P2 operations teporarily fix #629 dordsor21 2020-09-18 12:38:17 +01:00
  • 7375827844 implement getBiome(BlockVector3) fixes #622 dordsor21 2020-09-18 11:52:49 +01:00
  • 2e73746abe Remove Kotlin (#625) Matt 2020-09-17 16:31:55 -04:00
  • 4f6c904615 Merge pull request #617 from IronApollo/vault-fix NotMyFault 2020-09-16 18:06:57 +02:00
  • c7369e2cc0 Update plugin.yml N0tMyFaultOG 2020-09-16 16:12:20 +02:00
  • 371460a1ce Relocate metrics N0tMyFaultOG 2020-09-16 16:10:00 +02:00
  • 241e85e491 Strip 1.14 N0tMyFaultOG 2020-09-16 16:01:49 +02:00
  • f5f5a55b4c Fix limits IronApollo 2020-09-15 22:34:45 -04:00
  • a49ce02bd0 Delete DummyFawe on startup IronApollo 2020-09-15 19:18:16 -04:00
  • cd5691b819 Fix styling IronApollo 2020-09-15 19:07:52 -04:00
  • 64a71600f9 Add DummyFawe detector IronApollo 2020-09-14 22:10:37 -04:00
  • d741a8a905 Delete DummyFawe.src IronApollo 2020-09-14 21:30:27 -04:00
  • 4af36217b1 Merge branch '1.16' into vault-fix IronApollo 2020-09-14 21:19:52 -04:00
  • 9431f7c189 Fix Vault integration + remove DummyFAWE IronApollo 2020-09-14 21:18:06 -04:00
  • 07a5ef5ab4 Fix incorrect x/y/z stuff; Fixes #616 Fixes #614 dordsor21 2020-09-14 20:16:46 +01:00
  • 3d2052b0c8 Better skylight handling and fix opacity on materials dordsor21 2020-09-14 18:33:35 +01:00
  • d6c9a887ac Fixlighting now also calculates heightmaps Fixes #386 and #438 seems fixed, but that might be something else that fixed? dordsor21 2020-09-14 14:19:23 +01:00
  • 0685881f64 Implement SupplyingExtent (#613) Hannes Greule 2020-09-14 12:20:26 +02:00
  • 4243e8e86b Begin working on improved lighting to better match 1.14's "new" light… (#611) dordsor21 2020-09-13 15:36:36 +01:00
  • d00899e177 More support for 3D biomes (#608) Matt 2020-09-12 09:31:42 -04:00
  • de199a0e59 More work on masks (#607) Matt 2020-09-11 15:13:31 -04:00
  • 1fa0777d3b Fix erosion and pull brushes IronApollo 2020-09-08 19:17:28 -04:00
  • a8f53d6414 Use correct trustEdges value dordsor21 2020-09-11 17:24:02 +01:00
  • 7baaed946e 1.16.3 N0tMyFaultOG 2020-09-11 01:11:56 +02:00
  • eac0a7456a Fix Fawe not loading NotMyFault 2020-09-08 22:45:34 +02:00
  • 4a18147125 Merge pull request #600 from IronApollo/mask-work Josh Knight 2020-09-08 16:21:20 -04:00
  • 2fcf4bdf7e Updated Gradle MattBDev 2020-09-08 15:34:53 -04:00
  • dc465f7d3c Reformat, fix RichParser suggestions IronApollo 2020-09-07 21:46:54 -04:00
  • 7929320611 Merge branch '1.16' of https://github.com/IntellectualSites/FastAsyncWorldEdit into mask-work IronApollo 2020-09-07 21:45:05 -04:00
  • f74bc8aea9 Merge pull request #602 from IntellectualSites/feature/1.16/update-gh-actions NotMyFault 2020-09-07 21:04:19 +02:00
  • 1361c88926 Update build description N0tMyFaultOG 2020-09-07 20:49:05 +02:00
  • ddff407f18 Fix convert function in AbstractDirectionConverter Aurora 2020-09-07 20:11:14 +02:00
  • 6807ccd960 Reimplement Masks + Fixes IronApollo 2020-09-06 18:42:43 -04:00
  • ee49627e51 Merge pull request #599 from aurorasmiles/fixnms Josh Knight 2020-09-06 16:05:32 -04:00
  • fec938dac2 just send PacketPlayOutChunkMap for chunk updates wea_ondara 2020-09-06 16:50:22 +02:00
  • 5e04c59c58 Update gradle.yml Matt 2020-09-03 17:48:13 -04:00
  • 1d05da75d8 Regenerate list classes from MCUtils Octavia Togami 2020-07-20 16:21:01 -04:00
  • 68bd411c37 Fixed a typo in gradle.yml Matt 2020-09-02 13:41:37 -04:00
  • c942276029 Update gradle.yml Matt 2020-09-02 13:40:24 -04:00
  • 00d0cb147e Merge pull request #596 from IntellectualSites/update-adapters NotMyFault 2020-09-02 18:22:56 +02:00
  • ec141ecb46 Merge branch '1.16' into update-adapters N0tMyFaultOG 2020-09-02 17:41:08 +02:00
  • aa125b29d4 Update worldedit-adapters.jar N0tMyFaultOG 2020-09-02 17:31:27 +02:00
  • f7e1f70e19 Replace BlockStates reading with new 1.16 logic (#1413) Octavia Togami 2020-07-03 21:44:19 -04:00
  • 28767d6e0f Officially propagate GPL downwards to all files Octavia Togami 2020-08-13 23:37:28 -04:00
  • 4771297add Merge pull request #591 from aurorasmiles/fix-filedir NotMyFault 2020-08-30 12:49:01 +02:00
  • dd85fc254f actually do the file path stuff how it's supposed to work Aurora 2020-08-30 11:45:37 +02:00
  • 9238a887c0 fix filepath in Local Configuration Aurora 2020-08-29 13:32:05 +02:00
  • aa93f192c6 Merge pull request #587 from aurorasmiles/fixnms NotMyFault 2020-08-26 21:05:38 +02:00
  • 9515f3abfc fix for spigot boooooooooooooooooooooooooooooooooooooooooooo wea_ondara 2020-08-26 20:46:48 +02:00
  • b117c35580 improve performance of chunk updates for 1.16.2 wea_ondara 2020-08-26 20:15:23 +02:00
  • 32ee30d593 Merge pull request #585 from aurorasmiles/fixnms NotMyFault 2020-08-26 16:24:37 +02:00
  • f969403b54 Fix NMS for Chunk Updates on 1.16.2 Aurora 2020-08-26 16:05:22 +02:00
  • 5285638285 Merge pull request #582 from aurorasmiles/reimpl1161 NotMyFault 2020-08-25 21:38:32 +02:00
  • add1d96313 Update WorldEditPlugin.java Aurora 2020-08-25 21:36:19 +02:00
  • 041029168f Fix NMS in 1.16.2. Still not working properly. Aurora 2020-08-25 20:43:07 +02:00