1
Fork 0
mirror of https://bitbucket.org/Ioncannon/project-meteor-server.git synced 2025-04-24 13:47:46 +00:00
project-meteor-server/FFXIVClassic_Lobby_Server
2015-09-07 12:12:08 -04:00
..
common Initial commit of the FFXIV 1.0 lobby server. 2015-08-26 13:38:58 -04:00
dataobjects Added temp character and retainer packets. Added constants for easy modding. 2015-09-07 12:12:08 -04:00
packets Added temp character and retainer packets. Added constants for easy modding. 2015-09-07 12:12:08 -04:00
Properties Initial commit of the FFXIV 1.0 lobby server. 2015-08-26 13:38:58 -04:00
ClientConnection.cs Server now processes session ids and stores the correct logged in user in the clientconnection object. Reserve character now creates a entry in the db. 2015-08-27 10:19:00 -04:00
ConfigConstants.cs Initial commit of the FFXIV 1.0 lobby server. 2015-08-26 13:38:58 -04:00
Database.cs Server list is now sent from db rather than hard coded. 2015-09-03 01:02:55 -04:00
FFXIVClassic_Lobby_Server.csproj Added temp character and retainer packets. Added constants for easy modding. 2015-09-07 12:12:08 -04:00
packages.config Initial commit of the FFXIV 1.0 lobby server. 2015-08-26 13:38:58 -04:00
PacketProcessor.cs Added temp character and retainer packets. Added constants for easy modding. 2015-09-07 12:12:08 -04:00
Program.cs Initial commit of the FFXIV 1.0 lobby server. 2015-08-26 13:38:58 -04:00
Server.cs Error and server list packets added. Reserve will send error to client if a character name is take for a server. Code to send out server list on GetCharacters added. 2015-09-02 14:07:45 -04:00