Updating Mudblazor Version

This commit is contained in:
Jonathan
2025-04-27 19:34:50 -04:00
parent 38ff4e3e89
commit e820457176
153 changed files with 5010 additions and 2059 deletions
@@ -117,7 +117,8 @@ You are now going to want to modify the file with your own hotkey setup.
To do this, replace any of the Key=`VALUE` mapped to the desired actions with any value from the list below.
*For example, you can swap the Z Key value in SelectUnitProductionBuildings to C. Which would look like
this: `ActionMappings=(ActionName="SelectUnitProductionBuildings",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=C)`*
this:
`ActionMappings=(ActionName="SelectUnitProductionBuildings",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=C)`*
**Key Values**
+83 -1
View File
@@ -1 +1,83 @@
[{"Id":0,"Name":"Easy Tasks","Description":"General tasks that I can grab when too tired to program","StartDate":null,"EndDate":null,"Notes":null,"AgileTaskModels":[]},{"Id":1,"Name":"Agile Sprint","Description":"Changelogs and sprint views were going to be pushed till later, but I am feeling inspired by the IGP Content Creators\u0027 minimum weekly lifecycle requirement. So I am going to focus on agile-related tasks, and handle roadmap tasks after this initial sprint. All weekly sprints will release on Sunday, starting next Sunday.","StartDate":"2022-02-14T00:00:00","EndDate":"2022-02-20T00:00:00","Notes":null,"AgileTaskModels":[]},{"Id":2,"Name":"SQL Update","Description":"The SQL update is big enough to be a full sprint in of itself, and I spent less time this week for development. Will just extend sprint by 2 week, and remove all non SQL tasks from the sprint.","StartDate":"2022-02-20T00:00:00","EndDate":"2022-03-27T00:00:00","Notes":null,"AgileTaskModels":[]},{"Id":3,"Name":"Database Page","Description":"Improvements to the Database page","StartDate":"2022-03-27T00:00:00","EndDate":"2022-04-03T00:00:00","Notes":null,"AgileTaskModels":[]},{"Id":4,"Name":"Branding","Description":"Improve streaming branding around the website","StartDate":"2022-04-03T00:00:00","EndDate":"2022-04-10T00:00:00","Notes":null,"AgileTaskModels":[]},{"Id":5,"Name":"Calculators","Description":"Improve Calculators","StartDate":"2022-04-10T00:00:00","EndDate":"2022-04-24T00:00:00","Notes":null,"AgileTaskModels":[]},{"Id":6,"Name":"Infrastructure Misc","Description":"Localization, Analytics, and Test Automation","StartDate":"2022-04-24T00:00:00","EndDate":"2022-05-08T00:00:00","Notes":null,"AgileTaskModels":[]},{"Id":7,"Name":"Damage Calculator and Lists","Description":"Sort unit data by damage output. Select a attack and defense unit to see hits to kill.","StartDate":"2022-05-08T00:00:00","EndDate":"2022-05-22T00:00:00","Notes":null,"AgileTaskModels":[]},{"Id":8,"Name":"More Test Automation and CI","Description":"More test automation work. Integrate into CI","StartDate":"2022-05-22T00:00:00","EndDate":"2022-06-05T00:00:00","Notes":null,"AgileTaskModels":[]}]
[
{
"Id": 0,
"Name": "Easy Tasks",
"Description": "General tasks that I can grab when too tired to program",
"StartDate": null,
"EndDate": null,
"Notes": null,
"AgileTaskModels": []
},
{
"Id": 1,
"Name": "Agile Sprint",
"Description": "Changelogs and sprint views were going to be pushed till later, but I am feeling inspired by the IGP Content Creators\u0027 minimum weekly lifecycle requirement. So I am going to focus on agile-related tasks, and handle roadmap tasks after this initial sprint. All weekly sprints will release on Sunday, starting next Sunday.",
"StartDate": "2022-02-14T00:00:00",
"EndDate": "2022-02-20T00:00:00",
"Notes": null,
"AgileTaskModels": []
},
{
"Id": 2,
"Name": "SQL Update",
"Description": "The SQL update is big enough to be a full sprint in of itself, and I spent less time this week for development. Will just extend sprint by 2 week, and remove all non SQL tasks from the sprint.",
"StartDate": "2022-02-20T00:00:00",
"EndDate": "2022-03-27T00:00:00",
"Notes": null,
"AgileTaskModels": []
},
{
"Id": 3,
"Name": "Database Page",
"Description": "Improvements to the Database page",
"StartDate": "2022-03-27T00:00:00",
"EndDate": "2022-04-03T00:00:00",
"Notes": null,
"AgileTaskModels": []
},
{
"Id": 4,
"Name": "Branding",
"Description": "Improve streaming branding around the website",
"StartDate": "2022-04-03T00:00:00",
"EndDate": "2022-04-10T00:00:00",
"Notes": null,
"AgileTaskModels": []
},
{
"Id": 5,
"Name": "Calculators",
"Description": "Improve Calculators",
"StartDate": "2022-04-10T00:00:00",
"EndDate": "2022-04-24T00:00:00",
"Notes": null,
"AgileTaskModels": []
},
{
"Id": 6,
"Name": "Infrastructure Misc",
"Description": "Localization, Analytics, and Test Automation",
"StartDate": "2022-04-24T00:00:00",
"EndDate": "2022-05-08T00:00:00",
"Notes": null,
"AgileTaskModels": []
},
{
"Id": 7,
"Name": "Damage Calculator and Lists",
"Description": "Sort unit data by damage output. Select a attack and defense unit to see hits to kill.",
"StartDate": "2022-05-08T00:00:00",
"EndDate": "2022-05-22T00:00:00",
"Notes": null,
"AgileTaskModels": []
},
{
"Id": 8,
"Name": "More Test Automation and CI",
"Description": "More test automation work. Integrate into CI",
"StartDate": "2022-05-22T00:00:00",
"EndDate": "2022-06-05T00:00:00",
"Notes": null,
"AgileTaskModels": []
}
]
File diff suppressed because one or more lines are too long
+44 -1
View File
@@ -1 +1,44 @@
[{"Id":1,"ParentId":null,"DocSectionModelId":1,"Href":"setup","DocumentationModels":[],"Parent":null,"PageOrder":0,"CreatedDate":"2022-03-30T00:00:00","UpdatedDate":"2022-04-07T00:00:00","Name":"Development Setup","Description":"Get set up on developing this web project.","Content":"setup"},{"Id":2,"ParentId":null,"DocSectionModelId":1,"Href":"project-data","DocumentationModels":[],"Parent":null,"PageOrder":0,"CreatedDate":"2022-04-11T00:00:00","UpdatedDate":"2022-04-11T00:00:00","Name":"Project Data","Description":"Using data in this project.","Content":"project-data"},{"Id":3,"ParentId":null,"DocSectionModelId":1,"Href":"cheat-sheet","DocumentationModels":[],"Parent":null,"PageOrder":0,"CreatedDate":"2022-04-11T00:00:00","UpdatedDate":"2022-04-11T00:00:00","Name":"Cheat Sheet","Description":"Handy links or quick information on this project.","Content":"cheat-sheet"}]
[
{
"Id": 1,
"ParentId": null,
"DocSectionModelId": 1,
"Href": "setup",
"DocumentationModels": [],
"Parent": null,
"PageOrder": 0,
"CreatedDate": "2022-03-30T00:00:00",
"UpdatedDate": "2022-04-07T00:00:00",
"Name": "Development Setup",
"Description": "Get set up on developing this web project.",
"Content": "setup"
},
{
"Id": 2,
"ParentId": null,
"DocSectionModelId": 1,
"Href": "project-data",
"DocumentationModels": [],
"Parent": null,
"PageOrder": 0,
"CreatedDate": "2022-04-11T00:00:00",
"UpdatedDate": "2022-04-11T00:00:00",
"Name": "Project Data",
"Description": "Using data in this project.",
"Content": "project-data"
},
{
"Id": 3,
"ParentId": null,
"DocSectionModelId": 1,
"Href": "cheat-sheet",
"DocumentationModels": [],
"Parent": null,
"PageOrder": 0,
"CreatedDate": "2022-04-11T00:00:00",
"UpdatedDate": "2022-04-11T00:00:00",
"Name": "Cheat Sheet",
"Description": "Handy links or quick information on this project.",
"Content": "cheat-sheet"
}
]
+7 -1
View File
@@ -1 +1,7 @@
[{"Id":1,"Name":"Start","DocumentationModels":[]}]
[
{
"Id": 1,
"Name": "Start",
"DocumentationModels": []
}
]
File diff suppressed because one or more lines are too long
+289 -1
View File
@@ -1 +1,289 @@
[{"Id":1,"Name":"Database UX Patch","Date":"2022-03-13T00:00:00","GitChangeModels":[],"Important":"False"},{"Id":2,"Name":"Thrum Stats Hotfix","Date":"2022-03-12T00:00:00","GitChangeModels":[],"Important":"False"},{"Id":3,"Name":"Memory Tester Patch","Date":"2022-03-01T00:00:00","GitChangeModels":[],"Important":"False"},{"Id":4,"Name":"Hide Pyre Hotfix","Date":"2022-02-20T00:00:00","GitChangeModels":[],"Important":"False"},{"Id":5,"Name":"Stream Patch 1","Date":"2022-02-20T00:00:00","GitChangeModels":[],"Important":"False"},{"Id":6,"Name":"Agile UI Hotfix","Date":"2022-02-20T00:00:00","GitChangeModels":[],"Important":"False"},{"Id":7,"Name":"Armor Patch","Date":"2022-02-19T00:00:00","GitChangeModels":[],"Important":"False"},{"Id":8,"Name":"Home Page Patch","Date":"2022-02-19T00:00:00","GitChangeModels":[],"Important":"False"},{"Id":9,"Name":"Mobile Menu Hotfix 2","Date":"2022-02-19T00:00:00","GitChangeModels":[],"Important":"False"},{"Id":10,"Name":"Mobile Menu Hotfix","Date":"2022-02-19T00:00:00","GitChangeModels":[],"Important":"False"},{"Id":11,"Name":"Mobile Menu Patch","Date":"2022-02-19T00:00:00","GitChangeModels":[],"Important":"False"},{"Id":12,"Name":"0.0.6.8375a Patch","Date":"2022-02-18T00:00:00","GitChangeModels":[],"Important":"True"},{"Id":13,"Name":"Google Tracking Hotfix","Date":"2022-02-18T00:00:00","GitChangeModels":[],"Important":"False"},{"Id":14,"Name":"Privacy Policy Patch","Date":"2022-02-17T00:00:00","GitChangeModels":[],"Important":"False"},{"Id":15,"Name":"Home Page Quick Hotfix","Date":"2022-02-16T00:00:00","GitChangeModels":[],"Important":"False"},{"Id":16,"Name":"Early Agile Patch","Date":"2022-02-16T00:00:00","GitChangeModels":[],"Important":"False"},{"Id":17,"Name":"Form Text Rendering Hotfix","Date":"2022-02-15T00:00:00","GitChangeModels":[],"Important":"False"},{"Id":18,"Name":"Reducing Timing Interval Hotfix","Date":"2022-02-15T00:00:00","GitChangeModels":[],"Important":"False"},{"Id":19,"Name":"Changelog Patch","Date":"2022-02-14T00:00:00","GitChangeModels":[],"Important":"False"},{"Id":20,"Name":"SQL Patch","Date":"2022-03-26T00:00:00","GitChangeModels":[],"Important":"False"},{"Id":21,"Name":"Stream Patch 2","Date":"2022-03-30T00:00:00","GitChangeModels":[],"Important":"False"},{"Id":22,"Name":"0.0.6.8900a Patch","Date":"2022-03-30T00:00:00","GitChangeModels":[],"Important":"True"},{"Id":23,"Name":"Database Links Patch","Date":"2022-04-01T00:00:00","GitChangeModels":[],"Important":"False"},{"Id":24,"Name":"Open Source Patch","Date":"2022-04-03T00:00:00","GitChangeModels":[],"Important":"False"},{"Id":25,"Name":"Stream Patch 3","Date":"2022-04-03T00:00:00","GitChangeModels":[],"Important":"False"},{"Id":26,"Name":"Notes/Docs Patch","Date":"2022-04-10T00:00:00","GitChangeModels":[],"Important":"False"},{"Id":27,"Name":"Stream Patch 4","Date":"2022-04-10T00:00:00","GitChangeModels":[],"Important":"False"},{"Id":28,"Name":"Passive Patch","Date":"2022-04-12T00:00:00","GitChangeModels":[],"Important":"True"},{"Id":29,"Name":"0.0.6.9121a Patch","Date":"2022-04-13T00:00:00","GitChangeModels":[],"Important":"True"},{"Id":30,"Name":"Stream Patch 5","Date":"2022-04-13T00:00:00","GitChangeModels":[],"Important":"False"},{"Id":31,"Name":"BuildCalc Hotfix","Date":"2022-04-13T00:00:00","GitChangeModels":[],"Important":"False"},{"Id":32,"Name":"Search Patch","Date":"2022-04-16T00:00:00","GitChangeModels":[],"Important":"False"},{"Id":33,"Name":"Search Hotfix","Date":"2022-04-16T00:00:00","GitChangeModels":[],"Important":"False"},{"Id":34,"Name":"Stream Patch 6","Date":"2022-04-17T00:00:00","GitChangeModels":[],"Important":"False"},{"Id":35,"Name":"v0.0.6.9201a Patch","Date":"2022-04-18T00:00:00","GitChangeModels":[],"Important":"True"},{"Id":36,"Name":"Build Calc Free Money Hotfix","Date":"2022-04-18T00:00:00","GitChangeModels":[],"Important":"False"},{"Id":37,"Name":"BuildCalc Pyre Patch","Date":"2022-04-24T00:00:00","GitChangeModels":[],"Important":"False"},{"Id":38,"Name":"Stream Patch 7","Date":"2022-04-24T00:00:00","GitChangeModels":[],"Important":"False"},{"Id":39,"Name":"v0.0.6.9513a Patch","Date":"2022-04-28T00:00:00","GitChangeModels":[],"Important":"True"},{"Id":40,"Name":"v0.0.6.9553a Patch","Date":"2022-04-29T00:00:00","GitChangeModels":[],"Important":"True"},{"Id":41,"Name":"Stream Patch 8","Date":"2022-04-29T00:00:00","GitChangeModels":[],"Important":"False"}]
[
{
"Id": 1,
"Name": "Database UX Patch",
"Date": "2022-03-13T00:00:00",
"GitChangeModels": [],
"Important": "False"
},
{
"Id": 2,
"Name": "Thrum Stats Hotfix",
"Date": "2022-03-12T00:00:00",
"GitChangeModels": [],
"Important": "False"
},
{
"Id": 3,
"Name": "Memory Tester Patch",
"Date": "2022-03-01T00:00:00",
"GitChangeModels": [],
"Important": "False"
},
{
"Id": 4,
"Name": "Hide Pyre Hotfix",
"Date": "2022-02-20T00:00:00",
"GitChangeModels": [],
"Important": "False"
},
{
"Id": 5,
"Name": "Stream Patch 1",
"Date": "2022-02-20T00:00:00",
"GitChangeModels": [],
"Important": "False"
},
{
"Id": 6,
"Name": "Agile UI Hotfix",
"Date": "2022-02-20T00:00:00",
"GitChangeModels": [],
"Important": "False"
},
{
"Id": 7,
"Name": "Armor Patch",
"Date": "2022-02-19T00:00:00",
"GitChangeModels": [],
"Important": "False"
},
{
"Id": 8,
"Name": "Home Page Patch",
"Date": "2022-02-19T00:00:00",
"GitChangeModels": [],
"Important": "False"
},
{
"Id": 9,
"Name": "Mobile Menu Hotfix 2",
"Date": "2022-02-19T00:00:00",
"GitChangeModels": [],
"Important": "False"
},
{
"Id": 10,
"Name": "Mobile Menu Hotfix",
"Date": "2022-02-19T00:00:00",
"GitChangeModels": [],
"Important": "False"
},
{
"Id": 11,
"Name": "Mobile Menu Patch",
"Date": "2022-02-19T00:00:00",
"GitChangeModels": [],
"Important": "False"
},
{
"Id": 12,
"Name": "0.0.6.8375a Patch",
"Date": "2022-02-18T00:00:00",
"GitChangeModels": [],
"Important": "True"
},
{
"Id": 13,
"Name": "Google Tracking Hotfix",
"Date": "2022-02-18T00:00:00",
"GitChangeModels": [],
"Important": "False"
},
{
"Id": 14,
"Name": "Privacy Policy Patch",
"Date": "2022-02-17T00:00:00",
"GitChangeModels": [],
"Important": "False"
},
{
"Id": 15,
"Name": "Home Page Quick Hotfix",
"Date": "2022-02-16T00:00:00",
"GitChangeModels": [],
"Important": "False"
},
{
"Id": 16,
"Name": "Early Agile Patch",
"Date": "2022-02-16T00:00:00",
"GitChangeModels": [],
"Important": "False"
},
{
"Id": 17,
"Name": "Form Text Rendering Hotfix",
"Date": "2022-02-15T00:00:00",
"GitChangeModels": [],
"Important": "False"
},
{
"Id": 18,
"Name": "Reducing Timing Interval Hotfix",
"Date": "2022-02-15T00:00:00",
"GitChangeModels": [],
"Important": "False"
},
{
"Id": 19,
"Name": "Changelog Patch",
"Date": "2022-02-14T00:00:00",
"GitChangeModels": [],
"Important": "False"
},
{
"Id": 20,
"Name": "SQL Patch",
"Date": "2022-03-26T00:00:00",
"GitChangeModels": [],
"Important": "False"
},
{
"Id": 21,
"Name": "Stream Patch 2",
"Date": "2022-03-30T00:00:00",
"GitChangeModels": [],
"Important": "False"
},
{
"Id": 22,
"Name": "0.0.6.8900a Patch",
"Date": "2022-03-30T00:00:00",
"GitChangeModels": [],
"Important": "True"
},
{
"Id": 23,
"Name": "Database Links Patch",
"Date": "2022-04-01T00:00:00",
"GitChangeModels": [],
"Important": "False"
},
{
"Id": 24,
"Name": "Open Source Patch",
"Date": "2022-04-03T00:00:00",
"GitChangeModels": [],
"Important": "False"
},
{
"Id": 25,
"Name": "Stream Patch 3",
"Date": "2022-04-03T00:00:00",
"GitChangeModels": [],
"Important": "False"
},
{
"Id": 26,
"Name": "Notes/Docs Patch",
"Date": "2022-04-10T00:00:00",
"GitChangeModels": [],
"Important": "False"
},
{
"Id": 27,
"Name": "Stream Patch 4",
"Date": "2022-04-10T00:00:00",
"GitChangeModels": [],
"Important": "False"
},
{
"Id": 28,
"Name": "Passive Patch",
"Date": "2022-04-12T00:00:00",
"GitChangeModels": [],
"Important": "True"
},
{
"Id": 29,
"Name": "0.0.6.9121a Patch",
"Date": "2022-04-13T00:00:00",
"GitChangeModels": [],
"Important": "True"
},
{
"Id": 30,
"Name": "Stream Patch 5",
"Date": "2022-04-13T00:00:00",
"GitChangeModels": [],
"Important": "False"
},
{
"Id": 31,
"Name": "BuildCalc Hotfix",
"Date": "2022-04-13T00:00:00",
"GitChangeModels": [],
"Important": "False"
},
{
"Id": 32,
"Name": "Search Patch",
"Date": "2022-04-16T00:00:00",
"GitChangeModels": [],
"Important": "False"
},
{
"Id": 33,
"Name": "Search Hotfix",
"Date": "2022-04-16T00:00:00",
"GitChangeModels": [],
"Important": "False"
},
{
"Id": 34,
"Name": "Stream Patch 6",
"Date": "2022-04-17T00:00:00",
"GitChangeModels": [],
"Important": "False"
},
{
"Id": 35,
"Name": "v0.0.6.9201a Patch",
"Date": "2022-04-18T00:00:00",
"GitChangeModels": [],
"Important": "True"
},
{
"Id": 36,
"Name": "Build Calc Free Money Hotfix",
"Date": "2022-04-18T00:00:00",
"GitChangeModels": [],
"Important": "False"
},
{
"Id": 37,
"Name": "BuildCalc Pyre Patch",
"Date": "2022-04-24T00:00:00",
"GitChangeModels": [],
"Important": "False"
},
{
"Id": 38,
"Name": "Stream Patch 7",
"Date": "2022-04-24T00:00:00",
"GitChangeModels": [],
"Important": "False"
},
{
"Id": 39,
"Name": "v0.0.6.9513a Patch",
"Date": "2022-04-28T00:00:00",
"GitChangeModels": [],
"Important": "True"
},
{
"Id": 40,
"Name": "v0.0.6.9553a Patch",
"Date": "2022-04-29T00:00:00",
"GitChangeModels": [],
"Important": "True"
},
{
"Id": 41,
"Name": "Stream Patch 8",
"Date": "2022-04-29T00:00:00",
"GitChangeModels": [],
"Important": "False"
}
]
+53 -1
View File
@@ -1 +1,53 @@
[{"Id":1,"ParentId":null,"NoteSectionModelId":3,"Href":"holdout","CreatedDate":"2022-02-18T00:00:00","UpdatedDate":"2022-02-18T00:00:00","Name":"Coop Holdout, Some distant place (Nuath)","Description":"First coop test map in pre-alpha.","Content":"coop/holdout","LoadedContent":null,"IsHidden":"False","IsPreAlpha":"True","NoteContentModels":[],"Parent":null,"PageOrder":0},{"Id":2,"ParentId":null,"NoteSectionModelId":2,"Href":"hotkeys","CreatedDate":"2022-04-13T00:00:00","UpdatedDate":"2022-04-13T00:00:00","Name":"Custom HotKey Setup","Description":"Customize your hotkeys in the pre-alpha.","Content":"settings/hotkeys","LoadedContent":null,"IsHidden":"False","IsPreAlpha":"True","NoteContentModels":[],"Parent":null,"PageOrder":0},{"Id":3,"ParentId":null,"NoteSectionModelId":1,"Href":"armor-types","CreatedDate":"2022-04-13T00:00:00","UpdatedDate":"2022-04-13T00:00:00","Name":"Armor Types","Description":"Heavy, Medium, and Light. What does it mean?","Content":"the-basics/armor-types","LoadedContent":null,"IsHidden":"False","IsPreAlpha":"True","NoteContentModels":[],"Parent":null,"PageOrder":0}]
[
{
"Id": 1,
"ParentId": null,
"NoteSectionModelId": 3,
"Href": "holdout",
"CreatedDate": "2022-02-18T00:00:00",
"UpdatedDate": "2022-02-18T00:00:00",
"Name": "Coop Holdout, Some distant place (Nuath)",
"Description": "First coop test map in pre-alpha.",
"Content": "coop/holdout",
"LoadedContent": null,
"IsHidden": "False",
"IsPreAlpha": "True",
"NoteContentModels": [],
"Parent": null,
"PageOrder": 0
},
{
"Id": 2,
"ParentId": null,
"NoteSectionModelId": 2,
"Href": "hotkeys",
"CreatedDate": "2022-04-13T00:00:00",
"UpdatedDate": "2022-04-13T00:00:00",
"Name": "Custom HotKey Setup",
"Description": "Customize your hotkeys in the pre-alpha.",
"Content": "settings/hotkeys",
"LoadedContent": null,
"IsHidden": "False",
"IsPreAlpha": "True",
"NoteContentModels": [],
"Parent": null,
"PageOrder": 0
},
{
"Id": 3,
"ParentId": null,
"NoteSectionModelId": 1,
"Href": "armor-types",
"CreatedDate": "2022-04-13T00:00:00",
"UpdatedDate": "2022-04-13T00:00:00",
"Name": "Armor Types",
"Description": "Heavy, Medium, and Light. What does it mean?",
"Content": "the-basics/armor-types",
"LoadedContent": null,
"IsHidden": "False",
"IsPreAlpha": "True",
"NoteContentModels": [],
"Parent": null,
"PageOrder": 0
}
]
+17 -1
View File
@@ -1 +1,17 @@
[{"Id":1,"Name":"The Basics","NoteContentModels":[]},{"Id":2,"Name":"Game Settings","NoteContentModels":[]},{"Id":3,"Name":"PVE Content","NoteContentModels":[]}]
[
{
"Id": 1,
"Name": "The Basics",
"NoteContentModels": []
},
{
"Id": 2,
"Name": "Game Settings",
"NoteContentModels": []
},
{
"Id": 3,
"Name": "PVE Content",
"NoteContentModels": []
}
]
+10 -1
View File
@@ -1 +1,10 @@
[{"Key":"GamePatch","Value":"0.0.6.10097a"},{"Key":"LastUpdated","Value":"September 03, 2022"}]
[
{
"Key": "GamePatch",
"Value": "0.0.6.10097a"
},
{
"Key": "LastUpdated",
"Value": "September 03, 2022"
}
]
+162 -1
View File
@@ -1 +1,162 @@
[{"Id":1,"WebSectionModelId":2,"Name":"Database","Description":"Database of game information","Href":"database","IsPrivate":"False"},{"Id":2,"WebSectionModelId":1,"Name":"Build Calculator","Description":"Build order calculator for determining army timings","Href":"build-calculator","IsPrivate":"False"},{"Id":3,"WebSectionModelId":1,"Name":"Harass Calculator","Description":"Alloy harassment calculator","Href":"harass-calculator","IsPrivate":"False"},{"Id":4,"WebSectionModelId":1,"Name":"Memory Tester","Description":"Testing memory","Href":"memory-tester","IsPrivate":"False"},{"Id":5,"WebSectionModelId":1,"Name":"Comparion Charts","Description":"Ecnomy charts to compare build orders","Href":"comparison-charts","IsPrivate":"True"},{"Id":6,"WebSectionModelId":2,"Name":"Notes","Description":"General player notes","Href":"notes","IsPrivate":"False"},{"Id":7,"WebSectionModelId":2,"Name":"Key Mapping","Description":"General key mapping info","Href":"keymapping","IsPrivate":"True"},{"Id":8,"WebSectionModelId":4,"Name":"Milestones","Description":"Link to Milestones on GitHub","Href":"https://github.com/JonathanMcCaffrey/IGP-Fan-Reference/milestones","IsPrivate":"False"},{"Id":9,"WebSectionModelId":4,"Name":"Commits","Description":"Link to Commits on GitHub","Href":"https://github.com/JonathanMcCaffrey/IGP-Fan-Reference/commits/main","IsPrivate":"False"},{"Id":10,"WebSectionModelId":4,"Name":"Tasks","Description":"Link to Tasks on GitHub","Href":"https://github.com/JonathanMcCaffrey/IGP-Fan-Reference/projects/3","IsPrivate":"False"},{"Id":11,"WebSectionModelId":4,"Name":"Code","Description":"Link to Code on GitHub","Href":"https://github.com/JonathanMcCaffrey/IGP-Fan-Reference","IsPrivate":"False"},{"Id":12,"WebSectionModelId":2,"Name":"Documentation","Description":"Explaining how to use this website","Href":"documentation","IsPrivate":"True"},{"Id":13,"WebSectionModelId":3,"Name":"About","Description":"Answering general questions on the website","Href":"about","IsPrivate":"False"},{"Id":14,"WebSectionModelId":3,"Name":"Contact","Description":"My contact info","Href":"contact","IsPrivate":"False"},{"Id":15,"WebSectionModelId":3,"Name":"Streams","Description":"Stream info","Href":"streams","IsPrivate":"False"},{"Id":16,"WebSectionModelId":4,"Name":"Wiki","Description":"Link to Wiki on GitHub","Href":"https://github.com/JonathanMcCaffrey/IGP-Fan-Reference/wiki","IsPrivate":"False"},{"Id":17,"WebSectionModelId":5,"Name":"Permissions","Description":"Permission Settings","Href":"permissions","IsPrivate":"False"},{"Id":18,"WebSectionModelId":5,"Name":"Data Collection","Description":"Data Collection Settings","Href":"data-collection","IsPrivate":"True"},{"Id":19,"WebSectionModelId":5,"Name":"Storage","Description":"Storage Settings","Href":"storage","IsPrivate":"False"},{"Id":20,"WebSectionModelId":1,"Name":"Economy Comparison","Description":"Compare economies","Href":"economy-comparison","IsPrivate":"False"}]
[
{
"Id": 1,
"WebSectionModelId": 2,
"Name": "Database",
"Description": "Database of game information",
"Href": "database",
"IsPrivate": "False"
},
{
"Id": 2,
"WebSectionModelId": 1,
"Name": "Build Calculator",
"Description": "Build order calculator for determining army timings",
"Href": "build-calculator",
"IsPrivate": "False"
},
{
"Id": 3,
"WebSectionModelId": 1,
"Name": "Harass Calculator",
"Description": "Alloy harassment calculator",
"Href": "harass-calculator",
"IsPrivate": "False"
},
{
"Id": 4,
"WebSectionModelId": 1,
"Name": "Memory Tester",
"Description": "Testing memory",
"Href": "memory-tester",
"IsPrivate": "False"
},
{
"Id": 5,
"WebSectionModelId": 1,
"Name": "Comparion Charts",
"Description": "Ecnomy charts to compare build orders",
"Href": "comparison-charts",
"IsPrivate": "True"
},
{
"Id": 6,
"WebSectionModelId": 2,
"Name": "Notes",
"Description": "General player notes",
"Href": "notes",
"IsPrivate": "False"
},
{
"Id": 7,
"WebSectionModelId": 2,
"Name": "Key Mapping",
"Description": "General key mapping info",
"Href": "keymapping",
"IsPrivate": "True"
},
{
"Id": 8,
"WebSectionModelId": 4,
"Name": "Milestones",
"Description": "Link to Milestones on GitHub",
"Href": "https://github.com/JonathanMcCaffrey/IGP-Fan-Reference/milestones",
"IsPrivate": "False"
},
{
"Id": 9,
"WebSectionModelId": 4,
"Name": "Commits",
"Description": "Link to Commits on GitHub",
"Href": "https://github.com/JonathanMcCaffrey/IGP-Fan-Reference/commits/main",
"IsPrivate": "False"
},
{
"Id": 10,
"WebSectionModelId": 4,
"Name": "Tasks",
"Description": "Link to Tasks on GitHub",
"Href": "https://github.com/JonathanMcCaffrey/IGP-Fan-Reference/projects/3",
"IsPrivate": "False"
},
{
"Id": 11,
"WebSectionModelId": 4,
"Name": "Code",
"Description": "Link to Code on GitHub",
"Href": "https://github.com/JonathanMcCaffrey/IGP-Fan-Reference",
"IsPrivate": "False"
},
{
"Id": 12,
"WebSectionModelId": 2,
"Name": "Documentation",
"Description": "Explaining how to use this website",
"Href": "documentation",
"IsPrivate": "True"
},
{
"Id": 13,
"WebSectionModelId": 3,
"Name": "About",
"Description": "Answering general questions on the website",
"Href": "about",
"IsPrivate": "False"
},
{
"Id": 14,
"WebSectionModelId": 3,
"Name": "Contact",
"Description": "My contact info",
"Href": "contact",
"IsPrivate": "False"
},
{
"Id": 15,
"WebSectionModelId": 3,
"Name": "Streams",
"Description": "Stream info",
"Href": "streams",
"IsPrivate": "False"
},
{
"Id": 16,
"WebSectionModelId": 4,
"Name": "Wiki",
"Description": "Link to Wiki on GitHub",
"Href": "https://github.com/JonathanMcCaffrey/IGP-Fan-Reference/wiki",
"IsPrivate": "False"
},
{
"Id": 17,
"WebSectionModelId": 5,
"Name": "Permissions",
"Description": "Permission Settings",
"Href": "permissions",
"IsPrivate": "False"
},
{
"Id": 18,
"WebSectionModelId": 5,
"Name": "Data Collection",
"Description": "Data Collection Settings",
"Href": "data-collection",
"IsPrivate": "True"
},
{
"Id": 19,
"WebSectionModelId": 5,
"Name": "Storage",
"Description": "Storage Settings",
"Href": "storage",
"IsPrivate": "False"
},
{
"Id": 20,
"WebSectionModelId": 1,
"Name": "Economy Comparison",
"Description": "Compare economies",
"Href": "economy-comparison",
"IsPrivate": "False"
}
]
+52 -1
View File
@@ -1 +1,52 @@
[{"Id":1,"Name":"Tools","Description":"Tools Stuff","Order":1,"IsPrivate":"False","Icon":"fa-screwdriver-wrench","OnlyIcon":false,"WebPageModels":[]},{"Id":2,"Name":"Resources","Description":"Resources Stuff","Order":2,"IsPrivate":"False","Icon":"fa-toolbox","OnlyIcon":false,"WebPageModels":[]},{"Id":3,"Name":"General","Description":"About Stuff","Order":3,"IsPrivate":"False","Icon":"fa-circle-info","OnlyIcon":false,"WebPageModels":[]},{"Id":4,"Name":"Development","Description":"Development Stuff","Order":4,"IsPrivate":"False","Icon":"fa-code","OnlyIcon":false,"WebPageModels":[]},{"Id":5,"Name":"Settings","Description":"Settings Stuff","Order":5,"IsPrivate":"False","Icon":"fa-gear","OnlyIcon":false,"WebPageModels":[]}]
[
{
"Id": 1,
"Name": "Tools",
"Description": "Tools Stuff",
"Order": 1,
"IsPrivate": "False",
"Icon": "fa-screwdriver-wrench",
"OnlyIcon": false,
"WebPageModels": []
},
{
"Id": 2,
"Name": "Resources",
"Description": "Resources Stuff",
"Order": 2,
"IsPrivate": "False",
"Icon": "fa-toolbox",
"OnlyIcon": false,
"WebPageModels": []
},
{
"Id": 3,
"Name": "General",
"Description": "About Stuff",
"Order": 3,
"IsPrivate": "False",
"Icon": "fa-circle-info",
"OnlyIcon": false,
"WebPageModels": []
},
{
"Id": 4,
"Name": "Development",
"Description": "Development Stuff",
"Order": 4,
"IsPrivate": "False",
"Icon": "fa-code",
"OnlyIcon": false,
"WebPageModels": []
},
{
"Id": 5,
"Name": "Settings",
"Description": "Settings Stuff",
"Order": 5,
"IsPrivate": "False",
"Icon": "fa-gear",
"OnlyIcon": false,
"WebPageModels": []
}
]
+7 -5
View File
@@ -5,8 +5,10 @@
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport"/>
<title>IGP Fan Reference</title>
<meta name="description" content='"IMMORTAL: Gates of Pyre" Fan Reference Community Tool, such as build calculator, unit database and gameplay notes.'/>
<meta name="keywords" content="Immortal Build Calculator, Immortal Calculator, Immortal Database, Immortal Harass Calculator, Immortal Tools, IMMORTAL: Gates of Pyre Build Calculator, IMMORTAL: Gates of Pyre Calculator, IMMORTAL: Gates of Pyre Database, IMMORTAL: Gates of Pyre Harass Calculator, IMMORTAL: Gates of Pyre Tools"/>
<meta content='"IMMORTAL: Gates of Pyre" Fan Reference Community Tool, such as build calculator, unit database and gameplay notes.'
name="description"/>
<meta content="Immortal Build Calculator, Immortal Calculator, Immortal Database, Immortal Harass Calculator, Immortal Tools, IMMORTAL: Gates of Pyre Build Calculator, IMMORTAL: Gates of Pyre Calculator, IMMORTAL: Gates of Pyre Database, IMMORTAL: Gates of Pyre Harass Calculator, IMMORTAL: Gates of Pyre Tools"
name="keywords"/>
<base href="/"/>
<link crossorigin="anonymous" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css"
integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn" rel="stylesheet">
@@ -16,8 +18,8 @@
<link href="manifest.json" rel="manifest"/>
<link href="icon-512.png" rel="apple-touch-icon" sizes="512x512"/>
<link href="_content/MudBlazor/MudBlazor.min.css" rel="stylesheet" />
<link rel="stylesheet" href="fontawesome-pro-6.1.1-web/css/fontawesome.min.css" />
<link href="_content/MudBlazor/MudBlazor.min.css" rel="stylesheet"/>
<link href="fontawesome-pro-6.1.1-web/css/fontawesome.min.css" rel="stylesheet"/>
</head>
<body style="background-color: #161618; color: white;">
@@ -59,7 +61,7 @@
document.addEventListener("keydown", function (e) {
DotNetReference?.invokeMethodAsync('OnKeyPress', e.key, e.ctrlKey, e.shiftKey, e.altKey, e.metaKey)
});
</script>
<script src="_content/MudBlazor/MudBlazor.min.js"></script>
<script>navigator.serviceWorker.register('service-worker.js');</script>