Ignore:
Timestamp:
Jul 31, 2023, 4:06:13 PM (16 months ago)
Author:
alloc
Message:

25_30_44

  • Got rid (mostly) of custom JSON serialization
  • Some code cleanup
File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/7dtd-server-fixes/7dtd-server-fixes.csproj

    r450 r455  
    8383  <ItemGroup>
    8484    <Compile Include="src\AssemblyInfo.cs" />
    85     <Compile Include="src\JSON\JsonManualBuilder.cs" />
    8685    <Compile Include="src\LiveData\Animals.cs" />
    8786    <Compile Include="src\LiveData\Hostiles.cs" />
     
    9190    <Compile Include="src\PersistentData\Players.cs" />
    9291    <Compile Include="src\PersistentData\Player.cs" />
    93     <Compile Include="src\JSON\JSONNode.cs" />
    94     <Compile Include="src\JSON\JSONArray.cs" />
    95     <Compile Include="src\JSON\JSONObject.cs" />
    96     <Compile Include="src\JSON\JSONNumber.cs" />
    97     <Compile Include="src\JSON\JSONString.cs" />
    98     <Compile Include="src\JSON\JSONBoolean.cs" />
    99     <Compile Include="src\BlockingQueue.cs" />
    100     <Compile Include="src\JSON\Parser.cs" />
    101     <Compile Include="src\JSON\JSONNull.cs" />
    102     <Compile Include="src\JSON\MalformedJSONException.cs" />
    10392    <Compile Include="src\API.cs" />
    10493    <Compile Include="src\AllocsUtils.cs" />
    10594    <Compile Include="src\LandClaimList.cs" />
    10695    <Compile Include="src\PersistentData\Attributes.cs" />
    107     <Compile Include="src\JSON\JSONValue.cs" />
    10896    <Compile Include="src\LiveData\EntityFilterList.cs" />
    10997  </ItemGroup>
     
    112100    <Folder Include="src\" />
    113101    <Folder Include="src\PersistentData\" />
    114     <Folder Include="src\JSON\Parser\" />
    115102  </ItemGroup>
    116103  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.