Commit Graph

631 Commits

Author SHA1 Message Date
7f11b2800d Added an option to switch reorder modes 2018-12-09 16:28:01 +10:00
24800a662a Finish removal of PlayerDirection, and partially added diagonal support back to commands. 2018-11-12 12:38:13 +10:00
2c8b2fe089 Move vectors to static creators, for caching 2018-11-03 23:00:24 -07:00
399e0ad5fa Refactor vector system to be cleaner
- Move Vector, etc. into `.math` package
- Drop many methods that will be auto-promoted anyways, eg. with
`divide(int)` and `divide(double)` the first is now gone.
- Take Block vectors into their own class hierarchy
- Make it clear throughout the API what takes blockvectors
- many more improvements
2018-11-03 23:00:23 -07:00
3b5972b7f2 Flush / unbuffer more tools 2018-10-30 18:06:00 -07:00
275a2fa887 Fixed a few bad javadoc imports 2018-10-24 16:33:04 +10:00
a3f1c71d97 Make EditSession closeable for easy flushing 2018-10-20 19:50:35 -07:00
1fa1ff895b Flush or disable buffers in tools 2018-10-20 19:47:17 -07:00
a7c6d5e987 schem list validation 2018-10-17 23:57:36 +11:00
f65887c957 Some ammendments to PR boy0001/WorldEdit#9 2018-10-17 23:41:38 +11:00
c04f99a720 #1158 2018-10-16 02:27:10 +11:00
dd2fcbac23 Merge pull request #430 from sk89q/feature/chunk-batching-mode
Chunk Batching
2018-10-15 13:50:10 +10:00
7cf7c0712f fix fixwater/lava + tile paste 2018-10-13 19:50:13 +11:00
888cbcedee tweak undo message 2018-10-13 15:21:39 +11:00
1a12c065a1 Various minor fixes
Fix drain
Fix some messages lacking prefix
Fix non persistent brushes
2018-10-13 15:15:38 +11:00
0a149a796f Make distr operation based 2018-10-12 15:28:40 +10:00
7d4906cfe9 Add chunk batching flag, enable by default 2018-10-10 11:38:23 -07:00
730e50a710 That wasn't supposed to be like that 2018-10-04 20:52:54 +02:00
39ba616ffa heightmapinterface permission
Heightmapinterface permission added as you can download it on any server
2018-10-04 20:42:43 +02:00
4b07928994 Fixing wrong syntax 2018-10-04 20:20:05 +02:00
037714ab76 Possibly fix for searchItem message 2018-10-04 00:29:01 +02:00
1a2cd3a948 Fixes WORLDEDIT-3609, Message should say cut when //cut is used. 2018-09-20 17:09:50 +10:00
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
277ff8f787 Fix command confirmation session 2018-09-08 09:10:36 +10:00
fc949e3efc Fixes #1112 2018-09-08 03:11:56 +10:00
11fe5061cc Fix optional heightmap NPE 2018-09-08 02:06:25 +10:00
39a85d54ea pull changes from boy0001/FastAsyncWorldEdit 2018-09-08 01:31:30 +10:00
6ae0d3f64e Fixes boy0001/FastAsyncWorldEdit#1099 2018-09-08 01:09:31 +10:00
d99765f13f add min/max args 2018-09-07 06:45:19 +10:00
7af1b3dcc8 Add heightmap web util command 2018-09-07 06:40:13 +10:00
82ede1d42b freebuild region restrictions 2018-09-05 05:10:15 +10:00
5f8e2ed4d8 Allow local images for brushes 2018-09-03 07:46:35 +10:00
b24d322d29 Update from sk89q/master 2018-09-03 00:10:38 +10:00
8bfbc55c71 Enable experimental //walls for non-cuboid regions. 2018-08-30 16:42:50 +10:00
c931095736 Little bit of formatting 2018-08-27 17:24:18 +10:00
a61c856adc Allow certain commands to bypass queuing 2018-08-24 19:33:52 +10:00
c3db5c0cf1 Fix persistent brushes 2018-08-24 07:18:14 +10:00
dbd31ea347 Fixes boy0001/FastAsyncWorldedit#1090 2018-08-24 01:22:30 +10:00
9927cde616 JS command perms 2018-08-22 17:13:01 +10:00
8de18566c0 Searchitem use fawe prefix 2018-08-22 03:52:13 +10:00
f161c69a66 Use parse for search item 2018-08-22 03:25:42 +10:00
c55353e5b1 Various command (use es6 if java9 + nashorn) 2018-08-22 03:22:37 +10:00
43531a0da0 Use expression for brush radius 2018-08-22 02:58:10 +10:00
69ab1781c6 Replace FuzzyBlockMask with BlockMask, and added BlockTypeMask as a more performant mask for just block types. 2018-08-20 15:57:42 +10:00
eba91cac5f Added a config option to entirely disable server side cui. 2018-08-18 19:42:45 +10:00
20b67db48d Added a command to turn it on/off 2018-08-18 16:34:32 +10:00
ae65708d82 Fix some command parsing issues
Tab complete runs on main thread - that could be an issue
2018-08-17 20:13:33 +10:00
177bfaa930 Rename setCopyEntities to setCopyingEntities 2018-08-17 18:33:37 +10:00
36ede1b27d Fixes boy0001/FastAsyncWorldedit#1078 2018-08-17 18:27:48 +10:00
20feefcab2 Fix schematic load with no specified format 2018-08-17 02:55:41 +10:00