Skip to content

Commit

Permalink
Update datafiles to version 1779942.
Browse files Browse the repository at this point in the history
Prepare 4.0.18 release.
  • Loading branch information
peterhaneve committed Aug 5, 2020
1 parent 94cf1a2 commit f97eecf
Show file tree
Hide file tree
Showing 12 changed files with 153 additions and 151 deletions.
6 changes: 3 additions & 3 deletions SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("4.0.17.0")]
[assembly: AssemblyFileVersion("4.0.17.4966")]
[assembly: AssemblyInformationalVersion("4.0.17")]
[assembly: AssemblyVersion("4.0.18.0")]
[assembly: AssemblyFileVersion("4.0.18.4979")]
[assembly: AssemblyInformationalVersion("4.0.18")]

// Neutral Language
[assembly: NeutralResourcesLanguage("en-US")]
36 changes: 16 additions & 20 deletions src/EVEMon.Common/Constants/NetworkConstants.resx
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,6 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="ESICharacterSkills" xml:space="preserve">
<value>/v4/characters/{0:D}/skills/</value>
<comment>120</comment>
</data>
<data name="ESIServerStatus" xml:space="preserve">
<value>/v1/status/</value>
<comment>30</comment>
Expand Down Expand Up @@ -182,7 +178,7 @@
<comment>30</comment>
</data>
<data name="ESINotifications" xml:space="preserve">
<value>/v4/characters/{0:D}/notifications/</value>
<value>/v5/characters/{0:D}/notifications/</value>
<comment>600</comment>
</data>
<data name="ESICharacterSheet" xml:space="preserve">
Expand Down Expand Up @@ -257,15 +253,15 @@
<comment>300</comment>
</data>
<data name="ESIAllianceList" xml:space="preserve">
<value>/v1/alliances/</value>
<value>/v2/alliances/</value>
<comment>3600</comment>
</data>
<data name="ESIAssetList" xml:space="preserve">
<value>/v5/characters/{0:D}/assets/</value>
<comment>3600</comment>
</data>
<data name="ESICalendarEventAttendees" xml:space="preserve">
<value>/v1/characters/{0:D}/calendar/{1:D}/attendees/</value>
<value>/v2/characters/{0:D}/calendar/{1:D}/attendees/</value>
<comment>600</comment>
</data>
<data name="ESIContactList" xml:space="preserve">
Expand All @@ -277,7 +273,7 @@
<comment>300</comment>
</data>
<data name="ESICorporationAssetList" xml:space="preserve">
<value>/v3/corporations/{0:D}/assets/</value>
<value>/v5/corporations/{0:D}/assets/</value>
<comment>3600</comment>
</data>
<data name="ESICorporationContactList" xml:space="preserve">
Expand All @@ -289,7 +285,7 @@
<comment>600</comment>
</data>
<data name="ESICorporationFactionalWarfareStats" xml:space="preserve">
<value>/v1/corporations/{0:D}/fw/stats/</value>
<value>/v2/corporations/{0:D}/fw/stats/</value>
<comment>downtime</comment>
</data>
<data name="ESICorporationKillLog" xml:space="preserve">
Expand Down Expand Up @@ -333,31 +329,31 @@
<comment>3600</comment>
</data>
<data name="ESIEVEFactionalWarfareStats" xml:space="preserve">
<value>/v1/fw/stats/</value>
<value>/v2/fw/stats/</value>
<comment>downtime</comment>
</data>
<data name="ESIEVEFactionalWarfareTopStats" xml:space="preserve">
<value>/v1/fw/leaderboards/</value>
<value>/v2/fw/leaderboards/</value>
<comment>downtime</comment>
</data>
<data name="ESIFactionalWarfareStats" xml:space="preserve">
<value>/v1/characters/{0:D}/fw/stats/</value>
<value>/v2/characters/{0:D}/fw/stats/</value>
<comment>downtime</comment>
</data>
<data name="ESIKillLog" xml:space="preserve">
<value>/v1/characters/{0:D}/killmails/recent/</value>
<comment>120</comment>
</data>
<data name="ESILocation" xml:space="preserve">
<value>/v1/characters/{0:D}/location/</value>
<value>/v2/characters/{0:D}/location/</value>
<comment>5</comment>
</data>
<data name="ESIMedals" xml:space="preserve">
<value>/v1/characters/{0:D}/medals/</value>
<comment>3600</comment>
</data>
<data name="ESIUpcomingCalendarEvents" xml:space="preserve">
<value>/v1/characters/{0:D}/calendar/</value>
<value>/v2/characters/{0:D}/calendar/</value>
<comment>5</comment>
</data>
<data name="ESIWalletJournal" xml:space="preserve">
Expand All @@ -369,7 +365,7 @@
<comment>3600</comment>
</data>
<data name="ESIFactionalWarfareSystems" xml:space="preserve">
<value>/v2/fw/systems/</value>
<value>/v3/fw/systems/</value>
<comment>1800</comment>
</data>
<data name="ESIJumps" xml:space="preserve">
Expand Down Expand Up @@ -475,7 +471,7 @@
<comment>3600</comment>
</data>
<data name="ESIClones" xml:space="preserve">
<value>/v3/characters/{0:D}/clones/</value>
<value>/v4/characters/{0:D}/clones/</value>
<comment>120</comment>
</data>
<data name="ESISkills" xml:space="preserve">
Expand Down Expand Up @@ -531,11 +527,11 @@
<value>grant_type=refresh_token&amp;refresh_token={0}</value>
</data>
<data name="ESIUpcomingCalendarEventDetails" xml:space="preserve">
<value>/v3/characters/{0:D}/calendar/{1:D}/</value>
<value>/v4/characters/{0:D}/calendar/{1:D}/</value>
<comment>5</comment>
</data>
<data name="ESIFactionWars" xml:space="preserve">
<value>/v1/fw/wars/</value>
<value>/v2/fw/wars/</value>
<comment>downtime</comment>
</data>
<data name="ESICharacterAffiliation" xml:space="preserve">
Expand All @@ -546,11 +542,11 @@
<comment>120</comment>
</data>
<data name="ESIImplants" xml:space="preserve">
<value>/v1/characters/{0:D}/implants/</value>
<value>/v2/characters/{0:D}/implants/</value>
<comment>300</comment>
</data>
<data name="ESIShip" xml:space="preserve">
<value>/v1/characters/{0:D}/ship/</value>
<value>/v2/characters/{0:D}/ship/</value>
<comment>5</comment>
</data>
<data name="ESIEmploymentHistory" xml:space="preserve">
Expand Down
41 changes: 16 additions & 25 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.

