Octavia Togami
cd0f107da2
Merge pull request #2427 from EngineHub/ot/bugfix/just-depend-on-the-configuration-doofus
...
Adjust adapter shading
2023-10-25 00:12:41 -07:00
Octavia Togami
0e94275122
Properly shade adapters
...
Causes a bunch of problems and I want to delete shadow
2023-10-24 23:46:39 -07:00
Octavia Togami
8f4269a302
Use the adapters config to drive dependencies
...
This is literally the obvious way to do it, idk what I was doing
2023-10-24 22:16:28 -07:00
Maddy Miller
397d735a15
Concatenate AffineTransforms with less allocations ( #2420 )
2023-10-23 20:21:45 +10:00
Maddy Miller
ea1f5e991a
Move height params to DataValidatorExtent constructor ( #2424 )
2023-10-22 05:11:43 +00:00
Madeline Miller
ecb2a10b3b
Add outline to SVG logo for better dark mode support
2023-10-21 14:08:19 +10:00
Madeline Miller
9a91ce2aaa
Back to SNAPSHOT for continued development
2023-10-20 21:49:45 +10:00
Madeline Miller
e11f161019
Release 7.3.0 Beta 2
2023-10-20 21:49:03 +10:00
Madeline Miller
4a4fdf2d16
Merge branch 'version/7.2.x'
2023-10-19 20:52:39 +10:00
Madeline Miller
a24ea43971
Limit //curve thickness by max-radius
2023-10-19 20:52:17 +10:00
Madeline Miller
4bc4b2b763
Merge branch 'version/7.2.x'
2023-10-19 20:50:14 +10:00
Maddy Miller
1f9316d11c
Make AffineTransform a record for computed constant optimisations ( #2419 )
...
* Make AffineTransform a record for computed constant optimisations
* Fix checkstyle
* based on
2023-10-18 20:23:52 +10:00
Madeline Miller
4337ca13ac
Limit //line thickness by max-radius
2023-10-17 20:35:20 +10:00
Maddy Miller
eadbdeb6a4
Fix doctools with platform refactor ( #2410 )
...
* Fix doctools with platform refactor
* Use PREFER_OTHERS
2023-10-17 20:32:31 +10:00
Maddy Miller
7a18a449dd
Cleanup code for latest Java versions ( #2404 )
2023-10-16 18:39:35 -07:00
Zeranny
496407b656
Fix ellipsoid and cylinder regions not fully clearing ( #2413 )
2023-10-16 18:46:36 +10:00
Madeline Miller
9587a7bd82
Add a permission node for the placement command. Fixes #2409
2023-10-14 23:32:39 +10:00
Madeline Miller
3b7de002b3
Short-circuit optimisation for AffineTransform inverse on identity matrices
2023-10-14 22:51:40 +10:00
Joo200
b7ed72b0fe
Improve SnowSmooth Brush and add utests for GaussianKernel ( #2407 )
...
* Fix flaw in GaussianKernel layout
The sum of the data should be close to one. The GaussianKernel creates the data based on the radius. This would sum up to one if it would be a perfect circle.
* Fix snowsmooth brush for multiple iterations
2023-10-12 21:57:56 +10:00
Madeline Miller
f9d5d3b28b
Merge branch 'version/7.2.x'
2023-10-12 21:09:51 +10:00
Madeline Miller
b7bc56e8d3
Back to SNAPSHOT for continued development
2023-10-11 20:49:19 +10:00
Madeline Miller
56d0383fe2
Release 7.2.17
2023-10-11 20:48:14 +10:00
Madeline Miller
1a96b0a4a4
Merge branch 'version/7.2.x'
2023-10-09 20:26:03 +10:00
Madeline Miller
deb04a5ecb
Use same fake player system between Fabric & Forge
2023-10-09 20:22:42 +10:00
Madeline Miller
2a09aaf395
Optimise line thickness calculations
2023-10-09 19:45:38 +10:00
Madeline Miller
58e9156cce
Back to SNAPSHOT for continued development
2023-10-08 22:24:21 +10:00
Madeline Miller
c60df17570
Release 7.3.0 Beta 1
2023-10-08 22:22:42 +10:00
Maddy Miller
8915e308f3
Add parsing support for block NBT ( #2173 )
...
* Add parsing support for block NBT
* Fixed parsing of NBT blocks failing due to missing ID
* Fix a few minor issues
* Fix a few more bugs around parsing. Still not working for lists due to a lin-bus issue
* Remove two unused patterns
* Fixed one final bug found in testing
2023-10-08 21:44:41 +10:00
Octavia Togami
a85e2baa6f
Merge branch 'version/7.2.x'
2023-10-04 23:52:36 -07:00
Octavia Togami
dc0ae906cd
Hacky merge of version/7.2.x
2023-10-04 23:51:51 -07:00
Madeline Miller
b9c39c9a74
Back to SNAPSHOT for continued development
2023-09-29 19:11:30 +10:00
Madeline Miller
2066eb4448
Release 7.2.16
2023-09-29 19:10:28 +10:00
Spongecade
375bf84a7e
Update Minecraft Wiki links to new domain ( #2400 )
2023-09-28 09:39:21 +10:00
Madeline Miller
10cd6820c9
Merge branch 'version/7.2.x'
2023-09-27 23:16:21 +10:00
Madeline Miller
2ed73152a4
Use a newer Paperweight dev bundle
2023-09-27 20:32:26 +10:00
Madeline Miller
964dcb9b44
[Bukkit] 1.20.2
2023-09-27 20:32:26 +10:00
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