Commit Graph

280 Commits

Author SHA1 Message Date
1341e38a90 fix compile 2019-11-21 19:56:10 +00:00
144ea2ef34 Lazy tags + get / set tiles
Lazy tags means tiles/ents are not translated into the nms NBTBase until it is needed. Should be faster in cases where getFullBlock is called, but nbt is not always needed.
Commands like Copy and Paste, where the input/output are both nms worlds, can entirely bypass WorldEdit translating to and from the WorldEdit JNBT classes.
2019-11-20 03:40:52 +00:00
1b07846746 some adapter refactoring 2019-11-19 04:40:40 +00:00
0087a0d6ab Various minor
fix undo null sections
fix cancel for certain parallel jobs
optimize schem paste
2019-11-17 22:47:56 +00:00
329df8d33b various minor
Increase target size
remove unnecessary brush sync
send chunk on biome change
2019-11-17 20:29:25 +00:00
3f92f12e89 synchronize char blocks 2019-11-17 20:02:33 +00:00
e661652c12 Fix setting blocks in null sections 2019-11-17 19:30:28 +00:00
69c225c00f Fix //vis 2019-11-17 17:22:21 +00:00
601890fe64 Fix biome sending 2019-11-14 19:21:28 +00:00
b1244c7780 Remove unused methods from IFawe 2019-11-14 10:54:09 +00:00
630245bb9f Attempt to fix compile and other small changes 2019-11-11 16:22:03 -05:00
a23a4e5496 misc changes. 2019-11-11 16:02:28 -05:00
d61dac5aa5 Fix CFI generation 2019-11-08 22:30:39 +00:00
faa63b0c35 CFI changeset 2019-11-08 05:27:04 +00:00
82f5c4ebed Fix compile 2019-11-07 10:28:17 +00:00
0bfb1dbdd1 Fix BlockArrayClipboard offset 2019-11-05 15:08:44 +00:00
1e16095cba Fix palette / region iteration 2019-11-04 07:47:31 +00:00
930dfb7f7c Various minor
thread local cleans on close
remove unnecessary loop on set
remove unnecessary get on set
clean CFI cache on generate
2019-11-03 16:59:11 +00:00
d8d7c8c53f Merge branch 'commanding-pipeline' of https://github.com/IntellectualSites/FastAsyncWorldEdit-1.13 into commanding-pipeline
 Conflicts:
	worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitPlayer.java
	worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitWorld.java
	worldedit-core/src/main/java/com/boydti/fawe/beta/filters/DistrFilter.java
	worldedit-core/src/main/java/com/boydti/fawe/beta/implementation/ChunkCache.java
	worldedit-core/src/main/java/com/boydti/fawe/beta/implementation/ParallelQueueExtent.java
	worldedit-core/src/main/java/com/boydti/fawe/command/CFICommands.java
	worldedit-core/src/main/java/com/boydti/fawe/object/brush/visualization/cfi/HeightMapMCAGenerator.java
	worldedit-core/src/main/java/com/boydti/fawe/object/brush/visualization/cfi/MCAWriter.java
	worldedit-core/src/main/java/com/boydti/fawe/wrappers/WorldWrapper.java
	worldedit-core/src/main/java/com/sk89q/worldedit/LocalSession.java
	worldedit-core/src/main/java/com/sk89q/worldedit/command/ToolUtilCommands.java
	worldedit-core/src/main/java/com/sk89q/worldedit/world/NullWorld.java
	worldedit-core/src/main/java/com/sk89q/worldedit/world/World.java
	worldedit-core/src/main/java/com/sk89q/worldedit/world/block/BlockTypes.java
2019-11-02 15:58:46 -04:00
f262271519 Message updates 2019-11-02 15:53:25 -04:00
32d837414b static blocktype initialization
instead of using hacky reflection
2019-11-02 20:35:51 +01:00
f8e1654a4e Update BukkitGetBlocks_1_14.java 2019-11-02 18:37:17 +01:00
df9e9e510a Limit processing 2019-11-02 12:13:42 +01:00
0c1fdcc498 remove broken debug 2019-11-01 22:56:07 +01:00
9cf02fe654 WIP Anvil API 2019-10-31 21:04:02 +01:00
c383fab2c2 cfi packet listener 2019-10-30 12:58:21 +01:00
72951cdf23 Various
fake chunk packet
aliases
cfi wip
2019-10-30 12:26:52 +01:00
8356004ec9 chunk sending / cfi 2019-10-26 14:21:49 +01:00
938dde68b2 Don't force load
didn't realize this loads the chunk, I just need to delay unloading until the operation is complete
2019-10-23 16:44:36 +01:00
2080e9786b commanding-pipeline diff 2019-10-23 05:23:52 +01:00
7d60053aaf Fixed the mixup of backslash and forward slash 2019-10-09 21:51:37 -04:00
c928564b59 Delete "in" 2019-10-09 20:47:23 -04:00
ccd8f2c2a9 Attempt to fix command execution. 2019-10-09 20:43:28 -04:00
183d733825 Add a check to prevent PlotSquared Features from trying to load. 2019-10-09 16:28:33 -04:00
da3019ae3d More compile fixes and upstream mergesa 2019-10-09 16:15:26 -04:00
3431bd0644 Remove old plugin support and migrate to Piston (non-FAWE) 2019-10-07 12:27:18 -04:00
8b96cdc9a5 *
A tribute to Jesse
2019-09-20 21:52:35 -04:00
e72f1b32df I hate when md_5 actually decides to do stuff. 2019-09-13 23:12:49 -04:00
14ed3f1d9c Remove FawePlayer and API modifications 2019-09-13 23:05:16 -04:00
ae2d765533 Removed duplicated method and implemented missing ones 2019-09-03 12:17:21 -04:00
06a92d29b1 Merge branch 'commanding' of https://github.com/IntellectualSites/FastAsyncWorldEdit-1.13 into commanding
# Conflicts:
#	worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/adapter/BukkitImplAdapter.java
#	worldedit-core/src/main/java/com/sk89q/worldedit/command/ApplyBrushCommands.java
#	worldedit-core/src/main/java/com/sk89q/worldedit/extension/platform/PlatformCommandManager.java
#	worldedit-libs/core/build.gradle.kts
2019-09-02 15:24:53 -04:00
c20f4c6b7f Fixed a null pointer. Merged in a bunch of CLI stuff. 2019-09-02 15:22:43 -04:00
68eea925e1 update adapter and platform manager 2019-08-29 13:57:03 +01:00
4e49d16505 fix dependencies 2019-08-26 05:45:03 +01:00
d434dfcfdd some minor refactoring 2019-08-18 02:09:09 +01:00
21caf0cf94 delete some classes 2019-08-18 01:59:07 +01:00
74fe88ae01 merge 2019-08-07 01:28:12 +10:00
cdb9abc117 9a4473b73f 2019-07-30 07:44:19 +10:00
da858f2131 Check isEmpty for sign color 2019-07-29 05:07:46 +10:00
9a4473b73f Formatting 2019-07-25 15:09:12 -04:00