8 changes: 4 additions & 4 deletions src/EVEMon.Common/Resources/MD5Sums.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
3429df4087134b8ba91327ce7e348943 *eve-blueprints-en-US.xml.gzip
80365d7bebb491180f1d589d83494568 *eve-blueprints-en-US.xml.gzip
540000f7c111354769a54fa31e57d411 *eve-certificates-en-US.xml.gzip
bd6283bee820dd226df3af61d93215cc *eve-geography-en-US.xml.gzip
b3ed7b991afbd36ccf2f2a4a77c6ef9e *eve-items-en-US.xml.gzip
e25bc6013007767a0d59e226a8ed64c6 *eve-items-en-US.xml.gzip
3668b50996fc40a0c0853fec427b5712 *eve-masteries-en-US.xml.gzip
bfa88d7e71747815ba1d3ef8e9a27a89 *eve-properties-en-US.xml.gzip
53fa09176d412efcaf1593b31cfba27e *eve-properties-en-US.xml.gzip
b974861590311560a8649d583d3fab82 *eve-reprocessing-en-US.xml.gzip
703e1ef01cd4634ed39d86466b4ce32e *eve-skills-en-US.xml.gzip
b2f1b36856714c5a8f9a58ae5ae8f7c4 *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-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-skills-en-US.xml.gzip
Binary file not shown.
3 changes: 3 additions & 0 deletions src/EVEMon.Common/Serialization/NotificationRefTypes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@
<row refTypeID="1037" refTypeCode="OwnershipTransferred" refTypeName="Structure Transferred" subjectLayout="Ownership of {structureName} has been transferred" textLayout="Ownership of {structureName} has been transferred by {characterName} from {fromCorporationName} to {toCorporationName}."/>
<row refTypeID="1038" refTypeCode="CombatOperationFinished" refTypeName="Combat Operation Finished" subjectLayout="" textLayout=""/>
<row refTypeID="1039" refTypeCode="IndustryOperationFinished" refTypeName="Industry Operation Completed" subjectLayout="Industry job has been completed" textLayout="An industry job has completed."/>
<row refTypeID="1040" refTypeCode="WarEndedHqSecurityDrop" refTypeName="War Ended Due to War HQ Invasion" subjectLayout="" textLayout=""/>
<row refTypeID="1041" refTypeCode="WarHQRemovedFromSpace" refTypeName="War Ended Due to War HQ Removal" subjectLayout="" textLayout=""/>
<row refTypeID="1042" refTypeCode="WarRetractedByConcord" refTypeName="War Retracted by CONCORD" subjectLayout="CONCORD Invalidates War Declared By {declaredByID} Against {againstID}" textLayout="{senderName} has declared this war invalid as it breaches one or more articles in the Yulai Convention. The war will be declared as being over on {endDate}."/>
</rowset>
</result>
<cachedUntil></cachedUntil>
Expand Down
Loading

0 comments on commit f97eecf

Please sign in to comment.