0
0
mirror of https://github.com/Wurst-Imperium/Wurst7.git synced 2024-09-20 01:12:13 +02:00
Commit Graph

2352 Commits

Author SHA1 Message Date
Alexander01998
302305a3fd Update to Loom 1.2 2023-05-04 12:06:27 +02:00
Alexander01998
7fcea55ab9 Further improve AutoComplete 2023-05-04 11:31:00 +02:00
Alexander01998
7eba22f51a Fix stop sequences in oobabooga mode 2023-05-03 16:51:27 +02:00
Alexander01998
b0c5754e8d Update ApiProviderSetting description 2023-05-03 16:18:10 +02:00
Alexander01998
e34e037576 Improve the precision of Trajectories 2023-05-03 12:34:59 +02:00
Alexander01998
06be5359a2 Further improve Trajectories colors 2023-05-01 00:39:18 +02:00
Alexander01998
1e8158a069
Merge pull request #814 from duggavo:trajectories-red
Change Trajectories color when hitting an entity
2023-05-01 00:36:46 +02:00
duggavo
87aefef5a5 Change Trajectories color when hitting an entity 2023-04-28 18:07:25 +02:00
Alexander01998
844c338550 Add offhand support and further clean up Trajectories code 2023-04-26 20:06:59 +02:00
Alexander01998
7cd4c1d381 Refactor TrajectoriesHack.getPath() 2023-04-24 21:11:15 +02:00
Alexander01998
5e6642ade2 Add entity collision detection to Trajectories 2023-04-24 11:47:32 +02:00
Alexander01998
7671c9cbec Fix Trajectories not raytracing correctly 2023-04-24 11:27:22 +02:00
Alexander01998
2c6d1efd2c Fix BowAimbot not rendering correctly 2023-04-24 11:11:41 +02:00
Alexander01998
0c57710cf3 Fix Excavator text rendering in the wrong color 2023-04-24 11:00:50 +02:00
Alexander01998
46b19a47a2 Make BowAimbot & Excavator disable each other 2023-04-24 11:00:11 +02:00
Alexander01998
6e9b5f1e3b Reset colors after rendering Excavator
Fixes #812
2023-04-23 19:22:43 +02:00
Alexander01998
12ce7086ed Prevent windows from going completely out of bounds
This change doesn't prevent you from moving windows slightly out of
bounds, as long as at least one pixel of the title bar is still on the
screen. That way, you can always grab the title bar and use it to drag
the window somewhere else.

Also, I've made sure that temporarily resizing the window or changing
the GUI scale doesn't ruin your ClickGUI layout. The windows only move
permanently to their new position if you drag them around, otherwise
they move back to their original position once the window is big enough
again.
2023-04-15 02:14:00 +02:00
Alexander01998
3822722d8e Change default stop sequence to line break & add an option to change it
back
2023-04-12 01:26:00 +02:00
Alexander01998
8d23f6c6b1 Add a setting to choose different OpenAI models 2023-04-11 21:36:00 +02:00
Alexander01998
0478aa4578 Add oobabooga's repetition penalties 2023-04-11 18:15:15 +02:00
Alexander01998
c27fb79d25 Move OpenAI-specific methods to OpenAiMessageCompleter 2023-04-04 20:40:41 +02:00
Alexander01998
f09d6e0934 Fix BlockComponents not rendering correctly 2023-04-04 18:12:47 +02:00
Alexander01998
5f4645f9a7 Add improved Freecam teleporting
Inspired by
https://www.reddit.com/r/WurstClient/comments/128ubvx/how_to_use_tp_more_effectively/
2023-04-03 22:36:45 +02:00
Alexander01998
8fa5705420 Fix gray text on some Navigator screens 2023-04-03 21:28:21 +02:00
Alexander01998
f379c602a9 Move API provider setting to a separate class 2023-04-02 23:48:01 +02:00
Alexander01998
5e571aaa2d Refactor AutoComplate.onEnable() 2023-04-02 19:47:42 +02:00
Alexander01998
036e08354c Improve AutoComplete
- Added support for locally hosted models via
oobabooga/text-generation-webui

- Added some more settings (but many are still missing)

