It is currently 16 Apr 2024, 16:26
   
Text Size

Bugs

A version of Asmadi Games' game by jatill

Moderators: Huggybaby, CCGHQ Admins

Bugs

Postby jatill » 18 Mar 2010, 16:24

Please report all bugs here.

Current known bugs:
-Golem will skip over Throne Rooms in addition to Golems
-Possession will let the AI make all the choices for their turn. You will just gain whatever they would have gained. Also, if the AI trashes cards while Possessed, they will not get returned.
-Attacks with choices don't let you know who has Moat before making your choice
-Some cards automatically make choices for you when there is an obvious choice
Examples:
Treasury always returns to your deck
Last edited by jatill on 28 Jul 2010, 13:31, edited 8 times in total.
jatill
DEVELOPER
 
Posts: 2118
Joined: 24 Feb 2009, 16:35
Has thanked: 5 times
Been thanked: 17 times

Re: Bugs

Postby FrozenHoHos » 19 Mar 2010, 02:17

Not sure if I missed this when reading the forums, but I'm unable to use any of the preconstructed card sets. Regardless of what I choose in the drop down list the cards are randomized.
FrozenHoHos
 
Posts: 2
Joined: 19 Mar 2010, 01:54
Has thanked: 1 time
Been thanked: 0 time

Re: Bugs

Postby jatill » 19 Mar 2010, 14:05

FrozenHoHos wrote:Not sure if I missed this when reading the forums, but I'm unable to use any of the preconstructed card sets. Regardless of what I choose in the drop down list the cards are randomized.
Yup, I broke that when I added Campaign mode. Fixed now, along with the Warehouse bug that let you skip discarding.
jatill
DEVELOPER
 
Posts: 2118
Joined: 24 Feb 2009, 16:35
Has thanked: 5 times
Been thanked: 17 times

Re: Bugs

Postby DrJones » 23 Mar 2010, 23:48

Moat doesn't say in its rules text that can be played as an action to draw 2 cards.
DrJones
 
Posts: 18
Joined: 01 Jan 2010, 15:41
Has thanked: 0 time
Been thanked: 0 time

Re: Bugs

Postby DrJones » 24 Mar 2010, 01:26

Estate costs 2 instead of the 1 its text says.
DrJones
 
Posts: 18
Joined: 01 Jan 2010, 15:41
Has thanked: 0 time
Been thanked: 0 time

Re: Bugs

Postby DrJones » 24 Mar 2010, 01:37

Additionally, the game seems to load the jpg files every time you mouseover any of the cards. This is crappy programming. Ideally, you would have an array of cards that would act as a cache, and at the start of the game you would load the files unto the array, so that when you mouseover the cards, you display the pixels in the array (already in memory) instead of having to constantly load pictures from the hard disk.

The program would be even more efficient if all the card pictures were in a single file (like a tileset), because then you would only need to load one file once, but there are some small advantages in having them separate.
DrJones
 
Posts: 18
Joined: 01 Jan 2010, 15:41
Has thanked: 0 time
Been thanked: 0 time

Re: Bugs

Postby jatill » 24 Mar 2010, 01:42

DrJones wrote:Additionally, the game seems to load the jpg files every time you mouseover any of the cards. This is crappy programming. Ideally, you would have an array of cards that would act as a cache, and at the start of the game you would load the files unto the array, so that when you mouseover the cards, you display the pixels in the array (already in memory) instead of having to constantly load pictures from the hard disk.

The program would be even more efficient if all the card pictures were in a single file (like a tileset), because then you would only need to load one file once, but there are some small advantages in having them separate.
Um, who cares?
jatill
DEVELOPER
 
Posts: 2118
Joined: 24 Feb 2009, 16:35
Has thanked: 5 times
Been thanked: 17 times

Re: Bugs

Postby Huggybaby » 24 Mar 2010, 03:10

Most programmers and all users care a great deal about efficient graphics implementation.
User avatar
Huggybaby
Administrator
 
