Commit Graph

5110 Commits

Author SHA1 Message Date
NotMyFault 3df080abe4 Add note if clipboard >= Integer.MAX_VALUE 2021-02-05 13:21:15 +01:00
NotMyFault ac16c9a2ba Minor upstream merge 2021-02-03 23:08:39 +01:00
NotMyFault c1f6e43763 Merge branch 'main' of https://github.com/IntellectualSites/FastAsyncWorldEdit into main 2021-02-01 22:40:42 +01:00
NotMyFault 3e37a66a12 Leave a better note about EOL versions 2021-02-01 22:40:27 +01:00
NotMyFault a49ebb4578 Update renovate.json 2021-02-01 20:11:23 +01:00
dordsor21 f88432a709 Fix incorrect Collections#unmodifiableSet usage 2021-02-01 15:07:54 +00:00
NotMyFault 09ba78d1e9 Relocate serverlib properly 2021-02-01 15:23:47 +01:00
NotMyFault a13e43fecd Update issue template 2021-01-31 09:31:06 +01:00
NotMyFault bfc37f1628 Update ServerLib 2021-01-30 13:14:48 +01:00
NotMyFault 818a75b809 Update dependency com.github.luben:zstd-jni to v1.4.8-2 2021-01-28 15:48:01 +01:00
dordsor21 287aa9dd8b Remove bad default copy method in AbstractMask 2021-01-28 14:23:00 +00:00
dordsor21 485781f711 Merge branch 'main' of github.com:IntellectualSites/FastAsyncWorldEdit 2021-01-28 13:13:10 +00:00
dordsor21 781f39f71a Properly define /ore arguments
Fix #885
2021-01-28 12:54:55 +00:00
NotMyFault dd65cffe86 Relocate properly 2021-01-24 12:01:03 +01:00
NotMyFault 0bba9c5ac7 Update bStats 2021-01-24 10:44:22 +01:00
renovate[bot] 16f72d1cfd Update dependency gradle to v6.8.1 (#879)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: NotMyFault <mc.cache@web.de>
2021-01-22 23:36:08 +01:00
NotMyFault 86ecd9f553 Move to ServerLib 2021-01-22 23:23:08 +01:00
N0tMyFaultOG 9cfcaa7605 Improve texture util if version is missing
This could defo be done cleaner, but it works for now.
2021-01-21 20:20:09 +01:00
N0tMyFaultOG 1a5c7bfb28 Merge branch 'renovate/com.google.code.gson-gson-2.x' of https://github.com/IntellectualSites/FastAsyncWorldEdit into renovate/com.google.code.gson-gson-2.x 2021-01-21 17:04:11 +01:00
Renovate Bot 44a95b47a4 Update dependency com.google.code.gson:gson to v2.8.6 2021-01-21 16:03:36 +00:00
N0tMyFaultOG 487d817542 Merge branch 'main' into renovate/com.google.code.gson-gson-2.x 2021-01-21 16:59:18 +01:00
Renovate Bot e9da3daf9e Update dependency it.unimi.dsi:fastutil to v8.4.4 2021-01-21 12:53:43 +00:00
Renovate Bot 692a844759 Update dependency com.google.code.gson:gson to v2.8.6 2021-01-21 12:53:35 +00:00
N0tMyFaultOG ef596664bc Properly name repositories 2021-01-21 13:34:33 +01:00
N0tMyFaultOG a300abae41 Properly define WorldGuard version 2021-01-21 13:21:54 +01:00
N0tMyFaultOG c35ebd7b53 Only scan used repositories 2021-01-21 13:07:17 +01:00
N0tMyFaultOG 67f9e54285 Enhance reload message 2021-01-21 10:19:07 +01:00
N0tMyFaultOG 1c4339ce1c Replace dead links 2021-01-20 13:56:19 +01:00
N0tMyFaultOG acc8a79e8e Leave a note about unsupported versions 2021-01-19 20:23:37 +01:00
N0tMyFaultOG 4b38526efb Update left over 1.16.4 notes 2021-01-19 19:50:43 +01:00
MattBDev 06dc92b7ce Merge branch 'main' of https://github.com/IntellectualSites/FastAsyncWorldEdit
 Conflicts:
	worldedit-bukkit/build.gradle.kts
2021-01-18 15:59:51 -05:00
MattBDev 2ce493ae68 Miscellaneous improvements to build scripts. 2021-01-18 15:58:50 -05:00
dordsor21 0f6b56572a Update to NMS given by 1.16.5.
Since there's no new NMS revision (we're still on R3...?!) but there were changes, it would be more difficult to maintain both 1.16.4 and 1.16.5. Therefore, let's just stop supporting 1.16.4 as 1.16.5 is a minor update regardless.
Fixes #859
2021-01-18 16:13:42 +00:00
dordsor21 3ba982927a Merge branch 'main' of github.com:IntellectualSites/FastAsyncWorldEdit 2021-01-18 15:37:43 +00:00
dordsor21 c218743fa8 Fix some coordinate errors
- Fixes WorldGuard weirdness
 - Fixes #860
2021-01-18 15:37:14 +00:00
N0tMyFaultOG 6895fe3b2c Update adapters to 1.16.5 2021-01-16 09:55:04 +01:00
dordsor21 798b4cdd4e Fix #806 2021-01-15 20:16:46 +00:00
dordsor21 b450a0af80 Fix confirm for some commands that give AutoValue_CommandParametersImpl from the getgo 2021-01-14 20:08:43 +00:00
dordsor21 bad3d31d90 Fix removing section lighting
- Paper and spigot differ in methods
 - Also don't clone it as we're trying to fill the actual data...
2021-01-14 17:03:32 +00:00
dordsor21 b18c646bce AbstractExtentMasks should have the correct extent.
- Fixes #843
2021-01-14 16:54:38 +00:00
dordsor21 fa69c79160 lock when editing the chunks cache in SingletThreadQueueExtent
- Long2ObjectLinkedOpenHashMap is not thread-safe and should not be used from multiple threads at once
 - Fixes #851
2021-01-14 15:42:38 +00:00
dordsor21 3034419918 Send before history is safe 2021-01-14 14:48:13 +00:00
dordsor21 3136fb460b Revert "actually delegate in AbstractDelegateExtent"
This reverts commit 761d05ac19.
2021-01-14 14:39:50 +00:00
dordsor21 761d05ac19 actually delegate in AbstractDelegateExtent
fixes #843
2021-01-14 14:38:37 +00:00
dordsor21 af34bd4e57 the material seems to hold state data for some reason.
- This requires a more complicated fix. Reverting this change for now
2021-01-14 13:42:37 +00:00
dordsor21 54712e268a Synchronize access to Bukkit#createBlockData to prevent occasional ConcurrentModification exceptions
- This isn't actually used anymore given the previous commit, however it's still best to keep it safe.
2021-01-14 12:47:02 +00:00
dordsor21 5e1289494e Delegate to blocktype for obtaining a BlockState's material 2021-01-14 12:45:11 +00:00
dordsor21 ac73478827 Fix bad/needless code
- Fixes #852
2021-01-14 12:39:57 +00:00
dordsor21 fd1ed63703 Don't confirm twice every time
- I channelled my inner Jesse on this one.
2021-01-13 23:50:29 +00:00
dordsor21 05d7558873 Don't print stack trace of FaweExceptions from submitted chunks
Addresses #353
2021-01-13 20:30:22 +00:00