Commit graph

167 commits

Author SHA1 Message Date
Nickiel12
0fdcffa453 moved ahk files 2021-12-30 13:06:56 -08:00
Nickiel12
9a9e88e200 cleaned up warnings 2021-12-30 13:04:12 -08:00
Nickiel12
33819a663d implemented most of the stuff 2021-12-30 11:58:59 -08:00
Nickiel12
7c53786e3a added debug_mode flag which disables external_interface 2021-12-30 11:42:46 -08:00
Nickiel12
b183d821b6 added get_type 2021-12-30 11:22:29 -08:00
Nickiel12
fe23550f87 added tick function calls 2021-12-30 10:35:48 -08:00
Nickiel12
79ea70e819 stuff 2021-12-30 10:35:32 -08:00
Nickiel12
6d8ed3f64b had to remove tests because of message_handler 2021-12-30 10:25:43 -08:00
Nickiel12
a8448994e7 added fields for tick function 2021-12-29 23:59:23 -08:00
Nickiel12
db1e04487c added dummy functions 2021-12-29 23:59:10 -08:00
Nickiel12
462a9833df added tick function for timer updating 2021-12-29 23:58:40 -08:00
Nickiel12
4cc30f305c handled that error 2021-12-29 23:53:12 -08:00
Nickiel12
e79e7b5df4 moved hotkey setup to larger module 2021-12-29 23:52:53 -08:00
Nickiel12
a3350792c7 don't need that anymore 2021-12-29 22:38:45 -08:00
Nickiel12
8c5dd57fac added comments and has closed flag 2021-12-29 22:37:34 -08:00
Nickiel12
f88f186fb1 removed unused import 2021-12-29 22:36:35 -08:00
Nickiel12
9b13f6a6ce an ilfated test at best. can you really connect to the same port twice? 2021-12-29 22:36:13 -08:00
Nickiel12
6a2d56b0bc rearranged setup variables 2021-12-29 21:30:13 -08:00
Nickiel12
bead4a5b99 simple send-update-on hotkey initiation 2021-12-29 21:29:35 -08:00
Nickiel12
dbad51d09a added hotkey_handlers 2021-12-29 21:21:18 -08:00
Nickiel12
0d886dbd10 windows compiles with correct address 2021-12-29 21:21:08 -08:00
Nickiel12
3a75b52f56 spacing cleanup, and removed leading digit 2021-12-29 21:15:20 -08:00
Nickiel12
eb12e0abdf removed unused imports 2021-12-29 21:12:07 -08:00
Nickiel12
9a2c6fa2e9 removed defunct and crashing tests 2021-12-29 21:11:46 -08:00
Nickiel12
3ec171fd70 removed unused enum 2021-12-29 21:10:27 -08:00
Nickiel12
125625c94c finished off the update function 2021-12-29 21:09:50 -08:00
Nickiel12
a3c20fba0f inputbot is now a local tweaked version 2021-12-29 21:08:14 -08:00
Nickiel12
29ce447a18 updated to remove compiled ahk files 2021-12-29 21:07:56 -08:00
Nickiel12
699a090bbd moved in the ahk files 2021-12-29 21:07:41 -08:00
Nickiel12
f3e237b11d removed unused enum 2021-12-22 18:32:07 -08:00
Nickiel12
6ad9ae8404 changed so impl send is socket.send 2021-12-22 16:24:21 -08:00
Nickiel12
c0033e89fc removed socket_send_tx and replace with socket.send 2021-12-22 16:23:45 -08:00
Nickiel12
35bc3df300 changed so socket is an object with internal states 2021-12-22 15:13:33 -08:00
Nickiel12
91d267b93d added sendable stream 2021-12-22 14:19:39 -08:00
Nickiel12
335f9e7f59 switched to crrossbeam_channel from mpsc 2021-12-22 10:19:54 -08:00
Nickiel12
8238edc3f6 removed [REDACTED] from the anals or history 2021-12-22 10:15:16 -08:00
Nickiel12
84c059ba36 don't need these anymore 2021-12-22 10:14:41 -08:00
Nickiel12
8d12357f5a added new mpmc package 2021-12-22 10:12:35 -08:00
Nickiel12
1663b7d2a1 fixed incorrect return value 2021-12-20 16:25:08 -08:00
Nickiel12
23dd99eb1f change StreamIsMuted and ComputerSoundIsOn names 2021-12-20 16:24:59 -08:00
Nickiel12
9f83884a18 finished coverage of tests and implementation 2021-12-20 16:24:15 -08:00
Nickiel12
25de5872e4 added match arm for ChangeSlide 2021-12-20 15:57:31 -08:00
Nickiel12
b44a16e0e1 changed to use string values for true and false 2021-12-20 15:57:15 -08:00
Nickiel12
3decc966c9 added enum for change-slide handling 2021-12-20 15:56:46 -08:00
Nickiel12
2a2c862df8 json formatting error fixed 2021-12-20 15:24:03 -08:00
Nickiel12
607cc0a2fe updated to use new json format 2021-12-20 15:23:53 -08:00
Nickiel12
dd11b732e4 changed json standards 2021-12-20 14:30:34 -08:00
Nickiel12
dfeee75297 changed json keys from "button" -> "update 2021-12-20 14:14:54 -08:00
Nickiel12
d64a3622b5 dry-ed the to_json so only one json conversion 2021-12-20 14:14:04 -08:00
Nickiel12
cff1067ccf renamed ChangeSceneOnSlideHotkey to ChangeSceneOnChangedSlide 2021-12-20 14:05:48 -08:00