aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-30Update ram usage dataKevinthegreat
2023-08-30Remove json loading in DungeonRoomsDFUKevinthegreat
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 DungeonRoomsDFUKevinthegreat
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>
2023-08-26Fix Croesus Helper (#257)Aaron
2023-08-24Rename builtin resource packmsg-programs
2023-08-24Merge pull request #255 from AzureAaron/address-overrideKevin
Add alternate hypixel address argument
2023-08-24small quicknav storage cause work in rift now (#252)Julienraptor01
they made so /storage in rift now open your 1st rift storage tab so i modified the regex to match it too
2023-08-24Remove no longer used importAaron
2023-08-24Server brand checkAaron
2023-08-24The devil that is mismatched spacing!Aaron
2023-08-24Add alternate hypixel address argumentAaron
2023-08-21Refactor codeKevinthegreat
2023-08-20Update a commentmsg-programs
2023-08-20Merge branch 'master' of https://github.com/SkyblockerMod/Skyblocker into ↵msg-programs
json-tabhud Pull newest changes from upstream
2023-08-20Make string value of enums finalmsg-programs
2023-08-20Change used Pair class to FastUtil's IntIntPairmsg-programs
2023-08-18Merge pull request #248 from AzureAaron/blaze-solver-enhancementsAaron
Blaze Solver Enhancements
2023-08-18Refactor new DungeonBlaze codeKevinthegreat
2023-08-18When the documentation isn't enough to save you...Aaron
2023-08-18Blaze Solver EnhancementsAaron
2023-08-15Lowercased server ipAaron
2023-08-15Add format version file to resource pack for future breaking changes.msg-programs
2023-08-14Make a huge spaghetti fest to fix dwarven hud config for the moment.msg-programs
2023-08-14Merge branch 'master' of https://github.com/SkyblockerMod/Skyblocker into ↵msg-programs
json-tabhud # Conflicts: # src/main/java/me/xmrvizzy/skyblocker/skyblock/dwarven/DwarvenHud.java Pull new upstream things into branch
2023-08-14De-hardcode armor trim typesKevinthegreat
2023-08-13Add missing alignment op to rp dungeon layoutmsg-programs
2023-08-13Rework some dungeon screens from the rp, fix collideWith op to make them ↵msg-programs
work correctly
2023-08-13Rework dungeon hub layout from rpmsg-programs
2023-08-13Rework farming islands layout from rpmsg-programs
2023-08-13Rework rp iconmsg-programs
2023-08-13Remove trailing whitespace in rp descriptionmsg-programs
2023-08-13Rework default hub layoutmsg-programs
2023-08-13Make padding from screen edges largermsg-programs
2023-08-11Custom Armour TrimsAaron