jake
|
fd48c896f1
|
don't include str 'packet' in packet debug output
|
5 years ago |
jake
|
7f32af6729
|
packet errors for unknown packets
|
5 years ago |
jake
|
81d3397c90
|
PSOPacketData::from_bytes needs + Seek
|
5 years ago |
jake
|
d2df4f6490
|
pso_message macro
|
5 years ago |
jake
|
b692b8b417
|
manual_flag should only check the first struct field
|
5 years ago |
jake
|
d9b897d193
|
pso_packet manual_flag attribute
|
5 years ago |
jake
|
efb952d4a8
|
lets impl these too till const generics actually exist
|
5 years ago |
jake
|
cd3ba96f91
|
use full Read path in proc_macros
|
5 years ago |
jake
|
955e284c19
|
use full type path
|
5 years ago |
jake
|
94af546d7a
|
derive PSOPacketData macro
|
5 years ago |
jake
|
60584e0957
|
remove old pso_packet
|
5 years ago |
jake
|
f15f157c03
|
make the structs public
|
5 years ago |
jake
|
ff8503477b
|
stop being dumb about how I fill arrays
|
5 years ago |
jake
|
ea488cadca
|
implement nodebug for specific vars
|
5 years ago |
jake
|
5324ab1188
|
properly set the size in no_flag packets
|
5 years ago |
jake
|
dfde2638c5
|
new pso_packet implementation
|
5 years ago |
jake
|
c5ffa5bbcf
|
clean up pso_packet
|
5 years ago |
jake
|
48599ee116
|
pso_packet: u16 and u32 arrays
|
5 years ago |
Jake Probst
|
a37856ddcf
|
PSOPacket::from_bytes &Vec<u8> -> &[u8]
|
5 years ago |
Jake Probst
|
a8b5559ac0
|
serialize any type that provides information on how to
|
5 years ago |
Jake Probst
|
7ae27273b4
|
cloning packets is helpful
|
5 years ago |
Jake Probst
|
de87b2f89e
|
why did I make these iterators?
|
5 years ago |
Jake Probst
|
f5c19ad66b
|
utf16 handling when parsing string bytes
|
5 years ago |
Jake Probst
|
17cf4bb056
|
make sure packet len is divisible by 4
|
5 years ago |
Jake Probst
|
8caa48a1e6
|
check that the entire packet was read
|
5 years ago |
Jake Probst
|
47a07a63ae
|
handle String objects in pso_packet
|
5 years ago |
Jake Probst
|
c6ad5f4be6
|
don't need this enumerated
|
5 years ago |
Jake Probst
|
7cac700dd5
|
turns out not everything has a flag, putting it in the struct will be easier at this point
|
5 years ago |
Jake Probst
|
7c246f5446
|
silence warnings, print strings in packets
|
6 years ago |
Jake Probst
|
2181aced53
|
did that
|
6 years ago |
Jake Probst
|
53ef5a8efc
|
pso_packet proc_macro for misc things
|
6 years ago |