Commit Graph
100 Commits
Author SHA1 Message Date
Jesse Boyd 0ef97ccf28 fix cfi issues 2019-04-11 00:49:16 +10:00
Jesse Boyd b9cefc1936 wip 1.13 nms 2019-04-11 00:48:18 +10:00
Jesse Boyd e03a43a1ab finish MCAWriter 2019-04-10 22:04:22 +10:00
Jesse Boyd 808d32bc85 make bit mask protected
TODO same for BIT_OFFSET
2019-04-10 22:03:51 +10:00
Jesse Boyd b24ebaf6f2 Delay command setup 2019-04-10 22:03:10 +10:00
Jesse Boyd 31797d4231 WIP on 1.13 CFI 2019-04-10 18:32:21 +10:00
Jesse Boyd 435a8ad6f2 Merge branch 'breaking' of https://github.com/IntellectualSites/FastAsyncWorldEdit-1.13 into breaking 2019-04-10 02:31:31 +10:00
Jesse Boyd d7380781f4 Fix BlockTransformExtent 2019-04-10 02:31:05 +10:00
Jesse Boyd 093542c337 fix compile + use mutable vector for affine transform + fix bstats package 2019-04-07 20:43:59 +10:00
Jesse Boyd 1529c187d2 Merge branch 'breaking' of https://github.com/IntellectualSites/FastAsyncWorldEdit-1.13 into breaking 2019-04-07 17:41:51 +10:00
Jesse Boyd 31ac2b69d1 Fix block rotation 2019-04-07 17:41:26 +10:00
Jesse Boyd c8529b0609 . 2019-04-07 10:52:30 +10:00
Jesse Boyd 6558e549fd Fix smooth brush 2019-04-06 06:52:12 +11:00
Jesse Boyd 39830046bc Fix //none 2019-04-06 06:47:51 +11:00
Jesse Boyd ee797219b4 Fix findFreePos 2019-04-06 06:13:15 +11:00
Jesse Boyd 501992dd20 Fix setPosition 2019-04-06 05:51:18 +11:00
Jesse Boyd 0afae082c2 Remove string switches for BlockType 2019-04-06 03:34:11 +11:00
Jesse Boyd d49c5ebe74 translate a few utility commands 2019-04-06 03:04:27 +11:00
Jesse Boyd 386c8836cd Fix registry 2019-04-06 02:52:27 +11:00
Jesse Boyd 16b01b9de2 Fix pasting nbt 2019-04-06 02:33:17 +11:00
Jesse Boyd 144215c813 Don't construct new BaseBlock 2019-04-06 01:12:57 +11:00
Jesse Boyd 99db2d557a optimize repeating extent pattern 2019-04-06 01:05:48 +11:00
Jesse Boyd 9e2832c273 Use BlockVectorSet 2019-04-06 01:01:05 +11:00
Jesse Boyd f7cdae5e56 Disable undo if fastmode 2019-04-06 00:53:00 +11:00
Jesse Boyd fd735a6f60 Fix property pattern 2019-04-05 19:22:50 +11:00
Jesse Boyd ed83ef1aa7 disable transform test for now 2019-04-05 18:20:27 +11:00
Jesse Boyd 2143b9b5b7 finish block registry 2019-04-05 17:51:42 +11:00
Jesse Boyd be5541b61b revert some changes 2019-04-05 15:48:41 +11:00
Jesse Boyd 94d5d8df8e Merge branch 'master' into breaking 2019-04-05 15:47:04 +11:00
Jesse Boyd 140809c903 Working now 2019-04-05 15:15:10 +11:00
Jesse Boyd 95c819684c Use BiomeType here 2019-04-05 03:17:21 +11:00
Jesse Boyd 33f5322fda WIP merge (i'll finish this later) 2019-04-05 01:24:47 +11:00
Jesse Boyd 1beea3cd22 Some more upstream merge 2019-04-04 21:28:41 +11:00
Jesse Boyd 929ef4313a Link to contributors in splash text 2019-04-04 00:29:44 +11:00
Jesse Boyd 8897109dc4 wip upstream merge 2019-04-04 00:25:16 +11:00
Jesse Boyd 7086eb8b3e continue with merge 2019-04-03 22:28:57 +11:00
Jesse Boyd 8aef06b29e *
haven't done one of these in a while
*continuing with merge in previous commit
2019-04-03 17:00:59 +11:00
Jesse Boyd 4cd8d08134 merge with upstream (broken) 2019-04-03 16:53:58 +11:00
Jesse Boyd f361619037 Merge remote-tracking branch 'upstream/master' into breaking 2019-04-03 16:53:34 +11:00
Jesse Boyd f87e31683e don't use origin as the region bounds 2019-04-02 00:19:32 +11:00
Jesse Boyd c9f1fed282 Fixes #88 2019-04-02 00:08:56 +11:00
Jesse Boyd c820406e8c Fix binding order 2019-04-01 23:55:15 +11:00
Jesse Boyd 64a134a9ee Merge remote-tracking branch 'refs/remotes/origin/master' into new-vector-system
# Conflicts:
#	build.gradle
#	worldedit-core/build.gradle
#	worldedit-core/src/main/java/com/boydti/fawe/util/IncendoPaster.java

#	worldedit-core/src/main/java/com/sk89q/worldedit/command/WorldEditCommands.java

#	worldedit-core/src/main/java/com/sk89q/worldedit/extent/clipboard/io/SpongeSchematicReader.java
2019-04-01 23:50:16 +11:00
Jesse Boyd bf53194650 Again #47 2019-04-01 21:41:44 +11:00
Jesse Boyd ff67f6343f Binding improvements
WIP towards deprecating parsers and unifying the command bindings
Allow registering dynamic bindings
- Supports nesting bindings
2019-04-01 21:35:55 +11:00
Jesse Boyd 6e6a3f9035 Fix plotsquared schematic hook 2019-04-01 21:30:21 +11:00
Jesse Boyd 49e3102779 Fix lazy nbt reading for int/long arrays 2019-04-01 21:29:41 +11:00
Jesse Boyd a636a30e9f Dont try removing player entity 2019-04-01 20:39:49 +11:00
Jesse Boyd 321ba326ed Fixes #47 2019-04-01 20:10:23 +11:00
Jesse Boyd 8afd96f03b Fixes #87 oops 2019-04-01 18:48:14 +11:00
Jesse Boyd 49b2df1f2e remove redundant methods 2019-04-01 05:06:03 +11:00
Jesse Boyd 92a7bd5e44 minor tweak for mutable vectors 2019-04-01 03:09:20 +11:00
Jesse Boyd 2165bb127f Merge branch 'new-vector-system' of https://github.com/IntellectualSites/FastAsyncWorldEdit-1.13 into new-vector-system 2019-03-31 22:36:49 +11:00
Jesse Boyd 7b5230ad08 Fawe shouldn't default to have any dissallowed blocks 2019-03-31 22:36:34 +11:00
Jesse Boyd a7c6d5e987 schem list validation 2018-10-17 23:57:36 +11:00
Jesse Boyd f65887c957 Some ammendments to PR boy0001/WorldEdit#9 2018-10-17 23:41:38 +11:00
Jesse Boyd c04f99a720 #1158 2018-10-16 02:27:10 +11:00
Jesse Boyd 80bd889a0d Revert "use https for maven repo"
This reverts commit 31cb7cae6a.
2018-10-16 02:20:04 +11:00
Jesse Boyd 31cb7cae6a use https for maven repo 2018-10-16 02:04:41 +11:00
Jesse Boyd dfb0c5671b Fixes boy0001/FastAsyncWorldedit#1116 2018-10-14 03:42:23 +11:00
Jesse Boyd 7cf7c0712f fix fixwater/lava + tile paste 2018-10-13 19:50:13 +11:00
Jesse Boyd bc25b76ac0 Fix getLegacyCombined 2018-10-13 19:16:53 +11:00
Jesse Boyd 3414fdd5a0 Fix brush cache Name 2018-10-13 18:55:09 +11:00
Jesse Boyd 888cbcedee tweak undo message 2018-10-13 15:21:39 +11:00
Jesse Boyd 1a12c065a1 Various minor fixes
Fix drain
Fix some messages lacking prefix
Fix non persistent brushes
2018-10-13 15:15:38 +11:00
Jesse Boyd e07ecb73dd Merge branch 'master' of https://github.com/boy0001/WorldEdit 2018-10-03 14:58:34 +10:00
Jesse Boyd dce39e5c69 Fix physics freeze 2018-10-03 14:58:19 +10:00
Jesse Boyd cfbf7dbec0 Update from sk89q/master 2018-09-25 15:35:21 +10:00
Jesse Boyd f07dfbfeff Fix inventory mode + nbt 2018-09-23 17:29:13 +10:00
Jesse Boyd 00ac111e46 Fix height brush 2018-09-23 17:10:56 +10:00
Jesse Boyd e452fc9556 Fix schem load NPE 2018-09-23 15:48:09 +10:00
Jesse Boyd 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
Jesse Boyd 83464013ba Fix oregen 2018-09-14 07:38:29 +10:00
Jesse Boyd 8ed67f66ad Merge boy0001/FastAsyncWorldEdit 2018-09-14 02:42:55 +10:00
Jesse Boyd e3172e08b8 Potentially fix #1113 2018-09-13 02:00:02 +10:00
Jesse Boyd ee9467b5e4 Merge with origin/master 2018-09-12 20:23:34 +10:00
Jesse Boyd c1f9120cee Fixes #1113 2018-09-12 12:26:57 +10:00
Jesse Boyd 277ff8f787 Fix command confirmation session 2018-09-08 09:10:36 +10:00
Jesse Boyd ffa9eace6f Fix /none 2018-09-08 03:17:27 +10:00
Jesse Boyd fc949e3efc Fixes #1112 2018-09-08 03:11:56 +10:00
Jesse Boyd 11fe5061cc Fix optional heightmap NPE 2018-09-08 02:06:25 +10:00
Jesse Boyd 5559e2dec5 Merge remote-tracking branch 'refs/remotes/sk89q/master' 2018-09-08 01:53:04 +10:00
Jesse Boyd 1c8845f23f Fixes #1011 2018-09-08 01:34:29 +10:00
Jesse Boyd 39a85d54ea pull changes from boy0001/FastAsyncWorldEdit 2018-09-08 01:31:30 +10:00
Jesse Boyd 6ae0d3f64e Fixes boy0001/FastAsyncWorldEdit#1099 2018-09-08 01:09:31 +10:00
Jesse Boyd d99765f13f add min/max args 2018-09-07 06:45:19 +10:00
Jesse Boyd 7af1b3dcc8 Add heightmap web util command 2018-09-07 06:40:13 +10:00
Jesse Boyd 594d72d2fe Fix free build restrictions 2018-09-05 07:09:24 +10:00
Jesse Boyd dfb1195242 Break on event cancel 2018-09-05 05:12:02 +10:00
Jesse Boyd 685a3c015f *(part of previous commit) 2018-09-05 05:10:26 +10:00
Jesse Boyd 82ede1d42b freebuild region restrictions 2018-09-05 05:10:15 +10:00
Jesse Boyd 5f8e2ed4d8 Allow local images for brushes 2018-09-03 07:46:35 +10:00
Jesse Boyd b24d322d29 Update from sk89q/master 2018-09-03 00:10:38 +10:00
Jesse Boyd 418cfa6d03 Update towny hook / fix pattern traverser 2018-08-29 01:04:25 +10:00
Jesse Boyd abd886acd7 some hasty refactoring 2018-08-28 02:56:28 +10:00
Jesse Boyd a61c856adc Allow certain commands to bypass queuing 2018-08-24 19:33:52 +10:00
Jesse Boyd c3db5c0cf1 Fix persistent brushes 2018-08-24 07:18:14 +10:00
Jesse Boyd dbd31ea347 Fixes boy0001/FastAsyncWorldedit#1090 2018-08-24 01:22:30 +10:00
Jesse Boyd 963d1192c2 Don't require Selection classifier for region binding 2018-08-23 13:37:03 +10:00
Jesse Boyd f43faae917 Update favs 2018-08-23 06:02:04 +10:00