- Didn't fix OpenAI mode. It's still hardcoded to the now-deleted
code-davinci-002 model.
2023-03-26 20:26:09 +02:00
Alexander01998
b65b2b0e22 Fix some descriptions saying "Format Error: " 2023-03-26 16:47:23 +02:00
Alexander01998
7a55a3a51f Update Fabric stuff 2023-03-25 17:26:43 +01:00
Alexander01998
4ea6c3cdf6
Run CI on gradle changes 2023-03-25 17:25:35 +01:00
Alexander01998
8aa10e5f4a Merge #721 (entity filter for allays) 2023-03-24 19:57:43 +01:00
Alexander01998
41d635f07a Clean up 2023-03-24 19:56:57 +01:00
Alexander01998
f4715954c4
Merge branch 'master' into master 2023-03-24 19:42:49 +01:00
Alexander01998
31584c63ad Ensure that Tunneller's buffers are never closed twice
Probably fixes #807
2023-03-23 18:07:48 +01:00
Alexander01998
ce5929d543
Merge #775 (AutoFarm crash fix) from ThisTestUser/autofarm-fix
Fix AutoFarm crashing on second activation
2023-03-23 17:36:31 +01:00
Alexander01998
be3ae0c63f
Merge branch 'master' into autofarm-fix 2023-03-23 17:33:49 +01:00
Hassinator00
707a3c8251
Merge #806 (Sneak option to turn off when flying)
* SneakHack fly detection

Added the possibility to fly while Sneak is active

* Update SneakHack.java

* Update SneakHack.java

* Update SneakHack.java

* Update SneakHack.java

* Update SneakHack.java

* Update SneakHack.java

* Update SneakHack.java

* Update SneakHack.java

* Update SneakHack.java

* Update SneakHack.java

* Update SneakHack.java

* Update SneakHack.java

thank you for your reviews, i've removed the useless code and added a setting to enable this feature

* Clean up

---------

Co-authored-by: Alexander01998 <contact.wurstimperium@gmail.com>
2023-03-23 00:40:49 +01:00
Alexander01998
38ce5660f2 Don't run gradle if no code files have changed 2023-03-22 18:10:09 +01:00
Alexander01998
9d40c7f603 Add code style config files 2023-03-22 18:07:17 +01:00
Alexander01998
37cb0d90b6 Stop removing leading and trailing whitespace from the output
This caused more issues than it fixed. If you type, for example: "How
are", the model might respond with " you doing today?". But removing the
whitespace would turn that into "How areyou doing today?".
2023-03-21 18:21:26 +01:00
Alexander01998
183ed966da Add a dummy system message to improve prediction quality 2023-03-21 18:15:49 +01:00
Alexander01998
bd5e2bd355 Add SuggestionHandler settings 2023-03-21 04:44:28 +01:00
Alexander01998
29df4adabb Improve SuggestionHandler
- Limit the number of suggestions kept in memory and remove duplicates.

- Limit the number of suggestions shown on screen.

- Allow it to generate up to 3 suggestions for the same draft.
2023-03-21 04:15:07 +01:00
Alexander01998
74ac77fc26 Create a separate SuggestionHandler class 2023-03-21 02:46:51 +01:00
Alexander01998
e7a1f005f8
Apparently gradle-build-action v2 still needs the permission fix 2023-03-19 20:23:54 +01:00
Alexander01998
d2c966e97b
Try using gradle-build-action v2 2023-03-19 20:21:37 +01:00
Alexander01998
41b2a7acf8
2nd attempt to fix Gradle CI 2023-03-19 20:15:21 +01:00
Alexander01998
a1765d4f13
Attempt to fix Gradle CI 2023-03-19 20:13:22 +01:00
Alexander01998
744c8df704
Add Gradle CI workflow 2023-03-19 20:10:17 +01:00
Alexander01998
cad3a1470f Add AutoComplete (WIP)
This is still unfinished, but it's pretty stable and usable at this
point.

It intentionally has no settings yet, because I might still make changes
at this point that would completely change the way it works. Such as:
- Adding support for OpenAI's ChatGPT models, which need a completely
different prompt
- Adding support for other providers like GooseAI, which have a
completely different API with different parameters, etc.
- Adding support for self-hosted language models like LLaMA-7B, which
have very different parameters again

We might also need some new setting types for this hack, such as a
StringSetting for any custom prompts and an EncryptedStringSetting to
store the API key. The current method of storing the API key in an
environment variable works, but it's not very user-friendly.
2023-03-17 15:06:06 +01:00