Commit Graph

631 Commits

Author SHA1 Message Date
66744bfaa4 Merge remote-tracking branch 'upstream/feature/translatable-text' into i18n-merge 2019-11-21 13:50:05 +00:00
37b6c406ac reduce diff 2019-11-21 07:57:32 +00:00
52a502a1c6 Refactor confirmation 2019-11-21 06:50:37 +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
60759934a3 Fix some merge issues 2019-11-20 00:11:54 +00:00
5d8adbc10c Merge remote-tracking branch 'upstream/master' into merge 2019-11-19 21:25:36 +00:00
2c9f192baf Merge remote-tracking branch 'upstream/master' into merge 2019-11-19 21:23:47 +00:00
3eb77e3e8b 7e3fc6c8e7 2019-11-19 04:49:13 +00:00
d9b0aeca7f 7e3fc6c8e7 2019-11-19 04:49:08 +00:00
751765cc01 Fix cyl/hcyl args 2019-11-19 01:41:51 +00:00
ded86d4872 Fixed issues brought up in review 2019-11-18 19:50:52 +10: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
868554367a Fix schem load legacy 2019-11-17 18:20:00 +00:00
69c225c00f Fix //vis 2019-11-17 17:22:21 +00:00
5d0335eea5 Fixed typo in brush radius too large 2019-11-17 15:31:46 +10:00
c3f86fd6da wip brush vis mode 2019-11-17 05:00:10 +11:00
9a01bf9ab2 When custom files are found, use the base files for default values. 2019-11-16 22:46:31 +10:00
87fb9f6d0e Added the remaining translation nodes 2019-11-16 22:46:31 +10:00
fc0fee39cb Added a tonne more translations 2019-11-16 22:45:36 +10:00
4ba54c4337 Further translations 2019-11-16 22:45:36 +10:00
0e6037584f Remove support for pluralisation to match Minecraft and alleviate issues with over-complexity 2019-11-16 22:43:23 +10:00
455a40b3fc Add a few more strings 2019-11-16 22:43:22 +10:00
c01d2f7c24 Further translations 2019-11-16 22:42:14 +10:00
96e56bdd0c Rebase translation work for easier rebasing 2019-11-16 22:42:14 +10:00
0b1a36bb7d WIP VisualExtent 2019-11-16 00:20:14 +00:00
49baebeaa3 Fix some more arguments 2019-11-15 18:06:27 +00:00
1c90d2a341 Fix some more arguments 2019-11-15 18:01:36 +00:00
88c946188b Fix brush pattern args 2019-11-15 17:57:28 +00:00
69e1c53076 Fix fill args 2019-11-14 17:25:17 +00:00
8812e1b60c Fixes #231 2019-11-14 16:01:38 +00:00
580fb11197 Fix stack arg 2019-11-14 10:23:02 +00:00
cfa147cf76 WIP clipboard offsets
TODO schem load -> BlockArrayClipboard
2019-11-11 22:34:33 +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
9d6f2df908 Fix parsing for injected command types 2019-11-11 08:55:53 +00:00
fc5c625f02 Add -n flag to //paste to select without pasting. 2019-11-09 20:58:47 -05:00
2b1a7ed943 Make lrbuild tool use history. 2019-11-09 20:58:47 -05:00
575463a8e9 Make a few more selection commands usable from console. 2019-11-09 11:31:51 -05:00
d61dac5aa5 Fix CFI generation 2019-11-08 22:30:39 +00:00
26f073faa2 idk what I was doing there 2019-11-08 09:42:07 +00:00
faa63b0c35 CFI changeset 2019-11-08 05:27:04 +00:00
240b2de90c Update to PlotSquared-we branch 2019-11-06 09:29:20 +00:00
0bfb1dbdd1 Fix BlockArrayClipboard offset 2019-11-05 15:08:44 +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
df9e9e510a Limit processing 2019-11-02 12:13:42 +01:00
c2cb463dae Fix schem load 2019-11-01 23:48:52 +01:00
09bb9c18ca Update SchematicCommands.java 2019-11-01 23:22:29 +01:00
0c1fdcc498 remove broken debug 2019-11-01 22:56:07 +01:00