Commit Graph

1136 Commits

Author SHA1 Message Date
solo81@web.de
14fba35ebf (FEM):
- Wording update
2009-10-22 10:48:38 +00:00
solo81@web.de
1a3053d5d2 (ZEN):
- Some card corrections
- Readded Hedron Crab with altered auto-line (see comment)
2009-10-22 10:15:19 +00:00
wagic.jeck
4dc217edcb Jeck - Potential fix to issue 109, issue 112. Looks hopeful so far, please confirm (or confirm failure).
* We only want to record misses when the file doesn't exist. Item can be null if we're out of memory for whatever reason, resulting in an invalid miss.
2009-10-22 09:33:16 +00:00
leungclj
1c62c0450a JON4TH4N - (ZEN) removed my favorite Zen card.... 2009-10-22 07:26:07 +00:00
wagic.jeck
f005aabe30 Jeck - Possible fix for issue 112. 2009-10-22 07:11:07 +00:00
wagic.jeck
34ef5016f5 Jeck - Possible fix for issue 109, issue 112. Please confirm.
* mError status was being reset properly. What I'm thinking happened is that somewhere along the line, a file would miss and return CACHE_ERROR_404. Then, cache.find() would fail because the file was not in the cache, but because mError wasn't reset it would still report CACHE_ERROR_404. In some cases, this would be overwritten (causing the flickering single frame wrong image), and in others this would erroneously report a miss. 
 * Tested through three demo games and three player games. Shop screen still shows, didn't notice any missing sounds.
2009-10-22 05:54:45 +00:00
wagic.jeck
3c84fe3830 Jeck - Fix for issue 126. System didn't reset "I'm using a premade deck" boolean, so would look in the wrong place for decks if profiles were switched after playing with a premade deck. 2009-10-22 05:16:14 +00:00
wagic.jeck
7d9d2907e5 Jeck - Copied avatar image into graphics folder. This solves an issue with new profiles not having an avatar. I suppose we could delete the player/avatar.jpg, but I think it's small enough that leaving it in as a "Oh, and I can put my own avatar here" reminder might be a good idea. 2009-10-21 23:27:18 +00:00
leungclj
879c8914aa JON4TH4N - (ZEN) fixed Nimbus Wings 2009-10-21 20:52:57 +00:00
leungclj
f849051458 JON4TH4N - minor fixes 2009-10-21 14:48:46 +00:00
leungclj
ec306ce615 JON4TH4N - (RV) fixed Fungusaur 2009-10-21 14:39:45 +00:00
leungclj
74401289a4 JON4TH4N - (ZEN) fixed Slaughter Cry 2009-10-21 14:38:17 +00:00
wagic.the.homebrew@gmail.com
3af15e9901 Erwan - 2nd part for issue 119 (bad commit) 2009-10-21 13:54:41 +00:00
wagic.the.homebrew@gmail.com
c02f65eda2 Erwan
-fix issue 119
2009-10-21 13:53:53 +00:00
wagic.the.homebrew@gmail.com
c1dc258ef0 Erwan - fix issue 118 2009-10-21 13:49:31 +00:00
wagic.laurent
8583d8a3d4 Laurent . Few additions with @damaged (ARB, ODY, RV) small correction (Idyllic Tutor from MOR) 2009-10-21 13:41:05 +00:00
solo81@web.de
f928bd9443 - Fixed Ondu Clerics Cost (ZEN)
(ALA):
- Wording update
- Bug fixes
2009-10-21 11:59:37 +00:00
wagic.the.homebrew@gmail.com
68c0251824 Erwan
- fix Cage of hands typo
2009-10-21 11:15:27 +00:00
solo81@web.de
e04153aa6a (ARB):
- Wording update
- Bug fixes
- Removed Nulltread Gargantua
2009-10-21 10:52:03 +00:00
wagic.jeck
6d62c013df Jeck - Fix for two obscure edge case bugs in the options menu.
* Confirmable options used to only check for confirmation when selecting another option. They now autoconfirm when saving & exiting. This bug could possibly result in loading the wrong theme. Fixed.
 * Changing profiles, canceling, then changing to the profile again could also result in improper theme loading. Fixed.
2009-10-21 02:34:29 +00:00
wagic.jeck
63ddbd52ad Jeck - Hopefully fixes issue 114.
* Options before the desired optionID were not using the correct option class.
 * Enums were expected to be lower-case.
