Kenzie Togami
|
777b132a04
|
Catch small edge-case in parser
|
2019-10-27 12:58:32 -07:00 |
|
Kenzie Togami
|
ae71c2a51b
|
Clean up formatting on ANTLR grammar
|
2019-10-26 16:51:13 -07:00 |
|
Kenzie Togami
|
fa42e40281
|
Limit expression thread count to processor count.
|
2019-10-26 16:44:23 -07:00 |
|
Kenzie Togami
|
b0528f157a
|
Improve timeout tracking for expressions
|
2019-10-26 16:18:59 -07:00 |
|
Jesse Boyd
|
8356004ec9
|
chunk sending / cfi
|
2019-10-26 14:21:49 +01:00 |
|
MattBDev
|
678a99667d
|
Replaced an empty for loop with a while loop for better readability.
|
2019-10-25 13:40:56 -04:00 |
|
MattBDev
|
d20b8ddb2a
|
Fixed/Removed some wrong JavaDocs
|
2019-10-25 13:40:13 -04:00 |
|
MattBDev
|
ca843f1b90
|
Minor changes for readability
|
2019-10-23 22:34:44 -04:00 |
|
MattBDev
|
1b28dcda40
|
Minor changes to match upstream more closely
|
2019-10-23 14:29:37 -04:00 |
|
MattBDev
|
c050132737
|
Merge branch 'commanding-pipeline' of https://github.com/IntellectualSites/FastAsyncWorldEdit-1.13 into commanding-pipeline
Conflicts:
worldedit-core/src/main/java/com/sk89q/worldedit/command/SchematicCommands.java
|
2019-10-23 13:40:45 -04:00 |
|
MattBDev
|
fd408c64ed
|
Selective merge of commanding branch.
|
2019-10-23 12:58:36 -04:00 |
|
Jesse Boyd
|
938dde68b2
|
Don't force load
didn't realize this loads the chunk, I just need to delay unloading until the operation is complete
|
2019-10-23 16:44:36 +01:00 |
|
Jesse Boyd
|
a8df8a805f
|
Update CFICommands.java
|
2019-10-23 15:58:18 +01:00 |
|
Jesse Boyd
|
e32bc6db4a
|
Use enum type for scoll actions
|
2019-10-23 15:44:13 +01:00 |
|
Jesse Boyd
|
8768085479
|
schem list is still broken
clickEvent and hoverEvent don't seem to work, I'm probably doing something wrong
|
2019-10-23 15:35:04 +01:00 |
|
Jesse Boyd
|
d904270a3d
|
Update CommandUtil.java
|
2019-10-23 05:31:26 +01:00 |
|
Jesse Boyd
|
2080e9786b
|
commanding-pipeline diff
|
2019-10-23 05:23:52 +01:00 |
|
Kenzie Togami
|
91a78f725a
|
Some shading fixes
|
2019-10-19 00:48:49 -07:00 |
|
Kenzie Togami
|
a273e55e7a
|
Fix gradle build
|
2019-10-18 22:39:52 -07:00 |
|
Kenzie Togami
|
1ba02c54b7
|
Completely rewrite the expression parser in ANTLR.
|
2019-10-18 22:27:31 -07:00 |
|
Kenzie Togami
|
9f1e7cdaaf
|
Small modifications for better visitors
|
2019-10-13 02:20:10 -07:00 |
|
Kenzie Togami
|
7d52374fc0
|
Add initial ANTLR setup + lex/parser
|
2019-10-13 02:02:47 -07:00 |
|
Kenzie Togami
|
21f3d967c3
|
Merge pull request #525 from MattBDev/patch-1
Fixed snapshot typo
|
2019-10-11 12:33:58 -07:00 |
|
Matt
|
ffbb25f1ea
|
Fixed snapshot typo
|
2019-10-11 13:42:07 -04:00 |
|
MattBDev
|
fb91456bdd
|
Some changes to make the diff between 1.14-snapshot and commanding branch smaller.
|
2019-10-11 10:34:56 -04:00 |
|
MattBDev
|
0d794c1004
|
Minor annotation change.
|
2019-10-10 20:30:51 -04:00 |
|
MattBDev
|
c9aa6816df
|
Limit shouldn't ever be null.
|
2019-10-09 23:01:51 -04:00 |
|
MattBDev
|
7d60053aaf
|
Fixed the mixup of backslash and forward slash
|
2019-10-09 21:51:37 -04:00 |
|
MattBDev
|
f5ded1e50b
|
New command fix attempt
|
2019-10-09 21:43:14 -04:00 |
|
MattBDev
|
e0895ef042
|
New command fix attempt
|
2019-10-09 21:05:47 -04:00 |
|
MattBDev
|
c928564b59
|
Delete "in"
|
2019-10-09 20:47:23 -04:00 |
|
MattBDev
|
ccd8f2c2a9
|
Attempt to fix command execution.
|
2019-10-09 20:43:28 -04:00 |
|
MattBDev
|
183d733825
|
Add a check to prevent PlotSquared Features from trying to load.
|
2019-10-09 16:28:33 -04:00 |
|
MattBDev
|
da3019ae3d
|
More compile fixes and upstream mergesa
|
2019-10-09 16:15:26 -04:00 |
|
MattBDev
|
67b3fa054a
|
Allow Actors to use generation commands
|
2019-10-07 15:23:40 -04:00 |
|
MattBDev
|
11d30d2f94
|
Disabled FAWE commands until the plugin can actually set a block again
|
2019-10-07 15:09:52 -04:00 |
|
MattBDev
|
7ac29d6173
|
Merge remote-tracking branch 'origin/commanding' into commanding
|
2019-10-07 12:58:10 -04:00 |
|
Kenzie Togami
|
0767f56711
|
Update to Piston 0.5.2 + Doctools/Deprecation improvements (#523)
* Update to Piston 0.5.2
* [Doctools] Fix output, be verbose about deprecations
* Improve deprecation system, doctools output
(cherry picked from commit 03c0cce53e )
|
2019-10-07 12:57:47 -04:00 |
|
MattBDev
|
3431bd0644
|
Remove old plugin support and migrate to Piston (non-FAWE)
|
2019-10-07 12:27:18 -04:00 |
|
MattBDev
|
78872719f3
|
Remove old Plugin compat.
|
2019-10-07 12:26:29 -04:00 |
|
Kenzie Togami
|
03c0cce53e
|
Update to Piston 0.5.2 + Doctools/Deprecation improvements (#523)
* Update to Piston 0.5.2
* [Doctools] Fix output, be verbose about deprecations
* Improve deprecation system, doctools output
|
2019-10-05 19:06:18 +10:00 |
|
MattBDev
|
a8511d4a63
|
Merge remote-tracking branch 'origin/commanding' into commanding
|
2019-10-03 20:37:27 -04:00 |
|
MattBDev
|
51a5c22677
|
I hope these are the last few errors
|
2019-10-03 20:37:19 -04:00 |
|
MattBDev
|
3ed9bdc7c9
|
I hope these are the last few errors
|
2019-10-03 20:27:19 -04:00 |
|
MattBDev
|
f963e63f58
|
Attempt to fix compiling
|
2019-10-03 19:35:55 -04:00 |
|
Kenzie Togami
|
d8d25fbff1
|
Merge pull request #517 from EngineHub/feature/watchdog-ticking
Tick the watchdog on world actions
|
2019-09-30 15:39:31 -07:00 |
|
wizjany
|
91f92a46fe
|
Apply watchdog mode to undo/redo. Abstract EditSession creation logic.
|
2019-09-30 18:28:13 -04:00 |
|
Kenzie Togami
|
3093c45675
|
Restore mixin generic
|
2019-09-30 14:59:51 -07:00 |
|
Kenzie Togami
|
a273e27eda
|
Properly use mixins to implement Watchdog
|
2019-09-30 14:58:11 -07:00 |
|
wizjany
|
da0ef12239
|
Add Bukkit watchdog implementation.
|
2019-09-30 16:47:24 -04:00 |
|