|
|
c3ea161928
|
better fallback for player entityid
|
2022-08-22 22:40:32 +02:00 |
|
|
|
29a7d35aee
|
set delta for updates
|
2022-08-21 02:21:59 +02:00 |
|
|
|
aca7177374
|
dedup props with baselines
|
2022-08-06 17:02:10 +02:00 |
|
|
|
bae9acdd92
|
rework baseline prop handling
|
2022-08-06 15:19:56 +02:00 |
|
|
|
74ad7d121f
|
pass parser state to handlers
|
2022-08-05 23:43:15 +02:00 |
|
|
|
3b424f8a89
|
handle updated static baseline in the same packet as using the baseline
|
2022-07-31 14:53:31 +02:00 |
|
|
|
5d6b22ec57
|
more user messages
|
2022-06-19 19:18:47 +02:00 |
|
|
|
c7d83f6be0
|
better mallformed utf8 handling
|
2022-06-13 22:09:28 +02:00 |
|
|
|
dee3609b8a
|
method for getting prop index
|
2022-06-10 14:17:21 +02:00 |
|
|
|
f83be2375c
|
player_count → player_slot
|
2022-06-10 14:17:06 +02:00 |
|
|
|
614dbb2f47
|
more tracing
|
2022-06-08 15:30:34 +02:00 |
|
|
|
67d08f06da
|
var_bit improvements
|
2022-05-25 23:00:31 +02:00 |
|
|
|
10e0d69d93
|
make tracing optional
|
2022-05-07 16:31:38 +02:00 |
|
|
|
850c8472b6
|
remove dbg
|
2022-05-01 15:51:20 +02:00 |
|
|
|
4f8bc1cc31
|
saytext client id
|
2022-04-29 20:41:36 +02:00 |
|
|
|
64b66a770c
|
smaller baselines
|
2022-04-22 20:47:33 +02:00 |
|
|
|
528e4f2230
|
rename
|
2022-04-21 23:29:33 +02:00 |
|
|
|
32a85e4da2
|
baseline
|
2022-04-21 22:37:25 +02:00 |
|
|
|
626544b07e
|
don't store baseline in baseline
|
2022-04-21 21:46:07 +02:00 |
|
|
|
d36a5516e5
|
usermessagetype eq
|
2022-04-21 19:22:43 +02:00 |
|
|
|
e7dec55453
|
schema
|
2022-04-18 23:42:07 +02:00 |
|
|
|
00610a9a95
|
static baseline warnings
|
2022-04-18 19:44:47 +02:00 |
|
|
|
de8cb2ba88
|
eprintln -> tracing
|
2022-04-18 18:33:54 +02:00 |
|
|
|
626784c0ea
|
table debug
|
2022-04-18 16:53:49 +02:00 |
|
|
|
ef4ad5758c
|
don't collect flat props
|
2022-04-18 16:31:06 +02:00 |
|
|
|
f72e84dc1a
|
encode props in order
|
2022-04-18 13:07:17 +02:00 |
|
|
|
fa449c3017
|
baseline improvements
|
2022-04-17 14:22:34 +02:00 |
|
|
|
ec57a76101
|
baseline stuff
|
2022-04-16 14:30:59 +02:00 |
|
|
|
c90a7a3371
|
improved? baseline handling
|
2022-04-10 20:42:51 +02:00 |
|
|
|
079881ea6e
|
dont use wrong class baseline?
|
2022-04-10 20:09:18 +02:00 |
|
|
|
a9a527fb5c
|
more usefull Debug for SendProp
|
2022-04-10 19:33:51 +02:00 |
|
|
|
2617d8a611
|
rename pvs
|
2022-04-10 18:43:54 +02:00 |
|
|
|
5c10ef1a0c
|
more usable name types
|
2022-04-10 17:03:38 +02:00 |
|
|
|
5da913cc5d
|
less props
|
2022-04-09 20:33:28 +02:00 |
|
|
|
b9a9d2c2c1
|
more propnames
|
2022-04-09 19:44:22 +02:00 |
|
|
|
b8d3540069
|
propnames
|
2022-04-09 18:50:47 +02:00 |
|
|
|
e78c1f8608
|
actually cleanup instance baselines
|
2022-04-09 14:48:34 +02:00 |
|
|
|
2e8d77fb0a
|
userid default
|
2022-04-09 13:56:31 +02:00 |
|
|
|
5a0375c9c0
|
cleanup instance baselines
|
2022-04-07 20:43:41 +02:00 |
|
|
|
77d0cfae98
|
pass tick to handle packet meta
|
2022-04-07 20:43:30 +02:00 |
|
|
|
3f693e96ae
|
more handler info
|
2022-04-03 18:24:57 +02:00 |
|
|
|
eaa8d1f495
|
const props in analyser
|
2022-04-03 15:34:12 +02:00 |
|
|
|
850e6d7555
|
userinfo in player, pitch angle, ticker.next()
|
2022-04-03 14:55:36 +02:00 |
|
|
|
606cac421b
|
Deserialize class from either str or int
|
2022-02-09 17:03:05 +01:00 |
|
|
|
97e03a4be1
|
Merge pull request #6 from 2l47/class_display
Serialize the Class enum as a string instead of an int
|
2022-02-09 15:23:56 +00:00 |
|
2l47
|
d7ffb47d70
|
Make the Class enum serialize as a string, not an u8, and derive Display
|
2022-01-28 15:26:12 -06:00 |
|
2l47
|
eb280c7467
|
Fix typos in 7 files: cased variants of sigon -> signon
|
2022-01-27 21:39:58 -06:00 |
|
2l47
|
4df4dcdf05
|
Fix typos in src/demo/parser/analyser.rs: Massage -> Message
|
2022-01-27 21:39:58 -06:00 |
|
|
|
4dc88f1dcc
|
clippy
|
2022-01-13 22:05:07 +01:00 |
|
|
|
d4cfcbb5a9
|
update codegen
|
2022-01-13 21:58:38 +01:00 |
|