Commit Graph

3690 Commits

Author SHA1 Message Date
Octavia Togami
e320833961 Use /tool in /toggleeditwand description 2020-10-17 14:00:10 -07:00
Matthew Miller
411ebcc00f Back to SNAPSHOT for continued development 2020-10-10 17:12:16 +10:00
Matthew Miller
81f978ec17 Release 7.2.0-rc-01 2020-10-10 16:53:24 +10:00
Matthew Miller
28bdf7ff92
Add ^x,y,z relative offset support to the offset parser (#1545)
* Add ^x,y,z relative offset support to the offset parser

* Wrap in a try-catch
2020-10-10 15:49:13 +10:00
Octavia Togami
6073f6564d
Fix license/checkstyle 2020-10-09 12:11:58 -07:00
Octavia Togami
c2d818245e
Only use POSIX perms if supported 2020-10-09 12:01:04 -07:00
Octavia Togami
bc64990e7e
Move to packaged translations (#1555)
* Move to packaged translations

* License that file

* Fix some checkstyle too

* Support reloading translation files

* Add missing dash for unpack directory

* Mark unpacked zips as owner-only
2020-10-08 17:42:23 -07:00
Lewis B
beb784e0ff
Add -w flag to butcher for water mobs (#1548)
* Add -w flag to butcher for water mobs

* PR feedback
2020-10-05 13:50:20 +10:00
Lewis B
6925d3715a
Make block positions copy on click for //size (#1546)
* Make block positions copy on click for //size

* PR feedback
2020-10-04 16:08:21 +10:00
Albert Pham
2b868ce0c1 Mention best way to reduce test time. 2020-10-03 00:02:30 -07:00
Albert Pham
f251e8aec1 Add details about an IDE. 2020-10-02 23:58:05 -07:00
Albert Pham
222698040c Update README with steps to get it running for dev. 2020-10-02 23:36:09 -07:00
Octavia Togami
83a9fd8f98
Fix another small error in c-dist 2020-10-02 01:53:14 -07:00
Octavia Togami
b60b1447d5
Fix script bug for c-dist 2020-10-02 01:47:00 -07:00
Octavia Togami
e947d2fca6
Update c-dist version 2020-10-02 01:43:48 -07:00
Matthew Miller
26d8306833
Fixed snow being placed through slabs (#1541)
* Added a method to check whether a block can be placed at a location

* Make the snow system only place at locations that it can by game logic

* Make canPlaceAt a default method

* Fixed PR comments

* Use a World field

* Just throw directly

* IAE makes more sense

* Remove unused import

* Check for editsession without a world
2020-10-02 16:53:05 +10:00
Octavia Togami
3e052e91e3
Fix exec perms on c-dist.sh 2020-10-01 22:12:18 -07:00
Octavia Togami
787d08942f
Only run c-dist on change 2020-10-01 21:40:55 -07:00
Octavia Togami
be22960bc8
Add crowdin-distributor script for lang files 2020-10-01 21:19:29 -07:00
Matthew Miller
ec306ccaf1
Create an asset system, and add an image brush that uses it (#1514)
* Asset/Image brush management

* Create a beta assets system and make it a heightmap brush

Co-authored-by: KennyTV <jahnke.nassim@gmail.com>
2020-10-02 10:29:07 +10:00
Octavia Togami
8377a6bdac
Lower-case registry arguments in converter
Fixes #1542
2020-09-29 17:37:56 -07:00
Matthew Miller
a1313a0edd
Allow stacking by block units with //stack (#1539)
* Allow stacking by block units with //stack

* Delegate out the old method

* Use CuboidRegion as the type of the new region

* Fixed up PR notes

* Add docs

* No indent

* Formatting

* Use the bounding box rather than limiting it

* Don't limit to cuboid

* Make the old one use the block unit method

* Update the selection movement too

* Fixed affected being missed

* Use an assertion erorr
2020-09-29 19:38:26 +10:00
wizjany
25957c4498 Check limit == -1 in the copy/cut code.
Fixes #1540.
2020-09-27 13:30:52 -04:00
Matthew Miller
fd8dbdd7b7
Use block change limit for //copy and //cut (#1536)
* Use block change limit for //copy

* Use a cuboid region for accuracy

* Add a bounding box method to Region and use that

* Update worldedit-core/src/main/java/com/sk89q/worldedit/regions/Region.java

Co-authored-by: Octavia Togami <octavia.togami@gmail.com>

Co-authored-by: Octavia Togami <octavia.togami@gmail.com>
2020-09-27 15:40:50 +10:00
Matthew Miller
a095b284c8 Update the CraftScript README and SUBMITTING files 2020-09-26 13:08:04 +10:00
Matthew Miller
eca310cf8f
Deprecate the non-Pattern methods in EditSession and fix a recursion loop (#1535) 2020-09-21 20:50:20 +10:00
Octavia Togami
204ef7a708 Fix variable argument functions in expressions
Fixes #1531
2020-09-19 19:18:39 -07:00
Octavia Togami
3094e7a6fc Store a set of offsets, not a list 2020-09-19 18:03:37 -07:00
Octavia Togami
534e7d3e40 Add a builder for OffsetsMask(2D) 2020-09-19 18:03:37 -07:00
Matthew Miller
46bcbe46bc Added an OffsetsMask, with a parser for an Exposed/Surface mask 2020-09-19 18:03:37 -07:00
Matthew Miller
d47f59e051 Removed redundant calculation in schematic commands 2020-09-19 19:43:39 +10:00
Matthew Miller
2056218b4a
Remove data versions from the Bukkit adapters (#1507)
* Remove data versions from the Bukkit adapters

* Don't allow saving schematics without an adapter in place on Bukkit.

* Removed confusing line
2020-09-19 18:00:43 +10:00
Matthew Miller
deb5e44064 Back to SNAPSHOT for continued development 2020-09-18 22:26:11 +10:00
Matthew Miller
20b3da4121 Release 7.2.0 Beta 5 2020-09-18 22:14:37 +10:00
Octavia Togami
e575ffef2c
Move connections to neighbors update 2020-09-17 19:20:53 -07:00
Matthew Miller
ea1a512259 Fixed broken javadoc in RegenOptions 2020-09-14 17:32:52 +10:00
wizjany
e0b8b4856d Fix //chunk text and clarify the y-index in the help text.
Closes #1447.
2020-09-13 21:24:40 -04:00
wizjany
beca3a707d Workaround for snapshot files with not-to-spec slashes. 2020-09-11 21:12:12 -04:00
Octavia Togami
8e53aa0891
[Fabric, Forge] Update build files for 1.16.3
No actual changes, beta 4 is functional, but this was to ensure it
compiled.
2020-09-10 16:15:48 -07:00
wizjany
1cba5c38f5 Update adapters for 1.16.3. 2020-09-10 18:28:33 -04:00
Octavia Togami
15467e9453
Add one to max point to match our regions better
Fixes #1522.
2020-09-07 11:11:05 -07:00
Octavia Togami
493bc2d1e1
Reject empty split array in block parser
Fixes #1521.
2020-09-07 11:09:26 -07:00
Octavia Togami
e15d7993ad
Improve requireTag exception messages
Closes #1519
2020-09-06 11:50:08 -07:00
Matthew Miller
65fbe09c35
Fixed undo/redo not working from console/commandblock (#1518) 2020-09-06 12:56:06 +10:00
Octavia Togami
0cb1eea55b Remove Y limits if a region has no world 2020-09-04 10:09:29 -07:00
Matthew Miller
84fa2bbbc6
Add a #air mask, the opposite of #existing (#1511) 2020-09-03 17:14:09 +10:00
Octavia Togami
3996998c5f Deprecate BlockQuirkExtent, handle lower down
Ice is no longer turning into water since before 1.7.10, so that part has been
removed entirely.
2020-08-28 20:57:10 -07:00
Matthew Miller
1a6fe32da6
Fixed non-Exception throwables being ignored in async tasks, and added a timed message (#1503)
* Fixed throwables being ignored and show a message while waiting for long running tasks

* Fixed checkstyle issue

* Use a better system that's more versatile

* Require a delay message for delayed repeating messages

* Few changes for PR review

* Changes based on feedback

* Fixed weird missed diffs

* Rename fields

* 😟😟😟😟

* 😠
2020-08-29 13:31:51 +10:00
Octavia Togami
7f82a7d666
Fix issue introduced by 4123eddff
lastValue may be null at this point, old is not
2020-08-28 18:10:08 -07:00
Matthew Miller
232ced85c0
Tick watchdog on get* calls (#1504) 2020-08-25 22:50:18 +10:00