Commit Graph

9767 Commits

Author SHA1 Message Date
Agetian
2045039044 - Sound System: added two new sounds (Block and Token), fixed a bug that caused the destroy sound to be continuously played at every phase when a planeswalker was on the field. 2012-11-24 15:07:45 +00:00
Chris
a347b39919 - CheckStyle. 2012-11-24 14:30:56 +00:00
Chris
fce84984db - CheckStyle. 2012-11-24 14:15:12 +00:00
Sloth
a0e1eaf1d7 - Fixed Alpha Status. 2012-11-24 13:56:58 +00:00
Sloth
e896c91159 - Reorganized Conditions of static abilities (WIP). 2012-11-24 12:19:43 +00:00
Hellfish
15e5376d13 *Variants:Fixed the UI side of the new Vanguard home screen. (Now to make the match actually start!)
*Variants:Added some apparently unadded scripts from trunk.
2012-11-24 11:41:51 +00:00
Sloth
591f0b945b - Reorganized Conditions of static abilities (WIP). 2012-11-24 11:05:57 +00:00
Sloth
161350dae1 - Converted Spirit of Resistance to script. 2012-11-24 10:47:15 +00:00
moomarc
cb57cb4146 Merged changes from trunk to Variants: r18323-r18354 2012-11-24 10:45:05 +00:00
moomarc
d882046dd8 - CheckStyle. 2012-11-24 09:46:58 +00:00
Hellfish
7976f58fb9 *Variants: WIP new Vanguard Home screen for multiplayer shenanigans (Does not work yet) 2012-11-24 09:06:38 +00:00
Maxmtg
2c0e938d4b counters: united calls using multipliers and ignoring them,
removed useless setCounter wrapper
2012-11-23 21:51:30 +00:00
Sol
4f49ba3ac7 - Convert Lighthouse Chronologist to script 2012-11-23 21:44:19 +00:00
Chris
cf4d65bf73 - CheckStyle. 2012-11-23 20:22:21 +00:00
Maxmtg
df47bab393 Counter class renamed to CounterType 2012-11-23 20:03:37 +00:00
Sloth
009d16a1c1 - Fixed MustBlockCards not being checked for still attacking. 2012-11-23 19:42:23 +00:00
Maxmtg
8c71969a21 move questWorld out of QuestData package (because only things being serialized should be kept there)
remove unused imports (soundeffecttype mostly)
2012-11-23 19:28:36 +00:00
Sloth
5a7e8df44e - Fixed Sleeper Agent. 2012-11-23 19:06:17 +00:00
Sloth
af478a0d6e - Fixed the global rule change "No more than one creature can attack each combat". 2012-11-23 18:57:03 +00:00
Sloth
b481d69043 - Reimplemented "StackDescription$ SpellDescription". 2012-11-23 18:48:51 +00:00
Sloth
9d7928d4c8 - Fixed AI of Aegis Angel. 2012-11-23 17:24:03 +00:00
Sloth
32b81da2e0 - Moved most of the stuff happening in startGame outside of the swingWorker (to fix the ConcurrentModificationException error). 2012-11-23 16:10:40 +00:00
Agetian
9f157274ee - Sound System: last of the direct sound calls converted to an event. 2012-11-23 15:43:03 +00:00
Agetian
189adeec74 - Sound System: done converting sounds to events. 2012-11-23 15:39:06 +00:00
Agetian
07bc6b1805 - Sound System: converted more sounds to events. 2012-11-23 15:17:40 +00:00
Agetian
a673498503 - Sound System: converted shuffle and flipcoin sounds to events, some minor stylistic changes. 2012-11-23 14:59:27 +00:00
Agetian
73dba917af - Sound System: both synced and non-synced sounds are supported now using the event model (the type of the sound is declared in SoundEffectType constructors). 2012-11-23 14:50:53 +00:00
Agetian
55f1693fb6 - Sound System: converted tap/untap sound playback to an event, preliminary support for synced sounds using the event model. 2012-11-23 14:43:47 +00:00
Sloth
60908da462 - Removed some unnecessary updateObservers calls in startRound. 2012-11-23 14:27:08 +00:00
Chris
0cd26da72a - CheckStyle. 2012-11-23 14:14:14 +00:00
Agetian
abd485d376 - Sound System: converted counter sounds to the event bus system, NPE fix when making an audio clip, various minor fixes and typo corrections in sound system and event classes. 2012-11-23 13:37:28 +00:00
RumbleBBU
46f94e796d More preparations for quest worlds. 2012-11-23 11:27:15 +00:00
moomarc
814b15cd79 - Converted Explore and Summer Bloom to script 2012-11-23 11:23:02 +00:00
moomarc
075b94f378 - Changed AdjustLandPlays to a player keyword 2012-11-23 11:01:50 +00:00
Maxmtg
3f8cf0792b the correct parameter is num 2012-11-23 08:30:45 +00:00
Maxmtg
88cec97d67 removed '3' from addpoison event 2012-11-23 08:28:36 +00:00
moomarc
83482dfe88 Merged changes from trunk to Variants: r18319-r18323 2012-11-23 06:47:51 +00:00
Sol
95d6bd35f6 - Convert Erg Raiders to script 2012-11-22 22:37:52 +00:00
Sloth
90aba02df9 - setupPlayZone will now call doLayout directly and only once (hopefully fixes the ConcurrentModificationException). 2012-11-22 21:51:18 +00:00
Maxmtg
ecb5899872 fix typo for sound 2012-11-22 20:59:08 +00:00
Hellfish
354f609cd8 Merged changes from trunk to Variants: r18254-r18318 2012-11-22 20:26:09 +00:00
Hellfish
5068de9c73 *Variants: Removed avatars with RemAiDeck:True from AI's avatar list.
*Variants: Made AI aware of the avatar.
2012-11-22 19:21:34 +00:00
Maxmtg
b7fbf52f25 SoundEffectType holds only filename, unable to reproduce sounds by itself,
EventBus added to GameState to properly route the ingame events to Sound system, game log and remote players (when time comes)
AudioClips are cached at first request, this may lead to slowdowns (will precache if this is an issue)
Most calls to sound system are still preformed directly, with a few only converted to events
2012-11-22 18:08:24 +00:00
RumbleBBU
00ed090af9 Temporary fix for quest challenges. 2012-11-22 17:03:36 +00:00
Chris
946da55f9a - CheckStyle. 2012-11-22 14:34:10 +00:00
moomarc
9a42d71501 *Variants - Hand and life modifiers will now be displayed in the card info panel 2012-11-22 13:04:58 +00:00
Agetian
587f3b47ae - Booster Draft: added four more choices to block booster draft set order selection (e.g. so that MRD/DST/5DN is possible in addition to only 5DN/DST/MRD, etc.) 2012-11-22 05:56:21 +00:00
Chris
ce67937d8f - CheckStyle. 2012-11-21 18:03:36 +00:00
Chris
6c6f8d5c10 - CheckStyle. 2012-11-21 17:36:22 +00:00
Chris
83e82192aa - CheckStyle. 2012-11-21 15:00:55 +00:00