Skip to content

Add some OptionsDialog related controls & other impl/fixes#39

Merged
marchc1 merged 9 commits intomarchc1:mainfrom
callumok2004:main
Oct 22, 2025
Lines changed: 1742 additions & 131 deletions
Merged

Add some OptionsDialog related controls & other impl/fixes#39
marchc1 merged 9 commits intomarchc1:mainfrom
callumok2004:main

Conversation

@callumok2004
Copy link
Collaborator

  • OptionsDialog now has some Mouse related settings visible (currently requires copying scheme from hl2)
  • Also fixed some small issues with existing stuff such as console history not clearing duplicate entries

Verified

This commit was signed with the committer’s verified signature.

Verified

This commit was signed with the committer’s verified signature.

Verified

This commit was signed with the committer’s verified signature.

Verified

This commit was signed with the committer’s verified signature.

Verified

This commit was signed with the committer’s verified signature.

Verified

This commit was signed with the committer’s verified signature.

Verified

This commit was signed with the committer’s verified signature.

Verified

This commit was signed with the committer’s verified signature.

Verified

This commit was signed with the committer’s verified signature.
Copy link
Owner

@marchc1 marchc1 left a comment

Choose a reason for hiding this comment

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

I will fix the issues I've commented on

@marchc1 marchc1 merged commit 9ecb6a0 into marchc1:main Oct 22, 2025
marchc1 added a commit that referenced this pull request Oct 22, 2025
secondsRemaining = 1;

int minutesRemaining = 0;
while (secondsRemaining >= 60) {

Choose a reason for hiding this comment

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

minutesRemaining += (secondsRemaining / 60);
secondsRemaining %= 60;

marchc1 added a commit that referenced this pull request Nov 12, 2025
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.

None yet

3 participants