1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-04-24 05:27:45 +00:00
Commit graph

15 commits

Author SHA1 Message Date
d5b3b8a468 Run cargo fmt 2024-04-20 13:18:03 -04:00
087deb2bc8 Add invalid data test for ChatLog, add a simple check for invalid data 2024-04-16 22:04:02 -04:00
d925bf6e95 Add more unknown event filters and channels 2024-01-29 15:49:16 -05:00
7b739f655b Don't expose ChatLogHeader publicly 2023-12-02 20:27:02 -05:00
c79cfc3df6 Improve log documentation 2023-12-02 20:26:34 -05:00
7a75c170cc Make a semantic difference between owned and non-owned byte data 2023-10-13 16:16:04 -04:00
4dfd36dbd8 Fix and quiet clippy warnings 2023-09-22 19:17:24 -04:00
2000b978b3 Ensure compliance with REUSE, add to CI 2023-08-06 08:25:04 -04:00
425f755850 Fix clippy warnings about unnecessary deref, useless casts 2023-02-20 16:07:48 -05:00
177523831b Switch a lot more parsers from binread -> binrw
This doesn't necessarily mean that these formats support writing (yet)
but just to solve the initial compilation errors.
2022-10-13 17:11:03 -04:00
e86d910594 Update binrw to 0.10.0
This introduces a new breaking change, namely that all endianness must
be known. I've done the best I can, but I'll be checking soon.
2022-10-13 16:03:46 -04:00
9819f87fcc Suppress some warnings 2022-09-15 16:26:31 -04:00
d9e79e563a Reformat code 2022-08-16 11:52:07 -04:00
6f9b5c59d7 Fix misc warnings 2022-08-09 23:39:15 -04:00
42ec97d70c Add chat log parser 2022-08-07 16:19:04 -04:00