Skip to content

CHLCC: Menus Polish#365

Merged
Gunoshozo merged 1 commit intomasterfrom
chlcc/music-menu-polish
Jan 25, 2026
Merged

CHLCC: Menus Polish#365
Gunoshozo merged 1 commit intomasterfrom
chlcc/music-menu-polish

Conversation

@Gunoshozo
Copy link
Copy Markdown
Contributor

@Gunoshozo Gunoshozo commented Jan 4, 2026

CHLCC: Menus Polish

Sound:

  • Add scrollbar support
  • Add click support for switching playback mode
  • Fix misaligned elements ("Select ***" text and Menu Title text mostly) and animations

Tips:

  • Start with right page
  • Fix sprites bounds

Sound, Movie, CG:

  • Add "Select ***" animation based on the Tip's menu "Select Word" animation

Sound, Movie, CG, Save/Load:

  • Simplify sprite loading for "Select ***" in .lua

Tips, Save/Load, Title, Sound, Movie, CG:

  • Use one implementation for all "Select ***" animation (via composition)

Backlog, Clear, Tips, Save/Load, Title, Sound, Movie, CG, Options, Trophy:

  • Use one implementation for "Show Menu" animation taken from Options menu (via composition)

Bonus:

  • Shave off 16 bytes of every Animation (Widget has Animation field)
  • Shave off 8 bytes of every Menu

@Gunoshozo Gunoshozo marked this pull request as draft January 4, 2026 15:42
@Gunoshozo Gunoshozo force-pushed the chlcc/music-menu-polish branch 4 times, most recently from 58069c9 to 7702594 Compare January 7, 2026 18:19
@Gunoshozo Gunoshozo changed the title CHLCC: Music menu Polish CHLCC: Menus Polish Jan 7, 2026
@Gunoshozo Gunoshozo force-pushed the chlcc/music-menu-polish branch from 7702594 to ebd724c Compare January 9, 2026 17:45
@Enorovan Enorovan linked an issue Jan 9, 2026 that may be closed by this pull request
@Gunoshozo Gunoshozo force-pushed the chlcc/music-menu-polish branch from ebd724c to 619487d Compare January 10, 2026 16:15
@Gunoshozo Gunoshozo marked this pull request as ready for review January 10, 2026 16:18
Comment thread src/profile/games/chlcc/systemmenu.cpp
Comment thread src/games/chlcc/animations/selectprompt.h Outdated
Comment thread src/games/chlcc/albummenu.cpp Outdated
Comment thread src/games/chlcc/musicmenu.h
Comment thread src/games/chlcc/animations/selectprompt.cpp Outdated
@Gunoshozo Gunoshozo force-pushed the chlcc/music-menu-polish branch from 619487d to 62a0164 Compare January 11, 2026 23:19
Comment thread src/profile/games/chlcc/optionsmenu.cpp
@Enorovan Enorovan added the game-chlcc CHAOS;HEAD Love Chu☆Chu! label Jan 12, 2026
@Gunoshozo Gunoshozo force-pushed the chlcc/music-menu-polish branch 2 times, most recently from fd5dda1 to 6a771bf Compare January 14, 2026 17:29
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.

The Select Animations sure are better and the missing inputs in Sound Menu work

Copy link
Copy Markdown
Collaborator

@KKhanhH KKhanhH left a comment

Choose a reason for hiding this comment

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

What's the behavioral changes for the music menu scrolling? Do cross input interactions work well, like scrollbar partial scroll then switch to kb/gamepad, backing out and in from a partial scroll, scroll hold, etc

Comment thread src/ui/widgets/scrollbar.h Outdated
inline uint8_t ButterflyFrameCount;
inline float ButterflyFlapFrameDuration;
inline float ButterflyFadeDuration;
inline float MenuSelectPromptDuration;
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

These would be much better suited in a common menu profile file but thats not in yet so I'll let it slide

Comment thread src/games/chlcc/animations/selectprompt.h Outdated
Comment thread src/profile/games/chlcc/tipsmenu.cpp Outdated
Comment thread src/profile/games/chlcc/systemmenu.cpp Outdated
Comment thread src/profile/games/chlcc/moviemenu.cpp
Comment thread src/profile/games/chlcc/albummenu.cpp
Comment thread src/games/chlcc/musicmenu.cpp Outdated
Comment thread src/games/chlcc/musicmenu.cpp Outdated
Comment thread src/games/chlcc/musicmenu.cpp Outdated
@Gunoshozo Gunoshozo self-assigned this Jan 16, 2026
@Gunoshozo Gunoshozo force-pushed the chlcc/music-menu-polish branch from 5c7c532 to 4846e24 Compare January 17, 2026 17:27
@Gunoshozo Gunoshozo requested a review from KKhanhH January 18, 2026 12:22
@Gunoshozo Gunoshozo force-pushed the chlcc/music-menu-polish branch from 4846e24 to dc3b693 Compare January 18, 2026 18:43
Comment thread src/ui/widgets/group.cpp Outdated
@Gunoshozo Gunoshozo force-pushed the chlcc/music-menu-polish branch from dc3b693 to 2b4e5b5 Compare January 21, 2026 07:25
Comment thread src/games/chlcc/animations/menutransition.h Outdated
Comment thread src/games/chlcc/musicmenu.cpp Outdated
Comment thread src/games/chlcc/musicmenu.cpp Outdated
Comment thread src/games/chlcc/musicmenu.cpp
Sound:
- Add scrollbar support
- Add click support for switching playback mode
- Fix misaligned elements and animations

Tips:
- Start with right page
- Fix sprites bounds

System Messages:
- Fix 1px sprite gap for a button

Sound, Movie, CG:
- Add "Select ***" animation based on the Tip's menu "Select Word" animation

Sound, Movie, CG, Save/Load:
- Simplify sprite loading for "Select ***" in .lua

Tips, Save/Load, Title, Sound, Movie, CG:
- Use one implementation for all "Select ***" animation (via composition)

Backlog, Clear, Tips, Save/Load, Title, Sound, Movie, CG, Options, Trophy:
- Use one implementation for "Show Menu" animation taken from Options menu (via composition)

Bonus:
- Shave off 16 bytes of every Animation (Widget has Animation field)
- Shave off 8 bytes of every Menu
@Gunoshozo Gunoshozo force-pushed the chlcc/music-menu-polish branch from 1cb2085 to 06fe1c0 Compare January 25, 2026 17:59
@Gunoshozo Gunoshozo merged commit e6e88ac into master Jan 25, 2026
11 checks passed
@Gunoshozo Gunoshozo deleted the chlcc/music-menu-polish branch January 25, 2026 19:45
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.

Fix multiplat input in Library Menus

4 participants