aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
AgeCommit message (Collapse)Author
2021-09-21Add support for the new arrows in neu pvDoKM
2021-09-21Fix morph pets not workingDoKM
2021-09-20Fix gemstone gauntlet/Divan Drill not being recognised as mining tools DoKM
2021-09-19Change neu's crit commas to represent hypixel's critsDoKM
2021-09-19reorder the capes to from special to most wide spreadDoKM
2021-09-19Add Stormy_LH capeDoKM
2021-09-17Fix not being able to press repeat keys in chatDoKM
2021-09-15Add SecondPfirsisch's capeDoKM
2021-09-14Fix hypixel breaking custom enchant colours and add counter enchant supportDoKM
2021-09-13Fix accessory bag overlay's reforge stats detectionDoKM
2021-09-12Add text to inform the user to /api new after waiting in the pvDoKM
also call them a maniac for waiting too long
2021-09-11Merge pull request #33 from IRONM00N-Development/masterDoKM
increase max string length for item editing
2021-09-11increase max string length for item editingIRONM00N
2021-09-11Merge remote-tracking branch 'origin/master'DoKM
2021-09-11Fix jitter, improve metal detector beaconDavid Mills
- Fix jitter caused by location coord truncation from double to int - Move remaining fairy souls beacon rendering into RenderUtils.java - Add beacon option to enable depth testing when player is close by - Use new rendering for metal detector to make beacons more visible
2021-09-10Small tweaks based on more testingDavid Mills
2021-09-09Use proximity for dupes, delay after finding chestDavid Mills
2021-09-09Metal detector solver updatesDavid Mills
- Move beacon beam rendering related code into RenderUtils - Show beacons and labels for metal detector locations - Replace code that Hypixel would likely ban as X-Ray with code based on eliminating duplicate Y values. The number of unique locations for the new code to work is still 2-3, but results in odd locations being treated as valid (mid-air, outside Mines, blocks not exposed to air). This could be made better by detecting the NPCs coordinates to filter valid coordinates. - Add a TODO in reset to add a delay after a chest is found
2021-09-07Merge remote-tracking branch 'origin/master'DoKM
2021-09-07fix typo in config DescriptionLulonaut
2021-09-07add toggle to disable showing the treecap cooldown in item durabilityLulonaut
2021-09-07enable help button by default small changeDoKM
2021-09-03fix exp tweaks not working for the rat petDoKM
2021-09-03Fix accessory bag overlay not counting stats with a % and golden goblin not ↵DoKM
having a icon
2021-09-03some small fixesDoKM
2021-09-02Fix neuec not parsing correctly and 2 crashes when copying stuffDoKM
2021-09-02Fix a nullpointer exception in dwarven textures (untested)DoKM
but should do it
2021-09-02finish enchant guiMoulberry
2021-09-02misc & bin warning & sort warningMoulberry
2021-09-01Change the fetchur prediction's offset againDoKM
its now +1 instead of +3
2021-08-31Neu Features link/ updating some stringsDoKM
2021-08-31Clean up some duplicate values etc.DoKM
2021-08-31Merge remote-tracking branch 'origin/master'DoKM
2021-08-31Add Ability for third party mods to disable Inventory ButtonsDoKM
Per request
2021-08-30Merge pull request #29 from DeDiamondPro/masterDoKM
Fixes
2021-08-30Quick fixDoKM
2021-08-30Add Support for pets with special levelling systemsDoKM
Like the golden Dragon pet
2021-08-30last thingDeDiamondPro
2021-08-30Merge remote-tracking branch 'dokm/master'DeDiamondPro
2021-08-30fix shift click delayDeDiamondPro
2021-08-30fix da fixDeDiamondPro
2021-08-29Fix pv button showing in hypixel player menu and not showing when guestDoKM
2021-08-29Add Replace Social options chat with PVDoKM
2021-08-28I think this fixes a slotlocking crashDoKM
2021-08-27we be fixingDeDiamondPro
2021-08-27Redo the tutorial gui a bitDoKM
Might be used at a later date, but this should make it easier to make multiple tutorial gui's with buttons that run commands
2021-08-27Bit of code cleanupDoKM
2021-08-26Make print stacktrace only in dev modeDoKM
2021-08-26make ignored ignored againDeDiamondPro
2021-08-26command block to open pvDeDiamondPro