ascendedguard / sc2replay-csharp

C# Library for parsing Starcraft 2 Replay files
MIT License
56 stars 20 forks source link

1.5.0 base #24

Closed ghost closed 12 years ago

ghost commented 12 years ago

Reversed new stuff, updated the code and the wiki page (https://github.com/Mischanix/sc2replay-csharp/wiki/replay.game.events); all before SC2Gears!

ghost commented 12 years ago

Worth noting the events parser works 100% on 1.5.0 for a small test replay. Once I can get some larger replays (I made a reddit post in lieu of drop.sc), I'll fix any issues that arise from those immediately.

Also, here's a gist with the SQL changes for the new build data: https://gist.github.com/3228306

Also, 1.5.0 changed the string format to be nicer to L2 caches, so here's the updated dumper code: https://gist.github.com/3228431