- Builds
- WorldEdit (
deform-clipboard
) - Build #6333
WorldEdit Build #6333
Be aware that this branch (
deform-clipboard
) is not the main branch (version/7.2.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 downloadsProject | WorldEdit |
---|---|
Status | SUCCESS |
Branch | deform-clipboard |
Number | #6333-d7499d1 |
Date | 7 months ago |
Artifacts
worldedit-bukkit-7.3.0-SNAPSHOT-dist.jar(5594.96 kBytes)
worldedit-cli-7.3.0-SNAPSHOT-dist.jar(20301.39 kBytes)
worldedit-fabric-mc1.19.3-7.3.0-SNAPSHOT-dist.jar(4424.34 kBytes)
worldedit-forge-mc1.19.3-7.3.0-SNAPSHOT-dist.jar(4345.46 kBytes)
worldedit-mod-7.3.0-SNAPSHOT-dist.jar(5614.61 kBytes)
worldedit-sponge-api8.1.0-7.3.0-SNAPSHOT-dist.jar(5040.99 kBytes)
Changes
ID | Summary | Committer | Date |
---|---|---|---|
d7499d14 | Add clipboard support to //deform and //brush deform | tomylobo | 7 months ago |
f1732d25 | More accurate comments | tomylobo | 7 months ago |
288751d7 | Rename offset arguments on //deform and //generate to offsetPlacement | tomylobo | 7 months ago |
01d24c70 | Remove superfluous import | tomylobo | 7 months ago |
f40ea0dd | Merge branch 'version/7.2.x' | mnmiller1 | 7 months ago |
f6646aaa | Update to the new Paper maven repo | mnmiller1 | 7 months ago |
82727ffb | Few 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 TODO | mnmiller1 | 7 months ago |
d960fa22 | Add property suggestions for hand,offhand,pos1 patterns (#2269) | mnmiller1 | 7 months ago |
98fd5dc8 | Allow factory suggestions to have parser context (#2236) | mnmiller1 | 7 months ago |
b18d66c5 | Merge branch 'version/7.2.x' | mnmiller1 | 7 months ago |
ab79341a | Merge pull request #2253 from Brokkonaut/bukkit-custombiomes Allow custom biomes in bukkit | octavia.togami | 7 months ago |
6bbcf746 | Allow custom biomes in bukkit | hannos17 | 8 months ago |
78848d5c | Merge pull request #2245 from cthbleachbit/master EditSession.drawSpline: use vectors at block center for spline nodes | octavia.togami | 7 months ago |
17ce47cd | EditSession.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. | cth451 | 9 months ago |
98611c2a | Only mark CLI clipboard world as dirty when the underlying calls return a success state | mnmiller1 | 8 months ago |
034d7218 | Update README.md Fix minor typo | untouchedodin0 | 8 months ago |
6951e790 | Merge branch 'version/7.2.x' | mnmiller1 | 9 months ago |
474c191c | Use the connection field on 1.19->1.19.3 rather than networkManager | mnmiller1 | 9 months ago |
59614721 | Fixed 1.19.3 adapter on 7.3.0 branch | mnmiller1 | 9 months ago |
b2475c7c | Fix some exceptions from SpongeWorld (#2218) * Fix exception when calling SpongeWorld#setBlock with present block entity * Fix missing block entity metadata in SpongeWorld#getFullBlock | 41531939+lignium | 9 months ago |
844a8fc0 | Merge branch 'version/7.2.x' | mnmiller1 | 9 months ago |
882c3dd8 | Back to SNAPSHOT for continued development | mnmiller1 | 9 months ago |
46576cc5 | Release 7.2.13 | mnmiller1 | 9 months ago |
2e86f051 | Paper 1.19.3 (Untested due to IntelliJ indexing) | mnmiller1 | 10 months ago |
ec85dd5a | 1.19.3 final release & also Forge | mnmiller1 | 10 months ago |
b8226417 | [Fabric] 1.19.3-rc1 | octavia.togami | 10 months ago |
f7f23b44 | Update Gradle to 7.5.1 | octavia.togami | a year ago |
470fe9e1 | Add author to, and cleanup manifest files for various platforms (#2197) | mnmiller1 | a year ago |
0b6dcb1f | Fixed clipboards failing to paste when a block has NBT data (#2198) | mnmiller1 | a year ago |
0ef38b52 | 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. | wizjany | a year ago |
4267fabd | Ignore structure void by default and use a flag to paste it (#2180) | mnmiller1 | a year ago |
267bbb30 | Add 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> | mnmiller1 | a year ago |
7e61ff19 | 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 | mnmiller1 | a year ago |
3f343b6b | Fixed worldedit-bukkit loading on Windows (#2181) | mnmiller1 | a year ago |
5db6ebc9 | Shade LinBus in -libs (#2172) * Shade LinBus in -libs * exclude linbus from -mod jar dupe | mnmiller1 | a year ago |
55e2d3d4 | Catch InvalidPathException in safeFile handler (#2167) | mnmiller1 | a year ago |
b3962d8b | Merge branch 'version/7.2.x' | mnmiller1 | a year ago |
d18149ee | Back to SNAPSHOT for continued development | mnmiller1 | a year ago |
87f4ae19 | Release 7.2.12 | mnmiller1 | a year ago |
4b017783 | Bump FG & Loom to 1.19.2 (#2165) | mnmiller1 | a year ago |
54ed9e89 | Add support for Y-offsets with back direction (#2164) | mnmiller1 | a year ago |
e01b0492 | [Bukkit] 1.19.2 DV. Assuming spigot doesn't decide to randomly break things, this should work when it releases. | wizjany | a year ago |
d2e39224 | Back to SNAPSHOT for continued development | mnmiller1 | a year ago |
c43a877e | Release 7.2.11 | mnmiller1 | a year ago |
9ef6e5bd | 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. | wizjany | a year ago |
70d70f90 | Back to snapshot. | wizjany | a year ago |
315c5d03 | Release 7.2.11 beta 2. Last 1.19 release for forge due to breaking changes. | wizjany | a year ago |
96f791c5 | [Forge] Bump to final RB for 1.19. | wizjany | a year ago |
ba8e4036 | Fix tasks not being scheduled on Sponge (#2155) | yeregorixcraft | a year ago |
b4ae41a4 | Merge branch 'version/7.2.x' | octavia.togami | a year ago |
0c3a4b88 | Merge pull request #2145 from EngineHub/feature/warning-the-following-commits-contain-deprecated-material Clean up all deprecations in the codebase | octavia.togami | a year ago |
8e8235ce | Merge pull request #2141 from EngineHub/feature/coming-home-from-an-adventure Replace adventure-nbt with our own lib | octavia.togami | a year ago |
b944b3e4 | Exclude experimental from API | octavia.togami | a year ago |
914e0a32 | Fix a little rawtypes | octavia.togami | a year ago |
b7301a64 | Clean up the last little bit of NBT deprecations | octavia.togami | a year ago |
59fcef89 | Clean up getBrushTool deprecations | octavia.togami | a year ago |
788aec55 | Clean up java.io deprecations | octavia.togami | a year ago |
67905ae3 | Clean up all NBT deprecation warnings except old adapters, don't want to do that if we're gonna drop them | octavia.togami | a year ago |
059ac19b | Clean up deprecations in specialized block classes | octavia.togami | a year ago |
36ab2889 | Avoid use of deprecated newInstance method | octavia.togami | a year ago |
d299e36a | Clean up reorder deprecation warnings | octavia.togami | a year ago |
8f79e3ac | Remove deprecation from clipboard-adjacent files | octavia.togami | a year ago |
d7b3c4c0 | Clone the returned getRegion on BlockArrayClipboard (#2144) | mnmiller1 | a year ago |
002bdd7c | Only show full stacktrace with permission (#2122) * Only show full stacktrace with permission * How the fuck did this actually happen smh | mnmiller1 | a year ago |
298b641a | Make the BukkitAdapter thread-safe | octavia.togami | a year ago |
65fe8a69 | Update actions, upload logs | octavia.togami | a year ago |
8c322dfb | Use some pattern-matching, 'cause it's cool | octavia.togami | a year ago |
8caaa3e0 | [Forge] Update to 41.0.98 to fix breaking changes Fixes #2139 | octavia.togami | a year ago |
94745add | Remove maven local specifier | octavia.togami | a year ago |
8fee9bdd | Fix Sponge rotation adapter | yeregorixcraft | a year ago |
2aadf22b | Restore ABI compatiblity | octavia.togami | a year ago |
d1ebde0b | First stab at getting lin-bus integrated | octavia.togami | a year ago |
a8b5268e | Merge pull request #2133 from EngineHub/chore/build-fix-for-master Merge version branch in for build fix | octavia.togami | a year ago |
ed2713a5 | Update some plugins to fix build | octavia.togami | a year ago |
fb7366e3 | Back to SNAPSHOT for continued development | mnmiller1 | a year ago |
08775899 | Release 7.2.11 Beta 1 | mnmiller1 | a year ago |
6fef180a | Merge pull request #2118 from EngineHub/chore/1.19-to-master Merge version/7.2.x to master for 1.19 changes | mnmiller1 | a year ago |
bc9a6dd5 | Merge branch 'version/7.2.x' | mnmiller1 | a year ago |
f667474f | Deprecate MultiStageReorder and ReorderMode (#1999) * Start deprecating MultiStage reorder * Rather than changing behaviour just deprecate * Add deprecation message * Apply PR review notes | mnmiller1 | a year ago |
3433e40d | Fix CB watchdog, fail early if it breaks | octavia.togami | a year ago |
a7ab49a0 | Merge pull request #2112 from EngineHub/snapshot-testing/1.19 | octavia.togami | a year ago |
7df4d984 | [Bukkit] 1.19 Removed 1.18, 1.18.2 is still present | octavia.togami | a year ago |
7cc90a7b | Merge pull request #2111 from EngineHub/feature/abi-more-like-allthings-break-intermittenly Add automatic ABI checking | octavia.togami | a year ago |
d3ab1e57 | 1.19 data updates | octavia.togami | a year ago |
69b5d661 | [Forge] 1.19 | octavia.togami | a year ago |
7497341a | [Fabric] 1.19 | octavia.togami | a year ago |
a8a3633b | Increase memory for daemon Thanks loom | octavia.togami | a year 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.togami | a year ago |
45b0b9a8 | Fix failures for when we update to a new MC version | octavia.togami | a year ago |
c42a96f8 | Licensing... | octavia.togami | a year ago |
8d5d809a | Add automatic ABI checking This is going to break on new MC release, but I'll take care of that | octavia.togami | a year ago |
92b88dc2 | Merge pull request #2109 from EngineHub/chore/merge-to-master Merge version/7.2.x into master | octavia.togami | a year ago |
9e98e77a | Exclude examiner from -forge when merging | octavia.togami | a year ago |
bed2419f | Remove legacy adapters | mnmiller1 | a year ago |
1e618e3a | Merge version/7.2.x into master | mnmiller1 | a year ago |
31e5298f | Fixed //stack erroring when given a count of 0 (#2108) | mnmiller1 | a year ago |
c515eb5f | Cache properties to reduce startup memory (#2103) * Cache properties to reduce startup memory * Apply PR review notes * Remove import | mnmiller1 | a year ago |
c83f6ecd | Play around with SpongeForge (#2107) | mnmiller1 | a year ago |
6e72ee00 | Add 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> | mnmiller1 | a year ago |
92dfdcb8 | Update CodeQL action to v2 | octavia.togami | a year ago |
15bd7ff4 | Increase default BlockState count (#2102) | mnmiller1 | a year ago |
8ddd3179 | Fix fastutil on sponge (#2099) VG excludes the wrong version, PR has been made | octavia.togami | a year ago |
3eefaa29 | Fix block state mask with string properties (#2091) | mnmiller1 | a year ago |
88db45b6 | Bump paperweight + bundle to fix build | octavia.togami | a year ago |
14ecf932 | Bump paperweight + bundle to fix build | octavia.togami | a year ago |
27b29453 | Bump adapter jar. https://github.com/EngineHub/worldedit-adapters/pull/31 | wizjany | 2 years ago |
027a6078 | Revert "Fix sponge." This reverts commit 677ce55a92b7bd629d86bd161d6f35836a4e57d0. | wizjany | 2 years ago |
677ce55a | Fix sponge. | wizjany | 2 years ago |
5b599298 | Back to SNAPSHOT for continued development | mnmiller1 | 2 years ago |
1742f984 | Release 7.2.10 | mnmiller1 | 2 years ago |
e715ccc3 | Fix 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> | wizjany | 2 years ago |
d905ad47 | Fix terminology in SECURITY.md (#2066) | octavia.togami | 2 years ago |
356cd2c8 | Merge pull request #2062 from EngineHub/fix/mixin-mixup Un-mixup the mixins. | octavia.togami | 2 years ago |
b8d42ac5 | Defeat the duplication dilemma. | wizjany | 2 years ago |
5e49f69f | Forge requires explicitly defining the refmap in the mixing config | mnmiller1 | 2 years ago |
ccf9397c | Now works in dev | mnmiller1 | 2 years ago |
b4b018d6 | Remove 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.togami | 2 years ago |
dd696172 | Make some improvements to the Forge side - still not fixed | mnmiller1 | 2 years ago |
b8d096ba | Un-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. | wizjany | 2 years ago |
59742162 | Use Forge's official tag API | octavia.togami | 2 years ago |
5843aa50 | Change vector command converter wording. (#2059) Hopefully will cut down on questions of how to use `//pos x,y,z`. | wizjany | 2 years ago |
f50a81fc | Fluid masks for forge/fabric. (#556) Closes #877. | wizjany | 2 years ago |
44863cf5 | Don't access PluginClassLoader directly (#2045) | 2 years ago | |
e21ab6a7 | Revert to v2 setup-java https://github.com/actions/setup-java/issues/295 | octavia.togami | 2 years ago |
afdfa9e3 | gradle 7.4 | octavia.togami | 2 years ago |
2fda9a12 | Some final version updates | octavia.togami | 2 years ago |
48d7ccc1 | [Bukkit] 1.18.2 | wizjany | 2 years ago |
a6c05c22 | [Forge] 1.18.2 Plus bonus debug and Fabric improvements | octavia.togami | 2 years ago |
8c83ef80 | [Bukkit] Remove nbt tricks from adapters | octavia.togami | 2 years ago |
ce13ed99 | [Fabric] 1.18.2 update | octavia.togami | 2 years ago |
30e16014 | Apply update flag on later change (#2037) * Apply update flag on later change * Checkstyle * Move entry point for UPDATE | mnmiller1 | 2 years ago |
eac5b51b | Play dirty because bukkit classloading is bad. (#2043) * Play dirty because bukkit classloading is bad. Fixes #2042. * Make logging more Bukkit-friendly. * Checkstyle | wizjany | 2 years ago |
e2ab12c3 | Change the class source validator to use classloaders for detection. (#2039) Since each plugin now has a semi-isolated classloader, checking the codesource of our classes will always give our own plugin back. Instead, we iterate through every other plugin and ask *its* classloader to load the class. If the loaded class lives in a different classloader than our own, we know it (or someone else) has a different version. | wizjany | 2 years ago |
76ec878e | Allow biome commands to be used from non-player actors (#2034) | mnmiller1 | 2 years ago |
17b9f005 | Move tinyurls to ehub.to (#2033) | octavia.togami | 2 years ago |
8929ad20 | Fix Forge max height limit (#2028) * Fix Forge max height limit Because this method was silently renamed, we've been using the wrong one for a bit. * forge team plz update special source for my fix | octavia.togami | 2 years ago |
86277d1e | Back to SNAPSHOT for continued development | mnmiller1 | 2 years ago |
e20e0133 | Release 7.2.9 | mnmiller1 | 2 years ago |
ab31481e | Use Chunk#getNoiseBiome instead of biome container (#2025) This is just way easier, and not buggy! Fixes #2012 | octavia.togami | 2 years ago |
e118e3df | Fix regen on newer Forge due to removed method (#2021) * Fix regen on newer Forge due to removed method * Use saveWithFullMetadata | mnmiller1 | 2 years ago |
e4854338 | Fix legacy error message output for WorldGuard commands (#2023) | github | 2 years ago |
fb503247 | Update worldedit-sponge to API 8 (#1771) * Sponge 8 work Remove text adapter Debugging the bugs out * Resolve compiling for latest Sponge * Update for latest SpongeAPI 8 snapshots * Fixed a few issues with Sponge8 WorldEdit. Command completions are still broken. * Resolve completions * Bump to Sponge API 8 release * Remove VALIDATION as a supported SideEffect on Sponge for now. * Append Sponge API version to archive name * Implement regeneration on Sponge; currently hangs due to a Sponge bug. * Fixed typo * Fix commands without permissions and version handling * Make changes from PR comments and re-add bStats Co-authored-by: Madeline Miller <mnmiller1@me.com> | octavia.togami | 2 years ago |
09c489df | Merge pull request #1750 from EngineHub/feature/sponge-schematic-3 Sponge Schematic Version 3 | octavia.togami | 2 years ago |
3e07a992 | Merge branch 'master' into feature/sponge-schematic-3 | octavia.togami | 2 years ago |
ab61a849 | Fix Fabric regenerate outside of overworld (#2016) * Fix Fabric regenerate outside of overworld * License | mnmiller1 | 2 years ago |
0ad3ab14 | Remove extra label from bukkit command usage string. This is never actually shown anywhere since we use our own help factory, but apparently the bukkit api exposes it so... | wizjany | 2 years ago |
512a07ea | Add the UPDATE SideEffect to Forge (#2000) | mnmiller1 | 2 years ago |
fb5ec199 | Fix error for snapshot restore missing chunk | octavia.togami | 2 years ago |
757bef1f | Fix for #1983, Use Math.floor instead of int cast (master branch) (#1989) | github | 2 years ago |
3fa364b4 | Fix for #1983, Use Math.floor instead of int cast (#1986) | github | 2 years ago |
6f14f45c | Security email is working now | octavia.togami | 2 years ago |
105f7a43 | Merge pull request #1981 from EngineHub/feature/pos-command Add a //pos command to set multiple positions at once | mnmiller1 | 2 years ago |
c554d757 | Refactor the selector choice enum to be cleaner Fix gradle checks | octavia.togami | 2 years ago |
6c20cf21 | Add a //pos command to set multiple positions at once pre-emptively fix what octy is definitely going to pull me up on in the review Rename pos2Extra to pos2 Fixex extra line Apply suggestions from code review Co-authored-by: Octavia Togami <octavia.togami@gmail.com> Directly use pos2 as a list Add an -s arg to set the selector type Update pos1 text | mnmiller1 | 2 years ago |
7925f5d1 | Merge pull request #1968 from EngineHub/chore/merging-to-master Merge 1.18.1 to master | mnmiller1 | 2 years ago |
9c44dd75 | Default to Java 17 | mnmiller1 | 2 years ago |
98c93d01 | Merge remote-tracking branch 'origin/version/7.2.x' into chore/merging-to-master | mnmiller1 | 2 years ago |
9409cc97 | Pin adapter version | mnmiller1 | 2 years ago |
d0ecd8da | Merge 1.18.1 to master | mnmiller1 | 2 years ago |
92dfe5e4 | Bump Paperweight to allow 1.17 adapters from source | mnmiller1 | 2 years ago |
9843a4fe | Fix snapshots in 1.18 (#1959) * Fix snapshots in 1.18 * use Int2ObjectOpenHashMap * Fix loading zipped snapshots that contain an entities folder Co-authored-by: Octavia Togami <octavia.togami@gmail.com> | hannos17 | 2 years ago |
100b87ea | Update gradle flow properly | octavia.togami | 2 years ago |
12e1c242 | Update flows from master | octavia.togami | 2 years ago |
9557fa7e | Set up JDK 17 for CQL | octavia.togami | 2 years ago |
540c33e2 | Remove outdated text in workflow | octavia.togami | 2 years ago |
17226fea | Create codeql-analysis.yml Figure it might be nice | octavia.togami | 2 years ago |
4b83a13c | Create SECURITY.md (#1964) * Create SECURITY.md We've not actually stated a formal policy, and in leu of email this should suffice. * Add note about what we consider vulnerabilties | octavia.togami | 2 years ago |
6df194e5 | Remove finalize, use a Cleaner instead (#1943) * Remove finalize, use a Cleaner instead * Enable tracing by default * License fix * Use the more correct extent | octavia.togami | 2 years ago |
5ca77b80 | Pin upload-artifact action to previous version. See https://github.com/actions/upload-artifact/issues/281 | wizjany | 2 years ago |
20c42b51 | Extract log4j version to Versions.kt. Also bump to match underlying platform versions to resolve runtime version mismatches. | wizjany | 2 years ago |
2c0b47d7 | Bump forge version as well. | wizjany | 2 years ago |
885c326c | Bump paperweight, dev bundle. | wizjany | 2 years ago |
4f34cf9f | Back to SNAPSHOT for continued development | mnmiller1 | 2 years ago |
1246d610 | Release 7.2.8 | mnmiller1 | 2 years ago |
22816cff | Version bumps for bukkit/fabric 1.18.1 | wizjany | 2 years ago |
bfef9962 | Fix BlockEntity saving on Forge. | wizjany | 2 years ago |
6e106c16 | Merge pull request #1939 from EngineHub/snapshot-testing/1.18 1.18 | wizjany | 2 years ago |
5ce37d7a | Merge branch 'version/7.2.x' into snapshot-testing/1.18 | wizjany | 2 years ago |
46de95ff | Clean up forge gradle script, apply the chorus plant fix to forge/fabric world. | wizjany | 2 years ago |
a8656c5f | Bump some versions, fix forge run configs. | wizjany | 2 years ago |
f5328271 | Remove height from //expand vert. With new world height limits, this will cause more confusion than good. `//outset -v` or `//expand u,d` can replicate the previous behavior. | wizjany | 2 years ago |
63d2ad4e | Bump forge (again). | wizjany | 2 years ago |
7b4e2c28 | Bump forge version. Loads now, though Forge prod client/server still don't run. | wizjany | 2 years ago |
f534b61f | Theoretically works on forge. | wizjany | 2 years ago |
4e3fa750 | Missed mapping. | wizjany | 2 years ago |
b00e0a4c | Paperweight roulette. | wizjany | 2 years ago |
6760ad71 | Bump version numbers and stuff for 1.18 release. | wizjany | 2 years ago |
979b5227 | Make Paperweight adapter run on 1.18rc3. | wizjany | 2 years ago |
44d91b0c | Shove 1.17 adapters into a jar to fix the build | octavia.togami | 2 years ago |
1aad9218 | Bump paperlib dep. Fixes a bug with detecting pre-release versions. | wizjany | 2 years ago |
511daa50 | Update paperweight dev bundle | octavia.togami | 2 years ago |
29f1c661 | If a trace hits the world limit, cancel it (#1942) | octavia.togami | 2 years ago |
de6fa17b | Add getBrush helper for use with instanceof pattern matching (#1926) Co-authored-by: Octavia Togami <octavia.togami@gmail.com> | 46890129+rainbowdashlabs | 2 years ago |
09bdf0a6 | Merge branch 'version/7.2.x' Oh god this was so awful | octavia.togami | 2 years ago |
c4074717 | Re-add class shutter with tweaks. (#1947) We want to hide default-package classes, such as "com", "io", etc. which are common names in Mojang obf classes but also common package names, without hiding generated default-package classes such as described in #1895. This reverts commit 6008fe73 | wizjany | 2 years ago |
21e65e39 | Update Kotlin version so it builds | octavia.togami | 2 years ago |
953e22fc | [Fabric] Update to 1.18-pre4 | octavia.togami | 2 years ago |
c9717a54 | Update to Gradle 7.3 | octavia.togami | 2 years ago |
53559192 | Fix the build a bit Improved checkstyling | octavia.togami | 2 years ago |
410688e7 | [Fabric] Update to 1.18-pre1, Mojmapped Also Gradle 7.3. :) | octavia.togami | 2 years ago |
771ffae1 | Some 1.18 related version shenaigans Compiles: No | octavia.togami | 2 years ago |
bd87665e | Update paperweight + userdev bundle. (#1930) * Update paperweight + userdev bundle. * remove unneeded config (set by userdev plugin already) | wizjany | 2 years ago |
ff29595d | Forgot to update this to 16 | octavia.togami | 2 years ago |
9928bc85 | Specify UTF-8 for javadoc as well | octavia.togami | 2 years ago |
3ba08901 | Back to SNAPSHOT for continued development | mnmiller1 | 2 years ago |
9f3e7955 | Release 7.2.7 Signed-off-by: Madeline Miller <mnmiller1@me.com> | mnmiller1 | 2 years ago |
d48530cb | Don'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. * checkstyle | wizjany | 2 years ago |
05f44bb1 | Add caching for Gradle Build (#1914) Caching reduces build duration by ~50%. | jeremy.epling | 2 years ago |
49bc9b0c | chore: improve bukkit world access speeds (#1911) | mnmiller1 | 2 years ago |
e6857ec7 | Move 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 future | octavia.togami | 2 years ago |
6008fe73 | Remove class shutter Runtime classes are no longer conflicting. Fixes #1895. | octavia.togami | 2 years ago |
fbf61ef9 | Fix raise and lower deform brushes (#1889) | mnmiller1 | 2 years ago |
6c08b682 | Set Multi-Release in CLI manifest Fixes #1890 | octavia.togami | 2 years ago |
f1350111 | Merge remote-tracking branch 'origin/version/7.2.x' | mnmiller1 | 2 years ago |
b4fbbc9c | Move clearable checks for Bukkit to adapters (#1887) * Move clearable checks for Bukkit to adapters * Apparently this is faster??? | mnmiller1 | 2 years ago |
b1c230d3 | Add conditional checking in help command (#1888) | mnmiller1 | 2 years ago |
bb9cd57d | Confirm no forks in bug reports | octavia.togami | 2 years ago |
ed7923a2 | Require 16 in API | octavia.togami | 2 years ago |
1173385a | Update Bukkit adapters for world gen change. | wizjany | 2 years ago |
df479041 | Add confirms to bug report template | octavia.togami | 2 years ago |
38b37739 | Mark stale after 30 days, not 60. | wizjany | 2 years ago |
81f98b7b | Merge branch 'version/7.2.x' | mnmiller1 | 2 years ago |
4235622e | Back to snapshot for future development | mnmiller1 | 2 years ago |
4b2d1e74 | Release 7.2.6 | mnmiller1 | 2 years ago |
f049d561 | Revert "Use a Guava Cache instead of a ThreadLocal (#1859)" This reverts commit b9f0416624ace489c0c7070cd1fd5b8148faa098. | mnmiller1 | 2 years ago |
ed280896 | Don't crash if fields are null in ChunkDeleter (#1874) Fixes #1873 | octavia.togami | 2 years ago |
c5a44503 | Internally use a negated mask class to prevent russian doll wrapping (#1877) | mnmiller1 | 2 years ago |
1397ec76 | Add 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> | github | 2 years ago |
9de6b879 | Bump language files | mnmiller1 | 2 years ago |
0e0b4e7f | Java 16 required | octavia.togami | 2 years ago |
515863da | Merge branch 'version/7.2.x' | mnmiller1 | 2 years ago |
4277cb52 | Use MethodHandle for faster event bus (#1865) * Use MethodHandle for faster event bus * Implement hashCode/equals * Apply review comments * Bind to the object directly | mnmiller1 | 2 years ago |
8ee45137 | Fix Cycler tool not using full block data (#1868) | mnmiller1 | 2 years ago |
b9f04166 | Use 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.togami | 2 years ago |
96c97997 | Exclude JSR305 from libs Fixes #1859 | octavia.togami | 2 years ago |
6af752ba | Add Beta 2 changelog items | mnmiller1 | 2 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 dev | octavia.togami | 2 years ago |
86866721 | Only 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.togami | 2 years ago |
f414af50 | Fix the offset mask forcing negation of itself (#1656) | mnmiller1 | 3 years ago |
a383d916 | Merge branch 'version/7.2.x' | mnmiller1 | 2 years ago |
cfd20982 | Fix deployment of -cli artefacts | mnmiller1 | 2 years ago |
fb1fb849 | Fixed typo and grammar | 4009945+mattbdev | 2 years ago |
8b38f6fb | Support 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 only | mnmiller1 | 2 years ago |
27baceca | Fixed typo | 4009945+mattbdev | 2 years ago |
2f6b50a4 | Update for final changes | octavia.togami | 2 years ago |
e1892b7b | Fix imports | octavia.togami | 2 years ago |
a5ce8a47 | Licenses lol | octavia.togami | 2 years ago |
bd475b1d | Update to Sponge Schematic 3 Includes a major refactoring of how schematics are read. | octavia.togami | 2 years ago |
bb3245e3 | Merge pull request #1832 from EngineHub/feature/117-for-master 1.17 for master | octavia.togami | 2 years ago |
76a30080 | Merge branch 'version/7.2.x' into feature/117-for-master | octavia.togami | 2 years ago |
5a143b83 | Fix setting biomes on negative-Y-enabled worlds. (#1833) Also left a note for forge, again. Closes #1819. | wizjany | 2 years ago |
9c7f4542 | Fix a couple of typos (#1835) * Fix typo in BukkitImplAdapter * Yet another dangling typo | mc.cache | 2 years ago |
402b9284 | Update adapters. | wizjany | 2 years ago |
8a830814 | Merge branch 'version/7.2.x' | octavia.togami | 2 years ago |
954210de | Fix //outline for non-cuboid regions (#1827) | mnmiller1 | 2 years ago |
e4cd5696 | [Fabric] Update to 1.17.1 (#1821) | octavia.togami | 2 years ago |
1f21162b | Ensure the SLF4J ban is being applied Fabric gets skipped 'cause its scuffed | octavia.togami | 2 years ago |
e29126ed | Add 7.2.6 changelog as-of Beta 1 | mnmiller1 | 2 years ago |
1415e6f6 | Fix notify at negative Y on fabric, leave note for forge. | wizjany | 2 years ago |
2586600e | Update adapters for 1.17.1. | wizjany | 2 years ago |
40ded939 | Fix loading legacy invalid blocks | octavia.togami | 2 years ago |
10410aca | Fix key for 'Anything Else?' section | octavia.togami | 2 years ago |
0790e6e5 | Fix CLI Mess (#1811) * Fix CLI awfulness * Fix indentation * Licenses | octavia.togami | 2 years ago |
fbb047a0 | Optimize legacy schematic loading (#1808) * Optimize legacy schematic loading * Be more DRY | octavia.togami | 2 years ago |
f91e8e40 | Fixed incorrect version numbers in javadocs (#1810) | 4009945+mattbdev | 2 years ago |
728a1523 | Skip 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.togami | 2 years ago |
43da91ad | Remove 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> | wizjany | 2 years ago |
183ae4a1 | Improve mask api (#1793) * Improve mask api * Revert javadocs change | 2sicherheit | 2 years ago |
b8a9c007 | Merge branch 'version/7.2.x' | mnmiller1 | 2 years ago |
eb7b79c9 | Use require instead of strictly to reduce problems with mojang/bukkit updates (#1787) | github | 2 years ago |
a57f66f7 | Fix watchdog, add negative y support. (#1782) | wizjany | 2 years ago |
043c3315 | Fix Scuffed POMs (#1779) * Repair fabric POM * Fix-up a ton of publishing errors * Remove shadow jar from publishing * Remove shadow application from platform/core | octavia.togami | 2 years ago |
47b64257 | Restrict the weird forge maven to known content | octavia.togami | 2 years ago |
e2ad0427 | Update bundled language files | octavia.togami | 2 years ago |
2beeec22 | Update cdist | octavia.togami | 2 years ago |
3393d270 | Try require for snake yaml | octavia.togami | 2 years ago |
4d6c1973 | Parallelize tests properly | octavia.togami | 2 years ago |
bf780346 | Drop enforcedPlatform to platform | octavia.togami | 2 years ago |
a0a3e0f5 | De-parameterize vector tests | octavia.togami | 2 years ago |
8cc6e715 | Allow upgrading snakeyaml | octavia.togami | 2 years ago |
c8e5f277 | Update MCUtils for 1.17 (#1774) * Update MCUtils for 1.17 * Re-add deprecated grass_path | octavia.togami | 2 years ago |
57a040c4 | Update adapter jar. | wizjany | 2 years ago |
e010b4c4 | Bukkit 1.17 adapter. | wizjany | 2 years ago |
7676a2d5 | [Fabric] Update to 1.17 (#1772) | octavia.togami | 2 years ago |
95160027 | Register 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 Lifecycled | octavia.togami | 2 years ago |
8cfbf7e4 | Use 16 as our toolchain, but set release to 8 | octavia.togami | 2 years ago |
67c99bed | Merge branch 'version/7.2.x' | octavia.togami | 2 years ago |
76147474 | Fix author/name swap in //schem share. | wizjany | 2 years ago |
8e5020fd | Add 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> | mnmiller1 | 2 years ago |
5a7cbfd6 | Fix selecting at 0,0,0 or radius 0 cyl/ellipse (#1734) | octavia.togami | 2 years ago |
6e2b0a1d | Allow 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> | mnmiller1 | 2 years ago |
876108fd | Prepare for Gradle 7, but due to FG only get to 6.9 Gradle 7 stuff requires FG 5. Phooey. | octavia.togami | 2 years ago |
ec2fb073 | Fix a few links | mnmiller1 | 2 years ago |
ba8e96a7 | Replace dead links in contributing.md (#1735) * Replace dead links in contributing.md * Address requested changes | mc.cache | 2 years ago |
79534544 | Fixup after issue template changes | octavia.togami | 2 years ago |
1f113ec0 | Address issue template deprecations (#1736) | mc.cache | 2 years ago |
10c8a11d | Merge branch 'version/7.2.x' | octavia.togami | 2 years ago |
95d784f4 | Return false if Entity#remove is unsupported Fixes #1729 | octavia.togami | 2 years ago |
14686740 | Update FG for new maven repo | octavia.togami | 2 years ago |
edf39b2b | Back to snapshot for future development | octavia.togami | 2 years ago |
57d5ac96 | Release 7.2.5 | octavia.togami | 2 years ago |
98adde2c | Allow toggleplace to work on any Actor + Locatable (#1723) | octavia.togami | 2 years ago |
504b8bb2 | Merge branch 'version/7.2.x' | octavia.togami | 2 years ago |
f0a3848b | Switch to maven-publish (#1718) * Update to use maven-publish instead of maven * Use published loom * These shouldn't be needed | octavia.togami | 2 years ago |
c91159a2 | Note catch about toolchain system | octavia.togami | 2 years ago |
c7da4c0a | Swap out logback for log4j2 | octavia.togami | 2 years ago |
acf9c3b2 | Change oak stair shape to straight in legacy.json. | wizjany | 2 years ago |
97a4df96 | Merge branch 'version/7.2.x' | mnmiller1 | 2 years ago |
609c7b8c | Scrapped Logging Framework 4 Java (#1715) * The scramble is complete * Fix version decl for Bukkit Log4J * Swap out to a compatibility layer for LogManager Slightly slower, but compatible across all Java versions * Piston released with SL4JF removal * Clean up declarations a bit | octavia.togami | 2 years ago |
386656ff | Update extractor, see if that fixes anything | octavia.togami | 2 years ago |
acd63dad | Slightly improve usability of LocalSession#getSelection. (#1714) Allow the World param to be null, throwing IncompleteRegionException. This allows calling `getSelection(getSelectionWorld())` without having to separately null-check the World. Also, add a convenience overload which does so: `getSelection()`. | wizjany | 3 years ago |
6941d955 | Back to snapshot for future development | mnmiller1 | 3 years ago |
e3bfc641 | Release 7.2.4 | mnmiller1 | 3 years ago |
4cd7dc4b | Ignore suggestions when uppercase characters are used in props (#1705) | mnmiller1 | 3 years ago |
3d95a481 | [Bukkit] Update adapters to work around Spigot watchdog startup bug | mnmiller1 | 3 years ago |
050cf838 | Merge branch 'version/7.2.x' | octavia.togami | 3 years ago |
36f23bd2 | Fix Forge in -mod at the expense of size Fixes #1398 | octavia.togami | 3 years ago |
9a5ef708 | Attempted fix for NBT Data Fixer error (#1689) | mnmiller1 | 3 years ago |
79fe1dec | Merge branch 'version/7.2.x' | octavia.togami | 3 years ago |
7d062792 | Attempt to fix FSSD test with weird win paths (#1699) | octavia.togami | 3 years ago |
3919dcc7 | Take master's changes to meta files | octavia.togami | 3 years ago |
fad85716 | Use matrix mode for GH actions | octavia.togami | 3 years ago |
3479f169 | Yeet travis CI into the abyss | octavia.togami | 3 years ago |
09c55cbd | Update gradle to 6.8.3 | octavia.togami | 3 years ago |
3194af3a | Merge branch 'version/7.2.x' | octavia.togami | 3 years ago |
98826d64 | Update gradle to 6.8.3 | octavia.togami | 3 years ago |
5b2c4fd1 | Make it build on Windows too | octavia.togami | 3 years ago |
22406ebd | Test out using actions to build | octavia.togami | 3 years ago |
64c2be70 | Fix line wrapping in feat. req yaml | octavia.togami | 3 years ago |
1bdd8cb9 | Sub out for new issue templates | octavia.togami | 3 years ago |
8496b410 | testing in prod! | octavia.togami | 3 years ago |
ff4e4475 | testing in prod | octavia.togami | 3 years ago |
161242d0 | testing in production is :( | octavia.togami | 3 years ago |
0b2d992a | Patch some gradle issues, update loom | octavia.togami | 3 years ago |
a40965f8 | Fix #1686 | wizjany | 3 years ago |
d3810865 | Show a message with install instructions when running the jar file (#1682) * Show a message with install instructions when running the jar file * Typo * Fixed checkstyle issue * Slightly modify message to adapt to the type of install * Clean up the display code a lot * Allow line breaks before semi Co-authored-by: Octavia Togami <octavia.togami@gmail.com> | mnmiller1 | 3 years ago |
3e819df4 | Fix gitattributes (#1681) * Try to fix git attributes * More attempts to fix gitattrs | octavia.togami | 3 years ago |
6cad9a03 | Back to snapshot for future development | mnmiller1 | 3 years ago |
135941e3 | Release 7.2.3 | mnmiller1 | 3 years ago |
3c161db9 | Move slower translation to *Transmogrifiers (#1679) * Move slower translation to *Transmogrifiers Adapters now use the fast method for adapting if available. Un-cached accessors are stored in *Transmogrifier classes. * Fix warnings and licenses. | octavia.togami | 3 years ago |
913d4d67 | Fix erroneous deprecation check | mnmiller1 | 3 years ago |
e94f082b | Improve speed of BlockState init, tick watchdog (#1680) | octavia.togami | 3 years ago |
8a466703 | Disable Fabric UPDATE mixin if quickcarpet too Fixes #1662, though I really hate doing this. | octavia.togami | 3 years ago |
4193daaf | Update adapters for LazyReference change. Fixes #1677 | mnmiller1 | 3 years ago |
4f9177ab | Merge branch 'version/7.2.x' | octavia.togami | 3 years ago |
3e07d723 | Fix SLF4J binding loading Fixes #1676 | octavia.togami | 3 years ago |
2c7ac3d2 | Merge pull request #1611 from EngineHub/feature/nbt-parsing Add NBT Parsing for items | mnmiller1 | 3 years ago |
b7880c2f | Lazify some more conversions | octavia.togami | 3 years ago |
b67fff66 | Use the convience methods for assembly | octavia.togami | 3 years ago |
fb5d7f8a | Revert to old behavior of coercing | octavia.togami | 3 years ago |
23a4e2d6 | Lazily compute NBT | octavia.togami | 3 years ago |
e1cc6bc9 | Revert changes to legacy files, deprecate | octavia.togami | 3 years ago |
3b25230f | Finish reimplementing everything in adventure-nbt | octavia.togami | 3 years ago |
0cabb82f | Merge branch 'version/7.2.x' | octavia.togami | 3 years ago |
628c3f2c | Fix a few issues (and pretend 4.5.0 exists) | mnmiller1 | 3 years ago |
4ac2bb3e | Further work on migrating to Adventure NBT | mnmiller1 | 3 years ago |
85c150e0 | assorted changes™ | octavia.togami | 3 years ago |
137c266e | Migrate to adventure-nbt | mnmiller1 | 3 years ago |
476342a6 | Fix the offset mask forcing negation of itself (#1656) | mnmiller1 | 3 years ago |
56c89194 | Allow UPDATE mixin to soft-fail on Fabric (#1654) This allows Carpet's mixin to take priorty, and UPDATE will simply be disabled on Fabric in that case. Fixes #1605 | octavia.togami | 3 years ago |
5aa81ff9 | Speed up Fast Reorder Mode and make it default (#1653) * Speed up Fast Reorder Mode and make it default * Make non-exposed side effects internal * Docs on isExposed | mnmiller1 | 3 years ago |
69b1b5eb | Merge branch 'version/7.2.x' | mnmiller1 | 3 years ago |
4095a086 | Boost TileEntity clear performance, with extra boost on Paper (#1652) * Boost TileEntity clear performance, with extra boost on Paper * :( | mnmiller1 | 3 years ago |
9534a9cf | Update so many dependencies, merge Forge/Fabric for final jar (#1651) * Update so many dependencies, merge Forge/Fabric for final * Clean up contrib docs for Gradle change * Fix setting compat flags while using toolchain * Fix deprecation in doc printer * Restore proper forge JAR name * Add dist classifier for mod jar * Properly relocate new bStats * Fix jar used from fabric * Fix fabric bom * Dup the shaded classes for consistency * Sync Forge/Fabric log4j versions, de-dup * Downgrade both log4j. This will work * Update some plugins as well * Drop the fabric force stuff * Use duplicate strategy to directly merge jar | octavia.togami | 3 years ago |
b9cee6b9 | Bump to snapshot for dev. | wizjany | 3 years ago |
fc3c4998 | Release 7.2.2. | wizjany | 3 years ago |
c4efc8be | Add a way to clear a registry's contents (#1645) * Add a way to clear a registrys contents * Delete latest.log | mnmiller1 | 3 years ago |
ef9af59c | Update Bukkit adapter for 1.16.5. Just a data version bump. Barely dodged the mapping changes this time. | wizjany | 3 years ago |
0036e06f | Alter the CUI lifecycle to be more consistent and reliable (#1633) * Alter the CUI lifecycle to be more consistent This handling reduces the platform-specific behaviour of CUI handshakes, and ensures that the appropriate state is maintained when a client connection ends but a LocalSession remains cached. * Apply review suggestions * fabric: Update to new networking API * session: Correct field grouping for cui attempts | zml | 3 years ago |
5e1ee250 | Update Bukkit adapter for 1.16.5. Just a data version bump. Barely dodged the mapping changes this time. | wizjany | 3 years ago |
f04ae2f1 | Correct ellipsoidal selector initialization (#1632) When the previous selection was a non-ellipsoidal region, the started flag would not be appropriately set until a new selection had been started. | zml | 3 years ago |
3a3bf3de | Run the chunk deleter in Fabric (#1641) | octavia.togami | 3 years ago |
86bf3a34 | Support Lucko's Fabric Permissions API (#1638) * Add support for Lucko's Fabric Perms API Only if present, falls back to the existing checks if it returns `false`. * Only use vanilla fallback if no value set in Perms | octavia.togami | 3 years ago |
303f5a76 | Schematic Share system (#1591) * Very WIP in-game schematic sharing system * Add support for paste meta, and send that data when possible * Add ability to specify the name of the shared schematic | mnmiller1 | 3 years ago |
df71f3ae | Add a command to apply side effects (#1623) * [WIP] Add a command to apply side effects * Fix checkstyle * Switch to the //update command, and add messages * The update command won't change in the future, remove that warning * Create a Function that applies side effects for easier API usage, and make gmasks apply to `//update` * Fixed `//update` not using the current side effect set * Fixed PR review notes * Fixed regression in last commit * smh why is it null * Update GeneralCommands.java * PR review * PR review * :( * :( | mnmiller1 | 3 years ago |
e0dd2f3c | Fix failure caused by previous commit | octavia.togami | 3 years ago |
52015386 | Remove superclasses of mixins where not needed | octavia.togami | 3 years ago |
2c172197 | Enable stale bot for pending bugs | octavia.togami | 3 years ago |
7a268b0b | Add WorldEdit version and platform to schematics (#1635) * Add WorldEdit version and platform to schematics * Use an actual platform ID rather than name, for more accurate info. * Put the platform data within another nested tag * Use a best-effort legacy platform ID * Review changes * Move the getId impl to Platform * Review notes * Review notes * :sweat: | mnmiller1 | 3 years ago |
964614bd | Merge branch 'version/7.2.x' | mnmiller1 | 3 years ago |
98c4580d | Fix SideEffectSet.none() being the default set (#1620) * Fix SideEffectSet.none() being the default set * Remove the unnecessary private empty constructor for SideEffectSet * Back to ImmutableMap.of | mnmiller1 | 3 years ago |
fce5ba25 | [Fabric] Update Minecraft and Fabric API This also moves WorldEdit to use networking-v1 api | git | 3 years ago |
d0a52a98 | Indicate our branch policy for contrib | octavia.togami | 3 years ago |
544793d5 | Properly repeat extents for negative coordinates An extent's content was returned flipped when applied for negative positions, as e.g. `Math.abs(-2) % 3` returns 2 instead of 1 (as 1 + -1 * 3 = -2) (cherry picked from commit b0cf5dd2bf1b9bcbf1c7efff0fe25de7ee9a2090) | hannesgreule | 3 years ago |
df2eb157 | Back to snapshot for development. | wizjany | 3 years ago |
299386a3 | Release 7.2.1. | wizjany | 3 years ago |
f1560ef9 | Changelog for 7.2.1. | wizjany | 3 years ago |
bb464a6f | Update adapters to fix #1586. | wizjany | 3 years ago |
15cba009 | Persist default state of selwand and navwand in session (#1600) * Persist default state of selwand and navwand in session * Fixed some issues with the way it retained info * Fixed it setting the wrong item * A little cleaner * I somewhat misunderstood the way this system worked - This is cleaner and works a lot better * Replace with octy-approved UX * Improve logic for default wand loading Co-authored-by: Octavia Togami <octavia.togami@gmail.com> | mnmiller1 | 3 years ago |
3637d94a | Implement UPDATE for Fabric (#1598) * Implement UPDATE for Fabric * Fix a minor threading problem | octavia.togami | 3 years ago |
d0e6f9f3 | Always load internal strings.json for default locale | octavia.togami | 3 years ago |
be4d8a08 | Update language bundle | octavia.togami | 3 years ago |
9667acf3 | Update c-dist to upload strings | octavia.togami | 3 years ago |
d6b42a48 | Add instructions for unbinding tools/brushes on equip. (#1595) * Add unbind instructions to tool/brush commands. * Switch to suggest. * Make component final. * Start suggesting the unbind alias instead. | wizjany | 3 years ago |
cc1f530a | Add the missing y variable to generate biome | octavia.togami | 3 years ago |
4999018f | Lower-case wand items on retrival from the config | octavia.togami | 3 years ago |
b4e5bc7d | Properly deploy version into core/bukkit | octavia.togami | 3 years ago |
5ae691ae | Back to snapshot for development | octavia.togami | 3 years ago |
2dc66964 | Back to snapshot for bugfixes | octavia.togami | 3 years ago |
8268bc88 | Update changelog for 1.16.4 | octavia.togami | 3 years ago |
a51fa437 | Release 7.2.0 | octavia.togami | 3 years ago |
0f6d52e0 | Fix javadoc for OffsetsMask | octavia.togami | 3 years ago |
6ac7bbea | [Bukkit] Update for 1.16.4. | wizjany | 3 years ago |
d742c0fe | Move archive unpack into WE working dir | octavia.togami | 3 years ago |
c0a1e318 | [Forge] Fix loading language files in prod env | octavia.togami | 3 years ago |
88076f93 | Fixed image README width | mnmiller1 | 3 years ago |
5b285c6f | Add an SVG variant of the logo | mnmiller1 | 3 years ago |
f035d0e3 | Back to snapshot for dev. | wizjany | 3 years ago |
605845c5 | Release 7.2.0 rc 2 | wizjany | 3 years ago |
a615e011 | Use the new lang version format | octavia.togami | 3 years ago |
192120e0 | Update crowdin-distributor for a small fix | octavia.togami | 3 years ago |
367d95c6 | Ensure that the wand can be used before giving it (#1566) * Ensure that the wand can be used before giving it * Add a note to //wand about new perm requirements * It's an item, not an "object" * Fix checkstyle | octavia.togami | 3 years ago |
5876f184 | Fix licenses in doc files | octavia.togami | 3 years ago |
a2243be3 | Actually overwrite existing files in archiveunpack Fixes #1567 | octavia.togami | 3 years ago |
f449e55f | Update doc printer for lang changes | octavia.togami | 3 years ago |
83e744ba | Fix loading dev i18n files This forces the repo file to FULLY OVERRIDE the default locale. Nothing will be loaded from the default locale in either the config folder, or the i18n dependency. | octavia.togami | 3 years ago |
56182ad0 | Make /toggleeditwand translatable | octavia.togami | 3 years ago |
e3208339 | Use /tool in /toggleeditwand description | octavia.togami | 3 years ago |
411ebcc0 | Back to SNAPSHOT for continued development | mnmiller1 | 3 years ago |
81f978ec | Release 7.2.0-rc-01 | mnmiller1 | 3 years ago |
28bdf7ff | Add ^x,y,z relative offset support to the offset parser (#1545) * Add ^x,y,z relative offset support to the offset parser * Wrap in a try-catch | mnmiller1 | 3 years ago |
6073f656 | Fix license/checkstyle | octavia.togami | 3 years ago |
c2d81824 | Only use POSIX perms if supported | octavia.togami | 3 years ago |
bc64990e | Move to packaged translations (#1555) * Move to packaged translations * License that file * Fix some checkstyle too * Support reloading translation files * Add missing dash for unpack directory * Mark unpacked zips as owner-only | octavia.togami | 3 years ago |
beb784e0 | Add -w flag to butcher for water mobs (#1548) * Add -w flag to butcher for water mobs * PR feedback | lewisjb | 3 years ago |
6925d371 | Make block positions copy on click for //size (#1546) * Make block positions copy on click for //size * PR feedback | lewisjb | 3 years ago |
2b868ce0 | Mention best way to reduce test time. | the.sk89q | 3 years ago |
f251e8ae | Add details about an IDE. | the.sk89q | 3 years ago |
22269804 | Update README with steps to get it running for dev. | the.sk89q | 3 years ago |
83a9fd8f | Fix another small error in c-dist | octavia.togami | 3 years ago |
b60b1447 | Fix script bug for c-dist | octavia.togami | 3 years ago |
e947d2fc | Update c-dist version | octavia.togami | 3 years ago |
26d83068 | Fixed snow being placed through slabs (#1541) * Added a method to check whether a block can be placed at a location * Make the snow system only place at locations that it can by game logic * Make canPlaceAt a default method * Fixed PR comments * Use a World field * Just throw directly * IAE makes more sense * Remove unused import * Check for editsession without a world | mnmiller1 | 3 years ago |
3e052e91 | Fix exec perms on c-dist.sh | octavia.togami | 3 years ago |
787d0894 | Only run c-dist on change | octavia.togami | 3 years ago |
be22960b | Add crowdin-distributor script for lang files | octavia.togami | 3 years ago |
ec306cca | Create an asset system, and add an image brush that uses it (#1514) * Asset/Image brush management * Create a beta assets system and make it a heightmap brush Co-authored-by: KennyTV <jahnke.nassim@gmail.com> | mnmiller1 | 3 years ago |
8377a6bd | Lower-case registry arguments in converter Fixes #1542 | octavia.togami | 3 years ago |
a1313a0e | Allow stacking by block units with //stack (#1539) * Allow stacking by block units with //stack * Delegate out the old method * Use CuboidRegion as the type of the new region * Fixed up PR notes * Add docs * No indent * Formatting * Use the bounding box rather than limiting it * Don't limit to cuboid * Make the old one use the block unit method * Update the selection movement too * Fixed affected being missed * Use an assertion erorr | mnmiller1 | 3 years ago |
25957c44 | Check limit == -1 in the copy/cut code. Fixes #1540. | wizjany | 3 years ago |
fd8dbdd7 | Use block change limit for //copy and //cut (#1536) * Use block change limit for //copy * Use a cuboid region for accuracy * Add a bounding box method to Region and use that * Update worldedit-core/src/main/java/com/sk89q/worldedit/regions/Region.java Co-authored-by: Octavia Togami <octavia.togami@gmail.com> Co-authored-by: Octavia Togami <octavia.togami@gmail.com> | mnmiller1 | 3 years ago |
a095b284 | Update the CraftScript README and SUBMITTING files | mnmiller1 | 3 years ago |