Commit Graph

309 Commits

Author SHA1 Message Date
MattBDev 88359f0215 More Kotlin 2020-01-21 14:30:13 -05:00
MattBDev 0cad7f229b API improvements 2020-01-15 20:38:46 -05:00
MattBDev da7c21d32a Removed metrics from API
We shouldn't have exposed it in the first place.
2020-01-15 17:20:40 -05:00
MattBDev 2fb1c3bdbc Remove factions due to maven repo being down 2020-01-13 21:02:31 -05:00
MattBDev b2be1ea9fb Remove duplicated methods 2020-01-10 19:26:26 -05:00
MattBDev 86a55b7bf0 Merge remote-tracking branch 'origin/wip' into 1.15 2020-01-10 19:22:23 -05:00
MattBDev 98d0420c08 Minor tweaks 2020-01-10 13:29:20 -05:00
Jesse Boyd 900268633d Fix compile 2020-01-07 00:41:41 +00:00
MattBDev 05760c49cd Fixed compile issues and disabled plotsquared hook 2020-01-03 16:05:25 -05:00
MattBDev f3e0109be2 A lot of small changes 2020-01-03 15:38:30 -05:00
NotMyFault 3fb5ac6be8 Rename debugpaste value names 2020-01-03 14:48:44 +01:00
KennyTV 8569359d8f Fix Java 12+ compatibility 2019-12-21 21:21:25 +01:00
Jesse Boyd 39faa740a2 Fix some adapter issues
regen 1.13, tile get npe, null block type values
2019-12-21 09:45:59 +00:00
Jesse Boyd c2cc4f5aeb Fix craftbook 2019-12-20 05:54:03 +00:00
NotMyFault f37bc9417c Merge branch 'merge' into 1.15 2019-12-19 19:05:27 +01:00
Jesse Boyd 6a49b71cf2 Fix compile 2019-12-19 16:19:46 +00:00
Jesse Boyd ea5f7a77be Merge branch 'merge' of https://github.com/IntellectualSites/FastAsyncWorldEdit-1.13 into merge 2019-12-16 09:08:28 +00:00
Jesse Boyd 6ddeb2ebf5 Various minor
refactor some region dependencies
swithc masking extent to a filter (so it can be parallelized)
Some unfinished refactoring of the filters
remove piston messages from strings.json
2019-12-16 09:07:51 +00:00
MattBDev ee94bc2ddb More work to get 1.15 working 2019-12-11 17:47:34 -05:00
MattBDev a137d719cb Remove 1.13 and 1.14 code 2019-12-11 17:47:14 -05:00
NotMyFault 68144232ba More 1.15 wip No.2 2019-12-11 17:06:05 +01:00
NotMyFault 5358c51011 1.15 (wip)
Adapters and nms needs updating still, alongside some other fixes and changes, but I'm too tired for that now
2019-12-11 02:11:52 +01:00
Jesse Boyd a36778794b fix paste tile npe 2019-11-29 02:56:07 +00:00
NotMyFault 1b2710f823 Remove ASkyBlock
ASkyBlock does only exist up to 1.12 and won't be continued to higher versions.
2019-11-27 23:50:32 +01:00
Jesse Boyd 913ada31fb Fix lighting 1.14 2019-11-24 02:26:52 +00:00
Jesse Boyd 1f19b92b0b 1.13? 2019-11-24 00:57:29 +00:00
Jesse Boyd 50c9a2c2d2 Fxi regen (again) 2019-11-23 18:41:05 +00:00
Jesse Boyd 1844d4dba7 Various major
Add regen
Add //history [find|restore|rollback|summary|clear]
 - history commands are interactable
 - inspect brush info is interactable
Commands are now logged to a searchable database
Fix some cases of id/ordinal mismatch
2019-11-23 04:31:48 +00:00
Jesse Boyd 0c85db920c save strings.json 2019-11-21 20:37:56 +00:00
Jesse Boyd 1341e38a90 fix compile 2019-11-21 19:56:10 +00:00
Jesse Boyd 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
Jesse Boyd 1b07846746 some adapter refactoring 2019-11-19 04:40:40 +00:00
Jesse Boyd 0087a0d6ab Various minor
fix undo null sections
fix cancel for certain parallel jobs
optimize schem paste
2019-11-17 22:47:56 +00:00
Jesse Boyd 329df8d33b various minor
Increase target size
remove unnecessary brush sync
send chunk on biome change
2019-11-17 20:29:25 +00:00
Jesse Boyd 3f92f12e89 synchronize char blocks 2019-11-17 20:02:33 +00:00
Jesse Boyd e661652c12 Fix setting blocks in null sections 2019-11-17 19:30:28 +00:00
Jesse Boyd 69c225c00f Fix //vis 2019-11-17 17:22:21 +00:00
Jesse Boyd 601890fe64 Fix biome sending 2019-11-14 19:21:28 +00:00
Jesse Boyd b1244c7780 Remove unused methods from IFawe 2019-11-14 10:54:09 +00:00
MattBDev 630245bb9f Attempt to fix compile and other small changes 2019-11-11 16:22:03 -05:00
MattBDev a23a4e5496 misc changes. 2019-11-11 16:02:28 -05:00
Jesse Boyd d61dac5aa5 Fix CFI generation 2019-11-08 22:30:39 +00:00
Jesse Boyd faa63b0c35 CFI changeset 2019-11-08 05:27:04 +00:00
Jesse Boyd 82f5c4ebed Fix compile 2019-11-07 10:28:17 +00:00
Jesse Boyd 0bfb1dbdd1 Fix BlockArrayClipboard offset 2019-11-05 15:08:44 +00:00
Jesse Boyd 1e16095cba Fix palette / region iteration 2019-11-04 07:47:31 +00:00
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 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
MattBDev f262271519 Message updates 2019-11-02 15:53:25 -04:00
Jesse Boyd 32d837414b static blocktype initialization
instead of using hacky reflection
2019-11-02 20:35:51 +01:00