1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-04-24 08:07:45 +00:00
Commit graph

11 commits

Author SHA1 Message Date
a5ed126853 Improve Oodle buffer correctness
This does not fix the network bugs, but it's better I guess.
2025-03-30 22:54:30 -04:00
fccd752246 More misc packet size fixes 2025-03-30 22:29:17 -04:00
eae962cc85 Multiple fixes attempting to fix packet errors
It doesn't unfortunately, there's still a bunch of errors when decoding
packets. These are all decent fixes though.
2025-03-30 21:42:46 -04:00
55c1e84cc5 Remove some unnessecary copies in Oodle 2025-03-30 19:43:30 -04:00
d844eef2f3 Extract some Oodle constants 2025-03-30 19:37:53 -04:00
a217823a64 Quiet some warnings 2025-03-23 18:21:12 -04:00
d6137b62d6 Build with Oodle on the CI
This makes it possible to use Kawari easily without compilation. You
still need to acquire Oodle yourself since we build with the shared
library version of Oodle.

The USAGE instructions is modified accordingly.
2025-03-22 21:19:18 -04:00
a7f56a62a1 Rename FFXIVOodle to OodleNetwork, move out of a folder
I was thinking I was going to add other modules but it wasn't needed, so it
doesn't need to live in a folder.
2025-03-17 17:22:09 -04:00
47216153b3 Dummy out Oodle support on the CI 2025-03-10 22:19:31 -04:00
660e12c597 Start implementing some world IPC
This doesn't work yet, but whatever it's a start.
2025-03-10 21:31:21 -04:00
51c66a4a14 Add support for decompressing Oodle-compressed packets 2025-03-09 12:00:58 -04:00