Page 1 of 1

Sorting error in the card shop during quest mode

PostPosted: 16 Sep 2010, 11:45
by zaroblan
sorting issue.JPG
Wrong column contents in the card shop

The attached image says it all. Land cards are being shown as being "black"

Re: Sorting error in the card shop during quest mode

PostPosted: 16 Sep 2010, 12:54
by Chris H.
zaroblan wrote:Land cards are being shown as being "black"
`
There is a problem with Painter's Servant. The Samantha Stephens decks in quest mode include this card.

Re: Sorting error in the card shop during quest mode

PostPosted: 16 Sep 2010, 14:30
by Rob Cashwalker
To be fair... it's not REALLY Painter's Servant 's fault.... The way Forge generates and keeps cards in memory is flawed....

Re: Sorting error in the card shop during quest mode

PostPosted: 16 Sep 2010, 14:58
by Chris H.
Rob Cashwalker wrote:To be fair... it's not REALLY Painter's Servant 's fault.... The way Forge generates and keeps cards in memory is flawed....
`
We had a similar situation with another card recently. Hellfish came up with several lines of code and I merged his material into the SVN. I think this may have been related to the HandSize keyword. I seem to remember there being one or two classes dealing with cleanup type code.

Re: Sorting error in the card shop during quest mode

PostPosted: 16 Sep 2010, 15:04
by Rob Cashwalker
I'm just saying that the card objects created on startup should somehow be off limits to modification, and all future cards should be cloned from the originals.