62b096c828
fix schema for GameEventType
2024-02-10 19:36:47 +11:00
d0d5f724f7
update schema
2024-02-10 19:36:47 +11:00
1303db559b
workflow updates
2024-02-10 19:36:47 +11:00
74c77a8a69
fix nix
2024-02-10 19:36:47 +11:00
c9954e6ca0
update generated code
2024-02-10 19:36:47 +11:00
d1bf28809a
newer demo for codegen
2024-02-10 19:36:47 +11:00
1e152dc26d
merge codegen into main crate
2024-02-10 19:36:47 +11:00
29c5435e1a
explicit event type to event message
2024-02-10 19:36:47 +11:00
47ea81bf8e
add missing disaply
2024-02-10 19:36:47 +11:00
8f21fc0f90
better json serialize for event type
2024-02-10 19:36:47 +11:00
fe05ccd517
fmt + cargo update
2024-02-10 19:36:47 +11:00
6c961c239a
clippy fix
2024-02-10 19:36:47 +11:00
0aaf527731
flake updates
2024-02-10 19:36:47 +11:00
16932c9e1a
update deps
2024-02-10 19:36:47 +11:00
0736d7304b
0.5.0
2024-02-10 19:36:47 +11:00
72e6032cbe
switch to cargo-insta for snapshot testing
2024-02-10 19:36:47 +11:00
b979a80a3a
list pauses in parser json output
2024-02-10 19:36:47 +11:00
35936f6c72
player count fix wip
2024-02-10 19:36:47 +11:00
2a312adc41
minor prop bit count cleanup
2024-02-10 19:36:47 +11:00
ff324d5957
don't store raw_props that we don't need
2024-02-10 19:36:47 +11:00
Bash
3639cc8ce1
Own the strings instead of using Cows. May sacrifice a little bit of performance but makes it easier to live read the packets and update the state.
2023-12-11 14:35:56 +11:00
5f6600cfdb
Merge pull request #16 from ddeityy/master
...
Added header to json output
2023-11-11 21:21:08 +01:00
f595843eb3
Merge pull request #15 from bitinha/master
...
Fix PartialOrd for ServerTick and DemoTick
2023-11-11 21:10:50 +01:00
ddeity
4b2bf49585
flattened MatchState for compatibility
2023-11-11 22:05:46 +03:00
ddeity
500c2f0448
Added header to json output
2023-11-09 01:26:41 +03:00
unknown
e78a13790b
Fix PartialOrd for ServerTick and DemoTick
2023-11-05 19:33:14 +00:00
fd56f9e3dd
Merge pull request #14 from Tomeno/player_ping
...
Add ping to Player struct
2023-10-17 22:30:06 +02:00
3187b8c7dc
fix trace
2023-09-04 22:00:19 +02:00
b5a43e1451
add display for tick types
2023-08-30 17:55:52 +02:00
T
5ae18ba0be
Update test data to include ping
2023-07-03 00:21:15 +02:00
T
c8aaf1c26c
Add m_iPing to gamestateanalyzer
2023-07-02 02:34:56 +02:00
92d9be233c
Merge pull request #13 from Tomeno/simtime_pvs_fix
...
Add simtime & PVS flag to Player struct
2023-06-26 22:52:53 +02:00
1957395675
update cross-naersk
2023-06-26 22:44:26 +02:00
T
dd060754c9
Update tests to match new behavior
2023-06-24 00:04:19 +02:00
T
1d14def1d5
Set in_pvs flag to true on entity updates
2023-06-22 18:29:23 +02:00
T
9f1f4cf69f
Add simtime and PVS state to Player struct
2023-06-22 18:29:05 +02:00
500e43c9de
more cross
2023-06-11 19:14:00 +02:00
97fbb100a2
clippy ci
2023-06-03 18:32:28 +02:00
a561cbaf64
clippy fixes
2023-06-03 18:30:30 +02:00
44c560713a
naersk fork for checks
2023-06-03 17:38:49 +02:00
a4e66aa3b0
nix check/test
2023-06-03 15:04:53 +02:00
da6a2d62bd
nix ci
2023-06-03 14:19:41 +02:00
6659d673ea
nix: clean src
2023-06-03 13:57:32 +02:00
d82555e58a
make userid field private
2023-01-07 13:55:48 +01:00
f57ed1ca1c
bumb dependencies
2023-01-07 13:51:48 +01:00
f5002f8cf3
Merge pull request #11 from Narcha/userid-use-u16
...
Change `UserId` to use `u16`
2023-01-07 13:45:04 +01:00
Narcha
256ab3760a
Change UserId to use u16
2023-01-07 01:32:48 +01:00
b26f775c2b
Merge pull request #10 from yep-tf2/player_summaries
...
Add an analyzer to extract player scoreboard information
2023-01-04 17:22:39 +01:00
Yep
138343c251
Fix hardcoded server class IDs
...
In hindsight, these are obviously different between games and shouldn't be hardcoded
Also clean up main function a bit, since the analyzer already uses packets there's no need to switch between `all`
2022-12-28 17:56:35 -05:00
Yep
df793083aa
Add analyzer to extract player scoreboard information
2022-12-28 13:54:34 -05:00