Giter Club home page Giter Club logo

Comments (4)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
Thanks for the report. 

I've managed to recreate it. It's even easier to recreate in the emulator, so 
shame on me, I should have seen that while developing :)

Anyway, this seems to be a matter of two things:
 - No monster is selected in combat (so no monster button or hp bar to show)
 - The combat bar is visible without any actual monsters around.
The first is probably a consequence of the second, so I'll focus on that - why 
the combat bar can be visible when there are no monsters around.

On a side note, it's possible to remove the combat bar by either clicking the 
screen, or one of the "end .." buttons, right?

The circumstances where the combat bar could be visible without the player 
actually being in combat is a timing issue I think. When engaging combat, a new 
Android Activity is created, to display the "do you want to attack ..."-dialog. 
There is an inherent delay in opening Activities (it's done asynchronously to 
the program), so some things can happen while the Activity is being started. If 
you manage to click and kill the monster before that Activity has opened (and 
possibly even the "pick up items"-dialog), you will get into a state where the 
game thinks you are in combat, but the monster has already died. 

What I think we should do is place more safeguards around when it's allowed to 
click-to-attack and not. So that you cannot kill the monster before you have 
resolved the "do you want to attack.."-dialog. Hopefully that should solve this 
issue. I'll prioritise this for the next update.

Thanks again for reporting it! Please report more issues that you find.

Original comment by [email protected] on 22 Nov 2010 at 8:50

from andors-trail.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024

Original comment by [email protected] on 22 Nov 2010 at 8:51

  • Changed state: Accepted

from andors-trail.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
This one is fixed.

Original comment by [email protected] on 26 Nov 2010 at 10:26

from andors-trail.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
This is now implemented. Closing this issue. Thanks again for all the good 
suggestions!

Original comment by [email protected] on 29 Nov 2010 at 9:40

  • Changed state: Fixed

from andors-trail.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.