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

3282 Commits

Author SHA1 Message Date
Alexander01998
8f898ffd64 Fix crash when langcode contains uppercase letters
Fixes https://wurstforum.net/d/682
2024-08-07 13:36:09 +02:00
Alexander01998
fac428eeb9 Update OpenAI models 2024-08-06 21:24:25 +02:00
Alexander01998
6c31e06a50 Partially mitigate AntiHunger's fall damage issue
- NoFall and AntiHunger will now disable each other, so there can be no
confusion about which hack is causing the extra fall damage.
- Added a warning to AntiHunger's description.
- AntiHunger will no longer stay enabled after a restart.

Without knowing the specific cause of AntiHunger's fall damage bug, this
is all I can do about it for now. Taking the blame away from NoFall
should at least result in slightly more useful bug reports. A proper fix
is not possible until someone who has the issue figures out the exact
steps to trigger the bug.
2024-08-05 17:15:19 +02:00
Alexander01998
1c279cf115 Update Fabric API 2024-08-02 17:27:26 +02:00
Alexander01998
e0def4f772 Refactor NukerHack.onUpdate() logic 2024-08-02 10:03:42 +02:00
Alexander01998
7a81626687 Change version to 7.45pre2 2024-08-01 16:07:30 +02:00
Alexander01998
342ea6c1b1 Fix AntiBlind only partially preventing the darkness effect
Fixes https://wurstforum.net/d/688
2024-08-01 16:06:57 +02:00
Alexander01998
7878c65ebb Refactor NukerHack block filtering logic 2024-08-01 14:05:05 +02:00
Alexander01998
f4fff81594 Fix other combat hacks being unable to trigger MaceDMG 2024-07-31 15:46:48 +02:00
Alexander01998
096a0b82b7 Refactor packet handling for CriticalsHack.doPacketJump() 2024-07-31 15:10:23 +02:00
Alexander01998
3bcec2d807 Add PlayerAttacksEntityEvent for Criticals 2024-07-31 15:02:52 +02:00
Alexander01998
90092c1097 Fix zoom in screens bug and turn it into an optional feature 2024-07-30 11:30:19 +02:00
Alexander01998
2f400b5598 Fix misaligned reconnect buttons 2024-07-30 11:18:49 +02:00
Alexander01998
c1a63b2dd3 Add explainer message for missing profile public key 2024-07-30 09:50:40 +02:00
Alexander01998
2603692755 Fix AutoArmor trying to equip horse/wolf armor 2024-07-30 09:20:53 +02:00
Alexander01998
fad99db20b Add "Ignore mouse input" setting to AimAssistHack 2024-07-26 19:19:41 +02:00
Alexander01998
23a149c015 Update Fabric API 2024-07-23 14:28:37 +02:00
Alexander01998
f88f15b1bf Make ChatTranslator setting descriptions translatable 2024-07-23 10:56:42 +02:00
Alexander01998
79cad3cb65 Improve FilterOwnMessagesSetting description 2024-07-22 22:09:27 +02:00
Alexander01998
f41e49d507 Make ChatTranslator also work for sent messages
Fixes #320
Fixes #1021
Fixes https://wurstforum.net/d/602
2024-07-22 22:03:15 +02:00
Alexander01998
47443a815a Improve detection of unchanged translated text 2024-07-22 18:45:36 +02:00
Alexander01998
dbe6cc78d2 Move all ChatTranslator-related classes to ChatTranslator package 2024-07-22 17:44:56 +02:00
Alexander01998
2bd08f5220 Create FilterOwnMessagesSetting to handle own message detection 2024-07-22 17:39:43 +02:00
Alexander01998
2ee6402c1a Cache own message pattern for better performance 2024-07-22 17:23:00 +02:00
Alexander01998
0736af357b Use regex to detect own messages in more formats 2024-07-22 15:18:55 +02:00
Alexander01998
7b5749b1cb Add "Filter own messages" setting to ChatTranslatorHack 2024-07-22 14:50:40 +02:00
Alexander01998
a249372ac9 Fix prefix 2024-07-22 14:49:14 +02:00
Alexander01998
be6fd81e44 Refactor ChatTranslator 2024-07-22 00:52:58 +02:00
Alexander01998
3f7f61092a Create a LanguageSetting class for use in ChatTranslator 2024-07-21 23:22:01 +02:00
Alexander01998
745be6cfd8 Refactor ChatTranslatorHack to use virtual threads 2024-07-21 18:07:21 +02:00
Alexander01998
feed9bc2b0 Merge #477 (ChatTranslator whitespace fix) into v7.45 2024-07-18 21:18:06 +02:00
Alexander01998
d4a57c3684 Merge branch 'master' into v7.45 2024-07-18 21:17:29 +02:00
Alexander01998
c1d9bda061 Fix the unrelated issue that CodeRabbit found 2024-07-18 21:12:31 +02:00
Alexander01998
c904990a84 Refactor whitespace check for better performance 2024-07-18 20:33:23 +02:00
Alexander01998
6b9480a1b1 Run spotlessApply 2024-07-18 20:23:16 +02:00
Alexander01998
a832529986
Merge branch 'master' into improve-translator 2024-07-18 20:18:58 +02:00
Alexander01998
3bace83e72 Fix missing TemplateTool description 2024-07-18 12:01:45 +02:00
Alexander01998
8ceeb41e11 Change version to 7.45pre1 2024-07-18 11:52:51 +02:00
Alexander01998
cecf762203 Port TemplateTool from Wurst 6 2024-07-18 11:52:13 +02:00
Alexander01998
7c5016cc40 Update "OpenAI model" description 2024-07-16 16:40:45 +02:00
Alexander01998
b5b14ddab4 Further refactor AutoBuildHack 2024-07-16 11:31:10 +02:00
Alexander01998
516836daf5 Combine placeNextBlock() and tryToPlace() methods 2024-07-14 22:41:12 +02:00
Alexander01998
e2eb0de781 Slightly refactor AutoBuild rendering 2024-07-14 22:06:50 +02:00
Alexander01998
cd24e858c6 Refactor AutoBuildHack to use BlockPlacer 2024-07-14 21:39:33 +02:00
Alexander01998
a90152c3e4 Change version to 7.44.1 2024-07-14 15:25:17 +02:00
Alexander01998
dfeedda3c6 Move player null check to HandleInputEvent mixin
After 0d50ef6e41, it was possible for this
event to be called outside of gameplay, which the hacks using it are not
designed for.

This commit extends the fix from #1037 to also cover Killaura and
KillauraLegit, which could still sometimes crash if they were attacking
while leaving a world or server.
2024-07-14 15:24:42 +02:00
Alexander01998
00c57ad969
Merge #1037 (TriggerBot null check) from ZANX3Y/triggerbot-fix
Fix TriggerBotHack NPE
2024-07-14 15:16:10 +02:00
ZANX3Y
78ec9facf2 Fix TriggerBotHack NPE 2024-07-14 12:54:38 +02:00
Alexander01998
1ab419c8fe Update Fabric stuff 2024-07-12 12:47:47 +02:00
Alexander01998
b9f612b856 Change version to 7.44 2024-07-12 11:49:18 +02:00