2009-10-20 16:54:53 +00:00
wagic.the.homebrew@gmail.com
83bc12a275 Erwan
- Fix issue 102 (Rampage not working correctly)
2009-10-20 13:24:12 +00:00
wagic.the.homebrew@gmail.com
771b6d75be Erwan
- fix for Dromad Purebred and other @damaged effects
2009-10-20 11:22:12 +00:00
solo81@web.de
0de8a1bef4 Several card corrections 2009-10-20 10:27:04 +00:00
solo81@web.de
878eaa385f Reduced Dromar Purebreads code (RAV) 2009-10-20 08:43:53 +00:00
wagic.jeck
8c4c3f2418 Jeck - Final fix to r1109. It was reloading the old options halfway through saving the new ones. 2009-10-20 04:33:43 +00:00
wagic.jeck
3a4dd403e2 Jeck - Quick fix to r1109. 2009-10-20 04:14:13 +00:00
wagic.jeck
7f7320f904 Jeck - Some basic options handling rewrites, main menu update, example alternate theme (for testing). I'm closing issues 44 and 45, as hopefully this resolves them satisfactorily.
* The alternate theme is just useful for testing themes, but please comment on the changes to the main theme.
 * Options reading and initializing separated from UI.
 * Options UI abstracted a bit, made more easily extensible.
 * With some extension, the options UI could be used as the basis for more complicated themes, if we load a file and use it to do stuff like GameStateOptions::Start()
2009-10-20 03:46:18 +00:00
wagic.laurent
af41e28180 Laurent - small set additions/corrections 2009-10-19 21:12:16 +00:00
wagic.the.homebrew@gmail.com
9d55a43ef0 Erwan
- fix for issue 108 (mana icon disappears)
- potential fix for issue 110 (victory bonus texts). Need to check
- Fix for issue 100. A better solution would be to "stretch" the cards in hand the way it is done for the rest of the game, but this will do for now as it is a border case
- Fix for issue 55. We'll remove 2 players mode for now, and put it back when/if we get network play
2009-10-19 13:48:09 +00:00
jean.chalard
77a00a3c4d J :
* Some cleaning after r1062 code review.
- Remove code that was never reached.
- Remove a useless function.
- Make GuiPlay treat cards that are both spells and creatures as
  creatures and not spells.
2009-10-19 13:36:42 +00:00
wagic.the.homebrew@gmail.com
273b0672e4 Erwan
- various optimization fixes
2009-10-19 11:37:47 +00:00
wagic.jeck
d557dde656 Jeck - Whoops, committed the wrong quality gold.jpg. Sorry about that. 2009-10-19 00:30:42 +00:00
wagic.jeck
0e885e548a Jeck - Greener gold.jpg. Had this one laying around for awhile, thought I'd finally commit it. 2009-10-19 00:26:19 +00:00
wagic.laurent
0bc7322277 Laurent - Added 2 AI deck (treefolk and Dragons). + re-added behemoth to giant deck (22) 2009-10-17 17:08:38 +00:00
wagic.the.homebrew@gmail.com
cf0bb89ff7 Erwan
-fix typo
2009-10-17 14:00:02 +00:00
solo81@web.de
6e400dd510 (CFX):
- Small corrections
- Removed Progenitus
- Added Charnelhoard Wurm
2009-10-17 12:51:59 +00:00
solo81@web.de
1f577d615f (CHK):
- Wording update
- Bug fixes
- Added some cards
2009-10-16 20:13:59 +00:00
solo81@web.de
bfd819d95a (EVE):
- Wording update
- Bug fixes
- Added Chaotic Backlash
2009-10-16 19:22:28 +00:00
solo81@web.de
d08bdecedb (EXO):
- Wording update
- Bug fixes
- Added some cards
2009-10-16 18:35:33 +00:00
solo81@web.de
379a60c834 (FUT):
- Wording update
- Bug fixes
- Added some cards
2009-10-16 18:06:46 +00:00
solo81@web.de
fac8ccd477 (IA):
- Wording update
- Bug fixes
- Removed some cards
2009-10-16 17:39:33 +00:00
solo81@web.de
29a81b69b7 (GPT):
- Removed color-lines
- Wording update
- Bug fixes
- Removed Tibor and Lumia
- Added 2 cards with "@damaged..."
2009-10-16 16:31:56 +00:00
solo81@web.de
46a1bf80b5 (LEG):
- Wording update
- Bug Fixes
- Removed Hammerheim
- Added Typhoon
2009-10-16 16:04:45 +00:00
wagic.laurent
323fd4100c Laurent - Corrected "plainswalk" 2009-10-16 15:28:34 +00:00
solo81@web.de
7093fa48a8 Fixed Drain Life (MIR)
(MRQ):

- Wording update
- Bug Fixes
- Added several cards
2009-10-16 15:22:35 +00:00
wagic.laurent
399698d11a Laurent - Small correction (bis) to R1088 2009-10-16 15:20:33 +00:00
leungclj
61a27b19c9 JON4TH4N - addition to r1088 2009-10-16 15:19:05 +00:00
wagic.laurent
cd815a4b76 Laurent - added few cards with @damaged (CHK,MRD) small correction ICE 2009-10-16 15:13:54 +00:00
wagic.the.homebrew@gmail.com
8c50e71b33 Erwan
- Fix a bug when a token would be removed from game while being an attacker or a blocker. Potentially fix issue 42
2009-10-16 14:41:27 +00:00