Adam Saudagar
1a65908488
removed code duplication, using 1 function for both of the key entry callbacks
2020-12-27 18:58:09 +05:30
Semjon Kerner
bd4bf6e25b
enforce single key binds in entrys
2020-12-15 19:23:32 +01:00
Semjon Kerner
38df271376
fixup rebase and max waittime
2020-12-13 20:13:15 +01:00
Semjon Kerner
d0e170c6b5
add option to have human like jitter in delays
2020-12-13 19:01:35 +01:00
Semjon Kerner
00f0bf97e9
add auto loot option
2020-12-13 17:27:52 +01:00
Adam Saudagar
f505e20d9d
Merge pull request #17 from SemjonKerner/version_fix
...
Version fixes: downgrade numpy, enable python 3.9
2020-12-13 13:12:27 +05:30
Semjon Kerner
640973fb27
add import re (Regex) for python 3.9
2020-12-08 23:11:26 +01:00
Semjon Kerner
ea1ec06336
Add messagebox for quit while engine running
2020-12-08 23:09:36 +01:00
Adam Saudagar
a964c65776
full auto bug fixing
...
- changed engine.toggle_start to abstract method
- check for state before turning off bot engine
- added and corrected logging messages for contorls and calibration
- callibrate._get_factor returning None fixed
- optimized controls
- removed config for show crop
- recorder now runs asksaveasfile in gui thread and blocks itself till resoponse
- corrrected logic for saving failed files
- semifisher dont log started bot engine if not ran from gui
- added file name label in full auto config top
- call in thread now can return values
- gui now saves location when closed
- dynamic config location, now uses correct document folder if config file is not found in incorrect document folder
2020-12-01 02:34:33 +05:30
Adam Saudagar
721c2ae7ce
show full auto only if has beta access
2020-11-03 00:34:50 +05:30
Adam Saudagar
7e00771887
discord login panel reworked for backend changes
2020-10-30 03:34:43 +05:30
Adam Saudagar
84f6b25f4f
notify config endpoint changed
2020-10-30 02:54:52 +05:30
Adam Saudagar
50083edd8a
added player file in config
2020-10-18 19:23:46 +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
b44039780c
dynamicly download tesseract if not installed when full auto is launched
2020-10-18 06:13:24 +05:30
Adam Saudagar
51560f26d9
made config global
2020-10-18 00:36:07 +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
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
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
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
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