mirror of
				https://bitbucket.org/Ioncannon/project-meteor-server.git
				synced 2025-05-20 08:26:59 -04:00 
			
		
		
		
	Updated Map Server namespace. Moved all other data folders (www and sql) to data folder. Renamed boot name to Project Meteor.
This commit is contained in:
		| @@ -20,12 +20,12 @@ along with Project Meteor Server. If not, see <https:www.gnu.org/licenses/>. | ||||
| */ | ||||
|  | ||||
| using Meteor.Common; | ||||
| using FFXIVClassic_Map_Server.dataobjects; | ||||
| using Meteor.Map.dataobjects; | ||||
| using System; | ||||
| using System.IO; | ||||
| using System.Text; | ||||
|  | ||||
| namespace FFXIVClassic_Map_Server.packets.WorldPackets.Send.Group | ||||
| namespace Meteor.Map.packets.WorldPackets.Send.Group | ||||
| { | ||||
|     class CreateLinkshellPacket | ||||
|     { | ||||
|   | ||||
| @@ -20,11 +20,11 @@ along with Project Meteor Server. If not, see <https:www.gnu.org/licenses/>. | ||||
| */ | ||||
|  | ||||
| using Meteor.Common; | ||||
| using FFXIVClassic_Map_Server.dataobjects; | ||||
| using Meteor.Map.dataobjects; | ||||
| using System.IO; | ||||
| using System.Text; | ||||
|  | ||||
| namespace FFXIVClassic_Map_Server.packets.WorldPackets.Send.Group | ||||
| namespace Meteor.Map.packets.WorldPackets.Send.Group | ||||
| { | ||||
|     class DeleteLinkshellPacket | ||||
|     { | ||||
|   | ||||
| @@ -20,11 +20,11 @@ along with Project Meteor Server. If not, see <https:www.gnu.org/licenses/>. | ||||
| */ | ||||
|  | ||||
| using Meteor.Common; | ||||
| using FFXIVClassic_Map_Server.dataobjects; | ||||
| using Meteor.Map.dataobjects; | ||||
| using System; | ||||
| using System.IO; | ||||
|  | ||||
| namespace FFXIVClassic_Map_Server.packets.WorldPackets.Send.Group | ||||
| namespace Meteor.Map.packets.WorldPackets.Send.Group | ||||
| { | ||||
|     class GroupInviteResultPacket | ||||
|     { | ||||
|   | ||||
| @@ -20,11 +20,11 @@ along with Project Meteor Server. If not, see <https:www.gnu.org/licenses/>. | ||||
| */ | ||||
|  | ||||
| using Meteor.Common; | ||||
| using FFXIVClassic_Map_Server.dataobjects; | ||||
| using Meteor.Map.dataobjects; | ||||
| using System.IO; | ||||
| using System.Text; | ||||
|  | ||||
| namespace FFXIVClassic_Map_Server.packets.WorldPackets.Send.Group | ||||
| namespace Meteor.Map.packets.WorldPackets.Send.Group | ||||
| { | ||||
|     class LinkshellChangePacket | ||||
|     { | ||||
|   | ||||
| @@ -20,9 +20,9 @@ along with Project Meteor Server. If not, see <https:www.gnu.org/licenses/>. | ||||
| */ | ||||
|  | ||||
| using Meteor.Common; | ||||
| using FFXIVClassic_Map_Server.dataobjects; | ||||
| using Meteor.Map.dataobjects; | ||||
|  | ||||
| namespace FFXIVClassic_Map_Server.packets.WorldPackets.Send.Group | ||||
| namespace Meteor.Map.packets.WorldPackets.Send.Group | ||||
| { | ||||
|     class LinkshellInviteCancelPacket | ||||
|     { | ||||
|   | ||||
| @@ -20,12 +20,12 @@ along with Project Meteor Server. If not, see <https:www.gnu.org/licenses/>. | ||||
| */ | ||||
|  | ||||
| using Meteor.Common; | ||||
| using FFXIVClassic_Map_Server.dataobjects; | ||||
| using Meteor.Map.dataobjects; | ||||
| using System; | ||||
| using System.IO; | ||||
| using System.Text; | ||||
|  | ||||
| namespace FFXIVClassic_Map_Server.packets.WorldPackets.Send.Group | ||||
| namespace Meteor.Map.packets.WorldPackets.Send.Group | ||||
| { | ||||
|     class LinkshellInvitePacket | ||||
|     { | ||||
|   | ||||
| @@ -20,12 +20,12 @@ along with Project Meteor Server. If not, see <https:www.gnu.org/licenses/>. | ||||
| */ | ||||
|  | ||||
| using Meteor.Common; | ||||
| using FFXIVClassic_Map_Server.dataobjects; | ||||
| using Meteor.Map.dataobjects; | ||||
| using System; | ||||
| using System.IO; | ||||
| using System.Text; | ||||
|  | ||||
| namespace FFXIVClassic_Map_Server.packets.WorldPackets.Send.Group | ||||
| namespace Meteor.Map.packets.WorldPackets.Send.Group | ||||
| { | ||||
|     class LinkshellLeavePacket | ||||
|     { | ||||
|   | ||||
| @@ -20,12 +20,12 @@ along with Project Meteor Server. If not, see <https:www.gnu.org/licenses/>. | ||||
| */ | ||||
|  | ||||
| using Meteor.Common; | ||||
| using FFXIVClassic_Map_Server.dataobjects; | ||||
| using Meteor.Map.dataobjects; | ||||
| using System; | ||||
| using System.IO; | ||||
| using System.Text; | ||||
|  | ||||
| namespace FFXIVClassic_Map_Server.packets.WorldPackets.Send.Group | ||||
| namespace Meteor.Map.packets.WorldPackets.Send.Group | ||||
| { | ||||
|     class LinkshellRankChangePacket | ||||
|     { | ||||
|   | ||||
| @@ -20,12 +20,12 @@ along with Project Meteor Server. If not, see <https:www.gnu.org/licenses/>. | ||||
| */ | ||||
|  | ||||
| using Meteor.Common; | ||||
| using FFXIVClassic_Map_Server.dataobjects; | ||||
| using Meteor.Map.dataobjects; | ||||
| using System; | ||||
| using System.IO; | ||||
| using System.Text; | ||||
|  | ||||
| namespace FFXIVClassic_Map_Server.packets.WorldPackets.Send.Group | ||||
| namespace Meteor.Map.packets.WorldPackets.Send.Group | ||||
| { | ||||
|     class ModifyLinkshellPacket | ||||
|     { | ||||
|   | ||||
| @@ -20,12 +20,12 @@ along with Project Meteor Server. If not, see <https:www.gnu.org/licenses/>. | ||||
| */ | ||||
|  | ||||
| using Meteor.Common; | ||||
| using FFXIVClassic_Map_Server.dataobjects; | ||||
| using Meteor.Map.dataobjects; | ||||
| using System; | ||||
| using System.IO; | ||||
| using System.Text; | ||||
|  | ||||
| namespace FFXIVClassic_Map_Server.packets.WorldPackets.Send.Group | ||||
| namespace Meteor.Map.packets.WorldPackets.Send.Group | ||||
| { | ||||
|     class PartyInvitePacket | ||||
|     { | ||||
|   | ||||
| @@ -20,11 +20,11 @@ along with Project Meteor Server. If not, see <https:www.gnu.org/licenses/>. | ||||
| */ | ||||
|  | ||||
| using Meteor.Common; | ||||
| using FFXIVClassic_Map_Server.dataobjects; | ||||
| using Meteor.Map.dataobjects; | ||||
| using System; | ||||
| using System.IO; | ||||
|  | ||||
| namespace FFXIVClassic_Map_Server.packets.WorldPackets.Send.Group | ||||
| namespace Meteor.Map.packets.WorldPackets.Send.Group | ||||
| { | ||||
|     class PartyLeavePacket | ||||
|     { | ||||
|   | ||||
| @@ -20,12 +20,12 @@ along with Project Meteor Server. If not, see <https:www.gnu.org/licenses/>. | ||||
| */ | ||||
|  | ||||
| using Meteor.Common; | ||||
| using FFXIVClassic_Map_Server.dataobjects; | ||||
| using Meteor.Map.dataobjects; | ||||
| using System; | ||||
| using System.IO; | ||||
| using System.Text; | ||||
|  | ||||
| namespace FFXIVClassic_Map_Server.packets.WorldPackets.Send.Group | ||||
| namespace Meteor.Map.packets.WorldPackets.Send.Group | ||||
| { | ||||
|     class PartyModifyPacket | ||||
|     { | ||||
|   | ||||
| @@ -20,11 +20,11 @@ along with Project Meteor Server. If not, see <https:www.gnu.org/licenses/>. | ||||
| */ | ||||
|  | ||||
| using Meteor.Common; | ||||
| using FFXIVClassic_Map_Server.dataobjects; | ||||
| using Meteor.Map.dataobjects; | ||||
| using System; | ||||
| using System.IO; | ||||
|  | ||||
| namespace  FFXIVClassic_Map_Server.packets.WorldPackets.Send | ||||
| namespace  Meteor.Map.packets.WorldPackets.Send | ||||
| { | ||||
|     class SessionBeginConfirmPacket | ||||
|     { | ||||
|   | ||||
| @@ -20,11 +20,11 @@ along with Project Meteor Server. If not, see <https:www.gnu.org/licenses/>. | ||||
| */ | ||||
|  | ||||
| using Meteor.Common; | ||||
| using FFXIVClassic_Map_Server.dataobjects; | ||||
| using Meteor.Map.dataobjects; | ||||
| using System; | ||||
| using System.IO; | ||||
|  | ||||
| namespace FFXIVClassic_Map_Server.packets.WorldPackets.Send | ||||
| namespace Meteor.Map.packets.WorldPackets.Send | ||||
| { | ||||
|     class SessionEndConfirmPacket | ||||
|     { | ||||
|   | ||||
| @@ -23,7 +23,7 @@ using Meteor.Common; | ||||
| using System; | ||||
| using System.IO; | ||||
|  | ||||
| namespace FFXIVClassic_Map_Server.packets.WorldPackets.Send | ||||
| namespace Meteor.Map.packets.WorldPackets.Send | ||||
| { | ||||
|     class WorldRequestZoneChangePacket | ||||
|     { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user