Commit Graph

3343 Commits

Author SHA1 Message Date
Agetian
34f8e31119 - Clarification. 2015-06-02 17:20:08 +00:00
Agetian
201542300b - Fixed Phantom Nomad getting multiple counters removed from combat damage (only one counter is now removed from it for all the damage applied to it simultaneously). 2015-06-02 17:12:35 +00:00
Krazy
e94bf25c4c Fixed quest opponent icon being incorrect in the first game of a match. 2015-06-02 16:28:58 +00:00
Agetian
41821d14c7 - Fix the display of color identity of colorless cards. 2015-06-02 14:33:34 +00:00
Agetian
6961ef9a3a - Removed a superfluous comment. 2015-06-02 14:11:09 +00:00
Agetian
32daeacc0b - Refactored the color identity display code. 2015-06-02 14:05:50 +00:00
Agetian
fa28427267 - Do not show identity for temporary effect cards, emblems and the like. 2015-06-02 13:52:53 +00:00
Agetian
10e991510d - NPE guard. 2015-06-02 05:12:22 +00:00
Agetian
6bc4848857 - Added a new color identity display mode: "Changed" (displays color identity only for cards that had their identity altered).
- Improved the use of related string constants.
2015-06-02 05:07:10 +00:00
Sol
136b133f76 - Fixing Foul Tongue Invocation Oracle text 2015-06-02 01:42:45 +00:00
Agetian
be9e5ef95d - String constants for the Display Color Identity setting. 2015-06-01 20:25:21 +00:00
Agetian
21323a4f72 - Added an option to display color identity of cards in the card detail panel (details in CHANGES.txt). 2015-06-01 20:04:38 +00:00
Sloth
df213262ec - Improved AI using Curse of the Cabal. 2015-06-01 18:03:16 +00:00
Agetian
60687f028d - Reverting the latest attempt at fixing the morph color leak, didn't work... again. 2015-06-01 16:42:43 +00:00
Agetian
e21e4d3c39 - Fixed morph color information leaking in the mobile version of Forge. 2015-06-01 14:38:02 +00:00
Krazy
5886f43f8b Moved images from cardforge.org to cardforge.link and added missing sets/some product images. 2015-06-01 03:44:10 +00:00
drdev
cceee98a0d Support copying url to clipboard when hosting 2015-06-01 00:54:43 +00:00
drdev
15d9773c1b Allow toggling between Open and AI 2015-05-31 23:55:29 +00:00
drdev
d6c598cb54 Show better default player 2 name 2015-05-31 22:20:17 +00:00
drdev
bb0a622635 Support opening online lobby without crashing 2015-05-31 21:37:20 +00:00
drdev
5f8b8db129 Remove unnecessary and duplicate code 2015-05-31 17:17:26 +00:00
drdev
84f58b42e8 Refactor constructed screen for mobile to support network play 2015-05-31 15:31:30 +00:00
drdev
67196c5ff9 Tweak chat interface 2015-05-31 11:34:48 +00:00
drdev
f4f49627cf Refactor net connection logic to be reusable by app 2015-05-31 11:21:50 +00:00
Agetian
76089e0eba - Fixed River of Tears and improved user interaction with it (especially when it comes to using Auto or to tapping it in response to a mana payment prompt). 2015-05-30 16:37:15 +00:00
Krazy
473921ecac Renamed quest preferences regarding playset size and added a third to control Relentless Rats/Shadowborn Apostle playset sizes. 2015-05-29 21:45:59 +00:00
Agetian
bdac9756e8 - Committing a temporary solution to prevent Kodama of the Center Tree from hard-crashing Forge.
- This script is not entirely rule-correct, it won't work properly in certain corner cases, as well as with mass removal. However, it does work correctly in the basic cases and doesn't crash the game.
- Feel free to revert this commit if you have a true solution that will allow Kodama of the Center Tree to work in a rule-correct way without crashing the game.
- Added a FIXME set of comments to the script and a Known Issues line to CHANGES.txt for the time being.
2015-05-29 16:59:25 +00:00
Sloth
9701cb20f7 - Added a medium version of the Superman quest opponent (by tojammot). 2015-05-28 21:14:43 +00:00
Agetian
2057934392 - Fixed Sen Triplets. 2015-05-26 09:56:35 +00:00
drdev
d3bf508fc7 Use fixed orientation to prevent rendering issues 2015-05-25 19:56:25 +00:00
Krazy
c110824b17 Added two new quest preferences for controlling the number of cards to keep before selling extras. 2015-05-25 18:05:25 +00:00
Agetian
3b4ddd9ecc - Fix the "Cancel" button in the concede dialog box leading to an immediate game quit when conceding the match via the "X" button in the title bar. 2015-05-25 17:21:33 +00:00
drdev
63d024ed37 Support detecting whether device is a tablet and use that to determine whether to enforce portrait orientation 2015-05-25 02:16:53 +00:00
elcnesh
ab03da16a0 - Cleanup and fix PlayEffect, especially related to optionally playing multiple cards
- Fix Jace, Architect of Thought's ultimate to search each player's library
2015-05-23 07:13:10 +00:00
Agetian
50caf70346 - Remove an unnecessary block of code from the previous fix. 2015-05-22 13:47:32 +00:00
Agetian
931359980b - Fix an issue with Retribution of the Ancients causing a NPE when X=0. 2015-05-22 13:44:42 +00:00
Agetian
8888677d11 - Fixed Tundra Kavu choice descriptions not appearing. 2015-05-20 04:27:54 +00:00
Agetian
4e56670a23 - Cards which need a mode choice (e.g. the Siege cycle, Master of Predicaments etc.) will now log the choice that was made.
- The Siege cycle cards will now also report the choice in a message box so that it's immediately apparent what was chosen for them.
- Changed the default value of "Display Tokens in a Separate Row" to "disabled" (tokens are now displayed on the same row as non-token cards).
2015-05-19 17:56:38 +00:00
elcnesh
73bef51fcc Have mobile game handle opening/closing mana pools itself
to improve compatibility with network play
2015-05-19 09:28:31 +00:00
elcnesh
1f18f9da05 Set current player more quickly to prevent exception at match start 2015-05-19 09:25:04 +00:00
elcnesh
9a329d515d Fix mindslaver effects.
- Fix bug where game would become unsreponsive after mind slaving ends;
- Fix bug where players could concede for mind-slaved opponents;
- Cleanup, managed to remove some fields.
2015-05-19 06:56:57 +00:00
elcnesh
9767b20386 Update and cleanup card viewing code. Fixes issue with
morph colour leaking, viewing opponent's morphs through
card zoomer, and other minor bugs.
2015-05-18 07:33:21 +00:00
Sol
5cba52b5a6 - Increase prices of the Plant Wall in the Bazaar. 2015-05-18 02:59:49 +00:00
Chris
817d1e790d Added new card names to changes.txt. 2015-05-17 19:38:16 +00:00
Agetian
8d5c23c054 - Corrected a mistype. 2015-05-17 17:12:11 +00:00
Agetian
46f17edad0 - Reverting r29415-29422 for now because the UTF-8 characters prove to be problematic for the player unless they are transparent enough when searching for cards and typing card names (including the deck editor).
- Before having to revert these changes I managed to get the game to recognize both accented and unaccented card names in decks and for the purposes of card picture file names. However, I was not successful in implementing the similar level of transparency in the deck editor and in the card search box (e.g. "Add Card To Hand" - that type of thing).
- To continue working on this project, feel free to revert this commit locally and update the functionality to be more transparent and intuitive for the end user.
2015-05-17 16:44:30 +00:00
Agetian
23e1eda8b1 - Updated the CHANGES.txt note for UTF-8 characters in card names. 2015-05-17 15:00:59 +00:00
elcnesh
44e7a3fec9 Use recently fixed UTF-8 support to update cards with special characters in their names 2015-05-17 13:33:04 +00:00
elcnesh
b3f38edef3 Huge cleanup: use collection interfaces (List, Set, Map) rather than
implementations (ArrayList etc.) in references to objects
2015-05-17 11:28:21 +00:00
elcnesh
6274c5379a Use morph/manifest reminder overlays for face-down cards on the battlefield 2015-05-17 11:16:39 +00:00