WorldEdit Build #6644

Be aware that this branch (master) is not the main branch (version/7.3.x)!

Branches other than the main one may be experimental. In addition, you should be using stable releases rather than these test builds.

Go to main branch View stable downloads
ProjectWorldEdit
StatusSUCCESS
Branchmaster
Number#6644-a5ea1ee
Datea year ago
Artifacts

No artifacts (files) are available for this build!


Changes
IDSummaryCommitterDate
a5ea1ee7Back to SNAPSHOT for continued development Maddy Millera year ago
c28ebcaaRelease 7.3.0 Beta 4 Maddy Millera year ago
bfa1c74fMerge branch 'version/7.2.x' Maddy Millera year ago
73222badBack to SNAPSHOT for continued development Maddy Millera year ago
415ef954Release 7.2.19 Maddy Millera year ago
062653edMerge branch 'version/7.2.x' Maddy Millera year ago
d533be42Extract task to explicitly merge manifests for -mod Octavia Togamia year ago
75ab2d64Merge 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 Maddy Millera year ago
1d4733c1Merge pull request #2461 from EngineHub/feature/gradle-8.5-and-foojay Gradle 8.5, Foojay, Plugin UpdatesOctavia Togamia year ago
24050aacUpdate Gradle plugins Octavia Togamia year ago
cd8bca9aAdd foojay to download JVMs, update to Gradle 8.5 Octavia Togamia year ago
b5c58906Spigot now calls a non-obfuscated addFreshEntity during structure generation, add to the proxy Maddy Millera year ago
64bcf66eMerge branch 'version/7.2.x' Maddy Millera year ago
32952428Improve error handling for unsupported schematic files (#2453) * Improve error handling for unsupported schematic files * Fix review notesMaddy Millera year ago
173fb454Fix sign compat handler since LinBus migration Maddy Millera year ago
39239355Use DFU when loading MCEdit schematics hannos172 years ago
6e820d40Work around a Spigot breakage. Fixes https://github.com/EngineHub/WorldEdit/issues/2450 Maddy Millera year ago
fa5cf21aBack to SNAPSHOT for continued development Maddy Millera year ago
d6d222e0Release 7.3.0 Beta 3 Maddy Millera year ago
f5db1564Merge remote-tracking branch 'origin/version/7.2.x' Maddy Millera year ago
6a5a500cBack to SNAPSHOT for continued development Maddy Millera year ago
abda4e04Release 7.2.18 Maddy Millera year ago
ebf355f8Merge branch 'version/7.2.x' Maddy Millera year ago
13d4d6c9Add support for MC 1.20.4 (#2439) * [Fabric] Add 1.20.3-pre1 support * MCUtils updates * 1.20.3-pre2 * Update Fabric to 1.20.3 final release * Forge for 1.20.3 * Bukkit for 1.20.3 * We're 1.20.4 nowMaddy Millera year ago
1a12db4fSend biome updates for chunks when possible (#2443) * Send biome updates [WIP] * Add other platforms * Ensure that the iterable won't be iterated twiceMaddy Millera year ago
9b8eb2ceDrop 1.19-1.19.3 to reduce jar size (#2440) Maddy Millera year ago
607b9fceUpdate Gradle and Gradle plugins Maddy Millera year ago
e7c9e646Fix EditSession initialisation without a World (#2435) Maddy Millera year ago
300198fcAdd validation for biome set positions to prevent errors with incorrect API usage (#2416) Maddy Millera year ago
98d396f5Only set supported and exposed side effects with `//perf on` and `//perf off`. Fixes #2428 Maddy Millera year ago
cd0f107dMerge pull request #2427 from EngineHub/ot/bugfix/just-depend-on-the-configuration-doofus Adjust adapter shadingOctavia Togamia year ago
0e942751Properly shade adapters Causes a bunch of problems and I want to delete shadow Octavia Togamia year ago
8f4269a3Use the adapters config to drive dependencies This is literally the obvious way to do it, idk what I was doing Octavia Togamia year ago
397d735aConcatenate AffineTransforms with less allocations (#2420) Maddy Millera year ago
ea1f5e99Move height params to DataValidatorExtent constructor (#2424) Maddy Millera year ago
ecb2a10bAdd outline to SVG logo for better dark mode support Maddy Millera year ago
9a91ce2aBack to SNAPSHOT for continued development Maddy Millera year ago
e11f1610Release 7.3.0 Beta 2 Maddy Millera year ago
4a4fdf2dMerge branch 'version/7.2.x' Maddy Millera year ago
a24ea439Limit //curve thickness by max-radius Maddy Millera year ago
4bc4b2b7Merge branch 'version/7.2.x' Maddy Millera year ago
1f9316d1Make AffineTransform a record for computed constant optimisations (#2419) * Make AffineTransform a record for computed constant optimisations * Fix checkstyle * based onMaddy Millera year ago
4337ca13Limit //line thickness by max-radius Maddy Millera year ago
eadbdeb6Fix doctools with platform refactor (#2410) * Fix doctools with platform refactor * Use PREFER_OTHERSMaddy Millera year ago
7a18a449Cleanup code for latest Java versions (#2404) Maddy Millera year ago
496407b6Fix ellipsoid and cylinder regions not fully clearing (#2413) danielhorn1a year ago
9587a7bdAdd a permission node for the placement command. Fixes #2409 Maddy Millera year ago
3b7de002Short-circuit optimisation for AffineTransform inverse on identity matrices Maddy Millera year ago
b7ed72b0Improve 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 iterationsgithuba year ago
f9d5d3b2Merge branch 'version/7.2.x' Maddy Millera year ago
b7bc56e8Back to SNAPSHOT for continued development Maddy Millera year ago
56d0383fRelease 7.2.17 Maddy Millera year ago
1a96b0a4Merge branch 'version/7.2.x' Maddy Millera year ago
deb04a5eUse same fake player system between Fabric & Forge Maddy Millera year ago
2a09aaf3Optimise line thickness calculations Maddy Millera year ago
58e9156cBack to SNAPSHOT for continued development Maddy Millera year ago
c60df175Release 7.3.0 Beta 1 Maddy Millera year ago
8915e308Add 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 testingMaddy Millera year ago
a85e2baaMerge branch 'version/7.2.x' Octavia Togamia year ago
dc0ae906Hacky merge of version/7.2.x Octavia Togamia year ago
b9c39c9aBack to SNAPSHOT for continued development Maddy Millera year ago
2066eb44Release 7.2.16 Maddy Millera year ago
375bf84aUpdate Minecraft Wiki links to new domain (#2400) spongecade.129a year ago
10cd6820Merge branch 'version/7.2.x' Maddy Millera year ago
2ed73152Use a newer Paperweight dev bundle Maddy Millera year ago
964dcb9b[Bukkit] 1.20.2 Maddy Millera year ago
63dfebe9[Forge] 1.20.2 Maddy Millera year ago
b04ab0e2[Fabric] 1.20.2-rc2, remove many mixins in favor of AW Octavia Togamia year ago
bd29c741rc1 Maddy Millera year ago
97f78899Initial 1.20.2 support (Fabric) Maddy Millera year ago
3627002eFix int overflow when using fillr in negative y-coordinates (#2082) dordsor21a year ago
94565356Add worldedit runtime environment to increase yaml alias limit (#2395) This can be set by -Dworldedit.yaml.aliasLimit=XXX in the startup parametergithuba year ago
bba73e55Improve support of not entirely compliant legacy schematics Maddy Millera year ago
5b4322e5Fix 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 nullyeregorixcrafta year ago
854fa638Apply a few micro-optimisations (#2391) * Apply a few micro-optimisations * Remove this bit as it alters behaviour * Review changesMaddy Miller2 years ago
3f165638Remove unnecessary version guards in BukkitWorld, as all supported versions have these now Maddy Miller2 years ago
6165efb1Add YourKit message to readme Maddy Miller2 years ago
3b6fbafaMerge branch 'version/7.2.x' Maddy Miller2 years ago
18cc29a2Update NBT for Spawner to reliably work for initial entity spawn. Fixes https://github.com/EngineHub/WorldEdit/issues/2388 Maddy Miller2 years ago
f8144e58Merge branch 'version/7.2.x' Maddy Miller2 years ago
8af61f1cUpdate 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 Maddy Miller2 years ago
d6234882Few fixes for feature brushes (#2371) Maddy Miller2 years ago
7f81aad0Remove the Bukkit legacy data folder migration code from 11 years ago (#2383) Maddy Miller2 years ago
ab75fd77Shade and relocate jlibnoise (#2363) * Shade and relocate jlibnoise * formatting fixMaddy Miller2 years ago
d77f2b46Update bundled language distribution Maddy Miller2 years ago
ff8e5054Merge branch 'version/7.2.x' Maddy Miller2 years ago
5d03b1e6Update test permissible for latest API Maddy Miller2 years ago
5b674745Fix legacy block wrappers with new NBT API (#2361) Maddy Miller2 years ago
19db609bMinor optimisations to cone command algorithm Maddy Miller2 years ago
00849939Added cone generation command (#2251) * Added cone generation command * Fix formatting problems --------- Co-authored-by: Madeline Miller <mnmiller1@me.com>crlang442 years ago
ac7e45e2Merge remote-tracking branch 'origin/version/7.2.x' Maddy Miller2 years ago
1514661dMerge pull request #2360 from EngineHub/improve-error-behaviour Improve error behaviour of //generatetomylobo2 years ago
cce2111cImprove error behaviour of //generate Now it has the same error behaviour as //deform.tomylobo2 years ago
682c72e5Stop double-ungzipping schematic format checks. Fixes #2356 Maddy Miller2 years ago
6770ada5Merge branch 'version/7.2.x' Maddy Miller2 years ago
93e413c6Fix test compile error due to Spigot mid-version API break Maddy Miller2 years ago
b5b29a29Add the trim command (#2278) * Add the trim command Fixes #1629 * Fix issues from PR review --------- Co-authored-by: Madeline Miller <mnmiller1@me.com>24855774+haykam8212 years ago
a3a5b074Add a memoizing mask utility (#2319) * Add a memoizing mask utility * add utils to Masks * license header * PR feedbackMaddy Miller2 years ago
61363821Add 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 provideMaddy Miller2 years ago
6494dbc6Improve 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 misstomylobo2 years ago
5b88c318Use registry lookups for Bukkit adapters (#2330) * Use registry lookups for Bukkit adapters * Remove a redundant todo now that this targets masterMaddy Miller2 years ago
faf4d7c1Cleanup the paper adapters in the master branch (#2339) Maddy Miller2 years ago
b079da7dMerge branch 'version/7.2.x' Maddy Miller2 years ago
e90014dbBack to SNAPSHOT for continued development Maddy Miller2 years ago
5ca4dffdRelease 7.2.15 Maddy Miller2 years ago
4892e056feat: 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>dordsor212 years ago
1f22906a[Bukkit] Add 1.20.1 support to adapter Maddy Miller2 years ago
c5188212Fixed setting sign text on 1.20 Maddy Miller2 years ago
3cb1e03eFix diffs missed due to merge crash Maddy Miller2 years ago
d312553fMerge branch 'version/7.2.x' Maddy Miller2 years ago
40a203c3Add 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 tooMaddy Miller2 years ago
bb15dbcb[Sponge] Stop trying to shade fastutil It's just not necessary anymore, the versions match Octavia Togami2 years ago
91c9786eBump snakeyaml to match spigot, use default ctors. wizjany2 years ago
066a7abf[Bukkit] 1.20 Maddy Miller2 years ago
bb5fcce2[Sponge] 1.20 Maddy Miller2 years ago
4f751068[Forge] 1.20 Octavia Togami2 years ago
a7ae8a96[Fabric] 1.20 + Loom 1.2 Octavia Togami2 years ago
48d2195f[Fabric] 1.20-rc1 Add MCUtils data pre7 rc1 Maddy Miller2 years ago
716ce641Update WorldEdit for Sponge to API 9 (1.18.2) (#2217) * Update WorldEdit for Sponge to API 9 (1.18.2) * Fix SpongeTransmogrifier, switch to use native Property API * Minor style fixes41531939+lignium2 years ago
96671017Upgrade many items, Gradle 8.1.1 (#2329) * Upgrade many items, Gradle 8.1.1 * Bump to codecov snapshot * Use the release of the codecov plugin --------- Co-authored-by: Madeline Miller <mnmiller1@me.com>Octavia Togami2 years ago
856aaa62Add a -c flag to the biome brush to set entire column (#2235) * Add a -c flag to the biome brush to set entire column * Use new region factories that take fixed positions * Rename to FixedHeight from just FixedMaddy Miller2 years ago
bd9af40eAdd regression tests to the `round` Expression function Maddy Miller2 years ago
237ebc10Ensure non-Double types are boxed in expression function calls. Fixes #2315 Maddy Miller2 years ago
abc8c1f2Add -Penginehub.obf.none=true gradle property to build mojmap worldedit-bukkit. (#2316) This simply takes the -dev adapter jars instead of the obfuscated ones, creating otherwise the exact same worldedit-bukkit jar. This jar can be used on mojmap paper servers. Closes #1929.wizjany2 years ago
4fc62d98Add new //placement types - //placement min - selection min X/Y/Z - //placement max - selection max X/Y/Z - //placement world - absolute world location - //placement here - This puts the placement position at the current player position. tomylobo2 years ago
d28fadb8Add //placement, which sets either pos1 or player explicitly tomylobo2 years ago
21a465b9Refactor placement system to be more flexible tomylobo2 years ago
6c14e839Add LocalSessionTest Test coverage so far: - setPlaceAtPos1 - isPlaceAtPos1 - togglePlacementPosition - getPlacementPosition for both pos1 and player modes tomylobo2 years ago
edb54345Extract base test class for WorldEdit test cases tomylobo2 years ago
df13de33Fix McRegionChunkStore.java (#2292) - Fixes an issue where the LinCompoundTag passed to ChunkStoreHelper::getChunk is not the expected root compound tag, but one that wraps it. See comment of LinRootEntry::toLinTag28742897+ykgamma2 years ago
34b19577Use an annotation to register the methods in the Functions class (#2305) There's a lot less code now and it's also easier to add new methods.tomylobo2 years ago
b8b89267Ensure blockmap uniqueness across TE values (#2304) Maddy Miller2 years ago
d320dafcfix(core): Properly reinit convex CUI selection on primary click (#2313) Fixes #2312zml2 years ago
5638a288Fix ServerLevel proxies not including entities (#2308) * Fix ServerLevel proxies not including entities * Also include the entity call that the village generator usesMaddy Miller2 years ago
cd95d207Actually register structures on other platforms Maddy Miller2 years ago
91dd9decAdded strings and implement on other platforms Maddy Miller2 years ago
5ca80395Add structure generator command Maddy Miller2 years ago
88851b0cUpdate to Gradle 7.6 and resolve deprecation issues in buildscript Maddy Miller2 years ago
1899fa3bKeep extending cuboid selector after //cli selectworld tomylobo2 years ago
ba94660eKeep extending cuboid selector after //paste -s/n tomylobo2 years ago
561ab50aFix loading a missing session printing a warning to console. Fixes #2291 Maddy Miller2 years ago
acc4b597Fix Sponge Schematic V1 incorrectly attempting to read base tag twice Maddy Miller2 years ago
da4bca05Remove requirement for caller to ungzip the stream with the new isFormat API Maddy Miller2 years ago
c7d559bfAllow finding schematic format by InputStream (#2249) * Allow finding schematic format by InputStream * . * Don't auto-close the stream * Fix up based on feedback * checkstyleMaddy Miller2 years ago
93c0d364[Forge] Fixed clients without WorldEdit not being able to join servers with WorldEdit installed (#2288) 42962686+redstonedubstep2 years ago
df3f7b2a[Forge] Fixed clients without WorldEdit not being able to join servers with WorldEdit installed (#2288) 42962686+redstonedubstep2 years ago
0d8a2118Merge branch 'version/7.2.x' Maddy Miller2 years ago
de453b9dBack to SNAPSHOT for continued development Maddy Miller2 years ago
094b7342Release 7.2.14 Maddy Miller2 years ago
d4556dfeAdd method to check initialize state in PlatformManager, deny access to registries when uninitialized (#2237) * Add initialize method to PlatformManager, modify UnitTest * Prevent too early access to registries Check for worldedit init state in Registry * review: changed the error message to a generic message Co-authored-by: Octavia Togami <octavia.togami@gmail.com> --------- Co-authored-by: Octavia Togami <octavia.togami@gmail.com>github2 years ago
38d2ff13bukkit: add adapter for bukkit 1.19.4 (#2281) * bukkit: add adapter for bukkit 1.19.4 * added missing reobf mapping to 1.19.4 adapter * Drop unused commentsgithub2 years ago
16a2cc95Update Forge for 1.19.4, and bump Fabric to final 1.19.4 release Maddy Miller2 years ago
7481995eUpdate Fabric to 1.19.4-pre1 Update Fabric WorldEdit to 1.19.4-pre1 Update to 1.19.4-pre3 Update to 1.19.4-rc1 Update to RC2 Maddy Miller2 years ago
121b4b61Add a feature generator and allow undoing of feature placement (#2239) * Add a feature generator and allow undoing of feature placement [WIP] Apply changes to Forge as well Use proper translatable components * Add a brush version of the feature command Use Java proxy classes * Add for Bukkit (only 1.19.3 for now) Clean up the proxies to use a switch Checkstyle is grumpy Add the obfuscated versions Remove debug text Fix missed "destroyBlock" deobfuscated proxy function * checkstyleMaddy Miller2 years ago
e6c88280Merge pull request #2277 from EngineHub/expression-query-full-blockstate Fix data values returned by the query functions in the expression languagetomylobo2 years ago
b5b9c6abFix data values returned by the query functions in the expression language tomylobo2 years ago
f40ea0ddMerge branch 'version/7.2.x' Maddy Miller2 years ago
f6646aaaUpdate to the new Paper maven repo Maddy Miller2 years ago
82727ffbFew cleanups over the code and use more Java 9+ features (#2248) * Few cleanups over the code and use more Java 9+ features * Address feedback * cleanup switch case * Remove TODOMaddy Miller2 years ago
d960fa22Add property suggestions for hand,offhand,pos1 patterns (#2269) Maddy Miller2 years ago
98fd5dc8Allow factory suggestions to have parser context (#2236) Maddy Miller2 years ago
b18d66c5Merge branch 'version/7.2.x' Maddy Miller2 years ago
ab79341aMerge pull request #2253 from Brokkonaut/bukkit-custombiomes Allow custom biomes in bukkitOctavia Togami2 years ago
6bbcf746Allow custom biomes in bukkit hannos172 years ago
78848d5cMerge pull request #2245 from cthbleachbit/master EditSession.drawSpline: use vectors at block center for spline nodesOctavia Togami2 years ago
17ce47cdEditSession.drawSpline: use vectors at block center for spline nodes The spline generator was fed integral block node vectors, where center of a block at coordinate (X,Y,Z) is actually in (X+0.5,Y+0.5,Z+0.5). When generating a spline with (X,Y,Z)s, the curve sometimes doesn't go through the intended block and may make weird turns at end of the curve. Placing spline nodes at the center causes the curve to actually hit the center of every block selected. cth4512 years ago
98611c2aOnly mark CLI clipboard world as dirty when the underlying calls return a success state Maddy Miller2 years ago
034d7218Update README.md Fix minor typountouchedodin02 years ago
6951e790Merge branch 'version/7.2.x' Maddy Miller2 years ago
474c191cUse the connection field on 1.19->1.19.3 rather than networkManager Maddy Miller2 years ago
59614721Fixed 1.19.3 adapter on 7.3.0 branch Maddy Miller2 years ago
b2475c7cFix some exceptions from SpongeWorld (#2218) * Fix exception when calling SpongeWorld#setBlock with present block entity * Fix missing block entity metadata in SpongeWorld#getFullBlock41531939+lignium2 years ago
844a8fc0Merge branch 'version/7.2.x' Maddy Miller2 years ago
882c3dd8Back to SNAPSHOT for continued development Maddy Miller2 years ago
46576cc5Release 7.2.13 Maddy Miller2 years ago
2e86f051Paper 1.19.3 (Untested due to IntelliJ indexing) Maddy Miller2 years ago
ec85dd5a1.19.3 final release & also Forge Maddy Miller2 years ago
b8226417[Fabric] 1.19.3-rc1 Octavia Togami2 years ago
f7f23b44Update Gradle to 7.5.1 Octavia Togami2 years ago
470fe9e1Add author to, and cleanup manifest files for various platforms (#2197) Maddy Miller2 years ago
0b6dcb1fFixed clipboards failing to paste when a block has NBT data (#2198) Maddy Miller2 years ago
0ef38b52Use 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.wizjany2 years ago
4267fabdIgnore structure void by default and use a flag to paste it (#2180) Maddy Miller2 years ago
267bbb30Add API to disable history tracking in EditSessions (#2189) * Add API to disable history tracking in EditSessions * Update worldedit-core/src/main/java/com/sk89q/worldedit/extent/ChangeSetExtent.java Co-authored-by: Octavia Togami <octavia.togami@gmail.com> Co-authored-by: Octavia Togami <octavia.togami@gmail.com>Maddy Miller2 years ago
7e61ff19Work 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 lookupsMaddy Miller3 years ago
3f343b6bFixed worldedit-bukkit loading on Windows (#2181) Maddy Miller3 years ago
5db6ebc9Shade LinBus in -libs (#2172) * Shade LinBus in -libs * exclude linbus from -mod jar dupeMaddy Miller3 years ago
55e2d3d4Catch InvalidPathException in safeFile handler (#2167) Maddy Miller3 years ago
b3962d8bMerge branch 'version/7.2.x' Maddy Miller3 years ago
d18149eeBack to SNAPSHOT for continued development Maddy Miller3 years ago
87f4ae19Release 7.2.12 Maddy Miller3 years ago
4b017783Bump FG & Loom to 1.19.2 (#2165) Maddy Miller3 years ago
54ed9e89Add support for Y-offsets with back direction (#2164) Maddy Miller3 years ago
e01b0492[Bukkit] 1.19.2 DV. Assuming spigot doesn't decide to randomly break things, this should work when it releases. wizjany3 years ago
d2e39224Back to SNAPSHOT for continued development Maddy Miller3 years ago
c43a877eRelease 7.2.11 Maddy Miller3 years ago
9ef6e5bdMC 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.wizjany3 years ago
70d70f90Back to snapshot. wizjany3 years ago
315c5d03Release 7.2.11 beta 2. Last 1.19 release for forge due to breaking changes. wizjany3 years ago
96f791c5[Forge] Bump to final RB for 1.19. wizjany3 years ago
ba8e4036Fix tasks not being scheduled on Sponge (#2155) yeregorixcraft3 years ago
b4ae41a4Merge branch 'version/7.2.x' Octavia Togami3 years ago
0c3a4b88Merge pull request #2145 from EngineHub/feature/warning-the-following-commits-contain-deprecated-material Clean up all deprecations in the codebaseOctavia Togami3 years ago
8e8235ceMerge pull request #2141 from EngineHub/feature/coming-home-from-an-adventure Replace adventure-nbt with our own libOctavia Togami3 years ago
b944b3e4Exclude experimental from API Octavia Togami3 years ago
914e0a32Fix a little rawtypes Octavia Togami3 years ago
b7301a64Clean up the last little bit of NBT deprecations Octavia Togami3 years ago
59fcef89Clean up getBrushTool deprecations Octavia Togami3 years ago
788aec55Clean up java.io deprecations Octavia Togami3 years ago
67905ae3Clean up all NBT deprecation warnings except old adapters, don't want to do that if we're gonna drop them Octavia Togami3 years ago
059ac19bClean up deprecations in specialized block classes Octavia Togami3 years ago
36ab2889Avoid use of deprecated newInstance method Octavia Togami3 years ago
d299e36aClean up reorder deprecation warnings Octavia Togami3 years ago
8f79e3acRemove deprecation from clipboard-adjacent files Octavia Togami3 years ago
d7b3c4c0Clone the returned getRegion on BlockArrayClipboard (#2144) Maddy Miller3 years ago
002bdd7cOnly show full stacktrace with permission (#2122) * Only show full stacktrace with permission * How the fuck did this actually happen smhMaddy Miller3 years ago
298b641aMake the BukkitAdapter thread-safe Octavia Togami3 years ago
65fe8a69Update actions, upload logs Octavia Togami3 years ago
8c322dfbUse some pattern-matching, 'cause it's cool Octavia Togami3 years ago
8caaa3e0[Forge] Update to 41.0.98 to fix breaking changes Fixes #2139 Octavia Togami3 years ago
94745addRemove maven local specifier Octavia Togami3 years ago
8fee9bddFix Sponge rotation adapter yeregorixcraft3 years ago
2aadf22bRestore ABI compatiblity Octavia Togami3 years ago
d1ebde0bFirst stab at getting lin-bus integrated Octavia Togami3 years ago
a8b5268eMerge pull request #2133 from EngineHub/chore/build-fix-for-master Merge version branch in for build fixOctavia Togami3 years ago
ed2713a5Update some plugins to fix build Octavia Togami3 years ago
fb7366e3Back to SNAPSHOT for continued development Maddy Miller3 years ago
08775899Release 7.2.11 Beta 1 Maddy Miller3 years ago
6fef180aMerge pull request #2118 from EngineHub/chore/1.19-to-master Merge version/7.2.x to master for 1.19 changesMaddy Miller3 years ago
bc9a6dd5Merge branch 'version/7.2.x' Maddy Miller3 years ago
f667474fDeprecate MultiStageReorder and ReorderMode (#1999) * Start deprecating MultiStage reorder * Rather than changing behaviour just deprecate * Add deprecation message * Apply PR review notesMaddy Miller3 years ago
3433e40dFix CB watchdog, fail early if it breaks Octavia Togami3 years ago
a7ab49a0Merge pull request #2112 from EngineHub/snapshot-testing/1.19 Octavia Togami3 years ago
7df4d984[Bukkit] 1.19 Removed 1.18, 1.18.2 is still present Octavia Togami3 years ago
7cc90a7bMerge pull request #2111 from EngineHub/feature/abi-more-like-allthings-break-intermittenly Add automatic ABI checkingOctavia Togami3 years ago
d3ab1e571.19 data updates Octavia Togami3 years ago
69b5d661[Forge] 1.19 Octavia Togami3 years ago
7497341a[Fabric] 1.19 Octavia Togami3 years ago
a8a3633bIncrease memory for daemon Thanks loom Octavia Togami3 years ago
66e3c3cd[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 Octavia Togami3 years ago
45b0b9a8Fix failures for when we update to a new MC version Octavia Togami3 years ago
c42a96f8Licensing... Octavia Togami3 years ago
8d5d809aAdd automatic ABI checking This is going to break on new MC release, but I'll take care of that Octavia Togami3 years ago
92b88dc2Merge pull request #2109 from EngineHub/chore/merge-to-master Merge version/7.2.x into masterOctavia Togami3 years ago
9e98e77aExclude examiner from -forge when merging Octavia Togami3 years ago
bed2419fRemove legacy adapters Maddy Miller3 years ago
1e618e3aMerge version/7.2.x into master Maddy Miller3 years ago
31e5298fFixed //stack erroring when given a count of 0 (#2108) Maddy Miller3 years ago
c515eb5fCache properties to reduce startup memory (#2103) * Cache properties to reduce startup memory * Apply PR review notes * Remove importMaddy Miller3 years ago
c83f6ecdPlay around with SpongeForge (#2107) Maddy Miller3 years ago
6e72ee00Add morph brush (#2078) * Add erosion brush * Rename to the Morph brush, and add Erode and Dilate presets Co-authored-by: Lewis B <lbobbermen@bigpond.com>Maddy Miller3 years ago
92dfdcb8Update CodeQL action to v2 Octavia Togami3 years ago
15bd7ff4Increase default BlockState count (#2102) Maddy Miller3 years ago
8ddd3179Fix fastutil on sponge (#2099) VG excludes the wrong version, PR has been madeOctavia Togami3 years ago
3eefaa29Fix block state mask with string properties (#2091) Maddy Miller3 years ago
88db45b6Bump paperweight + bundle to fix build Octavia Togami3 years ago
14ecf932Bump paperweight + bundle to fix build Octavia Togami3 years ago
27b29453Bump adapter jar. https://github.com/EngineHub/worldedit-adapters/pull/31 wizjany3 years ago
027a6078Revert "Fix sponge." This reverts commit 677ce55a92b7bd629d86bd161d6f35836a4e57d0. wizjany3 years ago
677ce55aFix sponge. wizjany3 years ago
5b599298Back to SNAPSHOT for continued development Maddy Miller3 years ago
1742f984Release 7.2.10 Maddy Miller3 years ago
e715ccc3Fix passenger entity saving and loading (#2058) * Fix incorrect saving and subsequent loading of passenger entities in vehicles. Originally from https://github.com/EngineHub/WorldEdit/issues/1763#issuecomment-1062429891. Co-authored-by: wizjany <wizjany@gmail.com> * Port to Fabric/Forge. Rewrite in Sponge to use EntityArchetype. Sponge is untested because WE doesn't properly build/run on it right now apparently? * NBT Constants. Co-authored-by: Red_Epicness <red.epicness@icloud.com>wizjany3 years ago
d905ad47Fix terminology in SECURITY.md (#2066) Octavia Togami3 years ago
356cd2c8Merge pull request #2062 from EngineHub/fix/mixin-mixup Un-mixup the mixins.Octavia Togami3 years ago
b8d42ac5Defeat the duplication dilemma. wizjany3 years ago
5e49f69fForge requires explicitly defining the refmap in the mixing config Maddy Miller3 years ago
ccf9397cNow works in dev Maddy Miller3 years ago
b4b018d6Remove afterEvaluate to restore refmap MixinGradle uses an afterEvaluate block to determine JAR registrations. This runs before our reobf registration does, and I honestly don't recall why this was in afterEvaluate and it doesn't appear to break anything so I'm calling it good. Octavia Togami3 years ago
dd696172Make some improvements to the Forge side - still not fixed Maddy Miller3 years ago
b8d096baUn-mixup the mixins. This properly separates the forge and fabric mixins in the merged -mod jar. By some miracle Forge was 'working' with the Fabric mixins, but this is probably safer overall. wizjany3 years ago
59742162Use Forge's official tag API Octavia Togami3 years ago
5843aa50Change vector command converter wording. (#2059) Hopefully will cut down on questions of how to use `//pos x,y,z`.wizjany3 years ago