Commit Graph

357 Commits

Author SHA1 Message Date
wagic.the.homebrew@gmail.com
115976c264 Erwan
- cards syntax errors
- compilation errors fix for PSP
2009-06-06 09:10:43 +00:00
wagic.the.homebrew@gmail.com
c5d13e7cac Erwan
- fixed a bug introduced in Momir with previous revision
- Added som french translations
2009-06-06 05:57:48 +00:00
wagic.the.homebrew@gmail.com
ab42e5db06 Erwan
- fixed card id collisions in Legends, Ravnica, Portal
- Changed Deck and Database structures with better design (a bit faster, hopefully a lot cleaner)
- updated Windows project file
2009-06-06 04:46:54 +00:00
jean.chalard
01bd44025d J :
* Performance improvement for the deck editor when scrolling cards
  (transform 2*N*log(N)<Cmp1> + N*<read> into log(N)<Cmp1> +
  N*<read>). I expect this improvement to be much more significant,
  performance-wise, than last night's one.
2009-06-05 01:58:41 +00:00
jean.chalard
c822b245c1 J :
* Delete useless and very-frequently called string creations.
2009-06-04 17:28:52 +00:00
wagic.laurent
7b20688b36 Laurent - Removed some cards tested and not working correctly.
RAV - Removed Empty the catacombs & Galvanic arc, tested and does not work. Note that the moveto all function is only for "inplay" you cannot target anything else at the moment (evacuation 10E works fine). Also cards like galvanic arc ("when put in play then") are not working 100%, e.g. "Sparkmage Apprentice" has a very strange behaviour, could anyone look at this one and confirm ?
LEG - Removed Abomination, make the game crash, need to look at this one, in the meantime I've removed it. Corrected Chromium
ARB - Added Intimidation Bolt
ALA - Added Rockcaster Platoon

Also note that flanking has never been added to the source, although I had planned to do so, nobody will ever notice since nobody use this stupid ability but nevertheless some cards may need to be removed...I've removed together with the old rampage ability at REV 347:
http://code.google.com/p/wagic/source/detail?r=347

