Commit Graph

140 Commits

Author SHA1 Message Date
0d88a6bce2 Merging upstream changes 2019-03-26 13:27:09 -04:00
85bfd16d7c Code cleaning
Most notable change: Remove redundant type parameters and replaced with <>. This is a small step to bring us closer to upstream parity.
2019-03-25 19:55:32 -04:00
3236bdd78e Changes to NBT-handling in operations and extents, changes to match the widely supported setBlock functionality, minor code cleanup 2019-03-25 13:42:11 -04:00
68c8950cdc Add IncendoPaster
Co-Authored-By: Alexander Söderberg <citymonstret@hotmail.com>
2019-03-24 23:02:32 +01:00
3ffb5ff00d Changes to fix some PlotSquared compatibility issues, plus fix block Mask parsing 2019-02-27 08:09:04 -05:00
0763e4c05c Pull changes from upstream to match cdd7117 2019-02-07 09:11:51 -05:00
4a8931a55a Added a ##tag parser Pattern. gives a random combination using the blocks from the tag with an equal distribution. 2019-02-03 07:59:06 -05:00
590b7e23a9 Remove all raw usages of BSH, improve API generics 2019-02-03 05:01:39 -05:00
53308416ff Start work on modularising masks and patterns 2019-02-03 03:33:52 -05:00
d80ac24c63 Pass the exception converter through more. 2019-02-02 11:36:55 -05:00
45f1de6009 Move the pasting system over to WorldEdit, and add a /we report command. Currently only reports system status and the config. Need to add a platform reporter system. 2019-02-02 11:20:36 -05:00
f3c633582e Finish removal of PlayerDirection, and partially added diagonal support back to commands. (Other minor changes to WorldEdit-Sponge and FAVS) 2019-02-02 08:43:57 -05:00
e53535319d Plenty of changes to core block behavior to become more compatible with upstream WorldEdit (still more to be done!) 2019-01-31 10:08:58 -05:00
f74381b93f Merge remote-tracking branch 'refs/remotes/isfawe/new-vector-system' into new-vector-system 2019-01-13 02:00:14 -05:00
628c9cc0b7 Make BaseBlock more memory efficient, and make it clear in the API that it's not intended to be used for every single block. 2019-01-10 09:54:21 -05:00
4d6045813c Move vectors to static creators, for caching 2019-01-10 07:17:04 -05:00
ab6aed703d Merge current FAWE master (227d6d91) into new-vector-system
Signed-off-by: Byron Marohn <combustible@live.com>
2019-01-09 22:35:26 -08:00
842b1307c7 Current Progress #3 2019-01-09 02:13:44 -05:00
193361ac32 fix //removenear exception for size < 1 2018-12-29 08:47:57 +01:00
d4157b7e0e Current progress with update 2018-12-23 11:19:33 -05:00
c0fa1602ad Restore the formatting of many things to upstream WorldEdit - no code changes
This patch touches many files but changes absolutely no functionality.
The goal here is to make future merges with worldedit produce fewer
conflicts that have to be resolved.

This patch was made by painstakingly diff'ing files and copying changes
over from the last upstream merge commit (02c6f11b) into this codebase.

Signed-off-by: Byron Marohn <combustible@live.com>
2018-12-20 11:33:56 -08:00
a7c6d5e987 schem list validation 2018-10-17 23:57:36 +11:00
f65887c957 Some ammendments to PR boy0001/WorldEdit#9 2018-10-17 23:41:38 +11:00
c04f99a720 #1158 2018-10-16 02:27:10 +11:00
7cf7c0712f fix fixwater/lava + tile paste 2018-10-13 19:50:13 +11:00
888cbcedee tweak undo message 2018-10-13 15:21:39 +11:00
1a12c065a1 Various minor fixes
Fix drain
Fix some messages lacking prefix
Fix non persistent brushes
2018-10-13 15:15:38 +11:00
730e50a710 That wasn't supposed to be like that 2018-10-04 20:52:54 +02:00
39ba616ffa heightmapinterface permission
Heightmapinterface permission added as you can download it on any server
2018-10-04 20:42:43 +02:00
4b07928994 Fixing wrong syntax 2018-10-04 20:20:05 +02:00
037714ab76 Possibly fix for searchItem message 2018-10-04 00:29:01 +02:00
5b5336cc83 some fixes
Use sponge schematic format instead of structure block
Fix VS undo running on main thread
Fix missing sections when setting blocks
2018-09-18 12:49:33 +10:00
277ff8f787 Fix command confirmation session 2018-09-08 09:10:36 +10:00
fc949e3efc Fixes #1112 2018-09-08 03:11:56 +10:00
11fe5061cc Fix optional heightmap NPE 2018-09-08 02:06:25 +10:00
39a85d54ea pull changes from boy0001/FastAsyncWorldEdit 2018-09-08 01:31:30 +10:00
6ae0d3f64e Fixes boy0001/FastAsyncWorldEdit#1099 2018-09-08 01:09:31 +10:00
d99765f13f add min/max args 2018-09-07 06:45:19 +10:00
7af1b3dcc8 Add heightmap web util command 2018-09-07 06:40:13 +10:00
82ede1d42b freebuild region restrictions 2018-09-05 05:10:15 +10:00
5f8e2ed4d8 Allow local images for brushes 2018-09-03 07:46:35 +10:00
b24d322d29 Update from sk89q/master 2018-09-03 00:10:38 +10:00
8bfbc55c71 Enable experimental //walls for non-cuboid regions. 2018-08-30 16:42:50 +10:00
c931095736 Little bit of formatting 2018-08-27 17:24:18 +10:00
a61c856adc Allow certain commands to bypass queuing 2018-08-24 19:33:52 +10:00
c3db5c0cf1 Fix persistent brushes 2018-08-24 07:18:14 +10:00
dbd31ea347 Fixes boy0001/FastAsyncWorldedit#1090 2018-08-24 01:22:30 +10:00
9927cde616 JS command perms 2018-08-22 17:13:01 +10:00
8de18566c0 Searchitem use fawe prefix 2018-08-22 03:52:13 +10:00
f161c69a66 Use parse for search item 2018-08-22 03:25:42 +10:00