Changeset 464
- Timestamp:
- Aug 17, 2023, 5:29:29 PM (15 months ago)
- Location:
- binary-improvements
- Files:
-
- 4 added
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/7dtd-server-fixes/ModInfo.xml
r455 r464 1 1 <?xml version="1.0" encoding="UTF-8" ?> 2 2 <xml> 3 <ModInfo> 4 <Name value="Allocs server fixes" /> 5 <Description value="Common functions" /> 6 <Author value="Christian 'Alloc' Illy" /> 7 <Version value="30" /> 8 <Website value="https://7dtd.illy.bz" /> 9 </ModInfo> 3 <Name value="Allocs_Core" /> 4 <DisplayName value="Allocs server fixes" /> 5 <Description value="Common functions" /> 6 <Author value="Christian 'Alloc' Illy" /> 7 <Version value="31" /> 8 <Website value="https://7dtd.illy.bz" /> 10 9 </xml> -
binary-improvements/AllocsCommands/ModInfo.xml
r455 r464 1 1 <?xml version="1.0" encoding="UTF-8" ?> 2 2 <xml> 3 <ModInfo> 4 <Name value="Allocs command extensions" /> 5 <Description value="Additional commands for server operation" /> 6 <Author value="Christian 'Alloc' Illy" /> 7 <Version value="25" /> 8 <Website value="https://7dtd.illy.bz" /> 9 </ModInfo> 3 <Name value="Allocs_Commands" /> 4 <DisplayName value="Allocs command extensions" /> 5 <Description value="Additional commands for server operation" /> 6 <Author value="Christian 'Alloc' Illy" /> 7 <Version value="26" /> 8 <Website value="https://7dtd.illy.bz" /> 10 9 </xml> -
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> -
binary-improvements/bin/Mods/Allocs_CommandExtensions/ModInfo.xml
r455 r464 1 1 <?xml version="1.0" encoding="UTF-8" ?> 2 2 <xml> 3 <ModInfo> 4 <Name value="Allocs command extensions" /> 5 <Description value="Additional commands for server operation" /> 6 <Author value="Christian 'Alloc' Illy" /> 7 <Version value="25" /> 8 <Website value="https://7dtd.illy.bz" /> 9 </ModInfo> 3 <Name value="Allocs_Commands" /> 4 <DisplayName value="Allocs command extensions" /> 5 <Description value="Additional commands for server operation" /> 6 <Author value="Christian 'Alloc' Illy" /> 7 <Version value="26" /> 8 <Website value="https://7dtd.illy.bz" /> 10 9 </xml> -
binary-improvements/bin/Mods/Allocs_CommonFunc/ModInfo.xml
r455 r464 1 1 <?xml version="1.0" encoding="UTF-8" ?> 2 2 <xml> 3 <ModInfo> 4 <Name value="Allocs server fixes" /> 5 <Description value="Common functions" /> 6 <Author value="Christian 'Alloc' Illy" /> 7 <Version value="30" /> 8 <Website value="https://7dtd.illy.bz" /> 9 </ModInfo> 3 <Name value="Allocs_Core" /> 4 <DisplayName value="Allocs server fixes" /> 5 <Description value="Common functions" /> 6 <Author value="Christian 'Alloc' Illy" /> 7 <Version value="31" /> 8 <Website value="https://7dtd.illy.bz" /> 10 9 </xml> -
binary-improvements/bin/Mods/Allocs_WebAndMapRendering/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>
Note:
See TracChangeset
for help on using the changeset viewer.