aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/xmrvizzy/skyblocker
AgeCommit message (Collapse)Author
2023-09-05OptiFabric Compatibility (#277)Aaron
2023-09-05Fix blaze solver update periodKevinthegreat
2023-09-03Merge branch 'master' into utils-cleanupKevinthegreat
2023-09-02Add Quiver Warning (#270)Kevin
2023-09-01Fix minion widget displaying wrong info when player has 11/12 minionsmsg-programs
2023-08-31Attribute Shard Info Display (#263)Aaron
2023-08-31Merge branch 'master' into utils-cleanupKevinthegreat
# Conflicts: # src/main/java/me/xmrvizzy/skyblocker/SkyblockerMod.java # src/main/java/me/xmrvizzy/skyblocker/skyblock/dungeon/DungeonBlaze.java # src/main/java/me/xmrvizzy/skyblocker/skyblock/dwarven/DwarvenHud.java # src/main/java/me/xmrvizzy/skyblocker/skyblock/dwarven/DwarvenHudConfigScreen.java # src/main/java/me/xmrvizzy/skyblocker/utils/RenderHelper.java
2023-08-31Merge pull request #246 from kevinthegreat1/dungeon-secretsKevin
Dungeon Secrets
2023-08-31Merge pull request #230 from msg-programs/json-tabhudKevin
Fully configureable Fancy Tab HUD
2023-08-31Catch exceptions in CustomArmorTrims#initializeTrimCache (#262)Kevin
2023-08-30Update markSecretsKevinthegreat
2023-08-30Add room double-checkingKevinthegreat
2023-08-30Reset DungeonSecrets on new connectionKevinthegreat
2023-08-30Add interact lever checkKevinthegreat
2023-08-30Fix getMapEntrancePosAndRoomSize crashKevinthegreat
2023-08-30Add ability to mark secrets as found or missingKevinthegreat
2023-08-30Refactor RoomKevinthegreat
2023-08-30Make waypoint categories toggleableKevinthegreat
2023-08-30Use ObjectIntPairKevinthegreat
2023-08-30Fix dungeon startKevinthegreat
2023-08-30Migrate dungeon rooms data to resource systemKevinthegreat
2023-08-30Debug and mitigate DungeonSecrets#load crashKevinthegreat
2023-08-30Add more JavadocsKevinthegreat
2023-08-30Remove development logging and add JavadocsKevinthegreat
2023-08-30Reset and reattempt matching when matching failsKevinthegreat
2023-08-30Finish secret found detectionKevinthegreat
2023-08-30Add secret found detectionKevinthegreat
2023-08-30Add SecretWaypoint text renderingKevinthegreat
2023-08-30Add text rendering methodAaron
2023-08-30Refactor RoomKevinthegreat
2023-08-30Add needs scanning check and refactor SecretWaypointKevinthegreat
2023-08-30Add secrets resettingKevinthegreat
2023-08-30Fix secrets renderingKevinthegreat
2023-08-30Add secrets renderingKevinthegreat
2023-08-30Refactor room matchingKevinthegreat
2023-08-30Add room matchingKevinthegreat
2023-08-30Add room type and segments detectionKevinthegreat
2023-08-30Implement roomKevinthegreat
2023-08-30Add room position utils and physical room position parsingKevinthegreat
2023-08-30Add support for loading in jarKevinthegreat
2023-08-30Add rooms data saving and update reading to nioKevinthegreat
2023-08-30Add rooms data updatingKevinthegreat
2023-08-30Add entrance pos and room width parsingKevinthegreat
2023-08-30Add Dungeon Secret Waypoint optionsKevinthegreat
2023-08-30Add Dungeon Secrets loadingKevinthegreat
2023-08-30Update DrawContextMixin.java (#259)Yasin
- make the code more readable - fix #258 (remove legacy code from line) - add durability bar for Pickonimbus
2023-08-30Improve DungeonBlaze.java (#254)Yasin
improve DungeonBlaze.java * add javadoc * using ArmorStandEntity instead iterating every Entity * reorganize large methods into clearer multiple smaller methods * defined outlinecolor as constants
2023-08-30Starred Mob Glow (#260)Aaron
2023-08-30Very important fix (#261)Aaron
* Very important fix * I forgot to remove an import This import was from when I did not realize that the screen events passed the client, do not bully me pls :<
2023-08-30Tic Tac Toe Solver! (#253)Aaron
* Tic Tac Toe Solver! * alpha-beta-pruning * Small changes --------- Co-authored-by: Yasin <LifeIsAParadox@users.noreply.github.com>