Commit Graph

269 Commits

Author SHA1 Message Date
Adam Saudagar
50083edd8a added player file in config 2020-10-18 19:23:46 +05:30
Adam Saudagar
aecb3a0af7 don't invoke other states when subscribed, play sound even if interupted 2020-10-18 13:17:24 +05:30
Adam Saudagar
3143d8cd2f removed tesseract from config 2020-10-18 06:24:48 +05:30
Adam Saudagar
80c2a5e900 fixed situations where app doesnt shut down without crash
- when bot is closed while engine is running
- when start is pressed when the game is minimized, then app is closed
2020-10-18 06:20:25 +05:30
Adam Saudagar
db5299004b optimized event handler 2020-10-18 06:13:59 +05:30
Adam Saudagar
b44039780c dynamicly download tesseract if not installed when full auto is launched 2020-10-18 06:13:24 +05:30
Adam Saudagar
69edc75c16 now engine shutdowns properly when quiting, corrected logic for window show 2020-10-18 04:42:48 +05:30
Adam Saudagar
fafb6ea952 made full auto runable via gui 2020-10-18 04:05:20 +05:30
Adam Saudagar
2893b2270c full auto engine done
- semi fisher, calls last event when subscribed
- corrected ping pong logic
- f8 to stop player
- save coods image if not able to read for debug purpose
- created better controls
2020-10-18 03:34:25 +05:30
Adam Saudagar
421d755a7f crop is now saved in config, instead of calculating at every launch
- semi auto callbacks are turned on and off by fullauto now
- use pprint to print recorded path data
2020-10-18 01:15:57 +05:30
Adam Saudagar
51560f26d9 made config global 2020-10-18 00:36:07 +05:30
Adam Saudagar
c63ff4c3ba refactored semifisher state machine feature to be much simpler,
- now different systems can subscribe to semifisher events
2020-10-17 21:34:44 +05:30
Adam Saudagar
315adf9799 re structured window into server client model so that multiple engine can use them simultaneously 2020-10-17 16:22:04 +05:30
Adam Saudagar
825ce11ced engines can now run without gui
- corrected logic for look_for_hole, made hotkey start new threads, created mock interface for gui
2020-10-17 13:36:49 +05:30
Adam Saudagar
2edad8110f changed save system to pickle instead of json, changed calibrate to class, added offset in crop coods for better ocr 2020-10-15 08:49:08 +05:30
Adam Saudagar
b88cb8567c finished player code 2020-10-15 07:53:15 +05:30
Adam Saudagar
66e6a70fba better hotkey code, moved calibrate to seperate file, created player and recorder for full auto, created rotate_to metho in full auto engine 2020-10-15 06:56:31 +05:30
Adam Saudagar
ee8392e426 0.3.14 code cleanup 2020-10-14 07:59:58 +05:30
Adam Saudagar
0b75bb1820 fixed first shortcut creation 2020-10-13 23:53:27 +05:30
Adam Saudagar
d9eb85d542 removed pyautogui from dependencies 2020-10-13 20:06:19 +05:30
Adam Saudagar
f6af3311da better method for getting documents folder 2020-10-13 20:05:11 +05:30
Adam Saudagar
21065e55ee play sound when fish hole complete feature, normal and anti-lag shortcut options 2020-10-13 19:20:01 +05:30
DESKTOP-JVKHS7I\Adam
2d49d74af2 - fixed restart bug; random window disapears when restart option is used
- removed troubleshoot option from options
2020-06-27 20:53:32 +05:30
DESKTOP-JVKHS7I\Adam
decfdfb994 - auto update fixed
- keyboard ghosting for full auto fixed
2020-06-26 00:21:12 +05:30
DESKTOP-JVKHS7I\Adam
cfc41d6a5c fixed input ghosting bug cauzed by pynput 2020-06-25 22:10:18 +05:30
DESKTOP-JVKHS7I\Adam
066ec93742 move to target created 2020-06-25 19:10:05 +05:30
DESKTOP-JVKHS7I\Adam
1418271583 now disables config and engine selector when engine is running 2020-06-25 07:26:17 +05:30
DESKTOP-JVKHS7I\Adam
1ae645294d ai fix and full-auto test setup:
gui
- enable "Debug > Keep Console" to unhide full auto
- Removed Log Dump from Debug menu

semi-auto
- starting ai fix, sometime bot doesnt start
- minimize bug fix, when minimized gui goes out of sync
- keyboard button to pause play, now bot can be paused and played using f9
- now shows running as admin message
- better error message, now tells to check #read-me-first instead

