Commit Graph

7 Commits

Author SHA1 Message Date
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
8cf6664c4b wip: more batching in bomb search algo 2024-04-16 15:18:50 +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
510a74a802 Optimize bomb search
More optimized bomb search, now searching in chunks of 128 indexes.
2024-01-08 03:33:11 +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