Commit Graph

39 Commits

Author SHA1 Message Date
9c0d4befba added separate reset button in addition to stop 2023-08-20 18:13:53 +10:00
d09b991771 added getter for event types, and fixed a pausedTime bug 2023-08-20 03:54:29 +10:00
057d051a3a add basic setter for meta-data values 2023-08-16 17:02:25 +10:00
073e610966 added requesting event times 2023-07-25 22:07:33 +10:00
47369a86e9 fixed some undo and redo bugs 2023-07-25 21:30:55 +10:00
0812d68dd1 generalised request commands for metadata tags 2023-07-25 20:24:05 +10:00
f1e2c85e3a made the communication between the server and cmdline client more direct 2023-07-25 19:48:27 +10:00
1bb5864a29 swap out single byte socket communication with 256 byte buffer 2023-07-25 02:01:07 +10:00
fd8bbadb1e added convenient combination command functions 2023-07-24 22:41:54 +10:00
b93f2f0aa7 added proper run clearing function 2023-07-24 18:44:01 +10:00
c24f516380 added segments array 2023-07-20 22:25:09 +10:00
1aa1ed514a added run count 2023-07-20 20:38:06 +10:00
c7387f5acb fixed some infinite loop bug 2023-07-20 20:10:23 +10:00
d3f7a25a64 added saving previous run to file on new run start 2023-07-20 01:18:44 +10:00
f5e5c506af fixed a dumb buffer overflow i think 2023-07-19 01:45:26 +10:00
b208382e60 added nix build stuff 2023-07-18 23:53:22 +10:00
9c7ccfe0b0 big display kind of works 2023-04-11 14:06:42 +10:00
65414c2d64 initial commit for new format 2023-04-04 01:57:29 +10:00
577e88551d just moved some code between files, behaviour unchanged 2023-03-07 20:41:12 +11:00
16310e7c17 fixed bug where if the most recent run is a reset, the PB will be null 2022-06-13 18:33:00 +10:00
89ce052dda removed external lib files 2022-02-04 23:13:51 +11:00
02de56dfa9 fix deltas zeroing at the end of a pb run 2022-01-28 20:24:22 +11:00
63f91c5f67 Fixed that pesky malloc bug 2022-01-27 05:18:21 +11:00
5e54972f6d updated version number 2022-01-16 15:47:04 +11:00
d15a5cefc8 global hotkeys can now be configured with a file 2022-01-16 15:19:26 +11:00
f0dc3bde84 I think I fixed a logic error in the bestsegs run calculator 2022-01-16 03:15:20 +11:00
aab5682965 Minor changes and addition of License 2022-01-16 02:23:13 +11:00
67426fac09 changed some time formatting stuff to fix bugs 2021-10-05 02:18:25 +11:00
24b576f59f added non global hotkeys and new display features 2021-09-29 05:15:13 +10:00
8e3683340d added install option to makefile and a manpage 2021-09-28 00:33:33 +10:00
ad7b81f448 cleaned up a bit 2021-09-17 09:25:36 +10:00
88524eea4c Added hotkey to disable global hotkeys 2021-09-17 07:14:35 +10:00
dae9fe8a10 fixed hotkeys repeating on every keypress 2021-09-17 05:52:09 +10:00
12ecfbe05a kinda works 2021-09-17 05:21:45 +10:00
ce255f9856 Splitting display works 2021-09-05 02:50:19 +10:00
aa2c74f4e1 Loading splits from JSON implemented 2021-09-03 13:41:23 +10:00
fb42d58fd1 TUI pretty much works 2021-08-28 01:43:33 +10:00
5d65153dae global hotkeys work 2021-08-18 16:56:42 +10:00
7aefdcdc7f initial helloworld 2021-08-11 23:50:59 +10:00