Commit Graph

4143 Commits

Author SHA1 Message Date
Octavia Togami
8b3a8a5f81 Fix worldedit-core warnings 2024-04-02 14:33:24 +10:00
Octavia Togami
f3f0b981d4 Update Gradle to 8.7 and fix some warnings 2024-04-02 14:33:24 +10:00
Octavia Togami
e6a4d159d7
Merge pull request #2499 from EngineHub/ot/debt/action-updates
Update actions
2024-03-31 23:41:35 -07:00
Octavia Togami
0cbb49367b
Update actions 2024-03-31 18:33:02 -07:00
Madeline Miller
9bc2ede25c
Update language distribution 2024-03-31 20:49:44 +10:00
Madeline Miller
0607cd8145 Accept this API change as it's not an API change 2024-03-30 14:34:22 +10:00
Madeline Miller
18909ae001 Remove 1.17 support for Bukkit 2024-03-30 14:34:22 +10:00
Maddy Miller
89d3f09e70
Add a warning about using CraftBukkit due to it not working (#2487)
* Add a warning about using CraftBukkit due to it not working

* Alter the CraftBukkit detection system
2024-03-30 14:11:53 +10:00
Maddy Miller
1b51dfb406
Workaround verification jar build failure (#2494) 2024-03-29 20:41:42 -07:00
Madeline Miller
9b27c31a73
Back to SNAPSHOT for continued development 2024-03-09 18:17:11 +10:00
Madeline Miller
55745adbdb
Release 7.3.0 2024-03-09 18:12:17 +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
055ff9e828
Merge pull request #2481 from EngineHub/chore/recordize-everything
Change more public types and expression impl to use records
2024-03-07 01:11:52 -08:00
Octavia Togami
453537c5b4
Use records in expression impl 2024-03-07 00:52:55 -08:00
Octavia Togami
35e58895f5
Move more public types to records 2024-03-07 00:51:52 -08:00
Maddy Miller
0df2b6af4c
Make the Vector classes into Records (#2477)
* Make the Vector classes into Records

* Drop custom equals and hashCode methods in Vector/BlockVector classes
2024-03-06 23:10:15 -08:00
Madeline Miller
a72eb2d8a2
Merge branch 'version/7.2.x' 2024-02-29 22:53:43 +10:00
Madeline Miller
b490447f93
Back to SNAPSHOT for continued development 2024-02-29 22:21:06 +10:00
Madeline Miller
f0f1e6614e
Release 7.2.20 2024-02-29 22:20:14 +10:00
Madeline Miller
01a5916685
Merge branch 'version/7.2.x' 2024-02-29 22:01:15 +10:00
Octavia Togami
5511908b04
Merge pull request #2476 from EngineHub/fix/forge-problems
Fix a couple Forge issues
2024-02-26 23:18:01 -08:00
Octavia Togami
495e5924c7
Fix NPE caused by client-side CUI packets 2024-02-26 23:05:16 -08:00
Octavia Togami
b2f55cfe8f
Make mixins reobf properly in Forge 2024-02-26 23:04:57 -08:00
Madeline Miller
98750e02b4
Merge branch 'version/7.2.x' 2024-02-25 18:51:38 +10:00
Octavia Togami
93aee51271
Merge pull request #2475 from EngineHub/feature/mod-to-rem
Rename modulo to remainder
2024-02-24 16:16:20 -08:00
Octavia Togami
2db12d7ddf
Rename modulo to remainder 2024-02-24 15:56:26 -08:00
Madeline Miller
f357eca239
Merge branch 'version/7.2.x' 2024-02-18 14:20:33 +10:00
Octavia Togami
1acb9d6338
Merge pull request #2472 from EngineHub/fix/fabric-maven-publish
Fix Artifactory interfering with Fabric publications
2024-02-17 19:48:40 -08:00
Octavia Togami
f07254b52f
Fix Artifactory interfering with Fabric publications 2024-02-17 19:28:02 -08:00
Madeline Miller
f85e3c4638
Merge branch 'version/7.2.x' 2024-02-17 17:13:32 +10:00
Maddy Miller
8c656bd53f
Slightly optimise and improve debugability of state creation code (#2469)
* Slightly optimise and improve debugability of state creation code

* Make 5s rather than 60, and add time taken to the output
2024-02-17 06:29:37 +00:00
Madeline Miller
ed36e7426a
Build against the latest Forge release, to attempt to fix some mixin crashes some people are experiencing 2024-02-17 15:19:38 +10:00
Octavia Togami
a5503c6687
Merge pull request #2466 from EngineHub/bugfix/fix-sel-completions-using-piston
Bump Piston for completions fix
2024-02-04 01:12:02 -08:00
Octavia Togami
94a7ab98e8
Bump Piston for completions fix
Fixes #2357
2024-02-04 00:32:29 -08:00
Madeline Miller
a5ea1ee7a5
Back to SNAPSHOT for continued development 2024-02-03 15:23:02 +10:00
Madeline Miller
c28ebcaa11
Release 7.3.0 Beta 4 2024-02-03 15:12:43 +10:00
Madeline Miller
bfa1c74fcc
Merge branch 'version/7.2.x' 2024-02-03 15:06:10 +10:00
Madeline Miller
73222bad52
Back to SNAPSHOT for continued development 2024-02-03 14:24:38 +10:00
Madeline Miller
415ef95427
Release 7.2.19 2024-02-03 14:23:19 +10:00
Madeline Miller
062653eda5
Merge branch 'version/7.2.x' 2024-01-24 21:12:34 +10:00
Octavia Togami
d533be42cf Extract task to explicitly merge manifests for -mod 2024-01-24 21:08:23 +10:00
Madeline Miller
75ab2d6499 Merge manifests for hybrid mod jar
See if this makes CI happy

Try this on CI

It seems to mistake the second arg as the wrong type, so split them up

Fix formatting

Switch to shadowJar as it's now miraculously working
2024-01-24 21:08:23 +10:00
Octavia Togami
1d4733c126
Merge pull request #2461 from EngineHub/feature/gradle-8.5-and-foojay
Gradle 8.5, Foojay, Plugin Updates
2024-01-22 20:29:01 -08:00
Octavia Togami
24050aacb0
Update Gradle plugins 2024-01-21 15:51:21 -08:00
Octavia Togami
cd8bca9a43
Add foojay to download JVMs, update to Gradle 8.5 2024-01-21 14:29:02 -08:00
Madeline Miller
b5c5890665
Spigot now calls a non-obfuscated addFreshEntity during structure generation, add to the proxy 2024-01-12 23:53:46 +10:00
Madeline Miller
64bcf66eb4
Merge branch 'version/7.2.x' 2024-01-06 21:59:18 +10:00
Maddy Miller
329524288d
Improve error handling for unsupported schematic files (#2453)
* Improve error handling for unsupported schematic files

* Fix review notes
2023-12-25 03:52:22 +00:00
Madeline Miller
173fb45441
Fix sign compat handler since LinBus migration 2023-12-24 14:06:50 +10:00
Brokkonaut
3923935528
Use DFU when loading MCEdit schematics 2023-12-24 13:53:05 +10:00