aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/features/fame
AgeCommit message (Collapse)Author
2024-08-31Improvement: Click on chat (#2428)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-07-15Fix: price source inconsistencies (bz sell/buy and npc price) (#2221)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-06-22Improvement: Add hover descriptions to many ClickableChat messages (#1919)Obsidian
Co-authored-by: Cal <cwolfson58@gmail.com> Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-06-14fixing and using shortFormat()hannibal2
2024-06-14Revert "creating and using Number.format()"hannibal2
This reverts commit 9f55fd15544e187491d78e2c5ecf2f2ed8ac76f1.
2024-06-14creating and using Number.format()hannibal2
2024-06-09code cleanuphannibal2
2024-06-09Backend: Storage SimpleTimeMark (#2038)Thunderblade73
2024-06-08Fix: Account Upgrade Reminders with simultaneous profile and account ↵appable
upgrades (#2007) Co-authored-by: Cal <cwolfson58@gmail.com> Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-06-08Backend: Add annotation to smaller modules (#2022)CalMWolfs
2024-05-29Improvement: Dungeon End Reminder (#1917)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-05-26Backend: RegexUtils (#1854)CalMWolfs
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-05-08Improvement: Custom Reminder (#1740)hannibal2
Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Co-authored-by: Cal <cwolfson58@gmail.com>
2024-05-08Backend: Text API (#1718)Brady
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-05-06no warnings in mineshafthannibal2
2024-05-04Improvement: Show during contest (#1670)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-04-24added dark auction to reminders utils (#1533)SeRaid
2024-04-24Backend: Replace Internal Commands (#1522)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-04-10Backend: Remove some more deprecated functions and misc code cleanup (#1402)CalMWolfs
Co-authored-by: Empa <42304516+ItsEmpa@users.noreply.github.com> Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-04-09Backend: Switch from LorenzUtils.inDungeons to DungeonAPI.inDungeon() (#1378)J10a1n15
Co-authored-by: Cal <cwolfson58@gmail.com>
2024-04-04Backend: matchFirst function for lists of strings (#1353)CalMWolfs
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-04-03Backend: Make all event names uniform (#1290)CalMWolfs
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-03-12Internal Change: Code cleanup ContainerChest getAllItems (#1047)hannibal2
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-03-06Internal Changes: Many small code cleanups (#1101)hannibal2
Co-authored-by: Thunderblade73 <85900443+Thunderblade73@users.noreply.github.com> Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
2024-03-01Internal Change: Bazaar Config -> Inventory Config (#1082)hannibal2
2024-02-10Splitting many utils functions from LorenzUtils up into other classes: ↵Thunderblade73
ChatUtils, CollectionUtils, ConditionalUtils. And code cleanup #978
2024-01-16Fix daily city project reminder triggering for released projects (#928)alexia
Fixed Daily City Project Reminder still working on already released projects. #928
2023-12-15reminders while in rifthannibal2
2023-12-12Fixed finished city project still reminding and suggests buying items.hannibal2
2023-12-09Fixed city project time remaining "soon!" error.hannibal2
2023-11-19Internal Change: Auto-Prefix Chat Messages (#622)Walker Selby
Add auto prefix to chat message methods. #622
2023-10-26Add Repo TODOs (#585)Walker Selby
Add Repo TODOs #585
2023-10-07Feature: Compact tab list (from sba but better) (#459)CalMWolfs
Added Advanced Tab List #459
2023-09-27removed wildcards from importshannibal2
2023-09-23hiding more unnecessary error message lines and add todos for the futurehannibal2
2023-09-17migrate city project config into event and real time, tps display, and ↵hannibal2
custom text box config into gui
2023-08-28changed return value of readItemAmount from Pair<String?, Int> to ↵hannibal2
Pair<String, Int>?
2023-08-28Removing npc price from bazaar data and Fixed multiple bugs with garden visitorhannibal2
2023-08-23Fixed error message when clicking a finished upgrade in the community shop.hannibal2
2023-08-15make the compiler happyhannibal2
2023-08-15Using SimpleTimeMark in AccountUpgradeReminderhannibal2
2023-08-15Merge pull request #380appable
* account upgrade reminder