project-meteor-server/Map Server
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
..
Actors SetPushEventConditionWithTriggerBox & EventList.cs - Made changes to PushBoxEventCondition so it can function ingame if provided the correct parameters in the eventConditions in the gamedata_actor_class SQL. These are used for the Market Wards entrances in each city 2020-09-25 18:15:54 -04:00
DataObjects Reimplemented dream packets. Fixed instance update bug that was locking up client when waking up. When going to sleep the proper position is saved. Still need to handle if the player logs out in the inn vs sleeping. 2019-07-27 21:55:07 -04:00
Lua Fixed appearance bugs. Fixed a lua arg bug. 2020-03-13 23:17:12 -04:00
navmesh 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
Packets SetPushEventConditionWithTriggerBox & EventList.cs - Made changes to PushBoxEventCondition so it can function ingame if provided the correct parameters in the eventConditions in the gamedata_actor_class SQL. These are used for the Market Wards entrances in each city 2020-09-25 18:15:54 -04:00
Properties 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
Utils 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
App.config 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
CommandProcessor.cs Updated Map Server namespace. Moved all other data folders (www and sql) to data folder. Renamed boot name to Project Meteor. 2019-06-19 01:10:15 -04:00
ConfigConstants.cs Updated Map Server namespace. Moved all other data folders (www and sql) to data folder. Renamed boot name to Project Meteor. 2019-06-19 01:10:15 -04:00
Database.cs 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
inventorys_packets.txt 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
Map Server.csproj 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
NLog.config Updated Map Server namespace. Moved all other data folders (www and sql) to data folder. Renamed boot name to Project Meteor. 2019-06-19 01:10:15 -04:00
packages.config 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
PacketProcessor.cs Packet refactoring. 2019-07-26 23:24:06 -04:00
Program.cs Updated Map Server namespace. Moved all other data folders (www and sql) to data folder. Renamed boot name to Project Meteor. 2019-06-19 01:10:15 -04:00
Server.cs Fixed actors not being resent on login into already available session due to those actors being in the instance list but not the client. Added chocobo rental code. 2019-07-11 12:13:23 -04:00
SharpNav.dll 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
WorldManager.cs Reimplemented dream packets. Fixed instance update bug that was locking up client when waking up. When going to sleep the proper position is saved. Still need to handle if the player logs out in the inn vs sleeping. 2019-07-27 21:55:07 -04:00