Commit Graph

19064 Commits

Author SHA1 Message Date
Maxmtg
749d0f08a5 getCard(str,bool) now returns planes or schemes properly 2013-02-11 17:37:01 +00:00
Chris
ad4cb22853 - Added the recent commit logs to changes.txt. Preparing for the snapshot build release. 2013-02-11 12:09:28 +00:00
moomarc
c61435182a - Added Library of Leng
- Added Discard replacement event
2013-02-11 07:00:08 +00:00
myk
5ed55674b6 implement ctrl-f/enter hotkeys for transferring focus between text filter box and card catalog table 2013-02-11 04:31:04 +00:00
Maxmtg
9dc8af55e2 CardDb.uniqueCards is sealed into unmodifiableMap so it's now safe to return the collection provided by its values() method as Collection
ChooseCard: used common routine GuiChoose.one
2013-02-11 02:40:57 +00:00
myk
6c154eb371 - allow left/right arrow keys to switch focus between deck editor tables
- autoselect first row if a table gains focus and no rows are currently selected
2013-02-11 02:19:12 +00:00
myk
7b07da4630 Write CHANGES blurb about find-as-you-type mode 2013-02-11 01:59:40 +00:00
myk
3ecb12cb8f finish implementation of find-as-you-type 2013-02-11 01:53:35 +00:00
myk
761c93f78a don't count decks and packs as having color or card type 2013-02-11 01:52:56 +00:00
Maxmtg
e42e42a183 Default assign damage view does not offer full damage distribution 2013-02-11 01:52:41 +00:00
myk
4ca82daae6 ensure extra snow-covered lands from CSP and relentless rats aren't sold 2013-02-11 01:52:19 +00:00
Maxmtg
9c3359ab16 made distribute damage method return Map<Card, int> as decisions taken by player, combat.java now does not depend on player type and has no GUI references 2013-02-11 01:08:08 +00:00
Maxmtg
5c529982d6 Rewrite of VAssignDamage (I need a damage map from this class [View must not apply damage by itself] but the code shocked me, so rewrote it first) 2013-02-11 00:13:48 +00:00
myk
1be0bffab2 relocate the tooltip when a new cell is hovered over, even if it contains the same text 2013-02-10 21:58:11 +00:00
myk
72db91a228 let code in populateCustomPanel override enabled setting of continue button 2013-02-10 21:14:51 +00:00
Chris
35a8747624 - Fixed the title for the Dr. Doom 3 quest opponent deck. 2013-02-10 20:35:53 +00:00
Maxmtg
a7397fda01 predictDamage methods moved to ComputerUtilCombat, since used by AI only and it's not a core game entity property
distubute combat damage for AI moved from Combat.java to ComputerUtilCombat
2013-02-10 19:19:13 +00:00
Maxmtg
eee197879c SpellEffect, InputPayManaCostUtil, GameActionUtil - remove unused imports 2013-02-10 18:09:09 +00:00
Maxmtg
3051708601 AbilityFactory - merged repeating code fragments
FileSection - exposing a useful method to parse string into map, AF already uses it
2013-02-10 15:46:20 +00:00
Chris
ec10e5f935 - Added a fluff piece to the changes.txt file.
- Added the recent commit logs to changes.txt. Preparing for the snapshot build release.
2013-02-10 12:45:24 +00:00
myk
a2a15a4740 implement basic find-as-you-type for deck editor tables 2013-02-10 10:08:12 +00:00
Maxmtg
16f3008014 Power sink: reviewed script, so that correct effect (DrainMana) is used
Unless syntax enriched: added UnlessResolveSubs parameter to indicate if subAbilities are resolved for paid and unpaid branches
SpellDesciptions from card scripts now may include variables
2013-02-10 08:09:14 +00:00
myk
aab0858623 restore focus after hiding choose sets dialog 2013-02-10 07:53:38 +00:00
myk
adecb1d7cc add 'copy to clipboard' button on WinLose screen so players can easily copy the game log 2013-02-10 06:26:43 +00:00
Maxmtg
17c3d7f64e minor - wrote more specific generics for CDeckEditorUI.childController
changed boolean parameter (add 1 or 4 cards) into exact number - that's clearer.
2013-02-09 23:01:09 +00:00
Maxmtg
071979b0bb missing effect file from r19500 2013-02-09 22:58:31 +00:00
Maxmtg
8b95849ac8 Power Sink converted to script 2013-02-09 22:55:58 +00:00
Maxmtg
fce913711b rem useless importa 2013-02-09 17:35:19 +00:00
Sloth
2f7ff9da72 - Updated all-prices.txt. 2013-02-09 16:12:09 +00:00
Chris
dd1928b285 - Added a fluff piece to the changes.txt file.
- Added the recent commit logs to changes.txt. Preparing for the snapshot build release.
2013-02-09 13:59:23 +00:00
Sloth
35b04911c1 - Fixed Miracle not setting an ActivatingPlayer. 2013-02-09 12:43:23 +00:00
Sloth
aec92e7a78 - Fixed InputBlock not being reset after each combat. 2013-02-09 12:28:04 +00:00
Sloth
a7e97a4d98 - Updated some quest decks with GTC cards. 2013-02-09 11:45:06 +00:00
Sloth
074562bbfd - Added Disruption Aura. 2013-02-09 11:00:44 +00:00
Hellfish
401a8476a4 *Added phenomenon Chaotic AEther.
*Added dev mode ability to rig the planar dice.
2013-02-09 08:26:48 +00:00
Sol
3d2d6eb5b2 - Convert Permanent Multikickers to Script 2013-02-09 03:00:09 +00:00
Hellfish
c93c57b60f *Added phenomenon Planewide Disaster.
*Added infrastructure for phenomenon Chaotic AEther.
2013-02-08 23:28:13 +00:00
Hellfish
5588d11dfd *Fixed The Hippodrome 2013-02-08 21:35:39 +00:00
Sloth
18c48841fc - Added the script option "UnlessCost$ CardManaCost".
- Added Pendrell Flux.
2013-02-08 20:59:55 +00:00
Chris
979ca7dba1 - Cleared out the changes.txt file, now ready for new material. 2013-02-08 16:02:23 +00:00
moomarc
17ab20313d - Added Ghosts of the Innocent 2013-02-08 13:47:08 +00:00
moomarc
089963cf33 - Added set info for Sewers of Estark 2013-02-08 13:46:00 +00:00
Chris
32f3625020 [maven-release-plugin] prepare for next development iteration 2013-02-08 13:16:47 +00:00
Chris
e4eda93695 [maven-release-plugin] prepare release forge-1.3.8 forge-1.3.8 2013-02-08 13:16:32 +00:00
Chris
9522efe24a - Preparing the changes.txt file for the next beta build and release. 2013-02-08 13:04:30 +00:00
Chris
858f0f0ed9 - Added the recent commit logs to changes.txt. Preparing for the beta build and release. 2013-02-08 12:55:52 +00:00
moomarc
d9d71ab997 - Added Breath of Fury 2013-02-08 12:43:30 +00:00
Maxmtg
dc1f58decf delete jpg booster pictures, replace them with PNG (since code wants png), ISD, DKA added 2013-02-08 08:35:56 +00:00
moomarc
1cd4e196b1 - Removed a debug output I'd left in an earlier commit 2013-02-08 08:03:49 +00:00
moomarc
fd42f11139 - Better fix for Goldmeadow 2013-02-08 07:51:29 +00:00