1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-07 12:54:00 +00:00
OpenMW/apps/openmw/mwdialogue
scrawl e1458453f3 Fix "unknown info ID" exceptions when a dialogue response is from the Info Refusal group
Could be observed in TG_OverduePayments quest when talking to Trasteve about Dwemer Artifacts.

Info Refusal responses are not specific to any particular topic, so they should not be added to the journal. Trying to do so anyway will cause "unknown id" exceptions because MWDialogue::Entry expects the infoId to be from the Dialogue for the supplied topic.
2014-05-18 06:52:15 +02:00
..
dialoguemanagerimp.cpp Fix "unknown info ID" exceptions when a dialogue response is from the Info Refusal group 2014-05-18 06:52:15 +02:00
dialoguemanagerimp.hpp Fixes #1172: Added basic loading/saving progress bar 2014-04-28 11:29:57 +02:00
filter.cpp Fixes #1295: Support partial matches in Cell filter 2014-04-26 11:03:17 +02:00
filter.hpp Fix "unknown info ID" exceptions when a dialogue response is from the Info Refusal group 2014-05-18 06:52:15 +02:00
journalentry.cpp Feature #764: Store the actor that gave the dialog response 2014-02-01 18:42:01 +01:00
journalentry.hpp Feature #764: Store the actor that gave the dialog response 2014-02-01 18:42:01 +01:00
journalimp.cpp Fixes #1172: Added basic loading/saving progress bar 2014-04-28 11:29:57 +02:00
journalimp.hpp Fixes #1172: Added basic loading/saving progress bar 2014-04-28 11:29:57 +02:00
quest.cpp Merge branch 'savedgame' 2014-02-01 18:16:32 +01:00
quest.hpp
selectwrapper.cpp
selectwrapper.hpp
topic.cpp Don't add duplicate topic responses to the journal 2014-02-01 18:42:00 +01:00
topic.hpp