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

oopsy: update oopsy code to use player objects #5906

Merged
merged 1 commit into from
Nov 9, 2023
Merged

Conversation

quisquous
Copy link
Owner

Followup to #5861.

There's no "output strings" in oopsy, but it does use ShortName in a few places. Move this over to data.party.member(x).toString() in order to potentially support an oopsy option for how to display names.

This also changes some logic for mit tracking and raise tracking to use full names instead of short names when storing and comparing, only using the shortened version for output.

This also creates the party tracker earlier so that it can be passed to all the things that want to use it, and so all of oopsy can indirect through PartyTracker to find out short names.

Followup to #5861.

There's no "output strings" in oopsy, but it does use ShortName in a few
places. Move this over to data.party.member(x).toString() in order to
potentially support an oopsy option for how to display names.

This also changes some logic for mit tracking and raise tracking to use
full names instead of short names when storing and comparing, only using
the shortened version for output.

This also creates the party tracker earlier so that it can be passed to
all the things that want to use it, and so all of oopsy can indirect
through `PartyTracker` to find out short names.
@quisquous quisquous merged commit 2cc271d into main Nov 9, 2023
6 checks passed
@quisquous quisquous deleted the outputstrings_oopsy branch November 9, 2023 01:59
github-actions bot pushed a commit that referenced this pull request Nov 9, 2023
Followup to #5861.

There's no "output strings" in oopsy, but it does use ShortName in a few
places. Move this over to data.party.member(x).toString() in order to
potentially support an oopsy option for how to display names.

This also changes some logic for mit tracking and raise tracking to use
full names instead of short names when storing and comparing, only using
the shortened version for output.

This also creates the party tracker earlier so that it can be passed to
all the things that want to use it, and so all of oopsy can indirect
through `PartyTracker` to find out short names. 2cc271d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant