It is currently 14 Aug 2025, 22:57
   
Text Size

SVN Bug Reports

Post MTG Forge Related Programming Questions Here

Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins

Re: SVN Bug Reports

Postby Corwin72 » 24 Jan 2011, 18:14

Build 5631
Screeching Silcaw is not showing in the deck filters correctly.
They type is creature Bird.
It should be Creature - Bird
User avatar
Corwin72
 
Posts: 793
Joined: 15 Sep 2009, 13:26
Location: Grayson, Ga
Has thanked: 25 times
Been thanked: 9 times

Re: SVN Bug Reports

Postby lazylockie » 24 Jan 2011, 22:35

r5658

Ajani Vengeant Lightning Helix ability is -2 and not -1.

It's possible to make infinite mana with Elvish Archdruid and Priest of Titania (they are untapping when you press cancel button). I got into this situation:

Click on Kozilek, Butcher of Truth. Tap Archdruid, adding say GGGG. Press cancel button, then you'll have GGGG on your mana pool. Keep repeating the process and you have infinite mana. Here's a picture:

Image

Uploaded with ImageShack.us
Last edited by lazylockie on 25 Jan 2011, 01:14, edited 4 times in total.
lazylockie
 
Posts: 508
Joined: 13 Jul 2010, 22:44
Has thanked: 74 times
Been thanked: 15 times

Re: SVN Bug Reports

Postby Jaedayr » 24 Jan 2011, 23:21

r5658

Settings:Developer Mode, once selected will default to checked from that point on while in quest mode. I used it today to test some new cards in normal games and then unchecked the box. Whenever I go into quest mode, either the old or new UI, the dev mode checkbox is checked.

If I uncheck it in quest mode, enter and exit the deck editor it is checked again.
Jaedayr
Tester
 
Posts: 523
Joined: 08 Jul 2010, 00:06
Has thanked: 16 times
Been thanked: 13 times

Re: SVN Bug Reports

Postby friarsol » 25 Jan 2011, 03:21

Jaedayr wrote:r5658

Settings:Developer Mode, once selected will default to checked from that point on while in quest mode. I used it today to test some new cards in normal games and then unchecked the box. Whenever I go into quest mode, either the old or new UI, the dev mode checkbox is checked.

If I uncheck it in quest mode, enter and exit the deck editor it is checked again.
I'm pretty sure the dev mode only saves state when you start a game. It is a dev mode and not really meant for general use, so I'm not going to spend much time trying to perfect it.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: SVN Bug Reports

Postby lazylockie » 25 Jan 2011, 04:41

friarsol wrote:
Jaedayr wrote:r5658

Settings:Developer Mode, once selected will default to checked from that point on while in quest mode. I used it today to test some new cards in normal games and then unchecked the box. Whenever I go into quest mode, either the old or new UI, the dev mode checkbox is checked.

If I uncheck it in quest mode, enter and exit the deck editor it is checked again.
I'm pretty sure the dev mode only saves state when you start a game. It is a dev mode and not really meant for general use, so I'm not going to spend much time trying to perfect it.
IMO enabled or disabled developer mode doesn't affect 99% of matches of normal users/players. The only real impact is when playing with/against a mill deck, but still doesn't affect much, since if you're going to win/lose by mill you just enable the checkbox.

