621d8d3549
update canvas of update_dialog
2022-06-13 10:17:15 +02:00
a8ff0c5bc8
fix popup resizing
2022-06-13 10:11:04 +02:00
f1f565c628
allways use icon.ico in popups
2022-06-13 09:40:50 +02:00
3b2b23b8d9
hotfix: fixed qr code parsing
0.5.12
2022-05-29 20:44:38 +05:30
3fbc67c49b
using cv2 qr detection instead of manual blob detection, removed pyzbar from dependencies
v0.5.11
2022-05-26 18:17:58 +05:30
72e65c0f8e
Create FUNDING.yml
2022-05-02 20:48:25 +05:30
1fb475794f
Merge pull request #116 from fishyboteso/docs/readme-update
2022-04-16 07:03:57 +05:30
39a12a0797
Update README.md
2022-04-16 07:03:44 +05:30
84e8150dd7
increased version
2022-04-15 07:03:14 +05:30
5f040aafd9
Merge pull request #114 from fishyboteso/bugfix/look-hole-racing
2022-04-15 07:01:59 +05:30
8b2ba7a600
fullauto player now waits for first loop of semifisher to complete before looking for hole
2022-04-09 01:40:40 +05:30
fb08e29ae6
increased version to 0.5.9
2022-03-18 10:39:13 +05:30
a6d7a2ce27
Merge pull request #112 from fishyboteso/bugfix/active-not-working
2022-03-18 10:37:35 +05:30
35e27f277b
web pings before starting the scheduler
2022-03-18 10:33:39 +05:30
b67c047f0c
fixed uid generation fo new user
2022-03-18 10:33:16 +05:30
241728d75c
Merge pull request #110 from fishyboteso/feature/update_0.5.8
2022-02-26 21:09:46 +05:30
e1c7bd626d
Merge pull request #108 from fishyboteso/feature/hotfix_idle_state_blocking
2022-02-26 21:08:58 +05:30
14e3c9aa84
update fishy to 0.5.8 and fishyqr to 1.2.0
2022-02-25 11:11:46 +01:00
13319e2606
add timeout to unblock idle state
2022-02-25 10:50:00 +01:00
a8a41a1660
Merge pull request #109 from fishyboteso/feature/hotkey_fishyQR
2022-02-25 04:56:37 +05:30
a80e1ee84b
Merge branch 'main' into feature/hotkey_fishyQR
2022-02-25 04:56:29 +05:30
3761ad813d
Merge pull request #107 from fishyboteso/feature/menu_show_qr_value
2022-02-25 04:53:53 +05:30
fe4eab3076
Merge pull request #106 from fishyboteso/feature/shorten_human_like_delay
2022-02-25 04:53:44 +05:30
a6ec33f30f
add short delay to give FishyQR keybind a headsup
2022-02-22 10:17:28 +01:00
4b2364818c
decrease max human like delay by 25% and 500ms
2022-02-20 20:48:08 +01:00
0fd8a22e02
add menu entry to show qr value
2022-02-20 20:44:00 +01:00
6c4b00775e
0.5.7 update
2022-02-03 07:06:50 +05:30
c0690ae7fa
Merge pull request #103 from fishyboteso/improvement/threading-rework
2022-02-03 07:05:46 +05:30
8d41616720
fixed double action key press
2022-02-03 06:06:07 +05:30
fd7237161b
added few debug logs for engine
2022-02-03 05:51:31 +05:30
d4a5297a97
create only one instance of d3dshot in fishy lifecycle
2022-02-03 05:51:03 +05:30
2893465571
pep8 cleanup
2022-02-03 05:29:10 +05:30
76e17c4502
decoupled logger and gui
...
logger is connected to gui after gui is ready
moved all logging configuration to log_config file
2022-02-03 05:15:00 +05:30
c624557a41
wait for engine threads to stop before exiting
2022-02-03 04:50:36 +05:30
608a8548fb
set logging level to info by default, and switch to debug when turned on from debug options
...
changed almost all of print statement to debug logs
2022-02-03 04:09:39 +05:30
fc3c8746c8
update in file menu not showing on first launch
...
removed feature: hide update in file menu if dont ask is not checked
2022-02-03 03:57:22 +05:30
a12c397357
instead of restarting fishy when session is not created due to incorrect uid, re generate uid and try to create session again
...
removed restart from debug options (fishy should always exit safely)
added debug logs for when systems start and stop
update button from tool bar now opens update dialogue correctly
2022-02-03 03:47:35 +05:30
d22a4e79e5
splash screen not responding fix
2022-02-03 03:43:01 +05:30
c9c2982403
show update prompt after gui is loaded
...
renamed auto_upgrade to update_now
made config init similar to hotkey
update now is a popup which runs from gui thread instead of an independent process
if the user decides to upgrade, bot is quited and update is started in the end of the main thread if update flag is set
2022-02-03 02:51:08 +05:30
572604ff36
fixed dangling threads after denying eula,
...
now only config is partially initialized just to check if eula is accepted
2022-02-03 01:40:18 +05:30
17c014d690
close splash when gui finishes loading
...
hide fishy window until its ready to show
draw splash screen above fishy window
2022-02-03 01:06:41 +05:30
4ea27ae7da
added a null check in get_coords
...
changed print_exec to print in both console and fishy
fixed engine couldn't be stoped with toggle
fixed full auto stop getting called multiple times due to inactive stop
set logging for d3dshot to info, to remove debug logs caused by it
2022-02-01 22:20:57 +05:30
9bcde7e922
window server reworked for improved threading
2022-02-01 17:21:58 +05:30
245493fbc4
fullauto reworked with the new parent class
...
- removed double beep on turnoff
- removed show crop feature in fullauto
- semi fisher is started only when needed, and turned off when the job is done by mode, instead of full auto engine
- use the last coord from recording isntead of getting a new one when using editor in recorder mode, to avoid recording failure when saving the recording
2022-02-01 16:57:14 +05:30
a5236e9b30
semi fisher reworked to work with new parent class
2022-01-31 23:19:24 +05:30
0f35faa59f
reworked engine parent class to impement common things in both the engine
2022-01-31 23:18:51 +05:30
b79a7ed076
0.5.6 update
2022-01-31 13:37:27 +05:30
b0fb23a684
removed outdated installation steps from readme
2022-01-31 13:34:59 +05:30
e0223a0902
Merge pull request #102 from fishyboteso/feature/multi-monitor
2022-01-31 13:26:15 +05:30
3d393cef93
setup process will no long try to import libraries
2022-01-31 11:46:00 +05:30