Register platforms and commands in a more proper way (#1766) (95160027 by octavia.togami)
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. (95160027 by octavia.togami)
Correct javadocs on queryCapability (95160027 by octavia.togami)
Flatten BukkitImplAdapter Lifecycled (95160027 by octavia.togami)
Use 16 as our toolchain, but set release to 8 (8cfbf7e4 by octavia.togami)
Fix selecting at 0,0,0 or radius 0 cyl/ellipse (#1734) (5a7cbfd6 by octavia.togami)
Prepare for Gradle 7, but due to FG only get to 6.9
Gradle 7 stuff requires FG 5. Phooey. (876108fd by octavia.togami)
Return false if Entity#remove is unsupported
Fixes #1729 (95d784f4 by octavia.togami)
Update FG for new maven repo (14686740 by octavia.togami)
Back to snapshot for future development (edf39b2b by octavia.togami)
These shouldn't be needed (f0a3848b by octavia.togami)
Note catch about toolchain system (c91159a2 by octavia.togami)
Swap out logback for log4j2 (c7da4c0a by octavia.togami)
Change oak stair shape to straight in legacy.json. (acf9c3b2 by wizjany)
Scrapped Logging Framework 4 Java (#1715) (609c7b8c by octavia.togami)
The scramble is complete (609c7b8c by octavia.togami)
Fix version decl for Bukkit Log4J (609c7b8c by octavia.togami)
Swap out to a compatibility layer for LogManager
Slightly slower, but compatible across all Java versions (609c7b8c by octavia.togami)
Piston released with SL4JF removal (609c7b8c by octavia.togami)
Clean up declarations a bit (609c7b8c by octavia.togami)
Update extractor, see if that fixes anything (386656ff by octavia.togami)
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()`. (acd63dad by wizjany)
Back to snapshot for future development (6941d955 by mnmiller1)
Move slower translation to *Transmogrifiers (#1679) (3c161db9 by octavia.togami)
Move slower translation to *Transmogrifiers
Adapters now use the fast method for adapting if available. Un-cached
accessors are stored in *Transmogrifier classes. (3c161db9 by octavia.togami)
Fix warnings and licenses. (3c161db9 by octavia.togami)
Improve speed of BlockState init, tick watchdog (#1680) (e94f082b by octavia.togami)
Disable Fabric UPDATE mixin if quickcarpet too
Fixes #1662, though I really hate doing this. (8a466703 by octavia.togami)
Fix SLF4J binding loading
Fixes #1676 (3e07d723 by octavia.togami)
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 (56c89194 by octavia.togami)
Boost TileEntity clear performance, with extra boost on Paper (#1652) (4095a086 by mnmiller1)
Boost TileEntity clear performance, with extra boost on Paper (4095a086 by mnmiller1)
Update Bukkit adapter for 1.16.5.
Just a data version bump. Barely dodged the mapping changes this time. (ef9af59c by wizjany)
Alter the CUI lifecycle to be more consistent and reliable (#1633) (0036e06f by zml)
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. (0036e06f by zml)
fabric: Update to new networking API (0036e06f by zml)
session: Correct field grouping for cui attempts (0036e06f by zml)
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. (f04ae2f1 by zml)
Run the chunk deleter in Fabric (#1641) (3a3bf3de by octavia.togami)
Support Lucko's Fabric Permissions API (#1638) (86bf3a34 by octavia.togami)
Add support for Lucko's Fabric Perms API
Only if present, falls back to the existing checks if it returns
`false`. (86bf3a34 by octavia.togami)
Only use vanilla fallback if no value set in Perms (86bf3a34 by octavia.togami)
Fix failure caused by previous commit (e0dd2f3c by octavia.togami)
Remove superclasses of mixins where not needed (52015386 by octavia.togami)
Fix SideEffectSet.none() being the default set (#1620) (98c4580d by mnmiller1)
Fix SideEffectSet.none() being the default set (98c4580d by mnmiller1)
Remove the unnecessary private empty constructor for SideEffectSet (98c4580d by mnmiller1)
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) (544793d5 by hannesgreule)
Back to snapshot for development. (df2eb157 by wizjany)