Anthony Calosa
42d0480f77
refactored lifestate check
2015-09-03 20:12:09 +08:00
Anthony Calosa
ac29367ff8
update _tests.txt
2015-08-24 10:05:05 +08:00
Anthony Calosa
176b74489e
added parallel lives
...
support token doubler... :)
2015-08-23 21:56:23 +08:00
Anthony Calosa
59c0cf467f
serum powder code
...
serum powder second ability...
Any time you could mulligan and Serum Powder is in your hand, you may
exile all the cards from your hand, then draw that many cards.
2015-08-20 23:11:44 +08:00
Anthony Calosa
ccdd16bbc7
Used proper constant
2015-08-15 19:13:48 +08:00
Anthony Calosa
9cf6e621ab
Removes viewing of tokens (rarity with T) on Spoiler
2015-08-15 14:51:26 +08:00
Anthony Calosa
60f3c87de1
Count Total Power of Creatures you control
...
example usage: auto={4}{G}:4/4
restriction{compare(powertotalinplay)~morethan~7}
2015-08-10 22:44:27 +08:00
Anthony Calosa
fa14219e12
Fix for Devotion, added some "Chroma" cards
2014-12-05 10:18:05 +08:00
Anthony Calosa
a76594046b
Update ExtraCost.h
2014-11-27 14:31:25 +08:00
kevlahnota
2214ec66f1
Update AllAbilities.h
...
keywords for the "gods", "azorius" returns value of devotion to blue and white. ex. auto=azorius/dimir ueot
2014-11-27 11:31:19 +08:00
Tobias Loose
8f233b3027
Avoid circular initialization
2014-02-03 19:44:51 +01:00
Tobias Loose
197540763e
Remove unused Effects.h/.cpp and class Effect
...
There was an empty vector of effect* in PlayGuiObject.
2014-02-03 13:52:40 +01:00
Xawotihs
a63991bb4e
Merge pull request #598 from bjornsnoen/master
...
Damager keyword
2013-12-31 09:11:20 -08:00
Bjørn Snoen
20e878a102
Made damager keyword work. Fixed Executioner's Swing in mtg.txt
2013-12-21 11:05:15 +01:00
xawotihs
caec886e22
Fixed issues found by XCode.
2013-12-20 00:24:08 +01:00
xawotihs
88095c67b8
Fixed mingw32 compilation
2013-12-13 21:27:40 +01:00
Tobias Loose
5d92553017
Fix bug where the phase wheel got out of sync
...
The phase wheel messures phases within another unit and not
mtg phases. It is important to map between those
2013-12-11 01:53:05 +01:00
xawotihs
f0e6d820c7
Fixed GuiPhaseBar logics.
2013-12-10 22:23:28 +01:00
Tobias Loose
4c627f74b6
Add easing to GuiPhaseBar, simplify math a bit.
2013-12-09 22:20:43 +01:00
Tobias Loose
1e610ff653
Add InQuadEasing and OutQuadEasing and make tasklists...
...
easing more natural
2013-12-09 22:20:43 +01:00
Tobias Loose
5d6557a49f
Add easing to task list and fix a bug where
...
opening the task list a second time was not possible
2013-12-09 22:20:43 +01:00
Tobias Loose
1cc65ab611
Enable rotating over multiple filters, add src code doc
2013-12-08 12:03:13 +01:00
Tobias Loose
2b9977a334
Rename methods for consistency and add source code doc
...
to DeckView.h
2013-12-08 10:48:15 +01:00
Tobias Loose
12c5f31562
Add a buttonMode to grid view to enable it on pointerless devices.
2013-12-08 09:11:44 +01:00
xawotihs
ee217e94a8
Fixed carousel pull request with Visual Studio.
2013-12-07 20:29:42 +01:00
Tobias Loose
aaceb3c038
Remove unused declaration
2013-12-07 13:33:16 +01:00
Tobias Loose
14c164364e
Cleanups and state reduction.
...
This mainly moves datamembers around and tries to avoid caching of
results of calculations when the calculations are cheap.
2013-12-07 12:58:20 +01:00
Tobias Loose
4514725aba
Make the eased value a reference and add source code doc to Easing.h
...
This allows to apply multiple easings to the same variable.
2013-12-07 10:05:26 +01:00
Tobias Loose
2b0f50bb88
Remove redundancy and make control flow a bit simpler
2013-12-07 09:04:24 +01:00
Tobias Loose
31b353c5ec
Use easing within the carousel view sliding
2013-12-06 21:04:21 +01:00
Tobias Loose
0d350af1b6
Use easing within the carousel views scrolling
...
It is visible if you scroll more than one card
2013-12-06 20:51:18 +01:00
Tobias Loose
2002bb4e16
Fix crash that occured when opening the editor a second time
2013-12-06 20:13:30 +01:00
Tobias Loose
12b71de63c
Render small cards as thumbnails
2013-12-06 19:51:42 +01:00
Tobias Loose
96aeaffa1b
Style and logic error.
2013-12-05 23:33:43 +01:00
Tobias Loose
8bb58ca3b1
Put boilerplate code into easing base class
2013-12-05 23:27:28 +01:00
Tobias Loose
93d1a637b6
Style guide
2013-12-05 23:22:50 +01:00
Tobias Loose
cbe6c0c842
Parameterize animations in grid deck view
2013-12-05 23:06:32 +01:00
Tobias Loose
77eb7f2777
Add missing header
2013-12-05 23:06:32 +01:00
Tobias Loose
077ab10c05
Rename Button to ButtonPressed
2013-12-05 23:06:32 +01:00
Tobias Loose
1194463349
Let the deck view base class handle buttons
2013-12-05 23:06:32 +01:00
Tobias Loose
8de50532f2
Put easing code into Easing.h. Add easing to sliding
2013-12-05 23:06:31 +01:00
Tobias Loose
334454655d
Add Easing code to make scrolling in grid view more fluid
2013-12-05 23:06:31 +01:00
Tobias Loose
d8d52e185d
Add another missing include
2013-12-05 23:06:31 +01:00
Tobias Loose
0c72bfd4c4
Make deck views toggleable
2013-12-05 23:06:30 +01:00
Tobias Loose
55e0366f19
Move griddeckview implementation into source file
2013-12-05 23:06:30 +01:00
Tobias Loose
667b95f2b8
Refactor gamestatedeckviewer and add a grid view suited...
...
for bigger screens.
2013-12-05 23:06:30 +01:00
Tobias Loose
e90f6fe224
Whitespaces and add button to toggle griv/scrolling view
2013-12-05 23:06:30 +01:00
Dmitry Panin
ae927576c5
Draft of new feature: canplayfromgraveyard
...
this will allow playing cards from graveyard
examples: tbd
2013-12-02 04:20:04 +04:00
Dmitry Panin
f08ddac77b
Fixed formatting
2013-12-02 04:16:25 +04:00
Dmitry Panin
9effa7c975
Slightly changed formatting while investigating src
2013-12-01 01:01:57 +04:00