Jesse Boyd
2e1b7676eb
Just use instanceof
2019-04-11 02:17:45 +10:00
Jesse Boyd
f0d646a9a1
remove getSimpleName from FawePlayer
2019-04-11 02:11:14 +10:00
Jesse Boyd
c519c5ec38
some anvil fixes
2019-04-11 02:07:57 +10:00
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
dordsor21
e21614caf8
Fix build number not showing in jar
2019-04-09 16:03:39 +01:00
Mgazul
652f27c853
Fix fixLiquid
2019-04-09 11:29:43 +08: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
wizjany
ec0422d682
Avoid atan2 in Location cinit.
...
@kashike
2019-04-06 21:26:52 -04:00
Jesse Boyd
c8529b0609
.
2019-04-07 10:52:30 +10:00
NotMyFault
ee630b9236
Fixes #106
2019-04-07 01:38:25 +02:00
NotMyFault
ed9ae5a6ab
Update BBC.java
2019-04-07 01:26:34 +02:00
NotMyFault
ab3394c35e
Add prefixes and make FAWE more translatable
2019-04-07 01:13:23 +02:00
wizjany
dcfb769d96
Fix TrueZip region stores.
...
I think. Someone tell me if this breaks their setup with truezip, but
it works for me now and didn't before. I'm assuming people using .zip
just used the normal zip store anyway.
2019-04-06 13:22:20 -04: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
wizjany
fa8139f4b3
Transfer Request to evaluation thread for Expressions.
2019-04-05 14:46:56 -04: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
Kenzie Togami
8ab6585815
Patch new cmds system into old system
2019-04-04 16:16:04 -07:00
Kenzie Togami
1966e5a8a2
Initial Piston conversion test. Non-functional.
2019-04-04 15:50:45 -07: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
4de5487c51
Change Vector hash codes ( #456 )
...
And add additional unit vectors where needed.
2019-04-04 08:36:19 -04:00
Jesse Boyd
1beea3cd22
Some more upstream merge
2019-04-04 21:28:41 +11:00
Matthew Miller
35bb4deee9
Merge pull request #457 from boy0001/platform-tweak
...
swap order of checks
2019-04-04 10:52:04 +11:00
Jesse Boyd
9ba1121592
swap order of checks
...
since a boolean check is faster than getting inventory item + string
comparison
2019-04-04 10:45:21 +11:00
Jesse Boyd
3d2054aa0a
WorldEdit accepts a pattern for these commands
...
update the message to reflect that.
2019-04-03 19:39:12 -04:00