- bug fix in JGE++ audio (improve HBL compatibility)
- Added new rewards in story mode: random card, card (either by "name" or id), specific set
- Story mode: added possibility to choose music, and bg for duel.
-- See "01. Where it all begins" for examples of new features
This commit is contained in:
wagic.the.homebrew@gmail.com
2010-07-19 13:44:26 +00:00
parent acf06d0181
commit 1332842025
22 changed files with 205 additions and 63 deletions

View File

@@ -46,6 +46,7 @@ GameObserver::GameObserver(Player * _players[], int _nb_players){
phaseRing = NULL;
replacementEffects = NEW ReplacementEffects();
combatStep = BLOCKERS;
mRules = NULL;
}
int GameObserver::getCurrentGamePhase(){
@@ -187,6 +188,7 @@ int GameObserver::forceShuffleLibraries(){
void GameObserver::startGame(Rules * rules){
turn = 0;
mRules = rules;
if (rules)
rules->initPlayers();
@@ -200,6 +202,7 @@ void GameObserver::startGame(Rules * rules){
if (rules)
rules->initGame();
//Preload images from hand
if (!players[0]->isAI()){