StatsHelix / demoinfo

A library to analyze CS:GO demos in C#
MIT License
321 stars 78 forks source link

Potential additions #140

Open econoraptor opened 6 years ago

econoraptor commented 6 years ago

I got tired of dealing with missing data and I realized it's relatively easy to get state information from the entities, so I've made a number of changes and additions. Some of these are probably too opinionated, but I'm happy to integrate as many features as there is demand for into the master branch.

Note that user implementations that rely on a specific order of parsing events within a given tick might break when events are interpolated from entity state data.

Changes: https://github.com/StatsHelix/demoinfo/compare/master...econoraptor:UpdatedMaster

moritzuehling commented 6 years ago

Most of those seem like we could add them to the parser - maybe in a special mode?

But most of this looks like it makes sense for users.