Commit Graph

3631 Commits

Author SHA1 Message Date
Jesse Boyd 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
MattBDev 3212f32b01 Merge remote-tracking branch 'origin/commanding-pipeline' into commanding-pipeline 2019-11-02 15:59:57 -04:00
MattBDev 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
Jesse Boyd e223d17522 Add missing properties 2019-11-02 20:58:12 +01:00
MattBDev f262271519 Message updates 2019-11-02 15:53:25 -04:00
Jesse Boyd e20e48f5fb temporary disable plotsquared hook for schems 2019-11-02 20:44:49 +01:00
Jesse Boyd 32d837414b static blocktype initialization
instead of using hacky reflection
2019-11-02 20:35:51 +01:00
Jesse Boyd 70efdf8c54 Update PlatformCommandManager.java 2019-11-02 19:32:44 +01:00
Jesse Boyd b97b40e413 various
use vector.add for compatibility with vs-flattened
flush before remember
share meta objects across players
fix wg compatibility
2019-11-02 19:31:32 +01:00
Jesse Boyd f8e1654a4e Update BukkitGetBlocks_1_14.java 2019-11-02 18:37:17 +01:00
Jesse Boyd 934559fea6 Add vs perms 2019-11-02 18:37:07 +01:00
Jesse Boyd b099f177b5 use editsession to regen 2019-11-02 13:51:22 +01:00
Jesse Boyd 2aa7fc543e fix region processing 2019-11-02 13:12:21 +01:00
Jesse Boyd 6ed7923a1e Add //cancel 2019-11-02 12:51:24 +01:00
Jesse Boyd df9e9e510a Limit processing 2019-11-02 12:13:42 +01:00
Jesse Boyd 0b2bd862a0 Update MCAFile.java 2019-11-02 08:40:11 +01:00
Jesse Boyd ed7df341b4 Make mca file reusable 2019-11-02 08:07:40 +01:00
Jesse Boyd 2f3c6769c8 Legacy clipboards 2019-11-02 07:15:56 +01:00
Jesse Boyd c2cb463dae Fix schem load 2019-11-01 23:48:52 +01:00
Jesse Boyd 09bb9c18ca Update SchematicCommands.java 2019-11-01 23:22:29 +01:00
Jesse Boyd 1a48546f0c linear clipboard get block 2019-11-01 23:12:31 +01:00
Jesse Boyd 6de30f8ed4 fix chunk polling 2019-11-01 22:59:10 +01:00
Jesse Boyd 0c1fdcc498 remove broken debug 2019-11-01 22:56:07 +01:00
Jesse Boyd 822bc20c7c Update ToolUtilCommands.java 2019-11-01 22:40:12 +01:00
Jesse Boyd 23e0b0ef02 Update SpongeSchematicReader.java 2019-11-01 22:26:39 +01:00
Jesse Boyd 88b6d60f8e schem v2 biomes 2019-11-01 22:09:50 +01:00
Jesse Boyd 49c51e041c delete writable mca chunk 2019-11-01 19:19:56 +01:00
Jesse Boyd 3e00ce36d2 Add barebones Anvil API
not anvil commands, just the core of the api
could do with some optimization
2019-11-01 19:11:05 +01:00
Jesse Boyd 1ad040f7d0 fix compile 2019-11-01 18:36:40 +01:00
Jesse Boyd f0ab1d5f18 finish overhaul of NBT stream api 2019-11-01 18:29:13 +01:00
Jesse Boyd 9cf02fe654 WIP Anvil API 2019-10-31 21:04:02 +01:00
Jesse Boyd b533408022 wip clipboard migration 2019-10-31 14:12:23 +01:00
Jesse Boyd 0296d566ed wip remove faweclipboard 2019-10-31 04:04:15 +01:00
Jesse Boyd e1b9b9e3e8 Revert "Like this @mattbdev ?"
This reverts commit bddf92cd9b.
2019-10-31 00:41:36 +01:00
Jesse Boyd ef47ea74df Revert "Or this?"
This reverts commit 558144696a.
2019-10-31 00:41:15 +01:00
Jesse Boyd 558144696a Or this? 2019-10-30 20:03:38 +01:00
Jesse Boyd bddf92cd9b Like this @mattbdev ? 2019-10-30 20:01:18 +01:00
Jesse Boyd 50b7b4fb54 fix sp alias conflict 2019-10-30 18:52:55 +01:00
Jesse Boyd 0b39b4a381 wip schem vis 2019-10-30 13:14:15 +01:00
Jesse Boyd c383fab2c2 cfi packet listener 2019-10-30 12:58:21 +01:00
Jesse Boyd 72951cdf23 Various
fake chunk packet
aliases
cfi wip
2019-10-30 12:26:52 +01:00
Jesse Boyd 8356004ec9 chunk sending / cfi 2019-10-26 14:21:49 +01:00
MattBDev 678a99667d Replaced an empty for loop with a while loop for better readability. 2019-10-25 13:40:56 -04:00
MattBDev d20b8ddb2a Fixed/Removed some wrong JavaDocs 2019-10-25 13:40:13 -04:00
MattBDev ca843f1b90 Minor changes for readability 2019-10-23 22:34:44 -04:00
MattBDev 1b28dcda40 Minor changes to match upstream more closely 2019-10-23 14:29:37 -04:00
MattBDev c050132737 Merge branch 'commanding-pipeline' of https://github.com/IntellectualSites/FastAsyncWorldEdit-1.13 into commanding-pipeline
 Conflicts:
	worldedit-core/src/main/java/com/sk89q/worldedit/command/SchematicCommands.java
2019-10-23 13:40:45 -04:00
MattBDev fd408c64ed Selective merge of commanding branch. 2019-10-23 12:58:36 -04:00
Jesse Boyd 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
Jesse Boyd a8df8a805f Update CFICommands.java 2019-10-23 15:58:18 +01:00