Semjon Kerner
3172b30d98
sort imports with isort
2021-05-09 09:05:51 +02:00
Semjon Kerner
fb89fdf4fb
remove unused imports
2021-05-09 08:46:46 +02:00
Semjon Kerner
d9b37c5911
remove star imports from tk and ttk
2021-05-09 08:46:46 +02:00
Adam Saudagar
fb76efdca3
Merge pull request #65 from SemjonKerner/fixup_sound_notify
...
playsound whenever user interaction is required
2021-05-08 03:25:58 +05:30
Semjon Kerner
ff39f7d9bf
accumulate event functions
2021-05-07 20:07:03 +02:00
Semjon Kerner
699354cd0b
rename send_hole_deplete to send_fish_caught
2021-05-07 20:07:03 +02:00
Semjon Kerner
0396ea3239
playsond beep twice, moved from hotkey to engine
2021-05-07 20:07:03 +02:00
Semjon Kerner
363a0dd1bd
reorder imports
2021-05-07 19:36:41 +02:00
Semjon Kerner
708f64fd7b
act on lookaway as on idle
2021-05-07 19:35:25 +02:00
Semjon Kerner
b2d43df57e
playsound whenever user interaction is required
2021-05-07 19:35:25 +02:00
Adam Saudagar
ac83c9c427
Merge pull request #57 from fishyboteso/detect_with_rgb
...
Change colors to rgb and read saved-variables from Chalutier Addon for color detection (0.4.6)
2021-05-07 20:52:53 +05:30
Adam Saudagar
f8806b357a
Merge pull request #69 from Ancient123/patch-1
...
Add a 100ms sleep to semifisher loop
2021-05-07 19:54:55 +05:30
Semjon Kerner
fe3715b21b
fixup chalutier version
2021-05-07 15:19:22 +02:00
Semjon Kerner
a1ce1ccae9
update chalutier addon for default dead color
2021-05-07 15:19:22 +02:00
Semjon Kerner
58457ef798
fixup luaparser
2021-05-07 15:19:22 +02:00
Semjon Kerner
b6a375f486
add luaparser and read saved var
2021-05-07 15:19:22 +02:00
Semjon Kerner
ac18f3f2cc
fixupfixup enum-dict
2021-05-07 15:19:22 +02:00
Semjon Kerner
f790a83acf
fixup enum-dict
2021-05-07 15:19:22 +02:00
Semjon Kerner
734477dc28
change state detection to dict and use rgb
2021-05-07 15:19:22 +02:00
Mat R
c6654ade4f
Add a 100ms sleep to semifisher loop
...
While the main monitor loop runs we are constantly rechecking, which drives a lot of CPU usage.
By sleeping for 100ms we can significantly reduce this without significantly impacting the bot.
2021-05-06 19:35:06 -06:00
Adam Saudagar
65052f3fa3
automatically load recording when it ends
2021-05-03 00:38:39 +05:30
Adam Saudagar
aa207dae02
fixed divide by zero error
2021-05-03 00:10:08 +05:30
Adam Saudagar
bfb498d1c9
add sound feedback to recording hole
2021-05-02 23:53:18 +05:30
Adam Saudagar
b0a8db7528
wait for eso window active, stop engine when window becomes inactive
2021-05-02 23:35:06 +05:30
Adam Saudagar
6440ec1000
calibrate connected to config
2021-05-02 22:19:44 +05:30
Adam Saudagar
3ce3c24dd1
connected mode select in config with the engine
...
- restructed player and recorder to work with new system,
- remove FullAuto.State
2021-05-02 21:10:38 +05:30
Adam Saudagar
1290c877f1
removed controls from engine
2021-05-01 15:04:38 +05:30
Adam Saudagar
73a0500cdf
added mode option and recalibrate option
2021-05-01 14:59:12 +05:30
Adam Saudagar
a710246081
abstracted event_handler and config to make developing gui easier
2021-05-01 14:58:09 +05:30
Adam Saudagar
c86e86b901
hotfix: data not being send, when fishing is interupted
2021-04-21 21:53:18 +05:30
Adam Saudagar
01a8c50769
increased version, modified test to use venv instead of conda
2021-04-18 13:00:53 +05:30
Adam Saudagar
1e633f7efe
Merge branch 'feature/fullauto'
2021-04-18 12:54:18 +05:30
Adam Saudagar
b7dbbf4599
cleaned imports
2021-04-18 12:52:57 +05:30
Adam Saudagar
b066f29798
Merge pull request #66 from fishyboteso/feature/fullauto
...
Full auto engine
2021-04-18 12:02:14 +05:30
Adam Saudagar
54406cf120
corrected addons versions
2021-04-18 12:01:36 +05:30
Adam Saudagar
1b30bc3c82
changed look up down timing, added log message for when player starts
2021-04-17 22:54:12 +05:30
Adam Saudagar
c05355fb77
don't warn about fishing not started if it's not attached to gui (to avoid it showing in fullauto)
2021-04-17 22:04:10 +05:30
Adam Saudagar
ce1bc0391b
added fishyqr and libgps addons download in constants
2021-04-17 22:03:27 +05:30
Adam Saudagar
2dfaa19adc
added pyzbar and mouse modules to requirement
2021-04-17 22:02:44 +05:30
Adam Saudagar
babcdd262a
created multiprocess solution for mouse click callback for recording
2021-04-17 22:02:20 +05:30
Adam Saudagar
96db413f61
renamed calibrate class to calibrator,
...
removed updown calibration process,
changed controls accordingly
2021-04-17 22:01:19 +05:30
Adam Saudagar
23488d4c3d
Merge branch 'master' into feature/fullauto
2021-04-17 13:53:10 +05:30
Adam Saudagar
e47d74afc3
Merge pull request #59 from SemjonKerner/remove_sleep_before_fishing
...
remove sleep before fishing, with bugfix in chalutier 1.1.3
2021-04-17 13:36:58 +05:30
Adam Saudagar
d186af77ce
Merge pull request #60 from fishyboteso/feature/remove_with_update
...
remove uninstallation of old addons
2021-04-17 13:24:23 +05:30
Adam Saudagar
c165a0e237
Merge pull request #62 from SemjonKerner/autoloot_default
...
Set auto_collect always enabled
2021-04-17 13:21:59 +05:30
Adam Saudagar
db70ae1889
Merge pull request #63 from SemjonKerner/call_in_thread_fifo
...
Make call_in_thread fifo
2021-04-17 13:21:17 +05:30
Adam Saudagar
b5a7c9621b
Merge pull request #61 from SemjonKerner/fixup_checkpixelval
...
remove label from fishingmode for logging
2021-04-17 13:20:41 +05:30
Adam Saudagar
a4208e2ef7
not sending fishy hole data hotfix
2021-04-17 12:02:45 +05:30
Semjon Kerner
81edb6f6e1
change datatype of _function_queue to queue
2021-04-15 13:47:43 +02:00
Semjon Kerner
2a3b79a12b
remove all traces of collect_allow_auto
2021-04-15 12:49:17 +02:00