Skip to content

Chlcc screen fade#444

Merged
Gunoshozo merged 3 commits intomasterfrom
chlcc-screen-fade
Apr 11, 2026
Merged

Chlcc screen fade#444
Gunoshozo merged 3 commits intomasterfrom
chlcc-screen-fade

Conversation

@Gunoshozo
Copy link
Copy Markdown
Contributor

@Gunoshozo Gunoshozo commented Apr 6, 2026

  • Fix possible wierd states for SystemMenu
  • Enable RestartMaskUsesThreadAlpha for CHLCC for loading fade
  • Render TItleMenu on the layer for CHLCC

@Gunoshozo Gunoshozo self-assigned this Apr 6, 2026
@Gunoshozo Gunoshozo added the game-chlcc CHAOS;HEAD Love Chu☆Chu! label Apr 6, 2026
@Gunoshozo Gunoshozo force-pushed the chlcc-screen-fade branch 3 times, most recently from 362c744 to ace7d61 Compare April 10, 2026 14:38
@Gunoshozo Gunoshozo marked this pull request as ready for review April 10, 2026 15:30
if (GetFlag(SF_TITLEMODE)) {
Show();
} else if (State == Shown && !IsFocused &&
} else if (State == Shown &&
Copy link
Copy Markdown
Contributor Author

@Gunoshozo Gunoshozo Apr 10, 2026

Choose a reason for hiding this comment

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

!isFocused delayed the hidding of the TitleMenu until you open up SystemMenu, which in turn triggered weird state for SystemMenu and called SubItemsHide

@Enorovan Enorovan self-requested a review April 11, 2026 15:31
Copy link
Copy Markdown
Member

@Enorovan Enorovan left a comment

Choose a reason for hiding this comment

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

Hella smooth loading/game start + can't reproduce the weird stuff in SystemMenu, good for me.

- SubItemShow could have been called after closing a menu, when sysMenuCt == 1, SubItemsState == hidden and FocusedMenu == this
@Gunoshozo Gunoshozo merged commit 7c2c6aa into master Apr 11, 2026
10 checks passed
@Gunoshozo Gunoshozo deleted the chlcc-screen-fade branch April 11, 2026 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

game-chlcc CHAOS;HEAD Love Chu☆Chu!

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Game Freezes immediately after loading a game and right clicking and then it breaks SysMenu CHLCC load game fade out

4 participants