-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4929018
commit 44ca74b
Showing
2 changed files
with
14 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Changelog | ||
|
||
### 1.0.0 | ||
- Basic speedrun timing functionality | ||
- Start offset support | ||
- Read run from split file (file currently locked to "run.msf" in directory where executable is stored) | ||
- If completed run is a PB, save run data to split file | ||
- Change timer color according to run status (not sure if this all works properly) | ||
- Spacebar to start, split, stop; Enter to pause/unpause; R key to reset timer | ||
- Convert time to 30fps values on stop (non-configurable) | ||
- Doesnt crash when you resize the window vertically (yay!) (horizontal resizes probably still bad) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters