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

Do not reject setting a zone player alias when not unique #3871

Conversation

kwvanderlinde
Copy link
Collaborator

@kwvanderlinde kwvanderlinde commented Mar 16, 2023

Identify the Bug or Feature request

Fixes #3858

Description of the Change

Zone.setPlayerAlias() and the associated setMapDisplayName() macro function no longer attempt to force uniqueness of display names. This means user input in Map Properties dialog is no longer ignored, whether silently or otherwise.

Possible Drawbacks

Some folks may expect this behaviour, particularly the error from setMapDisplayName().

Documentation Notes

N/A

Release Notes

  • Changed behaviour of setMapDisplayName() to no longer require the display name to be unique.
  • Changed the behaviour of the Map Properties dialog to no longer ignore the provided display name when another map already has that display name.

This change is Reviewable

@cwisniew cwisniew merged commit e129143 into RPTools:develop Mar 28, 2023
@cwisniew cwisniew added the bug label Mar 29, 2023
@kwvanderlinde kwvanderlinde deleted the bugfix/3858-non-unique-map-display-names branch April 13, 2023 04:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Duplicate map display names are silently ignored
3 participants