• Posts Tagged ‘APM chart’

    Warcraft 3 ReplayParser Available at SourceForge

    by  • September 19, 2010 • Programming • 0 Comments

    Edit: This is just a disclaimer that the application was written several years ago when I was still learning how to program and the source code reflects that. I have re-written the underlying engine in C# where it is much cleaner and more modular; that source code is available upon request. To see the improvements the engine has undergone, view the latest Replay Parser posts here: http://johnhforrest.com/tag/replay-parser/.

    I have officially released the code publicly on SourceForge. Here’s a link to the project page: https://sourceforge.net/projects/warcraft3replay/.

    The project was developed using Visual Studio 2008, and its current dependencies are Qt and Qwt, which I have installation guides for Windows on my website.…

    Read more →

    Parser Status

    by  • February 23, 2010 • Programming • 0 Comments

    I haven’t written in awhile so I thought I would give a general update on the status of the ReplayParser. I recently accepted an offer to work at Microsoft for a summer internship as a software developer. I will be programming in C#, so I have been taking the time to really delve into the language and get a good foundation. I originally wrote the ReplayParser in C++, so I’m in the process of migrating the whole project to C#. This will be a lengthy process, but hopefully it will drastically improve the performance (I hope to add multi-threading parsing capabilities and other advanced features that C# makes easier to do).…

    Read more →