Commit Graph

7234 Commits

Author SHA1 Message Date
Christian 'ketura' McCarty
48708f7293 Fixed Elven Armaments errata image incorrectly missing the dual item class 2021-02-24 21:58:25 -06:00
Christian 'ketura' McCarty
88cc4ed21c Merge branch 'master' into gemp-dev 2021-02-24 21:57:40 -06:00
Marcin Sciesinski
1d1d2e4297 Merge pull request #94 from PhallenCassidy/lotr-fixes
Lotr fixes
2021-02-25 00:23:04 +07:00
marcin.sciesinski
de22c9fd44 Fixed problem with Glorfindel 2021-02-22 10:19:52 -08:00
marcin.sciesinski
a23efdc542 Fixed problem with Glorfindel 2021-02-22 10:13:40 -08:00
marcin.sciesinski
aba6e3e2a1 Fixed case-problem with site detection 2021-02-22 09:11:58 -08:00
marcin.sciesinski
88f8e3bab6 Improving the client side performance - doing just one layout after all cards are added 2021-02-22 09:10:16 -08:00
marcin.sciesinski
235a76f067 Deck building's import now respects card counts 2021-02-22 09:05:08 -08:00
Christian 'ketura' McCarty
ae83ccf9e5 Merge branch 'master' into gemp-dev 2021-02-21 18:31:24 -06:00
Christian 'ketura' McCarty
8b7e46e1b1 Fixed errata slash handling to include all PC errata sets and not just 51 2021-02-21 17:58:39 -06:00
Christian 'ketura' McCarty
05dc479a71 Changed hasErrata function in the front end to apply errata div slash to all set 51 cards. 2021-02-21 17:53:36 -06:00
PhallenCassidy
cb1ceba250 Merge branch 'master' into lotr-fixes 2021-02-21 10:11:00 -05:00
marcin.sciesinski
9c82ceecde Jarnsmid modifies cost only of your cards 2021-02-19 13:29:30 -08:00
marcin.sciesinski
4b8bd7d14c Revert NPE fix - it should throw a problem. 2021-02-19 13:23:13 -08:00
marcin.sciesinski
caa1c9699d Fixing a weird NPE, probably because of some card that was removed 2021-02-19 13:20:32 -08:00
Phallen Cassidy
ea460a13e9 Performing player specified in chat log 2021-02-19 11:43:20 -05:00
Phallen Cassidy
e300b37630 Discard from play checks performing player
instead of only card owner
2021-02-19 11:33:53 -05:00
Phallen Cassidy
4bc9076594 Mordor Assassin
No longer crashes the game if the RB is overwhelmed
2021-02-19 08:42:41 -05:00
Phallen Cassidy
09ad118f5d Narya, Ring of Fire 2021-02-19 08:15:26 -05:00
Phallen Cassidy
910aef1216 Jarnsmid, Merchant from Dale
No longer discounts Shadow items
2021-02-19 08:13:22 -05:00
marcin.sciesinski
bf129ce387 Getting rid of the MtG stuff in the project 2021-02-18 21:32:15 -08:00
marcin.sciesinski
81fb37cc67 Fixed ConcurrentModificationException 2021-02-16 23:09:21 -08:00
marcin.sciesinski
cb8621e2f4 Fixed ByteBuffer memory leak 2021-02-16 23:01:20 -08:00
marcin.sciesinski
937351bce3 Replaced try {...} finally {...} with try (resource) {...} 2021-02-16 22:45:14 -08:00
Marcin Sciesinski
9ddf4d25a9 Merge pull request #91 from PhallenCassidy/hobbit-random-draft
Hobbit Draft Overhaul
2021-02-17 13:23:21 +07:00
Marcin Sciesinski
a51d95e015 Merge pull request #93 from PlayersCouncil/gemp-improvements
Gemp improvements
2021-02-17 13:22:56 +07:00
marcin.sciesinski
158f7ae447 Added .gitignore 2021-02-16 22:20:45 -08:00
marcin.sciesinski
d019180bad Fixed possible parsing issue 2021-02-16 22:15:22 -08:00
Christian 'ketura' McCarty
e71b03e77d Merge remote-tracking branch 'marcin/master' into gemp-dev 2021-02-15 12:49:35 -06:00
marcin.sciesinski
a22d9c0b9b Simplified deck import 2021-02-08 15:16:30 -08:00
Christian 'ketura' McCarty
dc3e9db40c Fixing a typo in the errata image for Whisper in the Dark 2021-02-08 11:47:24 -06:00
Phallen Cassidy
af51b2830a Corrected overwhelm multiplier text 2021-02-08 09:26:35 -05:00
Christian 'ketura' McCarty
166ba64228 Converting all errata images to jpg and replacing their images with output from the PC card generator. Edited the errata image javascript to read all images from the dictionary instead of just pngs. 2021-02-06 20:08:24 -06:00
Christian 'ketura' McCarty
7ba8203fa6 Adding new PC keywords Concealed and Exposed, with associated rules and unit tests. Adding new PC race Warg. Adding new PC possession type Pony. 2021-02-06 19:11:09 -06:00
Christian 'ketura' McCarty
6465cbfb35 Updated PreventWound to permit memorizing of the unit that had its wound prevented. Updated RevealCardsFromHand to permit targeting either player. Added CantBeAssignedToSkirmish modifier (mostly for Saruman's sake). 2021-02-06 19:06:41 -06:00
Christian 'ketura' McCarty
dadd6c4479 Added new filters for picking allies in a given region, or the fellowship's current region. Altered blueprint ally home definition to support multiple home sites. 2021-02-06 19:02:20 -06:00
Christian 'ketura' McCarty
246e4a6274 Fixing typos in messages. 2021-02-06 18:57:44 -06:00
Christian 'ketura' McCarty
998acd4888 Added some package namespaces for less haphazard individual card testing. Added GenericCardTestHelper, which is intended to be used to make unit tests less obscure. Altered the default AbstractAtTest format to multipath instead of movie. 2021-02-06 18:54:34 -06:00
Christian 'ketura' McCarty
da7da8b8b6 Fixing some server crashes caused by malformed json card definitions. 2021-02-06 18:52:39 -06:00
Christian 'ketura' McCarty
a23d2ae7d1 log4j fixes that prevent constant log spam and actually pipes the output of log errors to file 2021-02-06 18:44:08 -06:00
Christian 'ketura' McCarty
09f7cf4851 Introduced Docker, which permits an instance of gemp to be rolled out with a minimum of environmental setup. Readme includes instructions on how to use it. 2021-02-06 18:36:58 -06:00
Phallen Cassidy
f6e22585a9 Dead pile checks should always refer to the FP player 2021-02-06 11:26:04 -05:00
Phallen Cassidy
9c3a04819b Narya, Ring of Fire
Active abilty should properly remove culture tokens
2021-02-06 10:58:22 -05:00
Phallen Cassidy
0e79006201 Nertea, Dark Horseman
Should no longer prevent allies from being assigned
2021-02-06 10:28:22 -05:00
marcin.sciesinski
939597da71 Getting rid of possible NPE 2021-01-30 08:26:25 -08:00
Phallen Cassidy
4c5180fb26 Corrected rarity errors 2021-01-29 16:42:28 -05:00
Phallen Cassidy
98d9845294 Hobbit Draft overhaul 2021-01-28 19:13:32 -05:00
marcin.sciesinski
97167989a9 Moving the "extra" actions (play from discard) to hand with opacity 0.8 2021-01-20 13:19:52 -05:00
marcin.sciesinski
7669779bb5 Fixed all reported issues 2021-01-19 14:13:25 -08:00
marcin.sciesinski
ca5a95daae Added LiberaPay donations and removed the Covid theme 2021-01-16 13:37:13 -08:00