198427dc3d
fix more compile errors
2019-07-29 21:05:31 -04:00
7967ef4db4
ff586011
2019-07-30 07:39:18 +10:00
7f51791d6c
Merge remote-tracking branch 'remotes/origin/commanding' into commanding
...
# Conflicts:
# worldedit-core/src/main/java/com/sk89q/worldedit/command/ChunkCommands.java
# worldedit-core/src/main/java/com/sk89q/worldedit/command/UtilityCommands.java
2019-07-29 10:58:41 -04:00
ca54f8c371
Work on CLI and I forget what else
2019-07-29 10:57:28 -04:00
6631b6bdf0
Make BlockStateHolder extend Pattern.
...
Removes the need for wrapping them in BlockPattern.
2019-07-28 18:20:00 -04:00
02d5f3e8d5
Update PlatformManager.java
2019-07-29 05:27:50 +10:00
3a5170a0e8
Potenially fix quoted string completion
2019-07-27 18:12:18 -07:00
d134820bcb
Merge branch 'master' into fix/quoted
2019-07-27 17:41:44 -07:00
7963b2c92f
Removed commands.yml
...
I also did a few renames as well as a command registration fix.
2019-07-26 19:23:24 -04:00
3a3efb8117
Updated a class, minor command tweaks, and formatting
2019-07-25 14:58:59 -04:00
ff5860113d
It started on work with commands then I got carried away.
2019-07-25 14:44:10 -04:00
78488d9b76
Merge pull request #495 from EngineHub/hotfix/nav
...
Pass through wall improvements
2019-07-23 22:17:15 -04:00
4ee2d3b47c
Move isAllowedToFly and setFlying to AbstractPlayer, protect them.
2019-07-23 22:16:26 -04:00
2cc6a367c6
Move floatAt logic to AbstractPlayer, add isAllowedToFly and setFlying.
2019-07-23 22:16:26 -04:00
8545417b3a
Fix error in /up when used out of bounds.
...
Also reduce calls to Entity#getLocation() all over since it's
more expensive than it needs to be (adapts world/vector every time).
2019-07-23 22:16:26 -04:00
917f8a1842
Pass through wall improvements
...
This change simplifies the algorithm greatly.
Additionally, this fixes a bug where if standing in a non-solid block
i.e. a glass pane, //thru, and the nav wand would not work.
2019-07-23 12:53:10 -04:00
478c330c1e
Merge branch 'commanding' of https://github.com/IntellectualSites/FastAsyncWorldEdit-1.13 into commanding
...
# Conflicts:
# worldedit-core/src/main/java/com/boydti/fawe/command/CFICommands.java
# worldedit-core/src/main/java/com/boydti/fawe/object/extent/NullExtent.java
2019-07-22 22:26:00 -04:00
b230999ca0
Mainly formatting and some work on schematic commands
2019-07-22 22:22:32 -04:00
c05d425f64
couple more compilation issues
2019-07-23 06:58:18 +10:00
46f5b12b36
Convert tabs to whitespace.
2019-07-22 16:42:40 -04:00
283351fea5
fix conflicts
2019-07-22 16:39:43 +10:00
07283af614
some bindings
2019-07-22 16:02:51 +10:00
9c3122a227
More work on getting commands to compile
2019-07-21 22:49:08 -04:00
f5c202af6d
BrushCommands
2019-07-21 21:39:36 +10:00
85ebee7da7
brush settings
2019-07-20 01:29:49 +10:00
f500b5e056
CommandContext + Confirmation
...
Use InjectedValueAccess instead
Fix command confirmation
2019-07-19 06:03:27 +10:00
81298bf555
add command queuing
2019-07-19 03:10:04 +10:00
6e13b44f84
resolve issues with 2e67425d8131a2b1eb7ff752335bccf371801b8b
2019-07-18 20:12:23 +10:00
dd38cbe750
.
2019-07-18 04:30:02 +10:00
ff94a1e5ed
8108d0a9
2019-07-18 04:24:21 +10:00
905fbf5a0b
8108d0a9
2019-07-18 02:31:13 +10:00
08dead5a86
cleanup build script
2019-07-17 19:43:14 +10:00
8108d0a936
Major command changes that don't work yet.
2019-07-16 23:44:34 -04:00
cf0c735cf3
Merge branch 'breaking' into breaking-114
2019-07-11 08:08:55 +10:00
cafd4bfece
use Locale.ROOT for uppercase as well
2019-07-10 22:26:31 +10:00
f99d6e7478
wip on 1.14
2019-07-09 17:18:51 +10:00
96e2b6c5af
First attempt at fixing quoted string oddities.
2019-07-04 22:01:55 -04:00
a2b3aabbbf
Typo fixes and command clarifications/cleanup.
...
Also re-disable the gradle daemon. It doesn't always play nice with
ForgeGradle and hogs ram.
2019-07-04 19:28:42 -04:00
ffc2092d93
toggles and timeouts
2019-06-30 14:56:32 -04:00
9cbf8178ea
Fix setting player heads with owner name.
2019-06-29 11:11:22 -04:00
c0f2557f15
Make the selection wand and navigation wand normal tools. ( #493 )
...
This means users can bind and unbind them to any item, like other tools.
By default, the items in config will be automatically bound. After
setting a different item via `//selwand` or `//navwand`, that item will
subsequently be used for that user.
Also add -n to //wand to get a navwand.
Also various other tool-related cleanup.
2019-06-28 15:45:16 -04:00
a2efdbc488
a1c15e1c39
2019-06-29 03:10:47 +10:00
d9906c9026
229182aa63
2019-06-29 01:19:58 +10:00
3a4354268c
Attempt to fix null command issues.
2019-06-26 20:18:21 -04:00
d0a31691e1
Small changes
2019-06-26 20:14:00 -04:00
a69b239848
Upstream
2019-06-25 13:07:47 -04:00
a1c15e1c39
Many upstream changes. Should be non-breaking
2019-06-25 09:00:44 -04:00
79910c57d7
Add 1.14 blocks, items, entities, and tags. ( #490 )
...
Should remain backwards compatible with 1.13. Removed blocks/items will
be forwarded to the "replacement" block/item. (e.g. BlockTypes.SIGN will
find OAK_SIGN on 1.14.)
2019-06-24 23:15:07 -04:00
0313320816
As Jesse would say... *
2019-06-20 20:05:18 -04:00
1f14d4652e
Upstream changes, prefix changes, formatting changes, variable name changes
...
I think that draining waterlogged items also works now?
2019-06-12 17:13:53 -04:00