Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: do not normalize asset names when loading assets #209

Merged
merged 1 commit into from
Jun 1, 2024

Conversation

Laupetin
Copy link
Owner

@Laupetin Laupetin commented Jun 1, 2024

Asset names were normalized when loading because i assumed all asset names were normalized anyway.
Leaderboards are an obvious counter example to this since their names are all uppercase.

Since the main thing that has be correct is that asset lookup is being done case insensitively, the inteded effect of the original change was to make this happen, but it is now covered already by normalizing asset names for lookup.

So now this reverts back normalizing asset names upon load so you can have leaderboards have uppercase names again for example, as they are in vanilla fastfiles.

…ffect is already covered by normalized asset finding from asset pools
@Laupetin Laupetin enabled auto-merge June 1, 2024 13:08
@Laupetin Laupetin merged commit cd1e73d into main Jun 1, 2024
3 checks passed
@Laupetin Laupetin deleted the fix/asset-loading-capitalization branch June 1, 2024 13:19
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.

1 participant