1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-06-30 11:47:45 +00:00
kawari/src
Jules fe234920f2
Use raw-dylib when linking to Oodle on Windows (#83)
This means that the static .lib is no longer required at compile time, but
the .dll is still required at runtime. On Linux, the .so is still
required at both compile time and runtime, because linking works
differently there.
2025-06-28 14:45:01 -04:00
..
bin When equipping items, network that to other players 2025-06-28 11:13:11 -04:00
blowfish Create dedicated Connection implementations to handle future server work 2025-03-15 20:38:10 -04:00
common Fix bad assumption with EXP/Level array indices 2025-06-28 14:15:46 -04:00
inventory Equip the correct starting weapon for your selected classjob 2025-06-28 10:44:25 -04:00
ipc Support importing even more data from Auracite 2025-06-28 14:15:46 -04:00
lobby Don't make packet parsing async 2025-06-26 19:09:13 -04:00
login When no session is found when logging into the lobby, show an error msg 2025-05-08 21:01:15 -04:00
packet Use raw-dylib when linking to Oodle on Windows (#83) 2025-06-28 14:45:01 -04:00
patch Add version checks in the patch server for game and boot components 2025-03-23 08:21:43 -04:00
world Fix bad assumption with EXP/Level array indices 2025-06-28 14:15:46 -04:00
config.rs Rename added variables/functions for better consistency 2025-06-19 15:54:42 -04:00
lib.rs Support importing even more data from Auracite 2025-06-28 14:15:46 -04:00