Skip to content

Commit

Permalink
Update datafiles to version 1885015.
Browse files Browse the repository at this point in the history
Remove the EVE Market Data provider as it was no longer functional, and replace it with a new Fuzzworks market API provider. Refactor both that and the Eve Marketer API to use the cache better, run faster, and stress the websites far less.
  • Loading branch information
peterhaneve committed Mar 13, 2021
1 parent 948ae99 commit 10aaef3
Show file tree
Hide file tree
Showing 22 changed files with 494 additions and 374 deletions.
2 changes: 2 additions & 0 deletions src/EVEMon.Common/Constants/DBConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,8 @@ public static ReadOnlyCollection<int> StrategicComponentsMarketGroupIDs
public const int FrekiBlueprintID = 32208;
public const int MimirBlueprintID = 32210;
public const int MiningFrigateSkillID = 32918;
public const int LargeSkillInjectorID = 40520;
public const int SmallSkillInjectorID = 45635;

public const int AlphaDataAnalyzerIBlueprintID = 22330;
public const int DaemonDataAnalyzerIBlueprintID = 22326;
Expand Down
3 changes: 3 additions & 0 deletions src/EVEMon.Common/Constants/NetworkConstants.resx
Original file line number Diff line number Diff line change
Expand Up @@ -607,4 +607,7 @@
<data name="CCPTypeRender" xml:space="preserve">
<value>/types/{0:D}/render?tenant=tranquility&amp;size={1:D}</value>
</data>
<data name="FuzzworksMarketUrl" xml:space="preserve">
<value>https://market.fuzzwork.co.uk/aggregates/?region=10000002&amp;types=</value>
</data>
</root>
9 changes: 9 additions & 0 deletions src/EVEMon.Common/Constants/NetworkConstants1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion src/EVEMon.Common/EVEMon.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@
<Compile Include="Helpers\BlankCharacterUIHelper.cs" />
<Compile Include="Helpers\ImageHelper.cs" />
<Compile Include="Helpers\TaskHelper.cs" />
<Compile Include="MarketPricer\Fuzzworks\FuzzworksItemPricer.cs" />
<Compile Include="Models\AccountStatus.cs" />
<Compile Include="Models\ESIMethod.cs" />
<Compile Include="Models\Extended\ESIMethods.cs" />
Expand All @@ -239,6 +240,8 @@
<Compile Include="Serialization\Esi\EsiAPIPlanet.cs" />
<Compile Include="Serialization\Esi\EsiErrors.cs" />
<Compile Include="Serialization\Eve\SerializableLocation.cs" />
<Compile Include="Serialization\Fuzzworks\SerializableFuzzworksPriceItem.cs" />
<Compile Include="Serialization\Fuzzworks\SerializableFuzzworksPriceListItem.cs" />
<Compile Include="Serialization\Hammertime\HammertimeStructure.cs" />
<Compile Include="Serialization\JsonResult.cs" />
<Compile Include="Serialization\Esi\EsiResult.cs" />
Expand Down Expand Up @@ -667,7 +670,6 @@
<Compile Include="Models\Comparers\KillLogComparer.cs" />
<Compile Include="Helpers\KillLogExporter.cs" />
<Compile Include="Models\KillLogItem.cs" />
<Compile Include="MarketPricer\EveMarketData\EMDItemPricer.cs" />
<Compile Include="MarketPricer\ItemPricer.cs" />
<Compile Include="Models\Medal.cs" />
<Compile Include="Models\Collections\MedalCollection.cs" />
Expand Down
218 changes: 0 additions & 218 deletions src/EVEMon.Common/MarketPricer/EveMarketData/EMDItemPricer.cs

This file was deleted.

Loading

0 comments on commit 10aaef3

Please sign in to comment.