Go to file
striche 1e311904cc Addressed issues where users on Windows 10 and Windows 11 were having issues running running the project.
1) Updated all projects to .NET Framework 4.7.2. This was a necessary prerequisite for the core fix.

2) The core fix is to upgrade the version of MySql.Data to address an error when opening connections. There is some kind of nuget issue with updating to the latest version (8.0.32) so fell back to updating to version 8.0.31. This also causes the addition of several all dependant libraries. Opted to just keep those at whatever version was specified by MySql.Data for now.

3) With the upgrade to MySql.Data, there is a behavioral change with the way the .Prepare statemenet works, and now it's required that parameters be added BEFORE calling .Prepare. So I've maded adjustments to the calls to .Prepare.
2023-02-04 16:35:15 -06:00
Common Class Lib Addressed issues where users on Windows 10 and Windows 11 were having issues running running the project. 2023-02-04 16:35:15 -06:00
Data Batch script to copy all files for postbuild -- Reiichi001 2022-11-18 16:34:37 +00:00
Lobby Server Addressed issues where users on Windows 10 and Windows 11 were having issues running running the project. 2023-02-04 16:35:15 -06:00
Map Server Addressed issues where users on Windows 10 and Windows 11 were having issues running running the project. 2023-02-04 16:35:15 -06:00
World Server Addressed issues where users on Windows 10 and Windows 11 were having issues running running the project. 2023-02-04 16:35:15 -06:00
.gitignore Updated git ignore as it's causing Debug.cs to be missing. 2019-06-19 00:45:12 -04:00
LICENSE.md Added license.md (see previous commit). 2019-06-17 23:28:44 -04:00
Meteor.sln Cleaned up namespaces (still have to do Map Project) and removed references to FFXIV Classic from the code. Removed the Launcher Editor project as it is no longer needed (host file editing is cleaner). 2019-06-19 00:05:18 -04:00
README.md README.md edited online with Bitbucket 2022-11-18 16:31:52 +00:00

Project Meteor Server

Compile and install instructions: http://ffxivclassic.fragmenterworks.com/wiki/index.php/Setting_up_the_project

Welcome to the Project Meteor Server; a server emulator for FFXIV 1.23b. If you wish to discuss and help please join the Discord server.

Discord Server Invite

https://discord.gg/fBmGkSZbaD

Pull Requests

Commits should contain a descriptive name for what you are modifying

Remember to check back for any feedback, and drop a comment once requested changes have been made (if there are any).

Please test your code before committing changes/submitting a pull request.