1
Fork 0
mirror of https://bitbucket.org/Ioncannon/project-meteor-server.git synced 2025-04-23 21:27:46 +00:00
project-meteor-server/FFXIVClassic Map Server
2019-06-02 17:11:14 -04:00
..
actors Added in "LinkedSlot" info in the InventoryItems. The slot sent when using "SendUpdateAsItemPackage" differ from a normal update. This was causing a crash. Checking is working again, trade is working up to the final transaction. 2019-06-02 17:11:14 -04:00
dataobjects Added in "LinkedSlot" info in the InventoryItems. The slot sent when using "SendUpdateAsItemPackage" differ from a normal update. This was causing a crash. Checking is working again, trade is working up to the final transaction. 2019-06-02 17:11:14 -04:00
lua Merge branch 'inventory_refactor' into develop 2019-05-06 15:59:09 -04:00
navmesh moved vector3 to common 2017-06-29 19:14:03 +01:00
packets Refactored inventory to "ReferencedItemPackage" as this is a more general approach closer to what the FFXIV client uses. Added itempackage code to the LinkedItemList packets (also renamed from EquipmentList). Cleaned up trade code. 2019-06-02 16:57:46 -04:00
Properties initial navmesh stuff 2017-06-29 18:45:39 +01:00
utils Cleaning up imports. 2019-05-06 16:07:06 -04:00
App.config Cleaned up unused nuget packages. Downgraded JSON lib as the latest one has dependencies. Cleaned up some DB code using dapper (since it's deleted). 2018-10-08 15:31:41 -04:00
CommandProcessor.cs Merge branch 'inventory_refactor' into develop 2019-05-06 15:59:09 -04:00
ConfigConstants.cs Cleanup the messy imports. 2019-05-06 13:39:24 -04:00
Database.cs Refactored inventory to "ReferencedItemPackage" as this is a more general approach closer to what the FFXIV client uses. Added itempackage code to the LinkedItemList packets (also renamed from EquipmentList). Cleaned up trade code. 2019-06-02 16:57:46 -04:00
FFXIVClassic Map Server.csproj Refactored inventory to "ReferencedItemPackage" as this is a more general approach closer to what the FFXIV client uses. Added itempackage code to the LinkedItemList packets (also renamed from EquipmentList). Cleaned up trade code. 2019-06-02 16:57:46 -04:00
inventorys_packets.txt New debug packets. 2015-10-04 22:42:20 -04:00
NLog.config Fixed NLog config for map server. Added some debug printouts while testing. 2016-08-29 09:03:48 -04:00
NLog.xsd accidentally mass replaced "target", fixed now 2016-06-15 04:27:25 +01:00
packages.config Fixed JSON lib being broken from downgrade. 2018-10-20 12:16:34 -04:00
PacketProcessor.cs Merge branch 'inventory_refactor' into develop 2019-05-06 15:59:09 -04:00
Program.cs Merge branch 'inventory_refactor' into develop 2019-05-06 15:59:09 -04:00
Server.cs Merge branch 'inventory_refactor' into develop 2019-05-06 15:59:09 -04:00
SharpNav.dll initial navmesh stuff 2017-06-29 18:45:39 +01:00
WorldManager.cs Cleaning up imports. 2019-05-06 16:07:06 -04:00