Commit Graph

12180 Commits (1f63c417e79b229123279fbf0d2a13b3b09dda28)

Author SHA1 Message Date
ShawnieBoy 1f63c417e7 Merge 2013-12-12 03:22:25 +00:00
ShawnieBoy 333e48444c New Card Scripts 2013-12-12 03:10:36 +00:00
Lodici 8d6eec06de - moved deck stats above deck description so that when swapping between player and computer the stats stays in the same location for both players. 2013-12-11 16:53:21 +00:00
Lodici c8f31d47d2 - Save Duel option added to Duel Decks action bar after duel has started. 2013-12-11 16:28:09 +00:00
Lodici 3560f6eec4 Merge main repo 2013-12-11 11:05:55 +00:00
Lodici 15bff86396 #449: added new setting to show/hide game log messages by default. During a game you can toggle visibility by clicking on the log header. 2013-12-11 11:00:34 +00:00
melvin d3d2dc3678 switch from magiccards.info to mtgimage.com for images 2013-12-11 18:47:20 +08:00
melvin fe4cf66b4c merge new cards from shawnieboyuk-magarena 2013-12-11 18:39:03 +08:00
Lodici 43beb118a8 #449 : option to temporarily hide message log by clicking titlebar.. 2013-12-11 10:07:21 +00:00
Lodici a1775ca3b2 ui refactor: LogBookViewer. 2013-12-11 09:38:08 +00:00
Lodici f2aca21b44 - temp fix[#446]: Temporarily disabled Ability Mono deck generator as it causes a runtime exception. 2013-12-11 09:18:52 +00:00
Lodici 631868fa4a Merge main repo. 2013-12-11 08:39:39 +00:00
Lodici 280ff4552f - fix[#450]: Deck description in duel setup not updated when loading new deck from deck editor. 2013-12-11 08:38:09 +00:00
ShawnieBoy 2ed542a336 New Card Scripts 2013-12-11 03:29:08 +00:00
ShawnieBoy 912d658128 New Card Scripts Milling 2013-12-11 01:18:29 +00:00
melvin 3560627a64 fix script errors 2013-12-10 11:18:19 +08:00
melvin 7fa9c17252 move card script to incomplete as effect not supported 2013-12-10 11:18:05 +08:00
melvin c1f966c6de move file to correct location 2013-12-10 11:17:43 +08:00
melvin 635b64c2a0 add GainLifeChosen and DrawDiscardChosen 2013-12-10 11:17:21 +08:00
melvin 761f7f288a improve ability parsing 2013-12-10 11:16:27 +08:00
melvin e47e21b00b add additional target filters 2013-12-10 11:16:04 +08:00
melvin 3e6d96c7ab support "Sacrifice an Elemental" and "Sacrifice a Wall" as costs 2013-12-10 11:15:16 +08:00
melvin 1a60ac47ff split on first colon into two parts, fixes bug where effect contains colon 2013-12-10 10:37:16 +08:00
melvin d9767f4c74 added support pattern 'all goblins' in lord ability 2013-12-10 10:36:38 +08:00
melvin cdd9bb20b1 correct order of subtypes 2013-12-10 09:54:50 +08:00
melvin 18c3c17c3d correct script filename 2013-12-10 09:50:14 +08:00
melvin d0b1a188da merge cards from shawnieboyuk-magarena 2013-12-10 09:49:25 +08:00
melvin 02732bc7a6 merge cards from firemind 2013-12-10 09:46:17 +08:00
Lodici 903674de9c - ui refactoring: duplicate code. 2013-12-10 01:41:43 +00:00
ShawnieBoy 568245a75c Fix Xira Arien url 2013-12-09 23:51:37 +00:00
ShawnieBoy 633a5e5313 New Card Scripts 2013-12-09 23:51:11 +00:00
ShawnieBoy 6d7e9a2646 Fixed Script Elder Druid 2013-12-09 22:08:02 +00:00
ShawnieBoy 5fa2aa5665 New Card Scripts 2013-12-09 22:07:21 +00:00
ShawnieBoy fbe7026269 Removed Groovy Code requirement 2013-12-09 19:48:24 +00:00
ShawnieBoy db9e6739a4 Removed Groovy Code requirement 2013-12-09 19:43:44 +00:00
Lodici e078039784 - fix[#440]: deck editor/card explorer - mana cost filter does not show all possible costs. 2013-12-09 16:40:44 +00:00
Lodici aa57742d53 - Fix[#439]: card explorer - card pool table totals titlebar is missing. 2013-12-09 16:33:59 +00:00
Lodici 75ac5d27a5 - ui refactoring...
- moved screen classes into magic.ui.screen.
- moved interface classes into magic.ui.interfaces.
- some renaming of ui classes.
- removed dead GeneralMenuPanel class.
2013-12-09 14:49:41 +00:00
Lodici f07c575993 - replaced separate screen option classes (which were more or less the same) with a private class for each screen which extends a new common abstract class that implements the overlay effect and general menu options. 2013-12-09 14:27:35 +00:00
Lodici 9552e7fd9c - rename action button. 2013-12-09 12:00:39 +00:00
ShawnieBoy e464347019 New Card Scripts 2013-12-09 03:27:38 +00:00
Lodici f2b846f605 - minor ui refactoring.
- removed unused ui classes.
2013-12-09 01:08:21 +00:00
Jericho Pumpkin adafcd02ce Add script for Immaculate Magistrate 2013-12-08 20:51:14 +00:00
Jericho Pumpkin 12ec290543 Add script for Hunter of Eyeblights 2013-12-08 20:50:47 +00:00
Jericho Pumpkin d1d36c117a Add script for Greenseeker 2013-12-08 20:50:18 +00:00
Lodici 3ed2b9c633 Merge main repo 2013-12-08 19:39:15 +00:00
Lodici f48c963931 - Fix[#431]: Unable to close Deck Editor if deck is invalid.
- added .jpage (eclipse scrapbook page) to .hgignore.
- refactor: removed unused UI classes.
- Remove Parameter refactor: MagicFrame in ExplorerPanel constructor not used any more.
2013-12-08 18:39:09 +00:00
melvin a1e5e1b114 fix crashes due to improper state management. MagicEvent is game specific, it should be copied using copyMap 2013-12-08 17:21:58 +08:00
melvin 1a4985a694 fix script errors 2013-12-08 14:15:17 +08:00
melvin 5e63d398ea improve support for pump and gain pattern 2013-12-08 14:15:00 +08:00