full-auto
- add tesseract binary in directory
- install addon for full auto
2020-06-25 07:02:34 +05:30
DESKTOP-JVKHS7I\Adam
648f3a8a32 full auto: ocr, callibration, get coods done 2020-06-25 04:46:23 +05:30
DESKTOP-JVKHS7I\Adam
49cc7f191d fullauto rect detection done, and...
- window.show now also shows ready images,
- removed debug condition to print "Running with admin"
2020-06-03 07:11:54 +05:30
DESKTOP-JVKHS7I\Adam
686252d39e created interface for engines 2020-06-01 18:28:18 +05:30
DESKTOP-JVKHS7I\Adam
cd1b2dd8f6 0.3.5 reworked ui for multiple bot engine support
- shifted config into a toplevel
- logs before starting update
2020-05-24 03:44:09 +05:30
DESKTOP-JVKHS7I\Adam
c8510d56cf restructured engine 2020-05-23 10:24:11 +05:30
DESKTOP-JVKHS7I\Adam
168e902e36 0.3.4 removed tkhtmlview from deps 2020-05-20 16:49:01 +05:30
DESKTOP-JVKHS7I\Adam
3e96fbed2c 0.3.3 reworked notifications again (now uses discord chat)
- fixed ui scaling issues
- now uses callables for thread comunication instead of enums (removed comms.py altogether)
- added options to run using test server
2020-05-19 10:56:50 +05:30
DESKTOP-JVKHS7I\Adam
b1ee1d1188 fixed an import which caused crash on hole deplete
- now uses envions instead of os.path.expand users for config file name
- made readme smaller
2020-05-15 05:21:55 +05:30
DESKTOP-JVKHS7I\Adam
5972aebc7d code cleanup:
- restructured code
- pep8 cleanup
- spelling mistakes fixed
- import fixes
- added cli arg to use local server
- got rid of globals.py
2020-05-14 07:33:13 +05:30
DESKTOP-JVKHS7I\Adam
66eeb9d6f8 0.3.1 hotfix: doesnt throw the stick back when action key is changed 2020-05-12 11:46:36 +05:30
DESKTOP-JVKHS7I\Adam
bb83a33b82 documentation and code cleanup: auto_update, config, helper 2020-05-12 11:43:42 +05:30
DESKTOP-JVKHS7I\Adam
30b8477d8d pre update hotfix, added banner in manifest, hides on first launch fixed, test notification doesnt send fixed 2020-05-10 17:37:45 +05:30
DESKTOP-JVKHS7I\Adam
066c25f08a 0.3.0 final
- build now deletes old version before building the new one
- prints lauching before initializing
- removed multithreading from config saving
- better logic for fising interupted
- fix terms link bug
- now prints exception during web calls
- removes the uid if not found during get_session
2020-05-07 11:33:30 +05:30
DESKTOP-JVKHS7I\Adam
79c7f748e1 0.3.0 bugs squashed
- sends hole_deplete even on interupt
- application doesnt restart after updating
- image doesnt display in shortcut
- optimize startup: multithreaded web request for gui init
2020-05-05 20:41:00 +05:30
DESKTOP-JVKHS7I\Adam
3fdfb35622 0.3.0 initial commit:
- added eula
- noticiation via web push
- data collection changes
- updated readme
- created session system
2020-05-05 18:25:06 +05:30
DESKTOP-JVKHS7I\Adam
b8155ef468 fishy network removed, integreted web push notificaitons 2020-04-28 02:49:30 +05:30
DESKTOP-JVKHS7I\Adam
36daacbf42 ui fix: start button and andoid ip label, fixed shorcut 2020-04-23 14:21:28 +05:30
DESKTOP-JVKHS7I\Adam
379d8ac4bf 0.2.6 shifted gui logging initialization to constructor, add ip, added folder selection for folder 2020-04-21 01:16:12 +05:30
DESKTOP-JVKHS7I\Adam
7361cc46ee 0.2.5 fixed path joining error for shortcut and addon
- added a warning for addon not visible
- added requests and bs4 in requirements
2020-04-20 18:33:44 +05:30
DESKTOP-JVKHS7I\Adam
6a708e55e6 auto install addon, dc function added and more,
- moved config to documents
- reduced readme
- updated requirements
- action key implemented
- when non saved config is get for the first time, default is saved
- added icon
- added unhandled exception logging
- added debug mode
- made dark mode and debug mode check buttons instead of command
- created manifest
- moved addon to a zip
2020-04-20 01:21:49 +05:30
DESKTOP-JVKHS7I\Adam
faf2c62e9c added help menu, removed pause and stop system, tweaked window, fishing_mode, fishing_event to work with new design, config now saves on other thread 2020-04-18 17:02:14 +05:30
DESKTOP-JVKHS7I\Adam
9a6f46f02d gui comunication reworked, now using function_queue and event_buffer 2020-04-18 09:51:18 +05:30