Commit graph

176 commits

Author SHA1 Message Date
Nickiel12
014adade68 added feature flag to disable hotkey-hooking 2022-06-29 18:00:30 -07:00
Nickiel12
625014bcfd debug message 2022-06-28 20:35:55 -07:00
Nickiel12
b974bc5b59 renamed stream_states_class -> stream_state 2022-06-24 19:19:30 -07:00
Nickiel12
81fd3bc2ce added pause_timer 2022-06-24 19:19:03 -07:00
Nickiel12
81b09b7e42 added timer pause length
cleaned match statement
2022-06-24 11:32:58 -07:00
Nickiel12
8576b6f126 renamed enums -> senes 2022-06-24 10:02:31 -07:00
Nickiel12
d5061bf674 testing on linux 2022-06-19 22:03:58 -07:00
Nickiel12
cdb3666ad7 swapped type checks with convenience function 2022-06-19 20:37:11 -07:00
Nickiel12
b3a39afa12 added convenience function for getting basic type 2022-06-19 20:33:13 -07:00
Nickiel12
dd9ceb6bc3 renamed change_scene_on_hotkey 2022-06-19 20:21:10 -07:00
Nickiel12
230614b626 removed print statement 2022-06-19 19:55:27 -07:00
Nickiel12
74cedc3b08 fixed timer starting when clicker auto off 2022-01-09 13:40:24 -08:00
Nickiel12
5915c5406f Revert "switched from strange function to as_bool"
This reverts commit a33a6f7b37.
2022-01-05 17:44:26 -08:00
Nickiel12
849d73d4a8 Merge branch 'master' of https://github.com/Nickiel12/church_controller_rust 2022-01-02 21:55:14 -08:00
Nickiel12
c8737d64a2 removed unused function 2022-01-02 21:50:53 -08:00
Nickiel12
a33a6f7b37 switched from strange function to as_bool 2022-01-02 21:50:07 -08:00
Nickiel12
16554e409e removed extra step and variable 2022-01-02 21:46:55 -08:00
Nickiel12
24730ee3da removed step 2022-01-02 21:45:21 -08:00
Nickiel12
b3ce6858e9 only one socket handler thread 2022-01-02 21:37:01 -08:00
Nickiel12
6c8f5c44f7 a bit of condensing 2022-01-02 20:31:57 -08:00
Nickiel12
1f132c8863 timer tick now uses instruction flow 2022-01-02 20:13:11 -08:00
Nickiel12
2d2147f799 chnaged tick to return instructions array 2022-01-02 20:08:57 -08:00
Nickiel12
bab92d3327 some refactoring 2022-01-02 19:50:36 -08:00
Nickiel12
18633890f2 fixed control_c flag call 2022-01-02 19:45:29 -08:00
Nickiel12
55921ca08f added new() constructor 2022-01-02 19:39:20 -08:00
Nickiel12
6a1f512db4 error catching for sockets 2022-01-02 19:02:26 -08:00
Nickiel12
23dceaf2ba got rid of delayed sending 2021-12-31 19:54:52 -08:00
Nickiel12
6b7edb7ce8 added from hotkey checks 2021-12-31 19:35:04 -08:00
Nickiel12
b158b9068e bug fixes 2021-12-31 19:34:48 -08:00
Nickiel12
1738a030c4 bug fixes 2021-12-31 19:34:40 -08:00
Nickiel12
480f5b0c11 added differentiation of hotkey and app 2021-12-31 19:34:24 -08:00
Nickiel12
686d7b8237 added delays so commands don't overlap 2021-12-31 10:44:50 -08:00
Nickiel12
47d47f0819 made delay smaller 2021-12-31 10:44:39 -08:00
Nickiel12
39a5b9d6e3 shouldn't try to double send things now 2021-12-31 10:42:31 -08:00
Nickiel12
ba59e749d7 added thread_closing message 2021-12-31 10:42:18 -08:00
Nickiel12
a8fae93858 fixed incorrect autohotkey call 2021-12-31 09:52:07 -08:00
Nickiel12
686ef3c8a2 added more delay for hotkey 2021-12-31 09:51:51 -08:00
Nickiel12
97a2bf9744
Merge pull request #1 from Nickiel12/windows
Windows
2021-12-31 09:45:11 -08:00
Nickiel12
dc7ddda6b0 notes 2021-12-30 23:12:56 -08:00
Nickiel12
b785e30d8c new keybinding 2021-12-30 23:12:20 -08:00
Nickiel12
1770a04e43 should fix double sending for single thing 2021-12-30 23:02:41 -08:00
Nickiel12
ba33ffc063 updated to weird macros 2021-12-30 22:56:50 -08:00
Nickiel12
7a09245d1a notes 2021-12-30 22:53:03 -08:00
Nickiel12
0b35dcd865 stuff 2021-12-30 22:42:49 -08:00
Nickiel12
3b0ead5b96 was using the wrong string for serde 2021-12-31 06:07:51 -08:00
Nickiel12
ce92342bc2 windows stuff 2021-12-31 02:08:37 -08:00
Nickiel12
6134ef8843 more things 2021-12-30 17:30:25 -08:00
Nickiel12
f760680e8b wasn't handling tick instruction 2021-12-30 16:16:11 -08:00
Nickiel12
1f6ff8c0cc fixed tests 2021-12-30 15:27:31 -08:00
Nickiel12
3870a25f87 fixed hanging keyboard hooks 2021-12-30 15:26:08 -08:00