Skip to content

Commit f1f875f

Browse files
committed
Merge remote-tracking branch 'origin/master' into v5
2 parents 9353ed2 + 203c3b0 commit f1f875f

32 files changed

+4787
-26189
lines changed

.codeclimate.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

README.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,6 @@ Here are some benchmark results from a system with an Intel i7 6700k CPU and a S
165165
|`BenchmarkDemoInfoCs`|Read demo from drive and parse|0.89 s|~ 25 min of gameplay per second|
166166
|`BenchmarkInMemory`|Read demo from memory and parse|0.88 s|~ 25 min of gameplay per second|
167167

168-
*That's almost 1.5 hours of gameplay per second when parsing in parallel (recorded at 64 ticks per second) - or 25 minues per second when only parsing a single demo at a time.*
169-
170168
### Raw Output
171169

172170
```
@@ -189,20 +187,27 @@ ok github.com/markus-wa/demoinfocs-golang 134.244s
189187
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/markus-wa/demoinfocs-golang/tags).
190188
There is one caveat however: Beta features - which are marked as such via comments and in release notes - may change in minor releases.
191189

192-
## Projects Using demoinfocs-golang
190+
## Services, Projects & Companies Using demoinfocs-golang
193191

194-
- [noesis.gg](https://www.noesis.gg/) - A suite of explorative tools to help you analyze and improve your CS:GO performance
192+
- [noesis.gg](https://www.noesis.gg/) - A suite of explorative tools to help you analyze and improve your CS2 performance
195193
- [esportal.com](https://esportal.com/) - An alternative Matchmaking service that aims to provide a friendly environment free from trolls and misbehaving individuals
194+
- [pglesports.com](https://www.pglesports.com/) - Premier eSports tournaments and circuits for massive audiences
195+
- [hltv.org](https://www.hltv.org/) - Leading Counter-Strike site featuring news, demos, pictures, statistics, on-site coverage and more
196+
- [refrag.gg](https://refrag.gg/) - The world's premier CS2 training tool
196197
- [esportslab.gg](https://esportslab.gg/) - Building ML/AI tools for professional esports players
197-
- [scope.gg](https://scope.gg/) - Analytical and advisory service for advanced CS:GO players
198-
- [PureSkill.gg](https://pureskill.gg/) - An automated coach to help you get better at CS:GO.
198+
- [scope.gg](https://scope.gg/) - Analytical and advisory service for advanced CS2 players
199+
- [PureSkill.gg](https://pureskill.gg/) - An automated coach to help you get better at CS2
200+
- [cs2lens.com](https://www.cs2lens.com/) - Professional CS2 demo replayer and analysis tool
201+
- [awpy](https://github.com/pnxenopoulos/awpy) - A wrapper for the Golang parser in Python
202+
203+
### CS:GO projects (may no longer work with CS2)
204+
199205
- [cs-demo-minifier](https://github.com/markus-wa/cs-demo-minifier) - Converts demos to JSON, MessagePack and more
200206
- [csgo_spray_pattern_plotter](https://github.com/o40/csgo_spray_pattern_plotter) - A tool to extract and plot spray patterns from CS:GO replays
201207
- [CS:GO Player Skill Prediction](https://drive.google.com/file/d/1JXIB57BA2XBTYVLSy6Xg_5nfL6dWyDmG/view) - Machine learning master thesis by [@quancore](https://github.com/quancore) about predicting player performance
202208
- [csgoverview](https://github.com/Linus4/csgoverview) - A 2D demo replay tool for CS:GO
203209
- [csgo-coach-bug-detector](https://github.com/softarn/csgo-coach-bug-detector) - Detects the abuse of an exploit used by some team coaches in professional matches
204210
- [megaclan3000](https://github.com/megaclan3000/megaclan3000) - A CS:GO stats page for clans with recent matches and player statistics
205-
- [awpy](https://github.com/pnxenopoulos/awpy) - A wrapper for the Golang parser in Python
206211

207212
If your project is using this library feel free to submit a PR or send a message via [Discord](https://discord.gg/eTVBgKeHnh) to be included in the list.
208213

@@ -303,7 +308,7 @@ To install some (optional, but quite handy) `pre-commit` and `pre-push` hooks, y
303308

304309
## Acknowledgements
305310

306-
This library was originally based on <a href="https://github.com/ValveSoftware/csgo-demoinfo" rel="external">Valve's demoinfogo</a> and <a href="https://github.com/StatsHelix/demoinfo" rel="external">SatsHelix's demoinfo</a> (although today it shares little resemblence with these two).
311+
This library was originally based on <a href="https://github.com/ValveSoftware/csgo-demoinfo" rel="external">Valve's demoinfogo</a> and <a href="https://github.com/StatsHelix/demoinfo" rel="external">SatsHelix's demoinfo</a>.
307312

308313
For Counter-Strike 2, [dotabuff/manta](https://github.com/dotabuff/manta) was an amazing resource for how to parse Source 2 demos and CS2 support would not have been possible without it.<br>
309314
I would also like to specifically thank [@akiver](https://github.com/akiver) & [@LaihoE](https://github.com/LaihoE) for their brilliant help with CS2.
@@ -313,7 +318,7 @@ And a very special thanks goes out to all the [⭐contributors⭐](https://githu
313318
Further shoutouts go to:
314319

315320
- [@JuhaKiili](https://github.com/JuhaKiili) for financial contributions in the form of bug bounties
316-
- [@esportalgroup](https://github.com/esportalgroup), [@refrag](https://github.com/refrag) & [@pureskillgg](https://github.com/pureskillgg) for offering consulting work that pays my bills
321+
- [@PGL-ESPORTS](https://github.com/PGL-ESPORTS), [@esportalgroup](https://github.com/esportalgroup), [@refrag](https://github.com/refrag) & [@pureskillgg](https://github.com/pureskillgg) for offering past & present consulting work that keeps my lights on
317322

318323
## License
319324

0 commit comments

Comments
 (0)