Commit Graph

1924 Commits

Author SHA1 Message Date
144215c813 Don't construct new BaseBlock 2019-04-06 01:12:57 +11:00
99db2d557a optimize repeating extent pattern 2019-04-06 01:05:48 +11:00
9e2832c273 Use BlockVectorSet 2019-04-06 01:01:05 +11:00
f7cdae5e56 Disable undo if fastmode 2019-04-06 00:53:00 +11:00
fd735a6f60 Fix property pattern 2019-04-05 19:22:50 +11:00
ed83ef1aa7 disable transform test for now 2019-04-05 18:20:27 +11:00
2143b9b5b7 finish block registry 2019-04-05 17:51:42 +11:00
be5541b61b revert some changes 2019-04-05 15:48:41 +11:00
94d5d8df8e Merge branch 'master' into breaking 2019-04-05 15:47:04 +11:00
140809c903 Working now 2019-04-05 15:15:10 +11:00
8ab6585815 Patch new cmds system into old system 2019-04-04 16:16:04 -07:00
1966e5a8a2 Initial Piston conversion test. Non-functional. 2019-04-04 15:50:45 -07:00
33f5322fda WIP merge (i'll finish this later) 2019-04-05 01:24:47 +11:00
4de5487c51 Change Vector hash codes (#456)
And add additional unit vectors where needed.
2019-04-04 08:36:19 -04:00
1beea3cd22 Some more upstream merge 2019-04-04 21:28:41 +11:00
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
3d2054aa0a WorldEdit accepts a pattern for these commands
update the message to reflect that.
2019-04-03 19:39:12 -04:00
8897109dc4 wip upstream merge 2019-04-04 00:25:16 +11:00
7086eb8b3e continue with merge 2019-04-03 22:28:57 +11:00
8aef06b29e *
haven't done one of these in a while
*continuing with merge in previous commit
2019-04-03 17:00:59 +11:00
4cd8d08134 merge with upstream (broken) 2019-04-03 16:53:58 +11:00
f361619037 Merge remote-tracking branch 'upstream/master' into breaking 2019-04-03 16:53:34 +11:00
9fbcbc7cea <pattern> not <block>
As there are actual commands that will only accept blocks
2019-04-03 15:40:31 +11:00
2407f9246f How did it compile locally? 2019-04-03 00:21:42 -04:00
122236f6c7 Too lazy to write a commit message 2019-04-02 23:36:32 -04:00
29692f3fbe Migrate to SLF4J 2019-04-02 18:21:02 -04:00
47e66913e3 Selective upstream merge 2019-04-02 16:26:51 -04:00
4af43eb84c WeatherTypes now matches upstream 2019-04-02 15:43:40 -04:00
6ccd0eb58e Fixed deleted code due to IDE glitch 2019-04-02 15:22:54 -04:00
1a19bc457f Added Nullable to BlockTypes 2019-04-02 15:03:59 -04:00
3419bb6f30 Fixed stats issue. 2019-04-01 22:09:59 -04:00
86ce762982 Minor performance tweaks and cleaning of metrics
Why were metrics so messed up in the first place?
2019-04-01 20:42:10 -04:00
f87e31683e don't use origin as the region bounds 2019-04-02 00:19:32 +11:00
c9f1fed282 Fixes #88 2019-04-02 00:08:56 +11:00
c820406e8c Fix binding order 2019-04-01 23:55:15 +11:00
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
bf53194650 Again #47 2019-04-01 21:41:44 +11:00
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
6e6a3f9035 Fix plotsquared schematic hook 2019-04-01 21:30:21 +11:00
49e3102779 Fix lazy nbt reading for int/long arrays 2019-04-01 21:29:41 +11:00
8afd96f03b Fixes #87 oops 2019-04-01 18:48:14 +11:00
603df92f79 Merge pull request #34 from Cygaan/master
Fix copying entities
2019-04-01 13:42:59 +11:00
a44c38c170 Merge pull request #40 from Combustible/sponge_schematic_tweak
Fix sponge schematics not correctly setting dimensions if there are no entities
2019-04-01 13:42:47 +11:00
49b2df1f2e remove redundant methods 2019-04-01 05:06:03 +11:00
92a7bd5e44 minor tweak for mutable vectors 2019-04-01 03:09:20 +11:00
7b5230ad08 Fawe shouldn't default to have any dissallowed blocks 2019-03-31 22:36:34 +11:00
a80420d14b Add biome storage to BlockArrayClipboard. 2019-03-30 00:42:28 -04:00
4e66b9a336 Revert 6b3426e1.
Empty base blocks are always immutable. Fuzzy states don't have NBT.
2019-03-30 00:41:47 -04:00
42d0d6e79a Use getTag instead of requireTag in a few places. 2019-03-29 23:44:18 -04:00
7ae8d567f3 Cleaned a class 2019-03-28 20:41:16 -04:00