Commit Graph

4143 Commits

Author SHA1 Message Date
Madeline Miller
63dfebe91d [Forge] 1.20.2 2023-09-27 20:32:26 +10:00
Octavia Togami
b04ab0e267 [Fabric] 1.20.2-rc2, remove many mixins in favor of AW 2023-09-27 20:32:26 +10:00
Madeline Miller
bd29c7416e rc1 2023-09-27 20:32:26 +10:00
Madeline Miller
97f7889907 Initial 1.20.2 support (Fabric) 2023-09-27 20:32:26 +10:00
Jordan
3627002e2b
Fix int overflow when using fillr in negative y-coordinates (#2082) 2023-09-19 21:12:48 +10:00
Joo200
94565356fd
Add worldedit runtime environment to increase yaml alias limit (#2395)
This can be set by -Dworldedit.yaml.aliasLimit=XXX in the startup parameter
2023-09-14 20:07:11 +10:00
Madeline Miller
bba73e558d
Improve support of not entirely compliant legacy schematics 2023-09-14 19:10:16 +10:00
Yeregorix
5b4322e53a
Fix left click on air being ignored and right click on block being handled twice (#2153)
* Fix left click on air being ignored and right click on block being handled twice

* Factorize debouncing and cache event result

* Fix ForgePlatform#server being always null
2023-09-14 19:09:27 +10:00
Maddy Miller
854fa63851
Apply a few micro-optimisations (#2391)
* Apply a few micro-optimisations

* Remove this bit as it alters behaviour

* Review changes
2023-09-03 09:01:26 +00:00
Madeline Miller
3f165638b6
Remove unnecessary version guards in BukkitWorld, as all supported versions have these now 2023-09-03 16:21:34 +10:00
Madeline Miller
6165efb11c
Add YourKit message to readme 2023-09-01 22:07:30 +10:00
Madeline Miller
3b6fbafaf0
Merge branch 'version/7.2.x' 2023-08-24 21:11:34 +10:00
Madeline Miller
18cc29a26f
Update NBT for Spawner to reliably work for initial entity spawn. Fixes https://github.com/EngineHub/WorldEdit/issues/2388 2023-08-24 21:10:18 +10:00
Madeline Miller
f8144e584d
Merge branch 'version/7.2.x' 2023-08-16 17:59:48 +10:00
Madeline Miller
8af61f1c29
Update gradle plugins to attempt to improve build speeds
Appears this issue might be the main underlying cause, https://github.com/PaperMC/paperweight/issues/199, which this doesn't address
2023-08-16 17:56:12 +10:00
Maddy Miller
d623488237
Few fixes for feature brushes (#2371) 2023-08-14 22:26:05 +10:00
Maddy Miller
7f81aad028
Remove the Bukkit legacy data folder migration code from 11 years ago (#2383) 2023-08-10 08:32:37 +10:00
Maddy Miller
ab75fd7748
Shade and relocate jlibnoise (#2363)
* Shade and relocate jlibnoise

* formatting fix
2023-08-06 10:52:26 -07:00
Madeline Miller
d77f2b4662
Update bundled language distribution 2023-07-22 17:01:45 +10:00
Madeline Miller
ff8e5054f5
Merge branch 'version/7.2.x' 2023-07-16 20:11:48 +10:00
Madeline Miller
5d03b1e682
Update test permissible for latest API 2023-07-16 20:10:36 +10:00
Maddy Miller
5b674745f1
Fix legacy block wrappers with new NBT API (#2361) 2023-07-15 18:47:24 +10:00
Madeline Miller
19db609bcc
Minor optimisations to cone command algorithm 2023-07-15 17:27:03 +10:00
Chris Lang
00849939c2
Added cone generation command (#2251)
* Added cone generation command

* Fix formatting problems

---------

Co-authored-by: Madeline Miller <mnmiller1@me.com>
2023-07-15 17:22:45 +10:00
Madeline Miller
ac7e45e246
Merge remote-tracking branch 'origin/version/7.2.x' 2023-07-15 15:33:18 +10:00
TomyLobo
1514661d72
Merge pull request #2360 from EngineHub/improve-error-behaviour
Improve error behaviour of //generate
2023-07-15 00:24:31 +02:00
TomyLobo
cce2111c64
Improve error behaviour of //generate
Now it has the same error behaviour as //deform.
2023-07-14 23:49:39 +02:00
Madeline Miller
682c72e519
Stop double-ungzipping schematic format checks. Fixes #2356 2023-07-11 22:16:25 +10:00
Madeline Miller
6770ada5e1
Merge branch 'version/7.2.x' 2023-07-02 20:55:57 +10:00
Madeline Miller
93e413c613
Fix test compile error due to Spigot mid-version API break 2023-07-02 20:55:16 +10:00
haykam821
b5b29a2962
Add the trim command (#2278)
* Add the trim command

Fixes #1629

* Fix issues from PR review

---------

Co-authored-by: Madeline Miller <mnmiller1@me.com>
2023-06-24 16:36:24 +10:00
Maddy Miller
a3a5b074b0
Add a memoizing mask utility (#2319)
* Add a memoizing mask utility

* add utils to Masks

* license header

* PR feedback
2023-06-24 05:42:45 +00:00
Maddy Miller
61363821b9
Add a BiomeCategories API (#2338)
* Add a BiomeCategories API

* licenses

* Use a supplier to retain the lazy-load & dynamicness of the existing system, but still retaining the inversion of control that this PR was intended to provide
2023-06-24 15:11:31 +10:00
TomyLobo
6494dbc612
Improve ArbitraryShape caching (#2325)
* Improve ArbitraryShape caching

Every point is now only evaluated once.

* Defer cache initialization until it is clear that we need it.

* Defer pattern evaluation until cache miss
2023-06-18 17:34:12 +10:00
Maddy Miller
5b88c3181b
Use registry lookups for Bukkit adapters (#2330)
* Use registry lookups for Bukkit adapters

* Remove a redundant todo now that this targets master
2023-06-18 17:33:15 +10:00
Maddy Miller
faf4d7c16b
Cleanup the paper adapters in the master branch (#2339) 2023-06-18 15:50:22 +10:00
Madeline Miller
b079da7db0
Merge branch 'version/7.2.x' 2023-06-14 19:21:59 +10:00
Madeline Miller
e90014db0e
Back to SNAPSHOT for continued development 2023-06-14 18:52:26 +10:00
Madeline Miller
5ca4dffd12
Release 7.2.15 2023-06-14 18:52:00 +10:00
Jordan
4892e056cf
feat: implement recently-added tree types to tree generator (#2332)
* feat: implement recently-added tree types to tree generator

* fix: add mappings to implementation worlds

* Use later API version to fix tests

---------

Co-authored-by: Madeline Miller <mnmiller1@me.com>
2023-06-14 18:47:19 +10:00
Maddy Miller
1f22906aca [Bukkit] Add 1.20.1 support to adapter 2023-06-13 00:25:28 +10:00
Madeline Miller
c5188212b5
Fixed setting sign text on 1.20 2023-06-09 23:09:43 +10:00
Madeline Miller
3cb1e03edb
Fix diffs missed due to merge crash 2023-06-09 22:06:33 +10:00
Madeline Miller
d312553fc5
Merge branch 'version/7.2.x' 2023-06-09 21:55:13 +10:00
Maddy Miller
40a203c3d2
Add Console/CommandBlock support to Fabric/Forge/Sponge (#2317)
* Add Console/CommandBlock support to Fabric/Forge

* Hoist config option and add a common abstract class for command block actors

* Apply to Sponge too
2023-06-09 21:21:40 +10:00
Octavia Togami
bb15dbcbc9 [Sponge] Stop trying to shade fastutil
It's just not necessary anymore, the versions match
2023-06-09 20:16:41 +10:00
wizjany
91c9786e27 Bump snakeyaml to match spigot, use default ctors. 2023-06-09 20:16:41 +10:00
Madeline Miller
066a7abf7f [Bukkit] 1.20 2023-06-09 20:16:41 +10:00
Madeline Miller
bb5fcce268 [Sponge] 1.20 2023-06-09 20:16:41 +10:00
Octavia Togami
4f75106857 [Forge] 1.20 2023-06-09 20:16:41 +10:00