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

When you save the site as an app, it uses one of many auto generated icons. At the moment this icon has way too little padding around it. We might...

enhancement
suitable for contributions
iOS
Android
blocked

Multi-value (`+multivalue`) is available in all browsers, but Rust seems to have trouble dealing with the ABI change. std is precompiled without multi value, so std is incompatible with your...

enhancement
needs further discussion / research
performance
blocked

Currently we always split the timer onto its own layer. Since then we however introduced the same concept for the native renderer where accurate information about whether certain pieces of...

enhancement
suitable for contributions
performance
layout rendering
high priority

Is there any way to triage the attempts so that we can evict ones that were broken? For example, false starts, or when the cat jumps on the splits key.

enhancement
requires livesplit-core changes
UI

The problem is that we are using https and that prevents you from connecting to anything that's not https. So you can't easily run a websocket server locally and connect...

bug
work in progress
UI

At this point in time we don't support electron and probably never will due to the existence of a WIP native desktop port. Any code that's left over from attempts...

enhancement
needs further discussion / research

- The Run Editor now shows a loading spinner while it's loading splits from the leaderboard. - I added a new property to the Run Editor menu state, `persistChanges`. This...

bug
UI

We need to think about whether we want this to be a component. This could also just be like the control buttons underneath the layout and you can toggle it...

enhancement
suitable for contributions

We are currently throttling the framerate to 30 FPS. We could go up to the display's refresh rate, but that will negatively impact the battery usage. We probably want to...

enhancement
suitable for contributions
performance

LiveSplit One already has support for using WebSockets to connect autosplitters, it would be very convenient to be able to store the autosplitter settings inside the `.lss` file itself and...

enhancement
suitable for contributions