Commit Graph

249 Commits

Author SHA1 Message Date
9f0974abb3 created migration code which is used to migrate data after an update
moved version code to constants so that code can access it too
changed Install/Remove Chalutier to FIshyQR in options
2021-11-21 16:30:41 +05:30
8ae46dd5a5 integrated fishyqr v0.0.2 for semi fisher
- remove color detection code
- move qr detection from full auto into common
- refactor both engines to use qr from common
2021-11-21 12:42:14 +05:30
5d18b8538e hotfix 0.5.2: opencv error on new version 2021-08-06 10:46:22 +05:30
40451b1867 hotfix 0.5.1: playsound requirement version specified 2021-07-29 16:52:43 +05:30
a2b7d0a31c increased version number 0.5.0 2021-05-22 06:14:08 +05:30
d8c73a93b2 Merge pull request #87 from fishyboteso/feature/fullauto
fullauto improvement and public release
2021-05-22 06:12:55 +05:30
d642362f85 give overwrite option only in edit mode 2021-05-22 05:43:41 +05:30
df2ab36021 removed drm from full auto 2021-05-22 05:24:09 +05:30
25bec628fd updated need help link 2021-05-22 04:52:49 +05:30
7929ed47be hotfix 0.4.11: fullauto tabout stop config added, improved full auto config layout 2021-05-18 05:53:28 +05:30
2bc0d48843 updated version to 0.4.10 2021-05-16 21:31:24 +05:30
3ab22743cf Merge pull request #78 from fishyboteso/improvement/fullscreen-config
removed fullscreen config from semi fisher
2021-05-16 21:25:18 +05:30
7a93b18ec6 removed fullscreen config from semi fisher 2021-05-16 20:13:59 +05:30
1e9c667c44 Merge branch 'feature/fullauto' 2021-05-16 19:59:33 +05:30
0ccbf7ba7e fixed calibrater mode gives you need to calibrate error 2021-05-16 19:58:49 +05:30
54dfd1c89b Merge pull request #77 from fishyboteso/feature/mp-hotkey
moved hotkey to other process
2021-05-16 19:55:44 +05:30
e5e45bb006 Merge branch 'master' into feature/mp-hotkey 2021-05-16 19:55:35 +05:30
767417a0f7 Merge pull request #80 from fishyboteso/feature/active-count
active user feature
2021-05-16 19:53:12 +05:30
46083bbaa9 active count feature created 2021-05-16 08:34:35 +05:30
84b2b19b1a moved hotkey to other process 2021-05-16 04:10:48 +05:30
381f573109 Merge pull request #76 from fishyboteso/feature/fullauto
Full auto improvements
2021-05-15 18:31:49 +05:30
901c8d6ea8 full auto doesn't stop when waiting for game window to be active 2021-05-15 18:24:27 +05:30
810c0276a1 possible fix for ingnoring fishing holes 2021-05-15 17:52:04 +05:30
db3def3948 pause Instead of shutting off engine when qr doesn't get read 2021-05-15 17:50:38 +05:30
41232cc723 path editing mode done 2021-05-13 17:34:50 +05:30
fa02a0895b show the name of the recording while saving 2021-05-13 16:55:49 +05:30
73a377d919 added config for edit mode 2021-05-13 14:51:59 +05:30
c21a6f06f2 resume from closest point instead of start 2021-05-13 14:23:54 +05:30
55c867f790 changed from yes/no to overwrite/save as/cancel option in recorder 2021-05-13 13:47:43 +05:30
0622531c2b switched tk to ttk in config_top for fullauto 2021-05-13 13:45:44 +05:30
ab81d09741 ask whether to save or not when recording ends 2021-05-12 21:07:20 +05:30
8f7b6b71c4 Merge remote-tracking branch 'origin/master' into feature/fullauto
# Conflicts:
#	fishy/engine/fullautofisher/controls.py
#	fishy/engine/fullautofisher/engine.py
#	fishy/engine/fullautofisher/mode/calibrator.py
#	fishy/engine/fullautofisher/mode/recorder.py
#	fishy/engine/fullautofisher/player.py
#	fishy/engine/semifisher/fishing_event.py
#	fishy/gui/config_top.py
2021-05-12 20:44:55 +05:30
b2d4a6540b Merge pull request #74 from SemjonKerner/cleanup
Cleanup coding style detected with flake8
2021-05-10 12:44:57 +05:30
fa83c10394 fix flake8: F841, E111 E711, E262 2021-05-09 11:48:35 +02:00
b16f776749 too long lines 2021-05-09 11:44:19 +02:00
1c5530dca4 fix whitespaces according to flake8 2021-05-09 11:09:26 +02:00
3172b30d98 sort imports with isort 2021-05-09 09:05:51 +02:00
fb89fdf4fb remove unused imports 2021-05-09 08:46:46 +02:00
d9b37c5911 remove star imports from tk and ttk 2021-05-09 08:46:46 +02:00
fb76efdca3 Merge pull request #65 from SemjonKerner/fixup_sound_notify
playsound whenever user interaction is required
2021-05-08 03:25:58 +05:30
ff39f7d9bf accumulate event functions 2021-05-07 20:07:03 +02:00
699354cd0b rename send_hole_deplete to send_fish_caught 2021-05-07 20:07:03 +02:00
0396ea3239 playsond beep twice, moved from hotkey to engine 2021-05-07 20:07:03 +02:00
363a0dd1bd reorder imports 2021-05-07 19:36:41 +02:00
708f64fd7b act on lookaway as on idle 2021-05-07 19:35:25 +02:00
b2d43df57e playsound whenever user interaction is required 2021-05-07 19:35:25 +02:00
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
f8806b357a Merge pull request #69 from Ancient123/patch-1
Add a 100ms sleep to semifisher loop
2021-05-07 19:54:55 +05:30
fe3715b21b fixup chalutier version 2021-05-07 15:19:22 +02:00
a1ce1ccae9 update chalutier addon for default dead color 2021-05-07 15:19:22 +02:00