1
Fork 0
mirror of https://bitbucket.org/Ioncannon/project-meteor-server.git synced 2025-04-23 21:27:46 +00:00
A server emulator for Final Fantasy XIV 1.23b
Find a file
2015-09-13 18:21:41 -04:00
Blowfish Initial commit of the FFXIV 1.0 lobby server. 2015-08-26 13:38:58 -04:00
FFXIVClassic_Lobby_Server Added account and select character packet creators. Fixed wrong field being read for session id. Most of the server is now NOT hardcoded and customizable from the DB. Only hardcoded packet left is the initial handshake. 2015-09-13 18:21:41 -04:00
packages Initial commit of the FFXIV 1.0 lobby server. 2015-08-26 13:38:58 -04:00
packets Removed uneeded packets since they have been implemented programmatically. 2015-09-13 11:31:21 -04:00
research Character deletes now delete the character from the DB instead of just changing the state. DB can now get single character. Character list is sent properly as per how 1.0 did it (only 1 'NEW' entry if available). Character info is now loaded from the new character packet and stored. It is also loaded for each character, encoded, and displayed (still testing). 2015-09-13 11:30:33 -04:00
.gitignore Initial commit of the FFXIV 1.0 lobby server. 2015-08-26 13:38:58 -04:00
FFXIVClassic_Lobby_Server.sln Initial commit of the FFXIV 1.0 lobby server. 2015-08-26 13:38:58 -04:00