-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Add loadout names #31303
Add loadout names #31303
Conversation
Did it for AI, breaking change for pgsql + migrations in general. Nothing atm uses it.
if i understand correctly that this is the pr about allowing to set separate character names in loadouts, then i suggest that clowns, mimes and borgs get this functionality |
That's the whole point |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
add this to musicians maybe? |
@metalgearsloth , how's the progress? |
I fucking beg please |
@@ -1,3 +1,7 @@ | |||
# Name | |||
loadout-name-edit-label = Custom name | |||
loadout-name-edit-tooltip = 32 characters max. If no name is specified a random one may be chosen for you. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unhardcode
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll fix conflicts and the one nit I guess
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Diff seems to be missing changes for the DB model, I'm assuming this is in error due to the DB migrations being present
Is this ready for review or can it be made a draft? I don't see the DB side anymore. |
#- type: roleLoadout | ||
# id: JobBorg | ||
# nameDataset: roleloadout doesn't support both so need to update that first. | ||
# canCustomizeName: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hm?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Borgs use dataset but AI is localized dataset so the choice was either update borgs to use it or make it compatible with both (which seemed skrunkly).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wait, doesn't localized dataset do the same thing as default dataset and in result they are both the same?
In the future please fill out the pr template as i had to dig what this does in the maintainer meeting. Or at least provide some screenshots |
From AI branch nothing using it atm but open to suggestions. DB migrations so requires contrib ping (the pgsql one may be breaking).