- updated pt translation (thanks to almosthumane)
- Added/updated some Themes by Ilya B
- Added a random wallpaper loading at loading screen (see wallpapers.txt in Res/graphics)
- Saving decks and collection should now be a bit more secure (attempt at minimizing issue 393)
This commit is contained in:
wagic.the.homebrew@gmail.com
2010-05-02 12:49:36 +00:00
parent c26f453b16
commit 755bb04475
54 changed files with 304 additions and 176 deletions

View File

@@ -28,6 +28,7 @@ class GameStateMenu: public GameState, public JGuiListener
char nbcardsStr[400];
vector<string> langs;
vector<string> primitives;
string wallpaper;
int primitivesLoadCounter;
DIR *mDip;
@@ -50,6 +51,7 @@ class GameStateMenu: public GameState, public JGuiListener
void listPrimitives();
void genNbCardsStr(); //computes the contents of nbCardsStr
void ensureMGuiController(); //creates the MGuiController if it doesn't exist
string loadRandomWallpaper(); //loads a list of string of textures that can be randolmy shown on the loading screen
public:
GameStateMenu(GameApp* parent);
virtual ~GameStateMenu();