Player

Results 24 issues of Player

Mixin abstracts logging away to not use a particularly library, based on what the IMixinService implementation chooses to use. The IMixinService itself gets discovered through ServiceLoader and has a variety...

BooleanBiFunction has a weird mix of pseudo-logic-op, descriptive or weird names. Making them all more descriptive could involve the following changes: - AND -> BOTH - OR -> ANY -...

refactor

SQLite has rather unfortunate defaults for concurrent accesses, leading to database locked errors. https://github.com/matrix-org/dendrite/pull/1290 appears to try to fix some of this, but doesn't appear to cover a concurrent read+write...

Long or Double parameters take 2 local variable indices, x for long/double and x+1 for top. Enigma doesn't handle them correctly, usually only exporting the 1st occurrence as x+1. For...

In order to support API features that are likely to change (1.16 nether biome selection) or difficult to get right from the start, I am proposing to offer experimental APIs...

enhancement
accepted
last call

The network handshake ensures that all mods have compatible counterparts between client and server. It also determines when mods can do their own handshakes, send initial data and when the...

enhancement
help wanted
fabric-networking

This fixes compat with gradle or other tools using a jar with Manifest entries to provide the class path which wouldn't fit in the command line otherwise.

Absolute path to make sure users can easily find the right one.

Some invocations currently result in messages like this: [12:22:04] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... I'd change it as follows to be less dependent on directly invoking System.out/err.println: ``` java private...

Objects of said class leak as follows: https://i.imgur.com/ZomEmEN.png Version ForgeMultipart-1.7.10-1.2.0.345-universal The referenced player is certainly disconnected. It's only 19 entries in the map for an empty server, so not a...