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

Feat/map submission misc #1072

Merged
merged 8 commits into from
Nov 16, 2024
Merged

Feat/map submission misc #1072

merged 8 commits into from
Nov 16, 2024

Conversation

tsa96
Copy link
Member

@tsa96 tsa96 commented Nov 16, 2024

Bunch of map submission stuff I've had sitting around

Checks

  • !! DONT IGNORE ME !! I have ran nx run db:create-migration <name> and committed the migration if I've made DB schema changes
  • I have included/updated tests where applicable (see Testing)
  • I have followed semantic commit messages e.g. feat: Add foo, chore: Update bar, etc...
  • My branch has a clear history of changes that can be easy to follow when being reviewed commit-by-commit
  • My branch is functionally complete; the only changes to be done will be those potentially requested in code review
  • All changes requested in review have been fixuped into my original commits

…ails

Helpful for switching over error codes in C++.
This is used by ingame leaderboards for getting times for players in
your lobby, wasn't supported on the new backend until now.
…o userIDs

Just me being silly. Also, we may find requests using this param are
have very long params, exceeding
Before, IntCsvQueryProperty was parsing this to BigInt at runtime, but
TypeScript thought it was a string. The code just happened to work, even
though types made no sense. I don't know if bigints or strings are
fastest here, just sticking with strings since they're simplest.
I'm using this a lot in Pano and this name is so UGLY
…t forms

Pressed this accidentally when adding private testers, accidentally
submitted the entire thing. Not good!
@tsa96 tsa96 merged commit c8f2ecb into main Nov 16, 2024
7 checks passed
@tsa96 tsa96 deleted the feat/map-submission-misc branch November 16, 2024 07:32
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.

2 participants