LiveSplitOne icon indicating copy to clipboard operation
LiveSplitOne copied to clipboard

A version of LiveSplit that works on a lot of platforms.

Results 164 LiveSplitOne issues
Sort by recently updated
recently updated
newest added

React isn't all too well suited for hot code. It takes up the majority of our frame time, which is kind of sad considering the real calculations are happening in...

needs further discussion / research
work in progress
requires livesplit-core changes
performance
layout rendering

Currently the WASM file we ship contains a lot of panic messages, despite us never showing those anywhere. You can compile core with a nightly only feature that drops all...

enhancement
suitable for contributions

livesplit-core and LiveSplit One on the Desktop / Mobile just gained support for horizontal layouts. LiveSplit One on the Web still needs to implement additional support for it, because in...

enhancement
layout rendering

Bumps [leven](https://github.com/sindresorhus/leven) from 3.1.0 to 4.0.0. Release notes Sourced from leven's releases. v4.0.0 Breaking Require Node.js 12.20 d3e23a5 This package is now pure ESM. Please read this. https://github.com/sindresorhus/leven/compare/v3.1.0...v4.0.0 Commits 447058a...

dependencies

Reference types (`+reference-types`) allow passing JavaScript objects into WASM and back. This should improve the performance of the interactions between JS and WASM. All browsers other than Chrome support this...

enhancement
performance
blocked

I have tested using LiveSplitOne on my chromium browser, and it worked fine on there. On Firefox, LiveSplitOne gets stuck on the loading screen. A quick look at the console...

bug
Firefox
blocked

The Wake Lock API can prevent the device from locking the screen, which we would want to do while the timer is active (or just while LSO is the active...

enhancement
suitable for contributions
iOS
Android

There's time formatter settings for the splits component now. The column widths should take those into account.

enhancement
requires livesplit-core changes
layout rendering
low priority

Looks like it is indeed possible to have yet another form of global hotkeys. We can start a media session and pretend we are playing music, at which point the...

enhancement
needs further discussion / research
suitable for contributions