I think there are more important stuff that are directly affecting the gameplay. For example, Path to Exile is still bugged (since rev. ~5300). The caster (and not the creature's controller) is getting the extra land.
lazylockie
 
Posts: 508
Joined: 13 Jul 2010, 22:44
Has thanked: 74 times
Been thanked: 15 times

Re: SVN Bug Reports

Postby friarsol » 25 Jan 2011, 05:34

lazylockie wrote:I think there are more important stuff that are directly affecting the gameplay. For example, Path to Exile is still bugged (since rev. ~5300). The caster (and not the creature's controller) is getting the extra land.
I agree about the dev mode being very low priority as long as it's not destroying things. I'll look into Path to Exile in the morning.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: SVN Bug Reports

Postby friarsol » 25 Jan 2011, 20:51

lazylockie wrote:It's possible to make infinite mana with Elvish Archdruid and Priest of Titania (they are untapping when you press cancel button). I got into this situation:
Oh good. I thought I was going to get off easy. Let me know if any other infinite mana combinations are available (or if undoing isn't working properly). I'm going to disable undoing/accounting for mana in this situation (mana abilities that create variable amounts of mana).

If I think of a way to accurately account for the mana on a consistent basis I'll reinstitute it.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: SVN Bug Reports

Postby friarsol » 25 Jan 2011, 20:52

r5720
Just got a crash. Faceless Devourer came into play with no targets available. When he was killed, there was no check to see if his Remembered list was empty before trying to use it (or something like that).

Code: Select all
Adding 1 damage to Faceless Devourer
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
   at java.util.ArrayList.RangeCheck(Unknown Source)
   at java.util.ArrayList.get(Unknown Source)
   at forge.AbilityFactory_ChangeZone.changeKnownOriginResolve(AbilityFactory_ChangeZone.java:831)
   at forge.AbilityFactory_ChangeZone.changeZoneResolve(AbilityFactory_ChangeZone.java:153)
   at forge.AbilityFactory_ChangeZone.access$1(AbilityFactory_ChangeZone.java:145)
   at forge.AbilityFactory_ChangeZone$1.resolve(AbilityFactory_ChangeZone.java:25)
   at forge.TriggerHandler$1.resolve(TriggerHandler.java:735)
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: SVN Bug Reports

Postby jeffwadsworth » 25 Jan 2011, 22:30

Bramblesnap will tap itself preventing it from attacking.
jeffwadsworth
Super Tester Elite
 
Posts: 1172
Joined: 20 Oct 2010, 04:47
Location: USA
Has thanked: 287 times
Been thanked: 70 times

Re: SVN Bug Reports

Postby friarsol » 25 Jan 2011, 22:44

jeffwadsworth wrote:Bramblesnap will tap itself preventing it from attacking.
Lots of different cards do this. I added an issue earlier today about it. http://code.google.com/p/cardforge/issues/detail?id=106
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: SVN Bug Reports

Postby Corwin72 » 26 Jan 2011, 03:03

build 5735
Liliana's Caress is triggering from the library.
Not fun.
User avatar
Corwin72
 
Posts: 793
Joined: 15 Sep 2009, 13:26
Location: Grayson, Ga
Has thanked: 25 times
Been thanked: 9 times

Re: SVN Bug Reports

Postby jeffwadsworth » 26 Jan 2011, 03:33

Corwin72 wrote:build 5735
Liliana's Caress is triggering from the library.
Not fun.
Fixed SVN 5743
jeffwadsworth
Super Tester Elite
 
Posts: 1172
Joined: 20 Oct 2010, 04:47
Location: USA
Has thanked: 287 times
Been thanked: 70 times

Re: SVN Bug Reports

Postby Jaedayr » 26 Jan 2011, 19:08

r5764

The Plant Wall Pet in quest mode does not appear in the new UI if it is the first pet purchased. I sold snow lands and purchased it and upgraded it to 0/3 and have played three matches and it has not appeared in any of them. It does appear in the old UI.

Also the reward for completing quests in quest mode do not appear in the new UI but are present in the old UI.
Jaedayr
Tester
 
Posts: 523
Joined: 08 Jul 2010, 00:06
Has thanked: 16 times
Been thanked: 13 times

Re: SVN Bug Reports

Postby friarsol » 26 Jan 2011, 19:46

This isn't really a Bug Report just something we've talked about previously.

With the new Quest UI it's possible to buy whatever pet you want first. The Hound pet is way too strong once you purchase it's last ability. Versus slow control decks, I can push my opponent under 10 life before they even have anything interesting on the board. I'm fine with having all of the pets available at the beginning (it seemed farfetched that you had to have a fully upgraded Wolf before you were allowed to get a Crocodile). But the Hound's final Upgrade needs to be toned down.

I'm going to change my local copy to have it gain only +1/+0 and see if that seems more balanced. Maybe we can change this to have it cost something?
R: CARDNAME gets +2/+0. Use this ability only once per turn and only if CARDNAME is attacking alone. Other thoughts?
I started a new topic for this: viewtopic.php?f=52&t=3908
Last edited by friarsol on 26 Jan 2011, 20:07, edited 1 time in total.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: SVN Bug Reports

Postby Corwin72 » 26 Jan 2011, 20:01

The hound should be a guard dog. Tap and sacrifice: target permanent gets shroud until end of turn.
User avatar
Corwin72
 
Posts: 793
Joined: 15 Sep 2009, 13:26
Location: Grayson, Ga
Has thanked: 25 times
Been thanked: 9 times

PreviousNext

Return to Developer's Corner

Who is online

Users browsing this forum: No registered users and 31 guests

Main Menu

User Menu

Our Partners


Who is online

In total there are 31 users online :: 0 registered, 0 hidden and 31 guests (based on users active over the past 10 minutes)
Most users ever online was 7303 on 15 Jul 2025, 20:46

Users browsing this forum: No registered users and 31 guests

Login Form