Conversation
TODOs: - new logo - server-side integration: - handle old neosu versions while neosu.net is still active (mirror endpoints for a while) - handle scores starting with "neomod-" for client - move neosu-submit-map.php to neomod-submit-map.php - handle neomod-mods score mime parts - client-side migration: - move old neosu_maps.db and neosu_scores.db to neomod_ prefixed versions - handle updating from neosu.exe to neomod.exe - not really much else i think?
tested working (on my machine :^) )
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TODOs:
Server-side integration:
Client-side migration:
neosu_prefixed dbs if they exist, but only save toneomod_prefixed dbs, so it's not as big of a pain to downgrade if necessaryneosu/cache directories toneomod/? probably not worth itnot really much else i think? will add as they come to mind
Already done
[neosu]as an alias for[neomod]for skin.inineosu://as an alias forneomod://for url handlers (but also changed registry handler setup to use "neomod" everywhere)