WorldEdit Build #6015

Be aware that this branch (bugfix/stop-depending-on-finalize-dummkopf) 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
Branchbugfix/stop-depending-on-finalize-dummkopf
Number#6015-30d1ca3
Date2 years ago
Changes
IDSummaryCommitterDate
30d1ca3aMerge branch 'master' into bugfix/stop-depending-on-finalize-dummkopfoctavia.togami2 years ago
5ca77b80Pin upload-artifact action to previous version. See https://github.com/actions/upload-artifact/issues/281wizjany2 years ago
de6fa17bAdd getBrush helper for use with instanceof pattern matching (#1926) Co-authored-by: Octavia Togami <octavia.togami@gmail.com>46890129+rainbowdashlabs2 years ago
09bdf0a6Merge branch 'version/7.2.x' Oh god this was so awful octavia.togami2 years ago
21e65e39Update Kotlin version so it builds octavia.togami2 years ago
c9717a54Update to Gradle 7.3 octavia.togami2 years ago
fa5b7346Use the more correct extent octavia.togami2 years ago
fce609b2License fix octavia.togami2 years ago
21155198Enable tracing by default octavia.togami2 years ago
da3d6840Remove finalize, use a Cleaner instead octavia.togami2 years ago
bd87665eUpdate paperweight + userdev bundle. (#1930) * Update paperweight + userdev bundle. * remove unneeded config (set by userdev plugin already)wizjany2 years ago
ff29595dForgot to update this to 16octavia.togami2 years ago
9928bc85Specify UTF-8 for javadoc as well octavia.togami2 years ago
3ba08901Back to SNAPSHOT for continued development mnmiller12 years ago
9f3e7955Release 7.2.7 Signed-off-by: Madeline Miller <mnmiller1@me.com> mnmiller12 years ago
d48530cbDon't allow editing without a Bukkit Impl Adapter. (#1920) * Don't allow editing without a Bukkit Impl Adapter. Also fix up some failed adapter checks. * Make config a string, log warning message. * checkstylewizjany2 years ago
05f44bb1Add caching for Gradle Build (#1914) Caching reduces build duration by ~50%.jeremy.epling3 years ago
49bc9b0cchore: improve bukkit world access speeds (#1911) mnmiller13 years ago
e6857ec7Move adapters to paperweight (#1909) * Move adapters to paperweight * Edit adapters JAR to remove 1.17 R1_2 * Fix checkstyle * Add URL for updating version in the futureoctavia.togami3 years ago
6008fe73Remove class shutter Runtime classes are no longer conflicting. Fixes #1895. octavia.togami3 years ago
fbf61ef9Fix raise and lower deform brushes (#1889) mnmiller13 years ago
6c08b682Set Multi-Release in CLI manifest Fixes #1890 octavia.togami3 years ago
f1350111Merge remote-tracking branch 'origin/version/7.2.x' mnmiller13 years ago
b4fbbc9cMove clearable checks for Bukkit to adapters (#1887) * Move clearable checks for Bukkit to adapters * Apparently this is faster???mnmiller13 years ago
b1c230d3Add conditional checking in help command (#1888) mnmiller13 years ago
bb9cd57dConfirm no forks in bug reportsoctavia.togami3 years ago
ed7923a2Require 16 in API octavia.togami3 years ago
1173385aUpdate Bukkit adapters for world gen change. wizjany3 years ago
df479041Add confirms to bug report templateoctavia.togami3 years ago
38b37739Mark stale after 30 days, not 60.wizjany3 years ago
81f98b7bMerge branch 'version/7.2.x' mnmiller13 years ago
4235622eBack to snapshot for future development mnmiller13 years ago
4b2d1e74Release 7.2.6 mnmiller13 years ago
f049d561Revert "Use a Guava Cache instead of a ThreadLocal (#1859)" This reverts commit b9f0416624ace489c0c7070cd1fd5b8148faa098. mnmiller13 years ago
ed280896Don't crash if fields are null in ChunkDeleter (#1874) Fixes #1873octavia.togami3 years ago
c5a44503Internally use a negated mask class to prevent russian doll wrapping (#1877) mnmiller13 years ago
1397ec76Add Snow Smooth Tools (#1580) * Added Snow Smooth Tools * Added missing javadocs * Restore backwards compatibility * Use isAir and isLiquid instead of checking exact types * Changed message for smoothing snow * Use IntegerProperty instead of Property<Object> * Requested changes from review * Added missing ":", consistent command description * Drop unnecessary try-catch for snow layer property * Removed configuration arguments for gaussian kernel * Removed duplicated code fragments to calculate the heightmap * Fixed switched x and y coordinates * Added missing point for checkstyle * Changed command usage as requested * Reordered flag for //snowsmooth, nicer formatting Co-authored-by: Octavia Togami <octavia.togami@gmail.com>github3 years ago
9de6b879Bump language files mnmiller13 years ago
0e0b4e7fJava 16 required octavia.togami3 years ago
515863daMerge branch 'version/7.2.x' mnmiller13 years ago
4277cb52Use MethodHandle for faster event bus (#1865) * Use MethodHandle for faster event bus * Implement hashCode/equals * Apply review comments * Bind to the object directlymnmiller13 years ago
8ee45137Fix Cycler tool not using full block data (#1868) mnmiller13 years ago
b9f04166Use a Guava Cache instead of a ThreadLocal (#1862) This allows high performance without leaking memory, and works around the JVM bug with ThreadLocals. See #1722.octavia.togami3 years ago
96c97997Exclude JSR305 from libs Fixes #1859 octavia.togami3 years ago
6af752baAdd Beta 2 changelog items mnmiller13 years ago
2e45a203[Forge] Update to 1.17.1 (#1847) * [Forge] Update to 1.17.1 Includes minor updates to Fabric as well. water and water and water water * Fix a few things * Move to latest versions of FG/Forge Also drops TrueZIP in devoctavia.togami3 years ago
86866721Only map options if needed to replace seed (#1843) * Only map options if needed to replace seed * Add bukkit adapters. Co-authored-by: wizjany <wizjany@gmail.com>octavia.togami3 years ago
f414af50Fix the offset mask forcing negation of itself (#1656) mnmiller13 years ago
a383d916Merge branch 'version/7.2.x' mnmiller13 years ago
cfd20982Fix deployment of -cli artefacts mnmiller13 years ago
fb1fb849Fixed typo and grammar 4009945+mattbdev3 years ago
8b38f6fbSupport 48x48x48 drawsel on 1.16+ (#1826) * Support 48x48x48 drawsel on 1.16+ * Also update the chat message on //drawsel * Extract the code * Split the x/y/z * angry reacts onlymnmiller13 years ago
27bacecaFixed typo4009945+mattbdev3 years ago
bb3245e3Merge pull request #1832 from EngineHub/feature/117-for-master 1.17 for masteroctavia.togami3 years ago
76a30080Merge branch 'version/7.2.x' into feature/117-for-master octavia.togami3 years ago
5a143b83Fix setting biomes on negative-Y-enabled worlds. (#1833) Also left a note for forge, again. Closes #1819.wizjany3 years ago
9c7f4542Fix a couple of typos (#1835) * Fix typo in BukkitImplAdapter * Yet another dangling typomc.cache3 years ago
402b9284Update adapters. wizjany3 years ago
8a830814Merge branch 'version/7.2.x' octavia.togami3 years ago
954210deFix //outline for non-cuboid regions (#1827) mnmiller13 years ago
e4cd5696[Fabric] Update to 1.17.1 (#1821) octavia.togami3 years ago
1f21162bEnsure the SLF4J ban is being applied Fabric gets skipped 'cause its scuffed octavia.togami3 years ago
e29126edAdd 7.2.6 changelog as-of Beta 1 mnmiller13 years ago
1415e6f6Fix notify at negative Y on fabric, leave note for forge. wizjany3 years ago
2586600eUpdate adapters for 1.17.1. wizjany3 years ago
40ded939Fix loading legacy invalid blocks octavia.togami3 years ago
10410acaFix key for 'Anything Else?' section octavia.togami3 years ago
0790e6e5Fix CLI Mess (#1811) * Fix CLI awfulness * Fix indentation * Licensesoctavia.togami3 years ago
fbb047a0Optimize legacy schematic loading (#1808) * Optimize legacy schematic loading * Be more DRYoctavia.togami3 years ago
f91e8e40Fixed incorrect version numbers in javadocs (#1810) 4009945+mattbdev3 years ago
728a1523Skip notify if chunk section doesn't exist (#1794) * Skip notify if chunk section doesn't exist * Include forge in this change * Pass chunk to mark/notify directly, update adapters. Co-authored-by: wizjany <wizjany@gmail.com>octavia.togami3 years ago
43da91adRemove method reflection for getMinHeight in BukkitWorld. (#1796) * Remove reflective use of the getMinHeight method in BukkitWorld. Which requires dep updates to 1.17, which may currently break this build? * Tell Gradle we can read Java 16 JARs Co-authored-by: Octavia Togami <octavia.togami@gmail.com>wizjany3 years ago
183ae4a1Improve mask api (#1793) * Improve mask api * Revert javadocs change2sicherheit3 years ago
b8a9c007Merge branch 'version/7.2.x' mnmiller13 years ago
eb7b79c9Use require instead of strictly to reduce problems with mojang/bukkit updates (#1787) github3 years ago
a57f66f7Fix watchdog, add negative y support. (#1782) wizjany3 years ago
043c3315Fix Scuffed POMs (#1779) * Repair fabric POM * Fix-up a ton of publishing errors * Remove shadow jar from publishing * Remove shadow application from platform/coreoctavia.togami3 years ago
47b64257Restrict the weird forge maven to known content octavia.togami3 years ago
e2ad0427Update bundled language files octavia.togami3 years ago
2beeec22Update cdist octavia.togami3 years ago
3393d270Try require for snake yaml octavia.togami3 years ago
4d6c1973Parallelize tests properly octavia.togami3 years ago
bf780346Drop enforcedPlatform to platform octavia.togami3 years ago
a0a3e0f5De-parameterize vector tests octavia.togami3 years ago
8cc6e715Allow upgrading snakeyaml octavia.togami3 years ago
c8e5f277Update MCUtils for 1.17 (#1774) * Update MCUtils for 1.17 * Re-add deprecated grass_pathoctavia.togami3 years ago
57a040c4Update adapter jar. wizjany3 years ago
e010b4c4Bukkit 1.17 adapter. wizjany3 years ago
7676a2d5[Fabric] Update to 1.17 (#1772) octavia.togami3 years ago
95160027Register platforms and commands in a more proper way (#1766) * Register platforms and commands in a more proper way Platforms are now register "on load"/initialize/etc., and preferreds are chosen just prior to command registration events. This allows us to properly hook in to reload. Additionally, we now have the capability to reload data with /minecraft:reload, though this is not yet implemented. * Correct javadocs on queryCapability * Flatten BukkitImplAdapter Lifecycledoctavia.togami3 years ago
8cfbf7e4Use 16 as our toolchain, but set release to 8 octavia.togami3 years ago
67c99bedMerge branch 'version/7.2.x' octavia.togami3 years ago
76147474Fix author/name swap in //schem share.wizjany3 years ago
8e5020fdAdd splatter brush (#1657) * Add splatter brush PR feedback - 3d splatter Add splatter brush (#1547) * Move the splatter brush into a mask * Fix PR notes Co-authored-by: Lewis B <lbobbermen@bigpond.com>mnmiller13 years ago
5a7cbfd6Fix selecting at 0,0,0 or radius 0 cyl/ellipse (#1734) octavia.togami3 years ago
6e2b0a1dAllow plugins to register new clipboard share destinations (#1707) * Allow plugins to register new clipboard share destinations * Rename file, as per request * Don't use the base enginehub name for EH_pastebin * Address review comments * Fixed wrong usage * Use a second metadata class for clipboard shares * Newline * Address comments * Improve docs * Apply suggestions from code review Co-authored-by: Octavia Togami <octavia.togami@gmail.com> * Use a consumer so that we handle serialization * Update worldedit-core/src/main/java/com/sk89q/worldedit/extent/clipboard/Clipboard.java Co-authored-by: Octavia Togami <octavia.togami@gmail.com> * Update worldedit-core/src/main/java/com/sk89q/worldedit/extent/clipboard/io/share/ClipboardShareDestination.java Co-authored-by: Octavia Togami <octavia.togami@gmail.com> * Update worldedit-core/src/main/java/com/sk89q/worldedit/extent/clipboard/io/share/ShareOutputConsumer.java Co-authored-by: Octavia Togami <octavia.togami@gmail.com> * Update worldedit-core/src/main/java/com/sk89q/worldedit/extent/clipboard/io/share/ShareOutputConsumer.java Co-authored-by: Octavia Togami <octavia.togami@gmail.com> * Fixed a lot of random comments * Return a consumer from share rather than a URL, allows the share destination to control output Co-authored-by: Octavia Togami <octavia.togami@gmail.com>mnmiller13 years ago
876108fdPrepare for Gradle 7, but due to FG only get to 6.9 Gradle 7 stuff requires FG 5. Phooey. octavia.togami3 years ago
ec2fb073Fix a few links mnmiller13 years ago
ba8e96a7Replace dead links in contributing.md (#1735) * Replace dead links in contributing.md * Address requested changesmc.cache3 years ago
79534544Fixup after issue template changes octavia.togami3 years ago
1f113ec0Address issue template deprecations (#1736) mc.cache3 years ago
10c8a11dMerge branch 'version/7.2.x' octavia.togami3 years ago
95d784f4Return false if Entity#remove is unsupported Fixes #1729 octavia.togami3 years ago
14686740Update FG for new maven repo octavia.togami3 years ago
edf39b2bBack to snapshot for future development octavia.togami3 years ago
57d5ac96Release 7.2.5 octavia.togami3 years ago