80 Commits

Author SHA1 Message Date
Janek
7c652cb984 Update
csflow:
 - Create structs for gamerules and global vars

radarflow:
 - new dma loop with less frequent cache invalidation
 - The new loop tries to run at a fixed 128 hz. Thats the max tickrate in cs2. The data is also only updated when a tick change is detected, so that should keep data fetching to a minimum.
 - todo: more testing for cache invalidation
2023-12-31 04:32:12 +01:00
Janek
b87ae1da44
Update deploy-docs.yml 2023-12-30 19:52:17 +01:00
Janek
216fb548b4
Update deploy-docs.yml 2023-12-30 19:32:34 +01:00
Janek
e61d178147
Update deploy-docs.yml 2023-12-30 19:27:43 +01:00
Janek
6d178a7fc8
Update deploy-docs.yml 2023-12-30 19:27:24 +01:00
Janek
6fe1820471
Update deploy-docs.yml 2023-12-30 19:23:22 +01:00
Janek
3f10cc573a
Update deploy-docs.yml 2023-12-30 19:16:16 +01:00
Janek
7bc96f1093
Update deploy-docs.yml 2023-12-30 19:15:12 +01:00
Janek
dc29597b60
Create deploy-docs.yml 2023-12-30 19:13:14 +01:00
Janek
c163ed70f2
Update README.md 2023-12-30 19:02:53 +01:00
Janek
320ed18342
Update README.md 2023-12-30 19:02:33 +01:00
Janek
f93191c8f5
Update README.md 2023-12-30 18:58:55 +01:00
Janek
0f0f7232fb Fix for docs 2023-12-30 18:57:49 +01:00
Janek
ac115ec7ac Fix
- Added docs
- Added cs2dumper files to gitignore again.
- Fixed workspace manifest
2023-12-30 18:52:12 +01:00
Janek
568f2abdde
Update README.md 2023-12-30 18:09:49 +01:00
Janek
b7cfba7da5
Update README.md 2023-12-30 18:08:25 +01:00
Janek
45bba35a71 Big update
This repository is no longer meant for just radarflow, thus it will be renamed.
I have split the SDK from radarflow, allowing for simpler use with new projects.
Other than that, radarflow is functionally the same.

- Fixed bug in radarflow where the entity loop didn't include the last entity.
2023-12-30 18:07:55 +01:00
Janek
462cfddfef Update memflow dep to 0.2.0 stable 2023-12-27 11:35:53 +01:00
Janek
0401914d2a
readability change in readme 2023-12-23 16:27:11 +01:00
Janek
b16cf001e2 Fix
- Added hint to memflow plugin installation in README
- Bumped memflow dep version to `0.2.0-beta11`
- `cargo update`
2023-12-23 16:25:53 +01:00
Janek
66b9886768
Fix GitHub link 2023-12-23 15:23:20 +01:00
Janek
815b649511 Revert to old ingame check 2023-12-07 06:03:01 +01:00
Janek
e1ff81d15d Code cleanup
- Cleaned up code around entities and caching
- Rewrote CLI descriptions
- New ingame check.
 - Now the webradar will correctly identify if you are on a server or not.
2023-11-28 12:30:44 +01:00
Janek
62deed2706 Changed package name
Changed the package name to "radarflow2", for parity with the repository name.
2023-11-28 01:18:38 +01:00
Janek
ca57147ba0 Remove cs2dumper files
These files don't need to be in the repository, as they are automatically downloaded when building.
2023-11-28 01:14:37 +01:00
Janek
f71836a763 Update 0.1.1
Both:
- Added full bomb ESP

Core:
- Added Address caching
 - Improves performance significantly by gathering entity addresses only every 250ms
 - Actual data like positions and angles are still gathered at the specified polling rate.

Web:
- Player bomb indicator is now the same color as planted/dropped bombs
2023-11-28 00:59:45 +01:00
Janek
bb9ca88895
Update README.md 2023-10-31 17:26:59 +01:00
Janek
e994438148
Update README.md 2023-10-31 17:25:33 +01:00
Janek
fd1a4c03dc Initial Commit 2023-10-31 17:23:15 +01:00
Janek
048eab43ef Initial commit 2023-10-31 17:22:30 +01:00