Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-20 | Fix Memory Leak (#853) | Aaron | |
2024-07-18 | Update Attribute Short Names (#844) | Aaron | |
2024-07-18 | make all formatting use static instances of numberformat using US locale (#765) | Julienraptor01 | |
Co-authored-by: Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com> | |||
2024-07-18 | EssenceShopPrice feature (#737) | UpFault | |
Added EssenceShopPrice Feature, moved concatenate methods from ChocolateFactorySolver to Utils as they most likely will be used many times Co-authored-by: Rime <81419447+Emirlol@users.noreply.github.com> Co-authored-by: Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com> | |||
2024-07-15 | fix rebase | olim | |
2024-07-15 | implement requested changes | olim | |
2024-07-15 | Fix regex and add tests for the regex | Rime | |
2024-07-15 | do not overwite esisting waypoints | olim | |
when incoming chat message with waypoint locations make sure the waypoint does not already exist in active waypoints, so waypoints can not get randomly moved | |||
2024-07-15 | implement requested changes | olim | |
fix formatting of code in place to be correct | |||
2024-07-15 | adds location selection menu for share add and remove | olim | |
when the player just types add share and remove to commands without arguments bring up a menu in chat to select the location to use for that action | |||
2024-07-15 | look for failed message in chat and reset with it | olim | |
2024-07-15 | fix issues | olim | |
fix issues. and remove unnecessary square root | |||
2024-07-15 | fix when parallel | olim | |
for some reason the library function returns 0 instead of null if parallel | |||
2024-07-15 | use built in intersection method | olim | |
2024-07-15 | fix small bugs in compass | olim | |
2024-07-15 | fix bug | olim | |
2024-07-15 | fix command and increase accuracy | olim | |
fix clickable command text and use more particles for wishing compass making it a lot more accurate | |||
2024-07-15 | only use chat to verify messages once | olim | |
2024-07-15 | make sure the location guess is sensible | olim | |
make sure its within 100 blocks of the players zone | |||
2024-07-15 | remove unknown waypoint when actual found close | olim | |
2024-07-15 | add options to config and translations | olim | |
add option for wishing compass to config and translations for text in it. add separate scale for crystal waypoints and commissions | |||
2024-07-15 | add remove command and consistence | olim | |
add command to remove way-point and consistence for the add and share | |||
2024-07-15 | clean up some unwanted cwords being passed | olim | |
2024-07-15 | add wishing compass solver | olim | |
2024-07-15 | add scanning for location chat | olim | |
scan for messages to improve locations and auto add King. also fix bugs just introduced | |||
2024-07-15 | use named way-point for metal detector | olim | |
2024-07-15 | improve cword parssing | olim | |
take more location formats and partial matches for names | |||
2024-07-15 | replace crystal waypoints with mining lebels | olim | |
replace the use of crystal waypoints with mining labels so they can be read from the hole of the hollows | |||
2024-07-14 | Add a case for when the dungeon hasn't started yet (#843) | Rime | |
2024-07-14 | Fix result text displaying weirdly when its too long (#842) | Aaron | |
2024-07-14 | Merge pull request #840 from Emirlol/fix-quicknav-defaults | Kevin | |
Fix quicknav buttons 8, 9 and 12 having empty string as ui title | |||
2024-07-14 | Merge pull request #834 from Emirlol/command-changes | Kevin | |
Add some custom command argument types | |||
2024-07-14 | Merge pull request #804 from Vricken/slottext-additions | Kevin | |
Change colo(u)r for max collections and skills slot text | |||
2024-07-14 | Merge pull request #728 from Emirlol/bazaar-highlight | Kevin | |
Bazaar Helper | |||
2024-07-14 | Refactor the reorder helper tooltip messages into translatables | Rime | |
2024-07-14 | Rename all `ItemStack` parameters in `ItemUtils` from `item` into `stack` | Rime | |
2024-07-14 | Refactor ItemUtils constructor to be sandwiched between fields and methods | Rime | |
2024-07-14 | Remove ItemData constructors with `String item` and remove count from the ↵ | Rime | |
constructor | |||
2024-07-14 | Fix some regex explanations | Rime | |
2024-07-14 | Add ui title for the auction house quicknav button | Rime | |
2024-07-14 | Fix buttons 8,9 and 12 having empty string as ui title | Rime | |
2024-07-13 | Fix recipe book search being case sensitive (#839) | Aaron | |
2024-07-13 | Workaround "fake" transparent pixels (#838) | Aaron | |
As seen in the new titanium equipment for mining | |||
2024-07-13 | Item Protection Enhancements (#836) | Aaron | |
2024-07-13 | Aaron's Mod compatibility for profile viewer (#833) | Aaron | |
2024-07-13 | Merge pull request #724 from AzureAaron/simon-says | Aaron | |
Simon Says Solver & Lights On Solver | |||
2024-07-11 | Merge pull request #829 from SkyblockerMod/locraw-remover-9000 | Aaron | |
Locraw remover 9000 | |||
2024-07-11 | Add color argument types and update usages | Rime | |
2024-07-11 | Move block pos argument stuff into a different folder | Rime | |
2024-07-11 | Add factory method for `EggTypeArgumentType` to match other argument type ↵ | Rime | |
classes |