1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-08 09:37:53 +00:00
OpenMW/apps/openmw
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
..
mwbase Fix "unknown info ID" exceptions when a dialogue response is from the Info Refusal group 2014-05-18 06:52:15 +02:00
mwclass Feature #1323: Implement restocking items (does not handle levelled lists yet) 2014-05-17 14:30:31 +02:00
mwdialogue Fix "unknown info ID" exceptions when a dialogue response is from the Info Refusal group 2014-05-18 06:52:15 +02:00
mwgui Feature #1323: Implement restocking items (does not handle levelled lists yet) 2014-05-17 14:30:31 +02:00
mwinput Undid some code clean up changes, and changed how some includes work 2014-05-13 13:43:50 -04:00
mwmechanics Feature #1323: Implement restocking items (does not handle levelled lists yet) 2014-05-17 14:30:31 +02:00
mwrender Savegame: store projectiles 2014-05-17 05:24:32 +02:00
mwscript Revert "Change all AI packages (except AiActivate) to use ActorIds" 2014-05-16 12:11:34 +02:00
mwsound Refactor projectiles to no longer use MW-objects 2014-05-16 13:33:30 +02:00
mwstate Savegame: store projectiles 2014-05-17 05:24:32 +02:00
mwworld Feature #1323: Implement restocking items (does not handle levelled lists yet) 2014-05-17 14:30:31 +02:00
CMakeLists.txt Refactor projectiles to no longer use MW-objects 2014-05-16 13:33:30 +02:00
crashcatcher.cpp
doc.hpp
engine.cpp Don't create the player object until the game starts 2014-05-16 00:58:12 +02:00
engine.hpp
main.cpp