Ennui Langeweile

Results 52 issues of Ennui Langeweile

This PR updates image to 0.24.2 and implements WebP support. I've been watching the progress on image-rs's WebP implementation, and from what I've seen, the situation has changed from "can...

A built-from-scratch API that covers Fabric Key Binding API's functionality and more The PR was planned in two stages: Blue and Pink. The implemented feature set of Blue was: -...

new: module
library: gui
t: new api
s: wip

Fabric's Key Binding API was okay, but it could have been much better with a bigger scope. While it does make key registration available, there's much more to key binds...

enhancement
library: gui
t: new api

This PR does the following: - Formalizes `t: documentation` in the PR policy - Creates `t: major` for PRs that are, well, major; It requires 3 approvals and has a...

s: wip

Fixes #247 by narrowing down the pretty generic name into the one that reflects Mojang's intentions. This is prompted by the inclusion of it on the server-side as well; The...

t: refactor
v: snapshot
final-comment-period
s: small

With that, we can actually reflect its real usage: to indicate mobs that have a charged "armor", like (charged) creepers and (armored) withers; Mojang uses `PoweredMob`, we could inspire ourselves...

t: refactor

Currently, Servo uses [raqote](https://crates.io/crates/raqote) as the backend for 2D canvas rendering. This was supposed to be a temporary measure, a light upgrade over the past `rust_azure` status quo, until a...

After a slow process of aging alongside a positive historic of improvements to Minecraft's GUI system, as well as concerns about its maintainance, SpruceUI is unfortunately not suitable for us...

enhancement

Creating this PR as a draft until support on Quilt Loom's side is worked on, but so far? I believe the Loader-side support is solid! Reviews are appreciated The benefits...

With [fabric#3164](https://github.com/FabricMC/fabric/pull/3164) allowing builtin resource pack extensions to override vanilla textures, we've got into a situation where we have two intentional behavior conflict with each other, which could theoretically be...

bug
enhancement