Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Evemon 2022 Updates #311

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/EVEMon.Common/Constants/NetworkConstants.resx
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
<comment>600</comment>
</data>
<data name="ESICharacterSheet" xml:space="preserve">
<value>/v4/characters/{0:D}/</value>
<value>/v5/characters/{0:D}/</value>
<comment>3600</comment>
</data>
<data name="ESIStandings" xml:space="preserve">
Expand Down Expand Up @@ -547,7 +547,7 @@
<comment>5</comment>
</data>
<data name="ESIEmploymentHistory" xml:space="preserve">
<value>/v1/characters/{0:D}/corporationhistory/</value>
<value>/v2/characters/{0:D}/corporationhistory/</value>
<comment>86400</comment>
</data>
<data name="BitBucketBase" xml:space="preserve">
Expand Down Expand Up @@ -610,4 +610,4 @@
<data name="FuzzworksMarketUrl" xml:space="preserve">
<value>https://market.fuzzwork.co.uk/aggregates/?region=10000002&amp;types=</value>
</data>
</root>
</root>
6 changes: 3 additions & 3 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.

12 changes: 6 additions & 6 deletions src/EVEMon.Common/Resources/MD5Sums.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
df91ac86ac9954dfaff13ab77681a1cc *eve-blueprints-en-US.xml.gzip
6c8ca2d10337fbcf42b323606aa1c323 *eve-blueprints-en-US.xml.gzip
540000f7c111354769a54fa31e57d411 *eve-certificates-en-US.xml.gzip
3077e700023d84a267b744a6ee44acc7 *eve-geography-en-US.xml.gzip
4c9cb667e22421fad8ca08777be7fd8a *eve-items-en-US.xml.gzip
e4075d02fc59996779c3892ef88e74ab *eve-geography-en-US.xml.gzip
bc72b29e8a70a67fb50556c03ef30125 *eve-items-en-US.xml.gzip
3668b50996fc40a0c0853fec427b5712 *eve-masteries-en-US.xml.gzip
1f6ae9f613fd26b08d5ec206d0958d79 *eve-properties-en-US.xml.gzip
adb83f4fc55f61a58548dcb924a91cfe *eve-reprocessing-en-US.xml.gzip
727a781211b138cf331afed346692962 *eve-skills-en-US.xml.gzip
4aa2d8a5bfbbf8b7dea1e55b25b5ef77 *eve-properties-en-US.xml.gzip
24124961fd2803f1751e6660aa4464b2 *eve-reprocessing-en-US.xml.gzip
cf16e543356a88033255bf275a8f44fa *eve-skills-en-US.xml.gzip
Binary file modified src/EVEMon.Common/Resources/eve-blueprints-en-US.xml.gzip
Binary file not shown.
Binary file modified src/EVEMon.Common/Resources/eve-geography-en-US.xml.gzip
Binary file not shown.
Binary file modified src/EVEMon.Common/Resources/eve-items-en-US.xml.gzip
Binary file not shown.
Binary file modified src/EVEMon.Common/Resources/eve-properties-en-US.xml.gzip
Binary file not shown.
Binary file modified src/EVEMon.Common/Resources/eve-reprocessing-en-US.xml.gzip
Binary file not shown.
Binary file modified src/EVEMon.Common/Resources/eve-skills-en-US.xml.gzip
Binary file not shown.
4 changes: 3 additions & 1 deletion src/EVEMon.Common/Serialization/Flags.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<row flagID="131" flagName="SubSystem6" flagText="Sub system slot 6" />
<row flagID="132" flagName="SubSystem7" flagText="Sub system slot 7" />
<row flagID="133" flagName="SpecializedFuelBay" flagText="Specialized Fuel Bay" />
<row flagID="134" flagName="SpecializedOreHold" flagText="Specialized Ore Hold" />
<row flagID="134" flagName="SpecializedAsteroidHold" flagText="Specialized Asteroid Hold" />
<row flagID="135" flagName="SpecializedGasHold" flagText="Specialized Gas Hold" />
<row flagID="136" flagName="SpecializedMineralHold" flagText="Specialized Mineral Hold" />
<row flagID="137" flagName="SpecializedSalvageHold" flagText="Specialized Salvage Hold" />
Expand Down Expand Up @@ -135,5 +135,7 @@
<row flagID="178" flagName="Raffles" flagText="Raffles Hangar" />
<row flagID="179" flagName="FrigateEscapeBay" flagText="Frigate escape bay Hangar" />
<row flagID="180" flagName="StructureDeedBay" flagText="Structure Deed Bay" />
<row flagID="181" flagName="SpecializedIceHold" flagText="Specialized Ice Hold" />
<row flagID="182" flagName="SpecializedAsteroidHold" flagText="Specialized Asteroid Hold" />
</rowset>
</invFlags>