Changeset 464 for binary-improvements/MapRendering
- Timestamp:
- Aug 17, 2023, 5:29:29 PM (15 months ago)
- Location:
- binary-improvements/MapRendering
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/MapRendering/API.cs
r455 r464 34 34 35 35 int webPort = GamePrefs.GetInt (EnumUtils.Parse<EnumGamePrefs> (nameof(EnumGamePrefs.WebDashboardPort))); 36 Log.Out ($"Started legacy webmod feature on port {webPort}, local ad ress {legacyModUrl}");36 Log.Out ($"Started legacy webmod feature on port {webPort}, local address {legacyModUrl}"); 37 37 } catch (Exception e) { 38 38 Log.Out ($"Error in Web.ctor: {e}"); -
binary-improvements/MapRendering/ModInfo.xml
r461 r464 1 1 <?xml version="1.0" encoding="UTF-8" ?> 2 2 <xml> 3 <ModInfo> 4 <Name value="Allocs MapRendering and Webinterface" /> 5 <Description value="Render the game map to image map tiles as it is uncovered" /> 6 <Author value="Christian 'Alloc' Illy" /> 7 <Version value="46" /> 8 <Website value="https://7dtd.illy.bz" /> 9 </ModInfo> 3 <Name value="Allocs_Webinterface" /> 4 <DisplayName value="Allocs MapRendering and Webinterface" /> 5 <Description value="Render the game map to image map tiles as it is uncovered" /> 6 <Author value="Christian 'Alloc' Illy" /> 7 <Version value="47" /> 8 <Website value="https://7dtd.illy.bz" /> 10 9 </xml> -
binary-improvements/MapRendering/WebAndMapRendering.csproj
r456 r464 133 133 </None> 134 134 </ItemGroup> 135 <ItemGroup> 136 <None Include="WebMod\**" CopyToOutputDirectory="Always" LinkBase="WebMod\" /> 137 </ItemGroup> 135 138 </Project>
Note:
See TracChangeset
for help on using the changeset viewer.