comp500

Results 64 issues of comp500

Borderless Mining can't be enabled from Sodium's video options screen, as it replaces the vanilla screen. As a workaround, press Shift+P when in the Sodium video options screen to show...

enhancement

I'm working on a patch to GLFW that will improve borderless fullscreen compatibility using different window flags. I've been looking into the issues with current fullscreen methods Borderless Mining (and...

(split from #25) "1366x768@75 (24bit)" video mode is added as a custom resolution in NVIDIA settings, but doesn't show up in Minecraft settings and whenever GLFW fullscreen (with patch https://github.com/comp500/BorderlessMining/issues/19)...

upstream bug: patchable

This is caused by the OpenGL driver forcing exclusive fullscreen to be used when the application is focussed. Some OpenGL drivers (NVIDIA, AMD) can be configured to use a "DXGI...

fixed by window flag patch
FSE symptoms

- Found on Windows Intel/NVIDIA hybrid graphics, using the internal screen and Intel graphics. - Only occurs in Borderless Fullscreen, reason is unknown. - *Solution:* Switch to NVIDIA graphics, or...

fixed by window flag patch
FSE symptoms

In `MixinInfo#postApply`, the `MixinInfo` reference was being added to the `ClassInfo` of the mixin itself, rather than the classes the mixin is applied to. This meant that `Mixins.getMixinsForClass` would only...

I'm not sure if this is intended behaviour, but `EventBus.fire` does not check for listeners of superclass types - so if you create an event class and then subclass it,...

This should be much more consistent with existing Sodium block rendering, as well as being more efficient.

enhancement

If a mod supports both with different jars, the Fabric version might be chosen on the Quilt loader (as Quilt has compatibility with Fabric mods). Ideally, the Quilt version should...

bug

These commands don't install files, and usually they don't "get" them... they add the metadata for the files to the packwiz modpack! It must surely be a great source of...

enhancement