Madeline Miller
2e86f0512f
Paper 1.19.3 (Untested due to IntelliJ indexing)
2022-12-09 21:27:00 +10:00
Madeline Miller
ec85dd5ab2
1.19.3 final release & also Forge
2022-12-09 21:27:00 +10:00
Octavia Togami
b82264174e
[Fabric] 1.19.3-rc1
2022-12-09 21:27:00 +10:00
Octavia Togami
f7f23b4412
Update Gradle to 7.5.1
2022-11-09 21:16:27 -08:00
Maddy Miller
470fe9e134
Add author to, and cleanup manifest files for various platforms ( #2197 )
2022-10-01 20:26:21 +10:00
wizjany
0ef38b5292
Use SnakeYaml 1.32+, set loader code point limit. ( #2194 )
...
Defaults to 64MB, can be set via -Dworldedit.yaml.codePointLimit sysprop.
Fixes #2193 , EngineHub/WorldGuard#1953 .
2022-09-26 17:33:57 -04:00
Maddy Miller
7e61ff19ca
Work around invalid legacy values in schematics ( #2171 )
...
* Work around invalid legacy values in schematics
* Actually apply it to blocks lmao
* Micro-optimisation to reduce identical duplicate map lookups
2022-08-29 07:08:57 -07:00
Maddy Miller
55e2d3d480
Catch InvalidPathException in safeFile handler ( #2167 )
2022-08-10 11:08:14 +10:00
Madeline Miller
d18149eeb9
Back to SNAPSHOT for continued development
2022-08-07 17:10:23 +10:00
Madeline Miller
87f4ae1907
Release 7.2.12
2022-08-07 17:09:33 +10:00
Maddy Miller
4b01778372
Bump FG & Loom to 1.19.2 ( #2165 )
2022-08-07 17:05:12 +10:00
Maddy Miller
54ed9e89d9
Add support for Y-offsets with back direction ( #2164 )
2022-08-07 16:55:56 +10:00
wizjany
e01b049265
[Bukkit] 1.19.2 DV.
...
Assuming spigot doesn't decide to randomly break things, this should work when it releases.
2022-08-05 10:17:28 -04:00
Madeline Miller
d2e392246b
Back to SNAPSHOT for continued development
2022-07-30 16:00:15 +10:00
Madeline Miller
c43a877eb4
Release 7.2.11
2022-07-30 15:57:55 +10:00
wizjany
9ef6e5bd81
MC 1.19.1 ( #2159 )
...
* [Fabric] Bump versions to 1.19.1.
No code changes needed.
* [Bukkit] Add 1.19.1 DV to 1.19 adapter.
No mapping changes. Devbundle left untouched for now.
* [Forge] Bump versions to MC 1.19.1.
2022-07-30 15:30:27 +10:00
wizjany
70d70f906f
Back to snapshot.
2022-07-27 21:00:26 -04:00
wizjany
315c5d0333
Release 7.2.11 beta 2.
...
Last 1.19 release for forge due to breaking changes.
2022-07-27 20:50:34 -04:00
wizjany
96f791c5e5
[Forge] Bump to final RB for 1.19.
2022-07-27 20:49:24 -04:00
Yeregorix
ba8e4036e4
Fix tasks not being scheduled on Sponge ( #2155 )
2022-07-25 21:05:07 +10:00
Maddy Miller
d7b3c4c099
Clone the returned getRegion on BlockArrayClipboard ( #2144 )
2022-07-16 15:39:26 +10:00
Octavia Togami
298b641a8b
Make the BukkitAdapter thread-safe
2022-07-15 21:27:42 -07:00
Octavia Togami
65fe8a69a6
Update actions, upload logs
2022-07-14 17:37:45 -07:00
Octavia Togami
8c322dfbbb
Use some pattern-matching, 'cause it's cool
2022-07-14 17:05:51 -07:00
Octavia Togami
8caaa3e0ed
[Forge] Update to 41.0.98 to fix breaking changes
...
Fixes #2139
2022-07-14 17:05:51 -07:00
Yeregorix
8fee9bdd2c
Fix Sponge rotation adapter
2022-07-14 09:49:43 -07:00
Octavia Togami
ed2713a5d7
Update some plugins to fix build
2022-07-01 07:28:28 -07:00
Madeline Miller
fb7366e372
Back to SNAPSHOT for continued development
2022-06-18 13:19:08 +10:00
Madeline Miller
087758992c
Release 7.2.11 Beta 1
2022-06-18 12:58:27 +10:00
Octavia Togami
3433e40d51
Fix CB watchdog, fail early if it breaks
2022-06-10 17:07:24 -07:00
Octavia Togami
a7ab49a0bf
Merge pull request #2112 from EngineHub/snapshot-testing/1.19
2022-06-10 00:58:35 -07:00
Octavia Togami
7df4d984ff
[Bukkit] 1.19
...
Removed 1.18, 1.18.2 is still present
2022-06-09 17:21:11 -07:00
Octavia Togami
d3ab1e5783
1.19 data updates
2022-06-07 21:32:29 -07:00
Octavia Togami
69b5d661f0
[Forge] 1.19
2022-06-07 17:26:11 -07:00
Octavia Togami
7497341a1c
[Fabric] 1.19
2022-06-07 17:26:08 -07:00
Octavia Togami
a8a3633b08
Increase memory for daemon
...
Thanks loom
2022-06-07 09:19:41 -07:00
Octavia Togami
66e3c3cd62
[Fabric] 1.19-pre1
...
- new TextComponent -> Component.literal
- Use sendSystemMessage instead of displayClientMessage(..., false)
- build -> buildUnoptimized/buildOptimized; I just returned the same
from both
- Create a LevelStem for regen world constructor
- Use RandomSource instead of Random
- Command text doesn't include the slash anymore
2022-06-07 09:19:41 -07:00
Maddy Miller
31e5298f39
Fixed //stack erroring when given a count of 0 ( #2108 )
2022-06-04 16:47:19 +10:00
Maddy Miller
c515eb5f26
Cache properties to reduce startup memory ( #2103 )
...
* Cache properties to reduce startup memory
* Apply PR review notes
* Remove import
2022-06-04 16:30:23 +10:00
Maddy Miller
c83f6ecd88
Play around with SpongeForge ( #2107 )
2022-06-04 16:10:50 +10:00
Octavia Togami
92dfdcb88b
Update CodeQL action to v2
2022-05-26 18:26:16 -07:00
Maddy Miller
15bd7ff441
Increase default BlockState count ( #2102 )
2022-05-22 17:28:42 +10:00
Octavia Togami
8ddd31797c
Fix fastutil on sponge ( #2099 )
...
VG excludes the wrong version, PR has been made
2022-05-22 17:02:35 +10:00
Maddy Miller
3eefaa29dd
Fix block state mask with string properties ( #2091 )
2022-05-01 12:00:28 +10:00
Octavia Togami
14ecf9320c
Bump paperweight + bundle to fix build
2022-04-21 18:40:49 -07:00
wizjany
27b2945362
Bump adapter jar.
...
https://github.com/EngineHub/worldedit-adapters/pull/31
2022-03-20 12:42:46 -04:00
wizjany
027a6078f9
Revert "Fix sponge."
...
This reverts commit 677ce55a92
.
2022-03-18 09:00:57 -04:00
wizjany
677ce55a92
Fix sponge.
2022-03-18 08:33:48 -04:00
Madeline Miller
5b599298eb
Back to SNAPSHOT for continued development
2022-03-18 16:23:11 +10:00
Madeline Miller
1742f98426
Release 7.2.10
2022-03-18 16:09:43 +10:00