Alex Knauth
Alex Knauth
An updated version of https://github.com/slaurent22/LiveSplit.HollowKnight/pull/27 to resolve merge conflicts. - [x] Address review comments that have been made on Discord (Mostly done) - [x] Add start trigger separator: https://github.com/mayonnaisical/LiveSplit.HollowKnight/pull/6 -...
Allows this Default autosplitter to import autosplitter settings from `.lss` splits files made for the WASM autosplitter. I have a dll built here for local testing: https://github.com/AlexKnauth/LiveSplit.HollowKnight/tree/mayo-33-nominal-dll Testing: - [x]...
Splits on killing 3 Mantis Petras in Petra Arena I can guess that this corresponds to `killsMantisHeavyFlyer` decreasing by 3 while `sceneName` is `Fungus3_05` the whole time, but I'll want...
Splits on transition after talking to Lemm in the shop I can implement this after the PRs from Mayo's updates are dealt with, just wanted to note it down here...
A draft PR, only to be considered after https://github.com/LiveSplit/LiveSplit/pull/2528 has gone through into a main release. Adds a Hit counter that sets these LiveSplit Custom Variables: - `hits` cumulative hits...
The `set_is_main_thread` fix is inspired by what https://github.com/fufesou/rdev and https://github.com/rustdesk-org/rdev have done. This fixes #146, and it might be relevant for #74 and/or #131, but I'm not sure about those.
I'm not sure whether this might be the same error as https://github.com/Narsil/rdev/issues/74 and/or https://github.com/Narsil/rdev/issues/131 or not, but I managed to narrow down the crash I'm getting to this statement: ```rust...
A companion PR to https://github.com/LiveSplit/LiveSplit.Splits/pull/27 and https://github.com/LiveSplit/LiveSplit.Subsplits/pull/21, allowing `livesplit-core`'s layout parser to import `.lsl` LiveSplit layout files containing Custom Variables in Splits, Subsplits, and Text components.
This PR incorporates https://github.com/LiveSplit/livesplit-core/pull/797 into OBS LiveSplit One. It will need to be updated after that's merged, to point to the new `livesplit-core` master after merging, not the PR branch...
This pull request adds a `dict/c` contract combinator to a new module `racket/dict/contract`. `(dict/c key/c value/c)` is similar to a generic dictionary version of `(hash/c key/c value/c)`.