Cockatrice/cockatrice/resources/config
Basile Clement 76fa87c63e
Fix StackZone crash when divideCardSpaceInZone overflows (#5751)
The divideCardSpaceInZone function introduced in #4930 is buggy and
sometimes returns an index that is too large for the current zone, which
causes us to call `cards.at(index)` with an `index` that's bigger than
the amount of cards.

This is the bug that #5609 intended to fix but was improperly diagnosed.
Remove part of #5609 as the cases it is guarding against (e.g. null card
pointer) cannot actually happen.
2025-03-21 00:30:46 +00:00
..
appearance.svg Reorganized images in subfolders 2015-06-15 14:37:19 +02:00
debug.ini populate default debug.ini with more values (#5411) 2025-01-03 20:50:30 +00:00
deckeditor.svg Reorganized images in subfolders 2015-06-15 14:37:19 +02:00
general.svg Reorganized images in subfolders 2015-06-15 14:37:19 +02:00
interface.svg Reorganized images in subfolders 2015-06-15 14:37:19 +02:00
messages.svg Reorganized images in subfolders 2015-06-15 14:37:19 +02:00
qtlogging.ini Fix StackZone crash when divideCardSpaceInZone overflows (#5751) 2025-03-21 00:30:46 +00:00
shorcuts.svg Merge with master 2015-08-31 22:55:46 +02:00
sound.svg Reorganized images in subfolders 2015-06-15 14:37:19 +02:00