You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thcrap_tasofro: th145: ignore case in spellcard csv path
th145 (or at least some version of it) use spellCard, which requires a
case-insensitive string comparison
thcrap_tasofro: pl: fix child versions of parseCommand not being called
Commit 068829b changed a parameter for AText::parseCommand from an int to a
size_t. But it didn't apply the same changes to StoryText::parseCommand and
Th155StoryText::parseCommand, which were overriding that function.
Because of that, the 2 functions from the child classes were no longer
overriding the one from the parent class.
Fixes an issue in th145 where only the last line of dialog balloons was
displayed, and may fix#286
configure_v3: pushed ScrollViewer outside the StackPanel
ScrollViewer being in a StackPanel seems to have broken the scrollbar,
leaving it looking disabled, when it should have worked normally.