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
moomarc
7ec3ff9354
*Variants - Added the following avatars: Titania
2012-11-24 11:05:10 +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
91145e5ddc
- Added Arcbound Fiend and Matsu-Tribe Decoy by swordshine.
2012-11-23 17:09:50 +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
Chris
06bd96aab1
- Added the recent commit logs to changes.txt. Preparing for the snapshot build release.
2012-11-23 12:48:47 +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
moomarc
9013b4e9f7
*Variants - Added the following avatars: Starke, Tahngarth, Takara, and Tawnos
2012-11-23 08:40:13 +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
moomarc
3c095c917a
*Variants - Added the following avatars: Sidar Kondo, Sisay, Squee, Urza, and Sliver Queen, Brood Mother
2012-11-23 06:40:01 +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
moomarc
1e890e1823
*Variants - Added the following avatars: Volrath and Xantcha
2012-11-22 17:36:48 +00:00
RumbleBBU
00ed090af9
Temporary fix for quest challenges.
2012-11-22 17:03:36 +00:00
moomarc
5b47ae9400
*Variants - Fixed TriggerZones for Rofellos
2012-11-22 14:50:18 +00:00
moomarc
c592d860b1
*Variants - Added the following avatars: Oracle, Orim, Rofellos, Selenia, and Serra
2012-11-22 14:48:23 +00:00
Chris
946da55f9a
- CheckStyle.
2012-11-22 14:34:10 +00:00
moomarc
9e596ddac8
*Variants - Added the following avatars: Lyna, Maraxus, Mishra, and Multani
2012-11-22 14:22:06 +00:00
moomarc
bb62ffe499
*Variants - Added the missing EffectZone param to Hanna and Karn
2012-11-22 13:41:08 +00:00
moomarc
5cab0e7c97
*Variants - Added the following avatars: Grinning Demon Avatar, Hanna and Karn
2012-11-22 13:38:59 +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