Skip to content

Update game name stylization#1691

Merged
Rainyan merged 3 commits intoNeotokyoRebuild:masterfrom
Rainyan:branding-name
Feb 23, 2026
Merged

Update game name stylization#1691
Rainyan merged 3 commits intoNeotokyoRebuild:masterfrom
Rainyan:branding-name

Conversation

@Rainyan
Copy link
Copy Markdown
Member

@Rainyan Rainyan commented Feb 15, 2026

Description

Update game name string stylization from Neotokyo; Rebuild -> NEOTOKYO;REBUILD.

Also use the name define instead of hard-coding it.

Toolchain

  • Windows MSVC VS2022

Linked Issues

NEOTOKYO;REBUILD
Concatenating C string with wide string literal as per C++20 spec:

[lex.string]
If one string-literal has no encoding-prefix, it is treated as a
string-literal of the same encoding-prefix as the other operand.
Copy link
Copy Markdown
Contributor

@sunzenshen sunzenshen left a comment

Choose a reason for hiding this comment

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

Nit: Not sure if semicolons are allowed in Windows title bars, but wonder if that could also be tweaked to be the new name style as well:

(See: "Neotokyo: Rebuild" on the top left)

Image

@sunzenshen sunzenshen requested review from a team and sunzenshen February 21, 2026 21:55
sunzenshen
sunzenshen previously approved these changes Feb 21, 2026
@sunzenshen sunzenshen requested a review from a team February 21, 2026 21:55
@AdamTadeusz AdamTadeusz requested a review from a team February 22, 2026 14:55
@Rainyan Rainyan merged commit 58daa27 into NeotokyoRebuild:master Feb 23, 2026
7 checks passed
@Rainyan Rainyan deleted the branding-name branch February 23, 2026 14:09
sm90x pushed a commit to sm90x/neo that referenced this pull request Feb 28, 2026
* Update game name stylizing

NEOTOKYO;REBUILD

* Use game name define

Concatenating C string with wide string literal as per C++20 spec:

[lex.string]
If one string-literal has no encoding-prefix, it is treated as a
string-literal of the same encoding-prefix as the other operand.

* Review feedback: Update name branding in gameinfo
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