Commit Graph

6575 Commits

Author SHA1 Message Date
6fb202443b Clean up RandomCollection architecture 2020-08-15 13:18:14 +02:00
bb05bd24d9 Implement more noise patterns 2020-08-15 13:17:44 +02:00
b7e9547cd5 Fixed NullPointerException in Spline and Sweep brush 2020-08-14 19:04:11 -07:00
4041b2aa1d Updated Math package with upstream and formatted code 2020-08-14 20:49:59 -04:00
69e547688b Updated WNA package with upstream 2020-08-14 20:25:21 -04:00
0a07599abf Update build files and NOTICE.txt 2020-08-14 15:29:15 -04:00
34279fdb46 Added checkstyle.xml 2020-08-14 15:05:20 -04:00
bbff5c60b2 Fix metrics 2020-08-14 15:04:06 -04:00
cfb1510503 Fix compile 2020-08-14 14:41:49 -04:00
2562010589 Update dead repo 2020-08-14 14:41:48 -04:00
dcdb42eadb Fix NPE on AbstractRegion#equals 2020-08-06 23:53:24 +02:00
b582d3f70d fix compile error 2020-08-03 17:43:36 +02:00
1097ac7889 remove entity properly 2020-08-03 17:35:53 +02:00
9b95343601 keep original constructor to not break plugin that use the api 2020-08-03 17:34:06 +02:00
629a237fb5 set forge uuid values 2020-08-03 17:27:08 +02:00
3b7f7237b8 Improve debugpaste declaration 2020-08-01 23:30:48 +02:00
7704ec5cd4 Fix paste service interacting with EH's paste service
We need to differ here between our own and EH or we break pastes from WorldGuard or any other EH software.
2020-08-01 13:52:54 +02:00
b01e1be21b Add more information to the debugpaste 2020-07-31 20:16:01 +02:00
bf09d6922c fix //move -e 2020-07-30 14:19:04 +02:00
3c70cdc9fd more cleanup 2020-07-29 22:47:47 +02:00
ae95ad8fe7 cleanup 2020-07-29 22:45:55 +02:00
ae23794b43 fix //cut -e 2020-07-29 22:43:52 +02:00
26110d336b cleanup 2020-07-27 23:54:41 +02:00
24fbd21ff1 added missing entity functions; all or nothing; and nothing did not work 2020-07-27 23:51:26 +02:00
84d2c8f2ce fix redo exception; fix positioning of entities in redo 2020-07-26 19:52:03 +02:00
51cdd66c62 fix imports 2020-07-26 19:08:35 +02:00
f24ad69f8f fix entity paste location offsets 2020-07-26 19:05:32 +02:00
b411ea9af4 Merge branch '1.16' of https://github.com/IntellectualSites/FastAsyncWorldEdit into fixEntities 2020-07-26 19:03:46 +02:00
a38c82304a fix rotation of entities in clipboard 2020-07-26 18:26:21 +02:00
950f343339 fix entity undo; amend constants 2020-07-26 15:54:02 +02:00
50971ee311 fix entity undo 2020-07-26 15:52:51 +02:00
72269e08e6 Force sync teleports with trySetPosition
Fixes #542
2020-07-24 20:29:08 +01:00
d3ff4131a3 Fix incorrect light array reference.
Possibly fixes #531 and #535
2020-07-24 20:21:05 +01:00
28837c7106 Fix P2 clear area 2020-07-24 11:42:33 +01:00
3564059a96 Update gradle.yml 2020-07-21 20:29:57 +02:00
99745b8e59 Fix piston breaking 2020-07-15 13:05:55 -04:00
db3718e092 Merge remote-tracking branch 'origin/1.16' into 1.16 2020-07-14 19:18:06 -04:00
eb74c7307c Fix blob brush doing weird things due to mutable vectors 2020-07-14 21:32:16 +02:00
3bc692ff11 Part 1 of upstream merge and format 2020-07-13 22:50:59 -04:00
79771e83e0 Update checkstyle to match upstream. 2020-07-13 15:03:21 -04:00
204de7eab5 Add new annotations from upstream 2020-07-13 15:02:35 -04:00
1e80c0429a Merge remote-tracking branch 'origin/1.16' into 1.16 2020-07-13 13:09:55 -04:00
2a493ac9c6 Update trySetPosition 2020-07-13 13:09:03 -04:00
da96365504 Updating a few links 2020-07-13 13:13:43 +02:00
11e762f07a Add basic angle mask suggestions
Mask suggestions are a bit broken in general so this doesn't change much
2020-07-13 11:15:01 +02:00
7198c03cd3 Reimplement angle mask parsing 2020-07-13 02:25:30 +02:00
8e33ff9549 Make mask parsing actually working 2020-07-13 02:18:05 +02:00
eb9ed098bb use z not x 2020-07-11 12:41:33 +01:00
ef58cf567b Clean up P2 v5 hook a little.
Should be a good step at removing any OOBs and incorrect-height-sets
2020-07-11 12:39:27 +01:00
4c299bc0b8 Replace setPosition with trySetPosition (#1403)
Allows cancellation information to be fed back into the ascend/descend
algorithms.

(cherry picked from commit 71e104bcb187a5313e88dda5df79059c8ffbc1fe)
2020-07-10 13:22:48 -04:00