Jeck - Added full filtering system to deck editor and shop. I've spent 24hours on pure debugging, but there are likely a couple bugs I've missed. So please, if you find something, make an issue of it! :P Also split OptionItem classes into separate files, and added support for mixed-set boosters (which I think are way, way cool).

This commit is contained in:
wagic.jeck
2010-02-08 01:03:07 +00:00
parent 64d592f588
commit 83e2b04547
31 changed files with 4125 additions and 2742 deletions
+2 -2
View File
@@ -7,7 +7,7 @@
class WGuiList;
class WGuiMenu;
class WSrcMTGSet;
class WSrcCards;
class GameStateAwards: public GameState, public JGuiListener
{
@@ -16,7 +16,7 @@ class GameStateAwards: public GameState, public JGuiListener
WGuiMenu * detailview;
JQuad * mBg;
JTexture * mBgTex;
WSrcMTGSet * setSrc;
WSrcCards * setSrc;
SimpleMenu * menu;
bool showMenu;
bool showAlt;