116 Commits

Author SHA1 Message Date
1bdcbc8fb9 Adjustable health bar size 2025-04-09 17:24:01 -04:00
d8982ead59 Track dead players and remember selected 2025-04-09 17:17:37 -04:00
2df1b5a560 Add: Off-screen indicators 2025-03-17 18:09:06 -04:00
a17146fee9 Add: Slider customization & fix black spots showing up on map 2025-03-17 17:48:25 -04:00
38ee14524f Remove debug text spam 2025-03-17 16:04:37 -04:00
b6300bcb0b Clean up unused things 2025-03-17 15:51:47 -04:00
e9d197229a Update Cargo.lock and Cargo.toml 2025-03-16 19:05:29 -04:00
4846e045bb Latency optimization 2025-03-16 19:04:52 -04:00
d10fcdf15e Add: Show health 2025-03-16 13:38:31 -04:00
f5af3d6281 Update script.js 2025-03-16 09:54:31 -04:00
1eed104790 If dead, disable rotations 2025-03-16 00:24:45 -04:00
6f4e6a4f30 Update Cargo.lock and Cargo.toml 2025-03-16 00:07:32 -04:00
5e19f0af47 Update websocket.rs and script.js 2025-03-16 00:07:25 -04:00
ffa2979da3 Add: Network compression (Attempts to fix stutter when sharing the radar) 2025-03-15 23:36:47 -04:00
3d0b960753 Add: Hide menu button 2025-03-15 21:57:16 -04:00
3a69f285f3 Add: Player focus dropdown menu 2025-03-15 18:10:42 -04:00
cb9462ce9b Add: Show money on radar 2025-03-15 17:50:46 -04:00
ba28f01247 Add: Show warning for dangerous options 2025-03-15 17:21:10 -04:00
fd27f56365 Add: Player Zoom & Rotate map 2025-03-15 17:15:28 -04:00
64ebd83016 Update comms.rs 2025-03-15 01:57:48 -04:00
5f99e03b4c Money reveal + writing memory 2025-03-14 17:29:12 -04:00
d6719b0d54 Add map: de_train 2025-03-13 11:47:57 -04:00
363db1c56a Fix memory leak + crash 2025-03-10 21:08:42 -04:00
61ea504f28 Show if scopped 2025-03-10 14:31:24 -04:00
bd8de00f10 Edit links in readme 2025-03-10 13:38:42 -04:00
e6ca121b86 Better C4 visualizers 2025-03-10 13:29:01 -04:00
067fff4ef8 Show weapons 2025-03-10 13:09:01 -04:00
7bdc3fbaa3 Add button for player names 2025-03-10 12:43:22 -04:00
30fcdde828 Remove debug for playernames 2025-03-10 12:36:14 -04:00
5e97135970 Player names! 2025-03-10 12:33:09 -04:00
504d54bbeb Update background.png 2025-03-10 12:00:52 -04:00
235c3a6151 Change settings bar 2025-03-10 11:43:27 -04:00
f2824af426 Add missing elements 2025-03-10 11:31:55 -04:00
ec679b22cb Fix offset & disable zoom on webmap by default 2025-03-10 11:13:10 -04:00
Superyu1337
c86216ec6e fix: change map addr offset to +0x1B8 2024-11-28 22:45:27 +01:00
Janek
02c3ac8dde
Merge pull request from superyu1337/development
Merge 'development' into 'main'
2024-11-28 22:41:56 +01:00
Superyu1337
f3f08cbede fix: update dependencies. Resolve build issues. (Not tested ingame) 2024-11-28 22:41:25 +01:00
Janek
831d232d23
fix for isscoped 2024-04-26 15:19:42 +02:00
Janek
b7984a9168
Merge pull request from superyu1337/faster-bombholder-search
Faster bombholder search
2024-04-24 23:52:49 +02:00
Janek
3e31733f06 Update mod.rs 2024-04-23 21:40:51 +02:00
Janek
e89a0b8671 Update mod.rs 2024-04-23 21:35:59 +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
5d5fb900ab
Merge pull request from superyu1337/development
Merge bomb holder search fix
2024-04-16 16:21:41 +02:00
Janek
d4f7bd7939
Merge pull request from superyu1337/development
Bomb search algorithm changes
2024-04-16 15:52:09 +02:00
Janek
0e75f1b78f Merge branch 'development' of https://github.com/superyu1337/radarflow2 into development 2024-04-16 14:17:56 +02:00
Janek
d906552914
Merge pull request from superyu1337/main
Merge main into development
2024-04-16 15:53:57 +02:00
Janek
b1d0e0bb34 fix: bomb holder search
Previously there was a performance hit when the bomb was being held due to wrong logic being used.
This fixes it.
2024-04-16 14:17:48 +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