Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
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
10 changes: 5 additions & 5 deletions Fahrenheit.Modules.ArchipelagoFFX.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project Sdk="Fahrenheit.Sdk/1.0.0-alpha10">
<Project Sdk="Fahrenheit.Sdk/1.0.0-alpha11">

<!-- ASSEMBLY BASIC PROPERTIES -->
<PropertyGroup>
<Version>0.8.1-alpha</Version>
<FahrenheitVersion>v1.0.0-alpha10</FahrenheitVersion>
<FahrenheitVersion>v1.0.0-alpha11</FahrenheitVersion>
</PropertyGroup>

<!-- ASSEMBLY ADDITIONAL PROPERTIES -->
Expand All @@ -18,11 +18,11 @@
<Compile Remove="fh-mods-csr\**" />
<EmbeddedResource Remove="fh-mods-csr\**" />
<None Remove="fh-mods-csr\**" />

<Compile Remove="custom-character\**" />
<EmbeddedResource Remove="custom-character\**" />
<None Remove="custom-character\**" />

<Compile Remove="playable-seymour-mod\**" />
<EmbeddedResource Remove="playable-seymour-mod\**" />
<None Remove="playable-seymour-mod\**" />
Expand Down Expand Up @@ -129,5 +129,5 @@
<Message Text="Publish playable-seymour" />
<MSBuild Projects="$(playableSeymourProject)" Properties="OutputPath=$(PublishDir)fahrenheit\mods\$(playableSeymourName);Configuration=$(Configuration)" Targets="Build" />
</Target>

</Project>
544 changes: 285 additions & 259 deletions src/archipelago.cs

Large diffs are not rendered by default.

292 changes: 155 additions & 137 deletions src/client/client.cs

Large diffs are not rendered by default.

699 changes: 354 additions & 345 deletions src/customization.cs

Large diffs are not rendered by default.

Loading
Loading