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

2585 Commits

Author SHA1 Message Date
Alexander01998
c208c9ca67 Update to Loom 1.4 2023-10-04 20:47:07 +02:00
Alexander01998
3c26d18ad6 Update to Gradle 8.3 2023-10-04 20:40:25 +02:00
Alexander01998
c7c2d27261
Attempt to fix VirusTotal scan 2023-10-04 20:31:25 +02:00
Alexander01998
8b35ced01d
Add experimental VirusTotal scan
This step should automatically upload Gradle builds to VirusTotal and check for any false positives (like that one from McAfee we had a couple years ago).

...or it might just crash. We'll see.
2023-10-03 19:09:37 +02:00
Alexander01998
530b2b2c13
Update jsonsyntax.yml 2023-10-03 18:38:20 +02:00
Alexander01998
2fb4080a31
Update gradle.yml 2023-10-03 18:32:23 +02:00
Alexander01998
d2068653e6 Replace attack speed mixins with utility method
I have tested this change with VirusTotal and it didn't seem to generate
a false positive.
2023-10-03 16:29:27 +02:00
Alexander01998
2aadbca713 Remove attackDamage getter since Minecraft now has its own one
I have tested this change with VirusTotal and it didn't seem to generate
a false positive.
2023-10-03 12:30:43 +02:00
Alexander01998
92b59bf92a Improve LanguageManagerMixin 2023-10-03 11:50:39 +02:00
Alexander01998
8025c2e885 Replace itemUseCooldown mixins with access widener 2023-10-02 13:05:09 +02:00
Alexander01998
686b4cf6b3 Replace IMC.rightClick() with access widener 2023-10-02 12:39:09 +02:00
Alexander01998
b6a7e5ac2a Replace loadWurstShader() with access widener 2023-10-02 11:51:26 +02:00
Alexander01998
45efad87d6 Replace FishingBobberEntityMixin with access widener 2023-10-02 11:38:04 +02:00
Alexander01998
2b53ac9a48 Replace setBlockHitDelay() with access widener 2023-10-02 10:20:43 +02:00
Alexander01998
fec64cfa45 Remove unused rightClickBlock() method 2023-10-02 09:29:30 +02:00
Alexander01998
e2d6e94e71 Document where RightClickEvent is fired 2023-10-01 00:13:05 +02:00
Alexander01998
6f30ff9105 Use InteractionSimulator to improve AirPlace 2023-10-01 00:02:05 +02:00
Alexander01998
7d2c6e193d Further improve right-click logic and move it into a utility class 2023-10-01 00:00:27 +02:00
Alexander01998
502d5971ec Fix BuildRandom right-click logic not quite matching vanilla behavior 2023-09-29 12:22:48 +02:00
Alexander01998
073fda176f Replace setBreakingBlock() with access widener 2023-09-29 10:07:38 +02:00
Alexander01998
cd00e0a4da Replace getCurrentBreakingProgress() with access widener 2023-09-29 09:51:56 +02:00
Alexander01998
dbd1c62fe0 Replace IClientPlayerEntity.setMovementMultiplier() with access widener 2023-09-28 17:19:35 +02:00
Alexander01998
bca546b036 Replace getLastYaw() / getLastPitch() with access widener 2023-09-28 17:03:09 +02:00
Alexander01998
95c2722b4a Clean up PlayerMoveEvent 2023-09-28 16:44:46 +02:00
Alexander01998
ab1c847d19 Replace ArmorItemMixin with access widener 2023-09-28 16:27:56 +02:00
Alexander01998
2e852f880c Sort access wideners 2023-09-28 16:20:38 +02:00
Alexander01998
758abfac8b Remove unnecessary interface in GameRendererMixin
GameRenderer no longer implements SynchronousResourceReloader, so
GameRendererMixin shouldn't either.
2023-09-24 17:55:31 +02:00
Alexander01998
d64eadb014 Fix zoom preventing hotbar scrolling regardless of settings 2023-09-22 16:50:23 +02:00
Alexander01998
b5c48a2970 Fix ZoomManagerScreen showing zoom keybind in all lowercase 2023-09-22 16:33:30 +02:00
Alexander01998
5028235237 Move zoom keybind to vanilla "Miscellaneous" category 2023-09-22 16:09:47 +02:00
Alexander01998
510f5f833a Add key.wurst.zoom to langfiles 2023-09-22 16:09:10 +02:00
Alexander01998
b85458c03c Fix ServerFinder & CleanUp button positions 2023-09-22 15:42:30 +02:00
Alexander01998
40af6c14f0 Merge branch '1.20.2' 2023-09-22 14:10:35 +02:00
Alexander01998
4e417ec8ec [Wurst-Bot] Update to 1.20.2 2023-09-21 17:22:59 +02:00
Alexander01998
ff9df33df8 Remove IScreen 2023-09-20 13:51:33 +02:00
Alexander01998
7771a80279 Clean up mixins 2023-09-20 13:19:11 +02:00
Alexander01998
16d70901ab Return a sequential stream of matches by default 2023-09-18 20:35:13 +02:00
Alexander01998
42a9c897ac Create ChunkSearcherCoordinator 2023-09-18 20:25:00 +02:00
Alexander01998
a7db975294 [Wurst-Bot] Update to 1.20.2-rc2 2023-09-18 16:51:30 +02:00
Alexander01998
af83dbe451 Redesign ChunkSearcher for improved flexibility and performance 2023-09-18 15:47:44 +02:00
Alexander01998
26c65a60b9 Fix visual glitch when changing region 2023-09-17 15:59:03 +02:00
Alexander01998
229931862b Fix MobSpawnESP region 2023-09-17 13:32:47 +02:00
Alexander01998
fa336b4ad0 Add RegionPos utility 2023-09-16 23:53:39 +02:00
Alexander01998
5f14efc6ed
Merge #876 (XDG_DATA_HOME support) from DutchO7/master
basic implementation of XDG base directory for alt folder
2023-09-16 15:09:57 +02:00
Alexander01998
e615088754 Move encryption folder choosing logic out of the initialize() method 2023-09-15 22:37:50 +02:00
Alexander01998
6a8a6862ad Crash the game if migration fails to avoid an inconsistent state 2023-09-15 22:21:16 +02:00
Alexander01998
dc7ff4db63 Only start deleting after all files have been successfully copied 2023-09-15 22:15:52 +02:00
Alexander01998
eb6ccdc531 Slight refactoring 2023-09-15 22:10:26 +02:00
Alexander01998
1e21a74bd7 Eclipse auto cleanup 2023-09-15 20:57:50 +02:00
Alexander01998
93c4c9c17e
Merge branch 'master' into master 2023-09-15 20:34:28 +02:00