1
Fork 0
mirror of https://bitbucket.org/Ioncannon/project-meteor-server.git synced 2025-04-22 12:47:46 +00:00
A server emulator for Final Fantasy XIV 1.23b
Find a file
2016-04-11 22:49:05 -04:00
FFXIVClassic Lobby Server Receive routine in the lobby server now checks if bytes read is > (not >=) than 0. This was causing connections to stay active and cause the CPU to get bogged down. 2016-03-30 20:16:59 -04:00
FFXIVClassic Map Server Fixed crash due to bad constructor for QuestDirectorMan0L001. Unsigned integers will also write out as lua 0-datatype. 2016-04-11 22:49:05 -04:00
research Removed old Blowfish DLL project, added server position to server research doc. 2015-10-02 22:39:38 -04:00
scripts Added trigger name to all the scripts that had params. Implemented the Gridania opening stoper. 2016-03-20 21:19:40 -04:00
sql Pushed the latest sql import file. 2016-03-20 12:30:29 -04:00
.gitignore Finished code to send character skill (class) info. Added parameterdata request packet that requests this info. 2016-03-19 18:43:02 -04:00
FFXIVClassic Map Server.sln Folder rename: FFXIVClassic_Lobby_Server to FFXIV Classic Lobby Server. 2016-03-17 14:33:58 -04:00
README.md README.md edited online with Bitbucket 2016-03-16 21:21:42 +00:00

FFXIV Classic Server

A FFXIV 1.0 server emulator.

Important

The original lobby server repo was deleted and the project was merged under the same solution as the map server. All work will be now done in this repo.