Hi all,
Documentation would be on top of my list too.
And be assured that your library is super useful.
As you know i was building a small django site for collecting replays.
I use your library to automatically parse and display game information
and additionally i pull some player information via sc2ranks-api.
If this is of any interest i would release what i got on github.
Thanks for your great work,
Andreas
On 18 Jan., 05:43, David Joerg <
dsjo...@gmail.com> wrote:
> That's great news Graylin!
>
> Here's my top picks from your list, most important first:
> * Documentation
> * Parsing improvements on Camera, Ability, or Unknown Events
> * Parsing of data files in the map MPQ
> * Better Data support, currently 1.4.x and 1.2.x are (mostly) supported
>
> I'm working now on a stats-tracking site designed to help me track my own
> improvement, maybe others will find it useful too. --dj
>
>
>
>
>
>
>
> On Tue, Jan 17, 2012 at 11:31 PM, Graylin Kim <
graylin....@gmail.com> wrote:
> > Hey Everyone,
>
> > I'm thinking about pushing some more cylces into this library over the
> > next couple weeks (at least) and am looking to do a bit of an informal poll
> > to see where you guys might think my efforts be best directed and if
> > applicable, where you might like to help me out. Not all tasks are created
> > equal and some would be a LOT more work than others but don't worry about
> > that right now. I'm just trying to see if we can have a discussion about
> > what people are interested in.
>
> > Your response with top picks from the list below along with any comments
> > you might have will be very helpful. This list is in no way comprehensive
> > so if it is missing something let me know so I can keep it in mind going
> > forward. Other people might agree with you and want to push it forward as
> > well.
>
> > - Documentation
> > - User Manual
> > - Developers/Contributors Manual
> > - Replay Format Guide
> > - Data
> > - Better Data support, currently 1.4.x and 1.2.x are (mostly)
> > supported
> > - More types of data, unit costs, build times, ability costs, cool
> > downs
> > - Ability differentiation. i.e. these are construction abilities,
> > transport, channelling, etc
> > - Maps
> > - Automatic Map Download
> > - Minimaps
> > - Parsing of data files in the map MPQ
> > - Replay Analysis
> > - Better Selection Tracking
> > - Better APM Stats
> > - Build Orders
> > - Army Compositions
> > - Parsing improvements on Camera, Ability, or Unknown Events
> > - Scripts
> > - Demo Scripts need to be updated (currently non-functional)
> > - Could stand to have some mature, intended for use scripts
> > - Tests
> > - We need them...