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