This website requires JavaScript.
Explore
Help
Sign In
cassidy
/
project-meteor-server
Watch
1
Star
0
Fork
0
You've already forked project-meteor-server
mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced
2025-04-02 19:42:05 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b717f6aeb1
project-meteor-server
/
FFXIVClassic_Lobby_Server
/
dataobjects
History
Filip Maj
b717f6aeb1
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
..
Character.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
CharaInfo.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
Retainer.cs
Import and Retainer lists now sent.
2015-09-10 00:52:31 -04:00
World.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