Commit Graph

1130 Commits

Author SHA1 Message Date
Madeline Miller
a1132ab88c
Merge branch 'version/7.3.x' 2024-10-14 19:33:57 +10:00
Octavia Togami
6c65f09149
Bump lin-bus to support old schematics better 2024-10-02 00:34:48 -07:00
Octavia Togami
e07633cd10 Move EditSession closure into exception handling 2024-09-11 17:44:05 -07:00
Madeline Miller
305f0cb328
Merge branch 'version/7.3.x' 2024-09-11 22:58:51 +10:00
Tyler Wesley
4e7abf56da
Changes /curve /line thickness param from int to double (#2623) 2024-09-11 22:48:12 +10:00
Octavia Togami
d3c59b107a Re-enable buffering
This is required for masks to work properly.
2024-09-07 11:09:00 -07:00
Octavia Togami
c61b273f8d Add property-based testing for SideEffectSet 2024-09-07 00:24:58 -07:00
Octavia Togami
e54a68325c Fix SideEffectSet inconsistencies, improve perf
The `apply` term was inconsistent in this API, but should have always
been the same. This makes the "set" actually store the state of the
given effect, even if it's the default, and therefore consistent.
2024-09-07 00:24:58 -07:00
Pierre Maurice Schwang
cfd9eeabae retrieve BlockEntities tag in v3 schematics optionally 2024-08-31 09:31:47 -07:00
Octavia Togami
8a3df24a37 Apply review suggestion 2024-08-26 17:53:44 -07:00
Markus Ebner
d05e84268b Attempt to fix #2125 2024-08-26 17:53:44 -07:00
Octavia Togami
54be5fafed Remove leftover debug print
Fixes #2607
2024-08-25 09:08:09 -07:00
brickmonster
6e37730bad
Fix incorrect paste orientation with //perf -h update off (#2601)
Fixes #2575
2024-08-14 06:33:26 +00:00
Madeline Miller
6f210ad398
Merge branch 'version/7.3.x' 2024-08-09 22:58:08 +10:00
Maddy Miller
c1d0494f97
Move //update to RegionCommands from GeneralCommands (#2590) 2024-07-29 21:35:34 -07:00
Octavia Togami
da223671a5 Completely eliminate usage of other repos
Probably, I'm not firewalling it to make sure
2024-07-21 15:30:51 +10:00
Octavia Togami
c9fdcc6ab4
Merge branch 'version/7.3.x' 2024-07-20 10:21:25 -07:00
TomyLobo
570ec87790 Fix queryRel for //deform and //brush deform 2024-07-19 03:11:28 +02:00
Maddy Miller
f31c2e65ea
Remove <1.16 //drawsel max size handling (#2572) 2024-07-07 06:31:13 +00:00
Maddy Miller
856d120218
Add a #clipboard mask, to mask to blocks that match the clipboard (#2502)
* Add a #match mask, to mask to blocks that match the clipboard

* Rename the parser mask to #clipboard

* Fix import order

* Add documentation to the MatchMask class

* PR review feedback

* add #copy as an alias

* use native Java List.of
2024-07-07 05:17:50 +00:00
Maddy Miller
4d3d820f51
Deprecate fullySupports3DBiomes and BiomeQuirkExtent (#2496) 2024-07-07 05:03:10 +00:00
Maddy Miller
ab4809985e
Lazily compute BlockState#getAsString (#2566)
* Lazily compute BlockState#getAsString

* Implement in BaseBlock
2024-07-06 10:28:30 +00:00
Madeline Miller
eac445dfd8
Merge branch 'version/7.3.x' 2024-06-29 20:21:30 +10:00
wizjany
3adba9f25a
Fix structure block CUI resetting selections cross-world. (#2561)
Previously, if a world override was active (e.g. via //world), createStructureBlock would always attempt to check the player (entity) world rather than their selection world. This led to the selection getting reset immediately. Now, we first check if there's anything to render (i.e. if the selection is in the current world) before attempting to get the selection from the player's session.
2024-06-26 23:14:57 +00:00
Madeline Miller
e74dccf7b8
Merge branch 'version/7.3.x' 2024-06-19 19:05:49 +10:00
Madeline Miller
e5ca0168c2
Add data from MCUtils for 1.21 2024-06-15 14:48:45 +10:00
Madeline Miller
2709ad8c96
Merge branch 'version/7.3.x' 2024-05-22 20:13:03 +10:00
Maddy Miller
6818272ace
Add transforms to the crafter orientation property (#2533) 2024-05-20 13:19:26 +00:00
Madeline Miller
ffb2cd73e2
Merge branch 'version/7.3.x' 2024-05-18 13:37:48 +10:00
Maddy Miller
bf8c2e77e8
Fix Paperweight build error and remove 1.19.4/1.20.0 support (#2529)
* Fix Paperweight build error and remove 1.19.4/1.20.0 support

* Remove extra version-specific data
2024-05-16 22:31:14 +10:00
aurora
a695bb81fe Fix paintings not getting rotated correctly
Co-authored-by: Octavia Togami <octavia.togami@gmail.com>
2024-05-10 09:12:25 +02:00
Madeline Miller
ae61fa9fbc
Fix heightmap brush hardcoding world min and max Y 2024-05-09 20:32:56 +10:00
Madeline Miller
dc81e9389a
Merge branch 'version/7.3.x' 2024-05-01 23:04:16 +10:00
Octavia Togami
28ca2e6b96
Clean up Gradle configuration 2024-04-30 22:33:39 -07:00
Octavia Togami
4a48dcb394
Move all versions to version catalogs 2024-04-30 22:33:29 -07:00
Madeline Miller
048cf5e64b
Update data from MCUtils 2024-04-28 18:01:48 -07:00
Octavia Togami
99319e9ce7
Remove unused imports 2024-04-28 18:01:48 -07:00
Octavia Togami
4f4988235a
[Fabric] Update to 1.20.5-pre2, some LinBus-related stuff 2024-04-28 18:01:48 -07:00
Octavia Togami
f1cdd6a978
Update for Java 21
- Fix some new warnings
- Removed sponge from build, as it simply isn't maintained well
  currently. May be removed entirely in the future
- Remove 1.18 support from Bukkit as it breaks under 21 for some reason
- Fix a bug in `ForwardSeekableInputStream`
2024-04-28 18:01:48 -07:00
Maddy Miller
d25669abe7
Disable chunk batching by default (#2509) 2024-04-24 20:33:44 +10:00
Maddy Miller
3da7d7c76d
Remove old bundled data (#2513)
* Remove old bundled data

* Also drop 1.18
2024-04-24 20:28:12 +10:00
Maddy Miller
79a06b1d21
Set clipboard after regen to prevent unnecessary clipboard loss on failure (#2503)
* Set clipboard after regen to prevent unnecessary clipboard loss on failure

* Remove the cast
2024-04-04 05:04:31 +00:00
Maddy Miller
177e70d414
Add a -c option to //regen to output to clipboard (#2500) 2024-04-03 16:27:48 +10:00
Octavia Togami
33ed054795 Fix paragraphs for checkstyle 2024-04-02 14:33:24 +10:00
Octavia Togami
475676ab62 Clean up javadoc warnings 2024-04-02 14:33:24 +10:00
Octavia Togami
0b0f052300 Fix warnings in platforms 2024-04-02 14:33:24 +10:00
Octavia Togami
8b3a8a5f81 Fix worldedit-core warnings 2024-04-02 14:33:24 +10:00
Madeline Miller
9bc2ede25c
Update language distribution 2024-03-31 20:49:44 +10:00
Maddy Miller
112e00406d
Cleanup usages of deprecated Vector getters (#2482)
* Cleanup usages of deprecated Vector getters

* fix typo
2024-03-08 22:50:04 -08:00
Octavia Togami
453537c5b4
Use records in expression impl 2024-03-07 00:52:55 -08:00