Commit Graph

13211 Commits

Author SHA1 Message Date
Sloth
f86d258f15 - Added canPlayFromEffectAI entries to AF GainLife and LoseLife. 2012-01-17 21:12:01 +00:00
Hellfish
0221ac1b7f *Fixed Grozoth. 2012-01-17 21:03:22 +00:00
Sloth
4e74e0c2f7 - Added AI support to Rebound. 2012-01-17 21:00:31 +00:00
jeffwadsworth
9f4fd6f00f - Converted Cranial Extraction to script. 2012-01-17 20:32:12 +00:00
Sloth
e842aa9faa - Updated a few quest decks. 2012-01-17 15:47:35 +00:00
Doublestrike
9c70754bf1 ControlAllUI renamed to FControl to match project organization. 2012-01-17 13:47:50 +00:00
Doublestrike
f6778e2e3a A few aesthetic and organizational updates around the Forge initialization process. 2012-01-17 13:43:59 +00:00
Sloth
2b034da809 - Added Seer's Vision. 2012-01-17 13:00:17 +00:00
Chris
29c24c7fdf - Added the recent commit logs to changes.txt. Preparing for the snapshot build release. 2012-01-17 12:29:24 +00:00
Sloth
36a1faf5b9 - Removed "Random" from the list of themes (it didn't work and there is the button below anyway). 2012-01-17 11:49:49 +00:00
Sloth
df6df87a91 - Added Summit Apes. 2012-01-17 11:42:16 +00:00
Doublestrike
a496d68c20 Removed FSkin access from AllZone, all FSkin access now through Singletons.getView(). 2012-01-17 11:35:02 +00:00
Sloth
5dd09d2671 - Added Rats' Feast. 2012-01-17 11:27:35 +00:00
Doublestrike
00766363f9 Moved the "forge.view.swing" package into "forge.view". 2012-01-17 10:47:10 +00:00
Doublestrike
f7dc3eac58 Optimization: lightweight splash sprite loads before rest of skin (which soon will occur in preload bar). 2012-01-17 09:51:13 +00:00
jendave
c0eabceff9 checkstyle 2012-01-17 07:03:17 +00:00
Doublestrike
8a191b4759 Added game type to counter information in Input area. 2012-01-17 05:10:29 +00:00
Doublestrike
f313114bbb Fixed "inaccurate life total at before mulligan" bug. 2012-01-17 05:02:05 +00:00
slapshot5
80485aa9c7 hook the Dev Mode buttons up to the Skin 2012-01-17 04:50:15 +00:00
Doublestrike
3d3dd22f3c Fixed "scale larger" setting to work on-the-fly (no reset required). 2012-01-17 04:09:30 +00:00
Doublestrike
348b3dd58e Modified keyboard shortcuts algorithms to be less complicated to implement.
Moved keyboard shortcut setting UI into home screen.

Implemented on-the-fly detach/reattach for modified shortcuts.

Put shortcuts into a top-level scope, not only for match UI.
2012-01-17 03:50:06 +00:00
slapshot5
05dfac1250 rename Phase.java to PhaseHandler.java (matches other TriggerHandler, etc.) and updated all calling classes. Remade the Phase class as a superclass for Untap, Upkeep, EndOfTurn, EndOfCombat to consolidate some code. 2012-01-17 02:55:29 +00:00
Chris
63198022de - CheckStyle. 2012-01-16 21:55:15 +00:00
Sloth
9fc6c820d8 - Fixed errors related to the AI controlling cards like Essence Bottle. 2012-01-16 21:50:00 +00:00
Chris
3dc80670b4 - Cleared out the changes.txt file, now ready for new material. 2012-01-16 21:48:45 +00:00
Sloth
7f221fa442 - Added some NPE checks to activateManaAbility. 2012-01-16 21:31:16 +00:00
Sloth
d513f651fd - Fixed Kjeldoran Javelineer. 2012-01-16 21:23:46 +00:00
jeffwadsworth
1235c8a52a - Converted Volrath's Dungeon to script. 2012-01-16 20:40:33 +00:00
Sloth
2273926e04 - Added the player keyword "Play with your hand revealed."
- Added Revelation and Telepathy.
2012-01-16 16:27:55 +00:00
Sloth
8853697d0f - Added River Kelpie (mostly by Iran). 2012-01-16 16:07:03 +00:00
Chris
c7f6c051ad [maven-release-plugin] prepare for next development iteration 2012-01-16 12:35:51 +00:00
Chris
741fbc1446 [maven-release-plugin] prepare release forge-1.2.1 forge-1.2.1 2012-01-16 12:35:43 +00:00
Chris
725b705b53 - Preparing the changes.txt file for the next beta build and release. 2012-01-16 12:13:09 +00:00
Chris
659da90d0f - Added the recent commit logs to changes.txt. Preparing for the beta build and release. 2012-01-16 12:03:46 +00:00
Doublestrike
bc6a269612 Renamed ManaSymbols to more accurate CardFaceSymbols. 2012-01-16 10:57:22 +00:00
Doublestrike
1fde0eab7f Changed QuestMatchState to MatchState (since it has no quest-specific information). 2012-01-16 10:46:01 +00:00
Doublestrike
1f7120d354 Fixed font on storm label. 2012-01-16 07:40:28 +00:00
slapshot5
e025a5526b remove support for SVar= string in SubAbility. It has not been required for a long time, and now, is no longer supported. All card files have been updated. 2012-01-16 05:48:21 +00:00
moomarc
a10c5ea3eb Added Runeflare Trap
Small Checkstyle fix
2012-01-16 05:33:40 +00:00
slapshot5
3787c370d9 remove SVar= from SubAbility (N cards) 2012-01-16 05:33:19 +00:00
slapshot5
40c65397ca remove SVar= from SubAbility (M cards) 2012-01-16 05:32:41 +00:00
slapshot5
fcc0e2288e remove SVar= from SubAbility (J-L cards) 2012-01-16 05:32:03 +00:00
slapshot5
28ba42067e remove SVar= from SubAbility (H-I cards) 2012-01-16 05:30:53 +00:00
slapshot5
528064517b remove SVar= from SubAbility (G cards) 2012-01-16 05:30:14 +00:00
slapshot5
3d3bdbc28e remove SVar= from SubAbility (F cards) 2012-01-16 05:29:41 +00:00
slapshot5
b26583d652 remove SVar= from SubAbility (E cards) 2012-01-16 05:28:58 +00:00
slapshot5
dd90ae16a3 remove SVar= from SubAbility (D cards) 2012-01-16 05:28:17 +00:00
slapshot5
e59d8b74da remove SVar= from SubAbility (C cards) 2012-01-16 05:27:05 +00:00
slapshot5
68303e1276 remove SVar= from SubAbility (B cards) 2012-01-16 05:22:26 +00:00
slapshot5
9f79cc04f7 remove SVar= from SubAbility (A cards) 2012-01-16 05:21:49 +00:00