Commit Graph

387 Commits

Author SHA1 Message Date
dependabot[bot]
cc36abc605
Bump tj-actions/changed-files from 35 to 41 in /.github/workflows
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 35 to 41.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v35...v41)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-02 16:48:47 +00:00
Adam Saudagar
0fdb285aea #180 hotfix proper fallback for version check 2023-12-15 20:33:46 +05:30
Adam Saudagar
04e30c2f1c version update 0.5.21 2023-12-15 20:28:43 +05:30
Adam Saudagar
afb82d0562 #180 checks for version using github version file instead of pypi
also removed beautiful soup dependency
2023-12-15 20:23:41 +05:30
Adam Saudagar
e80f0fabdc
Merge pull request #182 from fishyboteso/wip/forwardkey-config
#95 created config for forward key
2023-12-15 18:50:44 +05:30
Adam Saudagar
a59909de9d #95 added default config for when forward_key isn't set but used 2023-12-15 18:37:16 +05:30
Shayaan Shaikh
d29b801657 #95 created config for forward key 2023-12-11 21:31:59 +05:30
Shayaan Shaikh
43651b81fd #135 if test server arg is used so it will use a different conf file is used 2023-10-10 21:28:41 +05:30
Adam Saudagar
c67a40a7d6
Merge pull request #178 from fishyboteso/wip/beep_bug
beep sound when sound notification abled and no beep sound when disabled
2023-10-01 00:41:25 +05:30
Shayaan Shaikh
91a97af5d9 #161 beep sound when sound notification abled and no beep sound when disabled 2023-09-30 22:12:19 +05:30
Semjon Wilke
0b17e0dd88 update add on version 2023-08-02 00:40:54 +02:00
Adam Saudagar
8b21b722f2 #167 hotfix forgot to add timeout to register too, as its one of the first web calls too 2023-07-21 18:50:59 +05:30
Adam Saudagar
cbb37e8f0b #167 hotfix start fishy in offline mode if backend doesn't responds 2023-07-21 18:41:46 +05:30
Adam Saudagar
dd404741fe #168 hotfix fixes 415 due to incorrect body type in header 2023-07-06 21:27:21 +05:30
Adam Saudagar
28b7cfeb8c
Merge pull request #163 from BDadmehr0/main
Update main_gui.py | Save scr & Save y or n
2023-06-14 13:58:18 +05:30
Dadmehr
cab56da6e4
Update main_gui.py 2023-06-08 18:51:15 +03:30
Dadmehr
ad77ac85b9
Update main_gui.py
This code modifies the toggle_show_grab function to show a warning message when "Save Screenshots" is enabled. When "Save Screenshots" is disabled, it shows a confirmation message asking the user if they want to delete the saved screenshots. Depending on the user's choice, you can add the necessary code to delete the screenshots or perform any other desired action.
2023-06-06 19:42:49 +03:30
Semjon Wilke
5fe4c235ac update addons 2023-05-31 22:10:47 +02:00
Adam Saudagar
ecf5b3524c #156 added logs 2023-03-09 16:30:15 +05:30
Adam Saudagar
cc61caf12d #156 scaling down full window screenshot 2023-03-09 15:38:50 +05:30
Adam Saudagar
0c3b5da26b #156 renamed label to match its function 2023-03-09 15:38:21 +05:30
Adam Saudagar
3354de4772 [hotfix] incorrect function call causing exception fixed 2023-03-08 15:43:19 +05:30
Adam Saudagar
9942d0533f version update 0.5.16 2023-03-07 15:47:53 +05:30
Adam Saudagar
4add028ff6 playsound excpetion fixed 2023-03-07 15:47:03 +05:30
Adam Saudagar
70af635025
Merge pull request #155 from fishyboteso/wip/screenshot_lib_selector
screenshot library selected
2023-03-07 15:46:20 +05:30
Adam Saudagar
19a5fe9b7f removed some useless code 2023-03-07 15:46:06 +05:30
Adam Saudagar
5141ae9c2d new fishyqr version 2023-03-07 15:34:45 +05:30
Adam Saudagar
df4deda1f2 added debug option to save capture 2023-03-07 15:00:16 +05:30
Adam Saudagar
2ca4107595 removed some unused code 2023-03-07 14:59:00 +05:30
Adam Saudagar
7bf4567395 corrected multi monitor calculations for pyautogui 2023-03-07 14:58:35 +05:30
Adam Saudagar
e1257aeda0 fixed logic for multimonitor setup 2023-03-07 13:40:22 +05:30
Adam Saudagar
f520004c11 #154 look_for_hole disabled by default 2023-03-07 01:48:59 +05:30
Adam Saudagar
8634bac19c d3dshot install logic implemented 2023-03-07 01:48:13 +05:30
Adam Saudagar
199fed6682 gui implemented 2023-03-07 01:47:55 +05:30
Adam Saudagar
5dc7c09cb7 created interface for sslib and choose one using config 2023-03-07 00:37:26 +05:30
Adam Saudagar
788e78b9bb moved singleton_proxy to helper.depless 2023-03-07 00:22:24 +05:30
Adam Saudagar
5fb58d9998 improved code a bit 2023-03-07 00:11:19 +05:30
Adam Saudagar
bc491c8cb0
Merge pull request #153 from fishyboteso/wip/keyboard-interup
handling keyboard interupt and exiting main thread safely
2023-03-07 00:08:25 +05:30
Adam Saudagar
063c1e5481 Merge branch 'main' into wip/keyboard-interup
# Conflicts:
#	fishy/__main__.py
2023-03-07 00:07:36 +05:30
Adam Saudagar
2118e10d5d using splash object instead of using finish function
using gui method instead of directly accessing private members
2023-03-07 00:03:24 +05:30
Adam Saudagar
4dec07d27e
Merge pull request #151 from fishyboteso/wip/cross_platform
making fishy cross platform
2023-03-06 23:33:26 +05:30
Adam Saudagar
47c0ce7413 removed Linux temprorily until linux.py is implemented 2023-03-06 23:32:39 +05:30
Adam Saudagar
901ce6c346 handled case when game is not running 2023-03-06 23:18:09 +05:30
Adam Saudagar
a5499475f6 generalized ClassInstance even more to be used as a decorator 2023-02-22 00:56:22 +05:30
Adam Saudagar
4f90df9079 generalized class instance 2023-02-21 23:22:11 +05:30
Adam Saudagar
c5d1cb67cf decoupled os_calls from fishy to use os_services instead 2023-02-21 23:05:44 +05:30
Adam Saudagar
0de6b54777 implemented methods for windows 2023-02-21 23:04:58 +05:30
Adam Saudagar
6000e9022e created interface and proxy for os services 2023-02-21 23:04:24 +05:30
Adam Saudagar
455976a018 install windows lib if on windows 2023-02-21 22:59:43 +05:30
Adam Saudagar
4e55c88629 handling keyboard interupt and exiting main thread safely
kindof related to #104
2023-02-15 12:38:47 +05:30