Grü
L.
2009-06-04 15:40:26 +00:00
wagic.superhiro
96fe323f22 I think I fixed Ancestral Mask, but I cannot test at the moment. 2009-06-03 13:57:24 +00:00
wagic.superhiro
7ac0a04de4 Fixed Lord of Extinction's cost. 2009-06-03 13:52:16 +00:00
wagic.the.homebrew
28b37da779 Erwan
- fixed diabolic tutor cost
2009-06-03 09:02:12 +00:00
wagic.the.homebrew
d5b285c171 Erwan
-fix priest of gix toughness
2009-06-03 05:45:48 +00:00
wagic.the.homebrew
0739a214f8 Erwan
- Removed the corpse of Sanctum Gargoyle that was remaining in the todo.dat :)
2009-06-03 01:28:45 +00:00
solo81@web.de
d9a11b43bc Fixed Dwarven Grunt 2009-06-02 20:54:44 +00:00
solo81@web.de
413af9febd Fixed Venomous Dragonfly 2009-06-02 20:52:45 +00:00
leungclj
2ed649433e Jonathan - (r407) fixed and reordered 2009-06-02 19:45:10 +00:00
wagic.superhiro
f10e063fc4 Fixed a mistake, sorry. 2009-06-02 19:33:33 +00:00
wagic.superhiro
1f5bd9407e Added Sharuum the Hegemon and Sanctum Gargoyle. 2009-06-02 19:25:05 +00:00
wagic.superhiro
8e0945aa80 Name Change "Panda Hive" Panda=Black/White :D 2009-06-02 15:52:35 +00:00
wagic.superhiro
51bfe7a112 Very small change -> Name of deck13 2009-06-02 15:51:05 +00:00
leungclj
73fb9ea2ae Jonathan - (r398) 3 cards added to their todo.dat, not tested, only based on (r398) updated version of CardDescriptor.cpp 2009-06-02 14:19:03 +00:00
wagic.the.homebrew@gmail.com
ec27c29c2b Erwan
-fixed bug with Sphinx Sumoner (was an interface issue, not a an issue with the card itself)
2009-06-02 13:44:02 +00:00
wagic.the.homebrew@gmail.com
104ff23599 Erwan
- putting in a stupid name to avoid graphical glitch
2009-06-02 13:06:33 +00:00
wagic.the.homebrew@gmail.com
e719b9ae62 Erwan
- removed long names from AI decks (GUI issue) - please use 9 letters or less for deck names
2009-06-02 12:59:22 +00:00
wagic.superhiro
002ff0c04e Added comments and Name for Goblin deck. 2009-06-02 12:51:56 +00:00
wagic.the.homebrew@gmail.com
f09e9d6b7c Erwan
- fix bug with Akron Legionnaire (Legends). See test
2009-06-02 12:44:31 +00:00
wagic.superhiro
e9a95803c7 Changed around some cards in G/R/W deck and added a name. No description yet. 2009-06-02 11:20:56 +00:00
wagic.superhiro
f3ff342932 Added description for blue creature stealing deck and changed around some cards. 2009-06-01 14:18:36 +00:00
wagic.superhiro
07f1f9e226 Added description for artifact deck and changed around some cards. 2009-06-01 14:10:16 +00:00
wagic.superhiro
ffb9628ce8 Added description (not to awesome, but will do until improved) for white deck and changed "Sacred Nectar" to "Swords to Plowshares". 2009-06-01 14:05:24 +00:00
wagic.superhiro
ef85090724 Added Cathartic Adept (ALA) - Not tested, but should work. 2009-06-01 14:00:06 +00:00
solo81@web.de
3112c06acf fixes 2009-06-01 11:36:08 +00:00
solo81@web.de
9895d1a839 Several bug fixes 2 2009-06-01 11:29:39 +00:00
solo81@web.de
7b0a503b25 Several card fixes 2009-06-01 11:19:25 +00:00
solo81@web.de
7e68f7da1c Fixed Barrin, Master Wizard 2009-06-01 11:11:44 +00:00
solo81@web.de
50349637a6 Fixed Darklit Gargoyle 2009-05-31 21:09:59 +00:00
jean.chalard
705631328d J :
* Fix a typo in a method name
2009-05-31 11:44:56 +00:00
wagic.the.homebrew@gmail.com
2eb67d432c Erwan
- Deck description for one more Deck
2009-05-31 11:37:38 +00:00
jean.chalard
46d1bc4543 J :
* Fix a wording issue
2009-05-31 11:35:34 +00:00
solo81@web.de
725b117751 Fixed Nightscape Apprentice 2009-05-31 10:49:52 +00:00
solo81@web.de
74af069a26 Fixed Sphinx Summoner 2009-05-31 10:37:32 +00:00
jean.chalard
5007d4f376 J :
* Remove the plasma effect in the deck viewer
2009-05-31 09:44:26 +00:00
wagic.the.homebrew@gmail.com
19b0b306fe Erwan
- stats are computed only at startup now, to avoid useless computation ingame
2009-05-31 09:42:08 +00:00
wagic.the.homebrew@gmail.com
08992475fa Erwan
- added missing id for Pacifism
2009-05-31 06:50:48 +00:00
jean.chalard
b21d558674 J :
* Fix a little syntax error
2009-05-31 05:57:21 +00:00
jean.chalard
6f09760d08 J :
* Remove the stupid effect on cards back, at least until release
2009-05-31 05:52:49 +00:00
wagic.the.homebrew@gmail.com
a0b82b1026 Erwan
-Shop bug fix by orine
2009-05-31 05:43:19 +00:00
wagic.the.homebrew@gmail.com
03c8b5e272 Erwan
- plasma Effect made an option (plasmaEffect=1 in settings/options.txt)
- Changed plasma effect colors to something "gold-ish". J, feel free to revert
2009-05-31 05:26:16 +00:00
wagic.the.homebrew@gmail.com
ca061a048b Erwan
-windows makefile update
2009-05-31 02:51:15 +00:00
leungclj
d26e903393 Jonathan - removed the extra "s" after "owner" according to MTGGameZones.cpp 2009-05-30 16:15:38 +00:00
jean.chalard
b4d040b263 J :
* Add a plasma effect on the cards back
2009-05-30 14:06:52 +00:00
wagic.the.homebrew@gmail.com
5de26cc509 Erwan
- more cards using library search
2009-05-30 13:50:03 +00:00