1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-04-22 07:27:44 +00:00
kawari/src
Joshua Goins 640aeb797c Fix a few problems with ClientSelectData, use the same character in both servers
I apparently had a few fields missing here. Also just some general clean up,
make it the same looking character in both the Lobby and World server. I also
chose Gridania as the test zone.
2025-03-14 00:30:37 -04:00
..
bin Fix a few problems with ClientSelectData, use the same character in both servers 2025-03-14 00:30:37 -04:00
blowfish Replace Blowfish implementation with a Rust one 2025-03-11 21:20:47 -04:00
oodle Fix numerous issues with the client<->zone communication and Oodle 2025-03-11 23:52:55 -04:00
world Fix a few problems with ClientSelectData, use the same character in both servers 2025-03-14 00:30:37 -04:00
chara_make.rs Add Lobby IPC packets for character creation 2025-03-13 23:30:48 -04:00
client_select_data.rs Fix a few problems with ClientSelectData, use the same character in both servers 2025-03-14 00:30:37 -04:00
common.rs Move more code out of packet module 2025-03-08 21:56:44 -05:00
compression.rs Fix numerous issues with the client<->zone communication and Oodle 2025-03-11 23:52:55 -04:00
config.rs Run cargo fmt 2025-03-08 13:27:41 -05:00
encryption.rs Replace Blowfish implementation with a Rust one 2025-03-11 21:20:47 -04:00
ipc.rs Fix a few problems with ClientSelectData, use the same character in both servers 2025-03-14 00:30:37 -04:00
lib.rs Fix a few problems with ClientSelectData, use the same character in both servers 2025-03-14 00:30:37 -04:00
packet.rs Allow logging out of the client without destroying the world server 2025-03-12 18:44:05 -04:00
patchlist.rs Re-run format, re-organize some code and run Clippy auto-fix 2025-03-08 21:54:03 -05:00