LiveSplitOne
LiveSplitOne copied to clipboard
A version of LiveSplit that works on a lot of platforms.
This came up for the original LiveSplit where people don't want us to communicate with SRL, speedrun.com and co. in the background. We should have some kind of Offline Mode...
At the moment we are setting up the service worker and in the meantime already await the imports. The problem with this is that the service worker will have to...
It seems like most rules are using Markdown now, but https://www.speedrun.com/Portal#Inbounds and probably others are still using BBCode. I'm not entirely sure if it's an either BBCode or Markdown situation...
We are showing the buttons for controlling the timer via the mouse / touch below the timer. We should probably add a setting (in the general settings) for turning those...
There should be a way to pop out the timer into its own window that just shows the timer (not even the controls below). This would make it easier to...
I'm not quite too sure about this, but something like this could be a good idea: http://minutemailer.github.io/react-popup/
This used to be blocked by livesplit-core, but due to all the async changes happening in Rust, I'd like to implement the Web Communication with normal TypeScript first and later...
livesplit-core should be its own package that just gets imported like any other package. The idea is to make it separate enough that we can publish it to npm whenever...
You need to know beforehand if you have a 100% cache hit (which also means to them that you are not going to make any changes to it). If it's...
See #213 for the discussion.