Skip to content

BugFix: initialise mDlgRoomSymbol so that settng room symbols works again#4687

Merged
SlySven merged 1 commit intoMudlet:developmentfrom
SlySven:BugFix_initialise_mDlgRoomSymbol_soThatSettngRoomSymbolsWorksAgain
Jan 26, 2021
Merged

BugFix: initialise mDlgRoomSymbol so that settng room symbols works again#4687
SlySven merged 1 commit intoMudlet:developmentfrom
SlySven:BugFix_initialise_mDlgRoomSymbol_soThatSettngRoomSymbolsWorksAgain

Conversation

@SlySven
Copy link
Copy Markdown
Member

@SlySven SlySven commented Jan 26, 2021

A test for this pointer being a nullptr is what enables a new dialogue to be made in the 2D mapper - by not initialising it in #4573 a random non-null value is found so the dialogue and thus the functionality can be virtually impossible to use.

As it is a pointer I have taken the liberty to introduce a p into the initial part of the name - after the m to indicate it is a class member.

As the defect is a regression that causes loss of functionality I am rating this as a high priority bug(fix) even though it does not induce any fatal termination of the application.

Signed-off-by: Stephen Lyons slysven@virginmedia.com

…gain

A test for this pointer being a `nullptr` is what enables a new dialogue to
be made in the 2D mapper - by not initialising it in Mudlet#4573 a random
non-null value is found so the dialogue and thus the functionality can be
virtually impossible to use.

As it is a pointer I have taken the liberty to introduce a `p` into the
initial part of the name - after the `m` to indicate it is a class member.

As the defect is a regression that causes loss of functionality I am rating
this as a **high** priority bug(fix) even though it does not induce any
fatal termination of the application.

Signed-off-by: Stephen Lyons <slysven@virginmedia.com>
@SlySven SlySven added this to the 4.11.0 milestone Jan 26, 2021
@SlySven SlySven requested a review from vadi2 January 26, 2021 16:52
@SlySven SlySven requested a review from a team as a code owner January 26, 2021 16:52
@SlySven SlySven requested a review from a team January 26, 2021 16:52
@add-deployment-links
Copy link
Copy Markdown

add-deployment-links bot commented Jan 26, 2021

Hey there! Thanks for helping Mudlet improve. 🌟

Test versions

You can directly test the changes here:

No need to install anything - just unzip and run.
Let us know if it works well, and if it doesn't, please give details.

@SlySven SlySven merged commit e8ace8f into Mudlet:development Jan 26, 2021
@SlySven SlySven deleted the BugFix_initialise_mDlgRoomSymbol_soThatSettngRoomSymbolsWorksAgain branch January 26, 2021 17:35
SlySven added a commit to SlySven/Mudlet that referenced this pull request Jan 26, 2021
…gain (Mudlet#4687)

A test for this pointer being a `nullptr` is what enables a new dialogue to
be made in the 2D mapper - by not initialising it in Mudlet#4573 a random
non-null value is found so the dialogue and thus the functionality can be
virtually impossible to use.

As it is a pointer I have taken the liberty to introduce a `p` into the
initial part of the name - after the `m` to indicate it is a class member.

As the defect is a regression that causes loss of functionality I am rating
this as a **high** priority bug(fix) even though it does not induce any
fatal termination of the application.

Signed-off-by: Stephen Lyons <slysven@virginmedia.com>
Chris7 pushed a commit to Chris7/Mudlet that referenced this pull request Jan 2, 2022
…gain (Mudlet#4687)

A test for this pointer being a `nullptr` is what enables a new dialogue to
be made in the 2D mapper - by not initialising it in Mudlet#4573 a random
non-null value is found so the dialogue and thus the functionality can be
virtually impossible to use.

As it is a pointer I have taken the liberty to introduce a `p` into the
initial part of the name - after the `m` to indicate it is a class member.

As the defect is a regression that causes loss of functionality I am rating
this as a **high** priority bug(fix) even though it does not induce any
fatal termination of the application.

Signed-off-by: Stephen Lyons <slysven@virginmedia.com>
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.

2 participants