Moritz Bender
Moritz Bender
The implementation is pretty manual, but as the patch format doesn't adhere to any real BinPropertyType I wasn't able to use any of the existing shorthand functions for writing a...
The existing `LeagueToolkit.IO.Extensions` project seems like a good place, or it could potentially be renamed to `LeagueToolkit.Toolkit` or something. The original rationale for this additional project was that extension functionality,...
Sometimes when random selecting maps, the background shown isn't of the map, but a default christmas-themed one that should normally only appear in main menu. This quickly gets fixed by...
Converts `clientstates/*.cdtb` files to a json-format including all relevant information. Those files are used to index atlas dds files, contained is information about all the atlas's subimages. Example file `clientstates/gameplay/ux/endofgame.cdtb`...
The auto-generated description for (sync-)settings can be cut off when it is too long. It is possible to resize the dialog, but that doesn't help. This is really annoying, as...
The current core preferences picker (`Config`->`Preferred Cores`) is not fully transparent in how it works, and does not allow configuring everything. On top of that, it is also manually maintained...
This switches the entire codebase from using `Newtonsoft.Json` to `System.Text.Json`. This is probably more future-proof, supported by .NET directly and uhh see #2261 I guess. It would be nice to...
- (resolves) #3505 This implements a very simple download form that can be used to download additional files into the `dll` directory, mainly intended to be used for large core...
This PR aims to simplify the `Bk2InputDisplayGenerator` and `Bk2LogEntryGenerator` handling, especially in regards to the many `IController` classes that exist, and improve caching. Is this safe? It *should* be. Further...
A possible crash has been found while playing the Sega CD game Flink. Jumping into any of the surrounding windows and taking damage can cause the core to crash in...