Update investor demo to 0.1.I

This commit is contained in:
2026-05-18 11:35:44 -07:00
parent e75ee716e0
commit 0ea9af1c44
6 changed files with 15 additions and 14 deletions
+6 -5
View File
@@ -6,14 +6,14 @@ ROOT = Path(__file__).resolve().parents[1]
REQUIRED = {
ROOT / "Source" / "AgrarianGame" / "AgrarianDemoNoticeActor.h": [
"float NoticeDurationSeconds = 24.0f;",
"Investor Demo v0.1.H - Build 2026.05.17",
"Investor Demo v0.1.I - Build 2026.05.18",
],
ROOT / "Source" / "AgrarianGame" / "AgrarianDemoNoticeWidget.h": [
"virtual void NativeConstruct() override;",
"DrawCinematicCredits",
"DrawCreditIllustration",
"CreditsStartTimeSeconds",
"Investor Demo v0.1.H - Build 2026.05.17",
"Investor Demo v0.1.I - Build 2026.05.18",
],
ROOT / "Source" / "AgrarianGame" / "AgrarianDemoNoticeWidget.cpp": [
"Nathan Slaven",
@@ -31,13 +31,14 @@ REQUIRED = {
"DrawCreditIllustration",
],
ROOT / "Config" / "DefaultGame.ini": [
"ProjectVersion=0.1.H-investor.20260517",
"ProjectVersion=0.1.I-investor.20260518",
],
ROOT / "Scripts" / "InstallWindowsDemoLaunchers.bat": [
"DEMO_VERSION=Investor Demo v0.1.H - Build 2026.05.17",
"DEMO_VERSION=Investor Demo v0.1.I - Build 2026.05.18",
],
ROOT / "AGRARIAN_DEVELOPMENT_ROADMAP.md": [
"Add forest-fire risk and spread from irresponsible campfire and open-flame placement",
"Add unattended and poorly maintained fire risk for campfires and other open-flame sources.",
"Add grass and forest ignition checks from irresponsible fire placement, wind/weather, dry fuel, nearby vegetation, and burn duration.",
],
}