Commit Graph

1035 Commits

Author SHA1 Message Date
teferi
3fb97dfe15 - Adding mobile modules to the maven BuildConfig.java
- moving mobile source and resource files to adhere to the maven conventions
- clean up of the poms
- regenerated the eclipse project files with mvn eclipse:eclipse to put them inline with the modifications of the poms
- adding structure of the bundle module
2014-02-28 09:11:29 +00:00
Maxmtg
52cac29ca7 Deck import set recongition re-enabled 2014-02-25 09:26:07 +00:00
Chris
d9a8f6581d [maven-release-plugin] prepare for next development iteration 2014-02-21 14:19:08 +00:00
Chris
6d9e785aec [maven-release-plugin] prepare release forge-1.5.13 2014-02-21 14:18:55 +00:00
moomarc
204f65faac - Archenemy moved to Constructed match setup
- Basic team setup implemented
2014-02-17 16:12:21 +00:00
Maxmtg
fa3a140470 fix crashes in deck import when 'use latest edition' is unchecked. 2014-02-12 18:23:42 +00:00
Maxmtg
6468dcc712 bugfix: for cases when no foil is present 2014-02-11 04:56:01 +00:00
Maxmtg
c5923c31e9 DGM booster generation fixes 2014-02-11 04:50:12 +00:00
Agetian
01867e5352 - Made FoilAlwaysInCommonSlot the default choice (since all current sets use this option anyway).
- Refactored the edition definitions, now slots newer than TSP do not include the FoilAlwaysInCommonSlot line, while the older sets with foils have a FoilAlwaysInCommonSlot=False line.
- Some definition fixes related to foil generation.
2014-02-10 10:18:56 +00:00
Agetian
b22ce18572 - Fix imports. 2014-02-10 08:34:09 +00:00
Agetian
02bb5942b3 - Get rid of a debug println. 2014-02-10 08:33:24 +00:00
Agetian
a72655fc79 - Read the foil chance in booster value from edition files as a US locale double. 2014-02-10 08:32:49 +00:00
Agetian
30fda0e7a8 - Simplify foil chance calculations, use double to represent chance. 2014-02-10 08:17:34 +00:00
Agetian
485aa06339 - Revert the previous representation of foil chances in booster (doesn't work the way I thought it would).
- Changed the default chance of a foil in booster to 0.2143 (21.43%) which seems to match the official 1 foil per 70 cards more closely.
2014-02-10 07:38:13 +00:00
Agetian
bd5471cb30 - A comment is not necessary here (moved elsewhere). 2014-02-10 06:56:40 +00:00
Agetian
39c83b4870 - A more intuitive way to represent foil chance in booster in edition files (1:6 instead of 1667, 1:1 instead of 10000).
- Updated Modern Masters definition file to use the new format.
2014-02-10 06:56:00 +00:00
Hellfish
a54a0ba985 *Moved common functionality of Trigger and ReplacementEffect into base class. 2014-02-09 13:56:04 +00:00
Agetian
e09ec6c165 - Better variable name. 2014-02-09 04:45:40 +00:00
Agetian
1fa0a2c81c - Fixed a bug in booster generator that caused the foil from a wrong print sheet to be generated for sets that did not have a foil always in common slot. 2014-02-09 04:41:54 +00:00
Sol
c8eed79a2a - Initial checkin for Additive Mana Conversion Static Ability (Restrictive Conversions currently not 100% correct)
- Added Mycosynth Lattice
- Fixed Sunglasses of Urza
2014-02-09 02:37:09 +00:00
Agetian
686807b0d2 - A closer approximation of foil chance in booster (16.67% for 1:6 ratio instead of just 16%). 2014-02-08 20:03:01 +00:00
Agetian
d7224d7515 - Fixed a bug that caused the game to crash when generating boosters with no specified code (fixes full cardpool draft).
.
2014-02-08 18:24:04 +00:00
Maxmtg
e9c273e40f logic optimized 2014-02-08 17:13:35 +00:00
Maxmtg
9500b3d951 acquire booster edition once 2014-02-08 17:07:15 +00:00
Agetian
4f9fd821ec - Added foil generation in booster packs (the UI support is currently incomplete, foils will not be distinguished in deck editors or displayed in pile view or booster card list for now; also, there is currently no option to disable the foil visual effect in GUI). 2014-02-08 16:16:23 +00:00
Agetian
80c70d321e - Append the foil suffix to the card name instead of to the end of the line (looks better in the deck file and fixes foil card recognition). 2014-02-08 13:16:36 +00:00
Maxmtg
676fee32c6 renamed add/subtract methods, fixed bug with colorless payment 2014-02-08 12:56:54 +00:00
Maxmtg
715ee1f9ab color conversion routine for mana implemented 2014-02-08 12:21:55 +00:00
Chris
bfe48d2611 [maven-release-plugin] prepare for next development iteration 2014-02-07 17:25:48 +00:00
Chris
3c08718b4b [maven-release-plugin] prepare release forge-1.5.12 2014-02-07 17:25:37 +00:00
Maxmtg
d7d87b5c5d CardDb is now able to report the unique missing cards (it's not a good idea to keep it all in ctor, should refactor later) 2014-02-06 04:00:51 +00:00
Maxmtg
04a38b79ac Old-format decks will load without exceptions 2014-02-03 08:16:44 +00:00
Maxmtg
5c195f3cea moved forge.net.protocol to .net project 2014-02-02 13:31:55 +00:00
Maxmtg
1af6d101e8 fix mana atoms (bug emerged with 24602) 2014-02-02 12:32:46 +00:00
Maxmtg
6575000c28 better loading of unsupported cards 2014-02-02 10:26:22 +00:00
Agetian
43f4e45827 - Some more error message mistype / spelling fixes. 2014-02-02 10:22:49 +00:00
Agetian
4b6e58ddf0 - A little mistype fix. 2014-02-02 10:19:59 +00:00
Maxmtg
0abdf7a3b5 CardDb - unsupported cards detection
CardPool - fix bug in decks save
2014-02-02 10:03:41 +00:00
Maxmtg
53e0a2ad37 createUnsuportedCard -> cardDb 2014-02-02 09:39:22 +00:00
Agetian
7e22527164 - Send unsupported card names to the console so that the user is aware of which cards failed to load when the decks were parsed. 2014-02-02 09:22:49 +00:00
Maxmtg
7e6928d700 Split Deck- storage and serializer parts into their own classes 2014-02-02 09:11:48 +00:00
Maxmtg
bbe5e3c556 small tweaks 2014-02-02 08:51:03 +00:00
Maxmtg
cec3d26493 re-arranged deck serialization code to make it more "symmetric": the what is serialized somewhere tends to be de-serialized in the same class 2014-02-02 08:39:12 +00:00
Maxmtg
4d833b6f38 getColor method moved to DeckProxy 2014-02-02 01:42:54 +00:00
Maxmtg
1f66ec432d shifted MagicColors 1 bit to the right 2014-02-02 01:08:53 +00:00
Maxmtg
691c52fff9 Forge will no longer crash when there are decks with unsupported cards. These cards will appear in decks and games player starts as a dummy without cost, types, abilities, but with explanation in card's text 2014-02-01 21:43:42 +00:00
Chris
59665029d2 [maven-release-plugin] prepare for next development iteration 2014-01-31 16:18:08 +00:00
Chris
3249e844f9 [maven-release-plugin] prepare release forge-1.5.11 2014-01-31 16:17:57 +00:00
Maxmtg
c5d35c9596 added a method: magic color form char 2014-01-31 05:55:30 +00:00
Maxmtg
a5f4f78018 won't throw when not expected 2014-01-29 17:02:32 +00:00