Commit Graph

14 Commits

Author SHA1 Message Date
d10fcdf15e Add: Show health 2025-03-16 13:38:31 -04:00
cb9462ce9b Add: Show money on radar 2025-03-15 17:50:46 -04:00
363db1c56a Fix memory leak + crash 2025-03-10 21:08:42 -04:00
067fff4ef8 Show weapons 2025-03-10 13:09:01 -04:00
5e97135970 Player names! 2025-03-10 12:33:09 -04:00
Janek
831d232d23 fix for isscoped 2024-04-26 15:19:42 +02:00
Janek
16e2d361dc fix: bomb holder when planted or dropped 2024-04-21 19:20:55 +02:00
Janek
00d883a41c feat: add native mode
- Add native mode
- Fix bomb holder search and wrong bomb holder on round starts
2024-04-17 18:43:21 +02:00
Janek
10da0883a1 feat: faster bomb holder search
Fully batched bomb holder search
2024-04-17 18:55:46 +02:00
Janek
2c7ba14ced wip: followup for bomb search algo
- Use 64 indicies for chunking batch reads
- Remove unused function
- Bump version to 0.2.4
2024-04-16 13:47:50 +02:00
Janek
900e5d2acc feat: skip version
Allows to skip the game buiold number version check.
Related to #13.
2024-04-03 20:02:36 +02:00
Janek
212c88efaa fix: resolve #16 by fix cs2dumper importing
Resolved #16, fixes URLs and module imports for cs2dumper.
Warning: Untested.
2024-04-03 17:59:53 +02:00
Janek
d31c3f8ee5 Update
- Added AWP warning and sight-lines while scoped
- Added Bomb timer
Todo: cleanup
2024-01-09 23:06:32 +01:00
Janek
16f7791628 Full rewrite
- Removed csflow, as its basically not getting used when high optimization is needed
- Fully rewrote radarflow dma logic.
- Speed increase from 20hz to over 130 hz over pcileech, thanks to scatter reads and improved caching
- Removed docs, because those were for csflow, which is now removed
2024-01-08 00:22:24 +01:00