Giter Club home page Giter Club logo

Comments (2)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 28, 2024
Thanks for the report.  I'll start looking into it.

Original comment by [email protected] on 26 May 2009 at 2:19

  • Changed state: Accepted

from kparser.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 28, 2024
Ok.

1) Buffs used not showing everyone who was affected by the buffs. Found problem,
related to separation of self-cast and other-cast buffs.  Fixed.

2) Improper buffs showing up. These problems are a result of a subtle issue in 
how
messages are associated together.  I've made some adjustments that fix most of 
them.

One case that isn't is "Foulu recieved Assassin's Charge from Shredder".  This
particular one is due to an Accession/Stoneskin cast by Elaandri that had 'no 
effect'
on her, and in fact didn't have the final 'casts' message show up either, so 
there
was nothing for the following messages to attach to.  Because there was no 
message
that the 'gains the effect of stoneskin' messages could be associated with, the
program searched back further for another buff use message and tacked them on to
that.  That message turns out to be Shredder's Assassin's Charge.  Thus the 
parser
thinks that Foulu got stoneskin because of Shredder's Assassin's Charge since it
couldn't find Elaandri's casting of Stoneskin.

I'm not sure at this time how to fix that, or if it's fixable at all.  It may 
require
waiting for the next iteration of the base parsing algorithm.

Marking fixed, as the primary issues should be dealt with.  The other issue 
(how to
deal with buff effects when the initiating use doesn't show up in the log) will 
be
considered a separate item.

Original comment by [email protected] on 28 May 2009 at 10:44

  • Changed state: Fixed

from kparser.

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.