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

3299 Commits

Author SHA1 Message Date
Alexander01998
40b62bc62b Update Yarn mappings 2024-08-21 22:10:00 +02:00
Alexander01998
b62711a986 Update LSD shader to work in 24w33a 2024-08-21 21:55:31 +02:00
Alexander01998
1cb9590c96 Partially fix X-Ray 2024-08-21 17:19:36 +02:00
Alexander01998
02102d43e4 Merge branch 'master' into 24w33a 2024-08-20 12:20:53 +02:00
Alexander01998
ef15e43921 Update org.kohsuke:github-api to 1.324 2024-08-20 12:17:45 +02:00
Alexander01998
2ab7e7a0d5 Fix rotation issues when rendering 2024-08-19 21:28:35 +02:00
Alexander01998
9277da7da1 Fix broken mixins 2024-08-19 21:10:25 +02:00
Alexander01998
2e161623ac Update to 24w33a
Just barely works. Many things are still broken.

Known issues:
- X-Ray doesn't work.
- All ESPs render in the wrong position and rotate with the player.
- HealthTags doesn't work.
- Kaboom doesn't render the explosion particles anymore.
2024-08-19 00:07:01 +02:00
Alexander01998
7139057110 [Wurst-Bot] Update to 24w33a 2024-08-18 21:08:40 +02:00
Alexander01998
37febd5d99 Merge branch '1.21.1' 2024-08-12 22:04:03 +02:00
Alexander01998
1a4ef09cc3 Merge tag 'v7.45' into 1.21.1 2024-08-09 15:53:37 +02:00
Alexander01998
8304275ac9 Update Fabric API 2024-08-09 14:36:20 +02:00
Alexander01998
032b8cfdaa Merge branch 'v7.45' 2024-08-08 18:00:11 +02:00
Alexander01998
b5c0e660b6 [Wurst-Bot] Update to 1.21.1 2024-08-08 17:19:27 +02:00
Alexander01998
df32caf4f9 Update to 1.21.1-rc1 2024-08-07 22:35:24 +02:00
Alexander01998
4449803449 Change version to 7.45 2024-08-07 16:22:36 +02:00
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
e350cb6c3a Update translations section 2024-07-24 15:28:22 +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