Commit Graph

6553 Commits

Author SHA1 Message Date
6cbd9631a0 Improve notes on getting the stored section range/refactor method name 2021-09-11 12:40:39 +01:00
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.)
2021-09-11 12:23:03 +01:00
5fb4434afe Fix indexing and custom world heights in HeightmapProcessor 2021-09-11 10:26:02 +02:00
f29d68b16e Update Upstream
fbf61ef Fix raise and lower deform brushes (1889)
2021-09-11 10:15:44 +02:00
db24b429c1 only close clipboard on error during copy
apply to //cut as well
2021-09-11 00:27:26 +01:00
470ba64fe4 Fix #1260 2021-09-10 17:46:21 +01:00
829ddc393f Fix #1268 2021-09-10 17:14:55 +01:00
c16212e456 Update adapters 2021-09-10 16:54:30 +01:00
88ae6d9e1d Optimise HeightmapProcessor (around 16x faster) 2021-09-10 16:53:25 +01:00
f0a6fa13da Fix serverlib shading 2021-09-10 16:25:31 +01:00
0e72fa5058 Specify requirement for delay-chunk-unloads-by to be set for preloading 2021-09-10 15:52:46 +01:00
91919d31b0 Update PlotSquared 2021-09-10 16:10:05 +02:00
3f182c63bc Fix #1285 2021-09-10 14:53:07 +01:00
effb94623a Fix exceptions being squashed RegionVisitor preloading 2021-09-10 14:41:15 +01:00
ef62f1e0d9 Fix adapters cos it's just plain wrong..? 2021-09-10 14:13:59 +01:00
195a13a23c some codestyle application 2021-09-08 16:39:43 +01:00
dc11b74020 Closes #1283 Closes #1284 2021-09-07 10:41:42 +02:00
8c328abdd2 Update Upstream
6c08b68 Set Multi-Release in CLI manifest
2021-09-07 10:19:04 +02:00
91ad0a20ef Identify CLI as Fawe version 2021-09-07 01:06:22 +02:00
17a1c7e0bf Fix CLI 2021-09-06 20:17:43 +02:00
7c3c165fd6 Merge branch 'main' of https://github.com/IntellectualSites/FastAsyncWorldEdit into main 2021-09-06 15:31:27 +02:00
8aadeb9291 Identify as Fawe when throwing unknown exceptions
Closes #1281
Closes #1279
Closes #1282
2021-09-06 15:28:54 +02:00
e3ab25b3c9 Update dependency org.checkerframework:checker-qual to v3.18.0 (#1280)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-06 14:59:17 +02:00
e08a14b3a7 Renovate
Closes #1267
Closes #1269
Closes #1276
Closes #1270
Closes #1253
2021-09-06 13:38:22 +02:00
3b4bd5384c Closes #1275 2021-09-06 13:13:01 +02:00
c342de28f2 Update dependency com.github.TownyAdvanced:Towny to v0.97.1.7 (#1274)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-06 13:11:50 +02:00
489b0d050c Update dependency com.github.MilkBowl:VaultAPI to v1.7.1 (#1273)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-06 13:11:19 +02:00
d236470df8 Update Upstream
b1c230d Add conditional checking in help command (1888)
b4fbbc9 Move clearable checks for Bukkit to adapters (1887)
2021-09-04 10:31:31 +02:00
cdc3abbc43 bump p2 version 2021-09-03 14:48:58 +01:00
4bf2781cd0 Update adapters to ae35e53276 2021-09-02 18:07:08 +01:00
79f4be3941 Adjust some synchronisation 2021-09-02 18:06:36 +01:00
09c4655be7 Setup allowed-plugins with an example plugin 2021-09-02 18:53:14 +02:00
f8aaf0cae3 Don't set extent to self when cancelling in AbstractDelegateExtent
#749
2021-09-02 17:13:38 +01:00
93dff36ee2 Fix #1265 2021-09-02 14:08:49 +01:00
15d888a40c Updated adapters to 5016d6d295
#1266
2021-09-02 13:47:27 +01:00
b9e4b31c68 Clean up ChunkHolder slightly, only trim chunk get if not already present 2021-09-02 12:31:27 +01:00
fb7e95c440 Improve exceptions (#1256)
- Kick more exceptions further up the pipeline to be more likely to be shown to player
- Try to avoid lots of console spamming when it's the same error multiple times
- Allow parsing of FaweExceptions during commands to better give information to players
2021-09-01 16:36:03 +02:00
0c9270dbc1 8f8288a96b 2021-08-29 20:25:09 +02:00
0e62760abf Update adapters to 9c5798ea7d 2021-08-29 10:28:23 +01:00
ebc38a62ad Should fix #1237 and should fix #1236 2021-08-26 16:44:49 +01:00
cacfcb8c5c LimitExtent isn't a processor 2021-08-26 16:44:08 +01:00
81534b3476 Ignore datapacks on 1.15 2021-08-26 10:47:00 +02:00
ee14f7ebb1 Closes #1254 2021-08-25 17:34:42 +02:00
da8289f8ba Fix #826 2021-08-25 16:19:51 +01:00
4050cf238f Fix #1217 2021-08-25 15:48:39 +01:00
29bebcd034 Fully fix #949 2021-08-25 15:32:25 +01:00
4e463af1df Remove log output from DefaultBlockParser 2021-08-25 14:12:40 +01:00
a66080d803 Fix build, add note 2021-08-25 14:06:12 +01:00
46fb0c9418 Add binary tag methods to IDelegateBukkitImplyAdapter 2021-08-25 12:53:37 +01:00
ea6b29f145 Fix up annotations in block classes and slight cleanup 2021-08-25 12:25:33 +01:00