1
Fork 0
mirror of https://bitbucket.org/Ioncannon/project-meteor-server.git synced 2025-04-23 13:17:45 +00:00
project-meteor-server/FFXIVClassic_Lobby_Server
2015-09-13 11:56:48 -04:00
..
common Added all Console writes to the log. Put in "Max chars" for character list. 2015-09-11 18:57:22 -04:00
dataobjects Chara info is now generated and sent without errors. Still need to figure out what equip IDs to use, and add face and characteristics data. 2015-09-13 11:56:48 -04:00
packets Chara info is now generated and sent without errors. Still need to figure out what equip IDs to use, and add face and characteristics data. 2015-09-13 11:56:48 -04:00
Properties Initial commit of the FFXIV 1.0 lobby server. 2015-08-26 13:38:58 -04:00
app.config Finished character creator DB calls, moved DB stuff to Dapper, started work on get characters. 2015-09-09 00:08:46 -04:00
ClientConnection.cs Finished character creator DB calls, moved DB stuff to Dapper, started work on get characters. 2015-09-09 00:08:46 -04:00
ConfigConstants.cs Replace ini file reader with full .NET implementation so it can run on Mono. 2015-09-10 19:00:44 -04:00
Database.cs 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
FFXIVClassic_Lobby_Server.csproj Replace ini file reader with full .NET implementation so it can run on Mono. 2015-09-10 19:00:44 -04:00
packages.config Finished character creator DB calls, moved DB stuff to Dapper, started work on get characters. 2015-09-09 00:08:46 -04:00
PacketProcessor.cs 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
Program.cs Initial commit of the FFXIV 1.0 lobby server. 2015-08-26 13:38:58 -04:00
Server.cs Replace ini file reader with full .NET implementation so it can run on Mono. 2015-09-10 19:00:44 -04:00