1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-07-01 04:07:45 +00:00
kawari/src/common
Joshua Goins f338530e6d Fix rotations sent to other players
There was two problems I was running into:
1. The move packet changed slightly, using a different way to encode the
rotation. In hindsight, it should seem obvious they would encode it the
same way for CommonSpawn and ActorMove.
2. write_quantized_rotation did it's order of operations wrong, and
it would spit out nonsensical rotations.

Both issues are fixed and you can see the other player's rotation
correctly now!
2025-05-08 21:52:50 -04:00
..
workdefinitions Implement Fantasia and remaking your character 2025-05-02 15:36:22 -04:00
customize_data.rs Update dependencies, remove Physis chardat workaround 2025-03-31 17:26:56 -04:00
gamedata.rs Make Limsa Inn warp functional 2025-05-05 22:04:39 -04:00
mod.rs Fix rotations sent to other players 2025-05-08 21:52:50 -04:00
position.rs Add Lua API for commands 2025-05-06 21:57:52 -04:00