Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-29 | Remove unused imports | msg-programs | |
2023-07-29 | Move HudCommsWidget to a different dir | msg-programs | |
2023-07-27 | Load layout from resoure packs, see details. | msg-programs | |
Use resource pack logic to load the layouts. Finally delete the old screen defs, replace with builtin layout JSON files. Include a top-aligned layout as a builtin resource pack. Implement more possibilites for the layout to support said pack. | |||
2023-07-27 | Misc fixes and changes | msg-programs | |
2023-07-23 | Massive refactor, see details | msg-programs | |
Instead of creating a new widget instance every frame, instantiate once and update content. This means that every widget had to be updated to work like that. This also necessitated some ugly hackery for the dwarven HUD. Many other minor things like moving and renaming classes | |||
2023-07-16 | POC for JSON-based tabhud config. | msg-programs | |
2023-07-14 | Merge pull request #201 from AzureAaron/skyblock-levels-fixes-improvements | Aaron | |
Skyblock Levels fixes + Tab Hud improvements | |||
2023-07-14 | Merge pull request #200 from AzureAaron/dungeon-blessings-enhancements | Aaron | |
Sort + Colourize Blessings | |||
2023-07-14 | Refactor DungeonBuffWidget | Kevinthegreat | |
2023-07-14 | Refactor player widgets | Kevinthegreat | |
2023-07-13 | Format player names in the players widget | Aaron | |
2023-07-13 | Fix rank prefixes and emblems showing in some player lists | Aaron | |
2023-07-13 | Fix ads filter to work with emblems | Aaron | |
2023-07-13 | Merge pull request #198 from AzureAaron/truncate-item-name | Kevin | |
Truncate text in the recipe book | |||
2023-07-12 | The one tab... | Aaron | |
2023-07-12 | Improved Solution | Aaron | |
Now draws a tooltip over truncated text to show what it originally said. Thanks to @LifeIsAParadox for this solution! | |||
2023-07-11 | Sort + Colourize Blessings | Aaron | |
2023-07-10 | Final touch ups | Spencer | |
2023-07-10 | Fix merge conflicts | Spencer | |
2023-07-09 | Ellipsis constant | Aaron | |
2023-07-09 | Truncate craft text | Aaron | |
2023-07-09 | Truncate item names in recipe book | Aaron | |
2023-07-09 | Fix mania indicator | Futuremappermydud | |
2023-07-09 | Update Title Container rendering | Kevinthegreat | |
2023-07-09 | Refactor Title | Kevinthegreat | |
2023-07-08 | Move to default y position back to 60% | Futuremappermydud | |
2023-07-08 | Fix scaling issues | Futuremappermydud | |
2023-07-08 | Make Some more changes | Futuremappermydud | |
Add +/- to change scale Mouse now properly goes to center for text box Added comments to rendering code | |||
2023-07-08 | Refactor Title Container | Kevinthegreat | |
2023-07-07 | Simplify Code + Fix Vertical BB | Futuremappermydud | |
2023-07-07 | Remove Duplicate Code | Futuremappermydud | |
2023-07-07 | Proper Movement Menu | Futuremappermydud | |
2023-07-07 | WIP Title Container movement + Duration methods | Futuremappermydud | |
Added a WIP configuration screen under /Skyblocker hud titleContainer that allows you to move, change alignment, and reorient the titles inside. Added methods(TitleContainer.addTitleWithDismiss, and RenderHelper.displayInTitleContainerWDismissAndPlaySound) that will display the given title and after a set amount of ticks will disable that title. | |||
2023-07-05 | Make Changes + Add scaling | Futuremappermydud | |
2023-07-04 | remove debug stuff | Futuremappermydud | |
2023-07-04 | oopsie daisy | Futuremappermydud | |
2023-07-04 | Change Position | Futuremappermydud | |
2023-07-04 | New Slayer Stuff | Futuremappermydud | |
Implement TitleContainer for stacking titles. Implement Mania Indicator to show the player when they are standing on green terracotta during mania. | |||
2023-07-02 | Vampire Minion (#194) | Aaron | |
2023-07-01 | Fix dragged items not rendering (#193) | Aaron | |
2023-07-01 | McGrubber Burgers | Aaron | |
2023-07-01 | Add Motes Price Tooltip | Aaron | |
2023-07-01 | Merge pull request #176 from koloiyolo/autorejoin2 | Aaron | |
Add Reparty Auto Rejoin | |||
2023-06-29 | extended the reparty accept window from 1s to 3s | Jakub Kolodziej | |
2023-06-29 | changed "[A-z0-9_]" in regex to "." | Jakub Kolodziej | |
2023-06-29 | Implement Vampire Slayer Features (#191) | Futuremappermydud | |
Implement Vampire Slayer Features Co-authored-by: Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com> | |||
2023-06-27 | Refactor RenderHelper | Kevinthegreat | |
2023-06-26 | Format file | Aaron | |
2023-06-26 | Reuse vector | Aaron | |
2023-06-26 | Refactor MirrorverseWaypoints | Kevinthegreat | |