Posts: 3205
Joined: 15 Jan 2006, 19:44
Location: Finally out of Atlanta
Has thanked: 696 times
Been thanked: 594 times

Re: Bugs

Postby jatill » 24 Mar 2010, 12:14

OK, fair enough. My comment more refers to the fact that the images load immediately anyway, so I'm not sure why efficiency matters. There are tons of improvement that could be made to the code, I'm sure. But are they bugs? I wouldn't say so. I'm just a little irked at having my work called "crappy", even if it is less than pristine. I'll choose to view this as constructive criticism, then, since it was in fact constructive, and let it go.
jatill
DEVELOPER
 
Posts: 2118
Joined: 24 Feb 2009, 16:35
Has thanked: 5 times
Been thanked: 17 times

Re: Bugs

Postby DrJones » 24 Mar 2010, 12:35

Sorry for calling your work crappy, I'm not a native english speaker and don't know how strong some terms can sound. About your doubts, efficiency does really matters and a clue about it is that I could notice the "bug" without having to look at your code. Furthermore, minimizing hard disk accesses is always good, and not just in terms of rendering speed.

By the way, here are a couple more bugs.
- Native Village doesn't seem to empty between games.
- Secret chamber doesn't specify you get +1 gold per card discarded.
DrJones
 
Posts: 18
Joined: 01 Jan 2010, 15:41
Has thanked: 0 time
Been thanked: 0 time

Re: Bugs

Postby DrJones » 24 Mar 2010, 14:17

Torturer's text is missing the "+3 cards" part.
DrJones
 
Posts: 18
Joined: 01 Jan 2010, 15:41
Has thanked: 0 time
Been thanked: 0 time

Re: Bugs

Postby Lummerosch » 24 Mar 2010, 18:54

If you end a game with a bridge in play, in the next game all cards cost one coin less.
Lummerosch
 
Posts: 6
Joined: 24 Mar 2010, 18:51
Has thanked: 0 time
Been thanked: 0 time

Re: Bugs

Postby Huggybaby » 24 Mar 2010, 19:58

Don't worry DrJones, next time you can say "less than optimal".
User avatar
Huggybaby
Administrator
 
Posts: 3205
Joined: 15 Jan 2006, 19:44
Location: Finally out of Atlanta
Has thanked: 696 times
Been thanked: 594 times

Re: Bugs

Postby 1024 » 25 Mar 2010, 10:48

Not really bugs, but some AI behaviour I found very irrational (I still have the version with pics so don't mind me if this has been changed):
1. They never skipped a buy. Even if the only thing they can buy is a Copper. I killed them in a game by multi Embargo'ing the Copper and they still bought it.
2. Feast. Only cost-5 card was Upgrade, and it kept gaining Feasts for Feats.

Oh and brilliant program by the way. You could spice it up by adding custom rule variations and fan made cards so it'll remain unique once RGG's uberversion is released.
1024
 
Posts: 13
Joined: 25 Mar 2010, 10:39
Has thanked: 0 time
Been thanked: 0 time

Re: Bugs

Postby jatill » 25 Mar 2010, 12:48

I'm going to post a bugfix version shortly. Here's what I've addressed. Anything I missed?

-Fix text on card images for Moat, Totruter, Salvager, Secret Chamber, Estate
-Load images as start of program instead of each time images are needed
-Allow player to get any valid coin with Mine
-Fix Pick Action screen so that actions you ban do not appear in the game
-Clear Native Village text at end of game
-Undo Bridge effect at end of game
-Fix a typo with Chancellor
jatill
DEVELOPER
 
Posts: 2118
Joined: 24 Feb 2009, 16:35
Has thanked: 5 times
Been thanked: 17 times

Next

Return to Dominion

Who is online

Users browsing this forum: No registered users and 15 guests


Who is online

In total there are 15 users online :: 0 registered, 0 hidden and 15 guests (based on users active over the past 10 minutes)
Most users ever online was 4143 on 23 Jan 2024, 08:21

Users browsing this forum: No registered users and 15 guests

Login Form