mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Added account and select character packet creators. Fixed wrong field being read for session id. Most of the server is now NOT hardcoded and customizable from the DB. Only hardcoded packet left is the initial handshake.
This commit is contained in:
@@ -58,6 +58,7 @@
|
||||
<Compile Include="common\Bitfield.cs" />
|
||||
<Compile Include="common\Log.cs" />
|
||||
<Compile Include="common\STA_INIFile.cs" />
|
||||
<Compile Include="dataobjects\Account.cs" />
|
||||
<Compile Include="dataobjects\CharaInfo.cs" />
|
||||
<Compile Include="dataobjects\Retainer.cs" />
|
||||
<Compile Include="dataobjects\Character.cs" />
|
||||
@@ -74,9 +75,11 @@
|
||||
<Compile Include="packets\ErrorPacket.cs" />
|
||||
<Compile Include="packets\HardCoded_Packets.cs" />
|
||||
<Compile Include="packets\PacketStructs.cs" />
|
||||
<Compile Include="packets\SelectCharacterConfirmPacket.cs" />
|
||||
<Compile Include="packets\SubPacket.cs" />
|
||||
<Compile Include="packets\CharacterListPacket.cs" />
|
||||
<Compile Include="packets\ImportListPacket.cs" />
|
||||
<Compile Include="packets\AccountListPacket.cs" />
|
||||
<Compile Include="packets\WorldListPacket.cs" />
|
||||
<Compile Include="Program.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
|
||||
Reference in New Issue
Block a user