This website requires JavaScript.
Explore
Help
Sign In
AMay
/
EasternStar
Watch
1
Star
1
Fork
0
You've already forked EasternStar
Code
Issues
Actions
Releases
Wiki
Activity
All Workflows
emscripten_autobuild.yaml
Actor
All actors
AMay
Status
All status
success
failure
waiting
running
Add some padding on the right text of sum of best text.
emscripten_autobuild.yaml #109
:
Commit
d76f2da638
pushed by
AMay
master
2025-05-01 15:11:56 -05:00
51s
Remove decimal place on sum of best.
emscripten_autobuild.yaml #108
:
Commit
3c6630e3c3
pushed by
AMay
master
2025-05-01 15:09:37 -05:00
36s
Fix crash with running out of differential stack when skipping and reversing.
emscripten_autobuild.yaml #107
:
Commit
f14ca3ff4f
pushed by
AMay
master
2025-05-01 15:01:31 -05:00
36s
Change time differentials to a stack.
emscripten_autobuild.yaml #106
:
Commit
48c620c34e
pushed by
AMay
master
2025-05-01 14:59:03 -05:00
42s
Math is wrong.
emscripten_autobuild.yaml #105
:
Commit
edc45fda68
pushed by
AMay
master
2025-05-01 14:34:19 -05:00
42s
Only the time between the previous split has to be removed, not the differential.
emscripten_autobuild.yaml #104
:
Commit
928295ef68
pushed by
AMay
master
2025-05-01 14:27:49 -05:00
40s
Account for the current run time when determining if we subtract from time differential.
emscripten_autobuild.yaml #103
:
Commit
c3d71357ba
pushed by
AMay
master
2025-05-01 14:25:32 -05:00
31s
Navigating backwards in splits will also navigate backwards in best time.
emscripten_autobuild.yaml #102
:
Commit
04b686260a
pushed by
AMay
master
2025-05-01 14:21:48 -05:00
37s
Recalculate sum of best live while running.
emscripten_autobuild.yaml #101
:
Commit
ca2d62301d
pushed by
AMay
master
2025-05-01 13:48:46 -05:00
33s
Calculate sum of best and display
emscripten_autobuild.yaml #100
:
Commit
a864c3560c
pushed by
AMay
master
2025-05-01 10:57:27 -05:00
44s
Final corrections to split coloring, behaviors, and crash fixes. Ready for merge.
emscripten_autobuild.yaml #99
:
Commit
af9d326f01
pushed by
AMay
master
2025-04-30 18:27:52 -05:00
57s
Final corrections to split coloring, behaviors, and crash fixes. Ready for merge.
emscripten_autobuild.yaml #98
:
Commit
af9d326f01
pushed by
AMay
WIP-SplitWork
2025-04-30 18:27:53 -05:00
1m18s
Final corrections to split coloring, behaviors, and crash fixes. Ready for merge.
emscripten_autobuild.yaml #97
:
Commit
af9d326f01
pushed by
AMay
WIP-SplitWork
2025-04-30 18:24:14 -05:00
39s
Add live time when the split is getting close and when the split starts going over.
emscripten_autobuild.yaml #96
:
Commit
179f6f33aa
pushed by
AMay
WIP-SplitWork
2025-04-30 16:47:12 -05:00
37s
Cleaned up optional syntax to use shortcuts.
emscripten_autobuild.yaml #95
:
Commit
4c86c84e77
pushed by
AMay
WIP-SplitWork
2025-04-30 15:43:48 -05:00
31s
Use optionals when submitting new record splits to prevent 0.00 times from being submitted.
emscripten_autobuild.yaml #94
:
Commit
8d09cbe9ef
pushed by
AMay
WIP-SplitWork
2025-04-30 15:36:19 -05:00
36s
If a run is finished, use the previous split time as the display instead.
emscripten_autobuild.yaml #93
:
Commit
a105876d65
pushed by
AMay
WIP-SplitWork
2025-04-30 15:30:39 -05:00
36s
Clear all run times on reset.
emscripten_autobuild.yaml #92
:
Commit
b0853cd769
pushed by
AMay
WIP-SplitWork
2025-04-30 15:20:16 -05:00
31s
Do not clear current run times until the reset occurs.
emscripten_autobuild.yaml #91
:
Commit
ebbd4e2810
pushed by
AMay
WIP-SplitWork
2025-04-30 15:18:07 -05:00
30s
Only update all split times on new records.
emscripten_autobuild.yaml #90
:
Commit
b17d2683d4
pushed by
AMay
WIP-SplitWork
2025-04-30 15:13:13 -05:00
36s
Fix issues with showing display time when 20 seconds ahead of a split.
emscripten_autobuild.yaml #89
:
Commit
17094c1aa6
pushed by
AMay
WIP-SplitWork
2025-04-30 14:53:47 -05:00
32s
Fix reset runs not resetting the current run times list.
emscripten_autobuild.yaml #88
:
Commit
7f5a26de97
pushed by
AMay
WIP-SplitWork
2025-04-30 14:28:53 -05:00
32s
Move run finished trigger to upon immediate completion of run instead of after. Fix config filepath to use actual config path.
emscripten_autobuild.yaml #87
:
Commit
c750e423fd
pushed by
AMay
WIP-SplitWork
2025-04-30 12:03:42 -05:00
37s
Added functionality to save split data to config file when beaten and update all split times and attempt counts on display. Retrieve total attempts count correctly.
emscripten_autobuild.yaml #86
:
Commit
179a73a9a7
pushed by
AMay
WIP-SplitWork
2025-04-30 11:33:27 -05:00
44s
Recalculate text string size for the regular displayTime.
emscripten_autobuild.yaml #85
:
Commit
a92333079c
pushed by
AMay
WIP-SplitWork
2025-04-30 08:55:33 -05:00
36s
When skipping a split, it should display '-' for the time as it's no longer being compared to anything.
emscripten_autobuild.yaml #84
:
Commit
7d3d9f6f44
pushed by
AMay
WIP-SplitWork
2025-04-30 08:52:51 -05:00
36s
Properly provide a timer string for displayTime only when there is a value. (Accidently fed in a '-' character which was interpreted as a number)
emscripten_autobuild.yaml #83
:
Commit
b1043662de
pushed by
AMay
WIP-SplitWork
2025-04-30 08:45:27 -05:00
32s
Split times and best times can now be read in optionally, providing better display control.
emscripten_autobuild.yaml #82
:
Commit
d13e506702
pushed by
AMay
WIP-SplitWork
2025-04-30 08:29:00 -05:00
33s
Change time differential to overwrite display of split time. Add in extra color change for the highlight color of completed splits.
emscripten_autobuild.yaml #81
:
Commit
1468893e65
pushed by
AMay
WIP-SplitWork
2025-04-29 15:21:44 -05:00
35s
Add in some checks to ensure only visible panels are rendered, optimizing display.
emscripten_autobuild.yaml #80
:
Commit
4985b707bb
pushed by
AMay
WIP-SplitWork
2025-04-29 15:08:23 -05:00
32s
First
Previous
1
2
3
4
Next
Last