Skip to content

feat: add more hud settings#192

Merged
emyfops merged 9 commits into
lambda-client:1.21.5from
cattyngmd:feature/hud-settings
Dec 16, 2025
Merged

feat: add more hud settings#192
emyfops merged 9 commits into
lambda-client:1.21.5from
cattyngmd:feature/hud-settings

Conversation

@cattyngmd

@cattyngmd cattyngmd commented Dec 15, 2025

Copy link
Copy Markdown
Contributor

added following setting to hud modules:

  • Show Keybind to ModuleList
  • Average to FPS

@beanbag44

Copy link
Copy Markdown
Member

Looks good, but sameLine() still gets called even when showKeybind is disabled, resulting in all modules being placed on the same line

@beanbag44 beanbag44 self-requested a review December 15, 2025 22:18

@beanbag44 beanbag44 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good, just the formatting for sameLine seems off. Thats all though

@cattyngmd

Copy link
Copy Markdown
Contributor Author

wtf it looked fine on my phone, never using github there

@beanbag44 beanbag44 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@emyfops

emyfops commented Dec 15, 2025

Copy link
Copy Markdown
Contributor

Could you use a LimitedDecayQueue for the average fps count? Could you also use monotonic kotlin times instead of longs?

@cattyngmd

Copy link
Copy Markdown
Contributor Author

LimitedDecayQueue uses millis so theres no point of using it in that case

@emyfops

emyfops commented Dec 15, 2025

Copy link
Copy Markdown
Contributor

LimitedDecayQueue uses millis so theres no point of using it in that case

I meant to use the queue to store nanos, either way it shouldnt really matter for the accuracy

@emyfops emyfops merged commit 303a989 into lambda-client:1.21.5 Dec 16, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants