Changeset 464
- Timestamp:
- Aug 17, 2023, 5:29:29 PM (2 years ago)
- Location:
- binary-improvements
- Files:
- 
      - 4 added
- 14 edited
 
 - 
          
  7dtd-server-fixes/ModInfo.xml (modified) (1 diff)
- 
          
  AllocsCommands/ModInfo.xml (modified) (1 diff)
- 
          
  MapRendering/API.cs (modified) (1 diff)
- 
          
  MapRendering/ModInfo.xml (modified) (1 diff)
- 
          
  MapRendering/WebAndMapRendering.csproj (modified) (1 diff)
- 
          
  MapRendering/WebMod (added)
- 
          
  MapRendering/WebMod/bundle.js (added)
- 
          
  bin/Mods/Allocs_CommandExtensions/AllocsCommands.dll (modified) ( previous)
- 
          
  bin/Mods/Allocs_CommandExtensions/AllocsCommands.pdb (modified) ( previous)
- 
          
  bin/Mods/Allocs_CommandExtensions/ModInfo.xml (modified) (1 diff)
- 
          
  bin/Mods/Allocs_CommonFunc/7dtd-server-fixes.dll (modified) ( previous)
- 
          
  bin/Mods/Allocs_CommonFunc/7dtd-server-fixes.pdb (modified) ( previous)
- 
          
  bin/Mods/Allocs_CommonFunc/ModInfo.xml (modified) (1 diff)
- 
          
  bin/Mods/Allocs_WebAndMapRendering/AllocsWeb.dll (modified) ( previous)
- 
          
  bin/Mods/Allocs_WebAndMapRendering/AllocsWeb.pdb (modified) ( previous)
- 
          
  bin/Mods/Allocs_WebAndMapRendering/ModInfo.xml (modified) (1 diff)
- 
          
  bin/Mods/Allocs_WebAndMapRendering/WebMod (added)
- 
          
  bin/Mods/Allocs_WebAndMapRendering/WebMod/bundle.js (added)
 
Legend:
- Unmodified
- Added
- Removed
- 
      binary-improvements/7dtd-server-fixes/ModInfo.xmlr455 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.xmlr455 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.csr455 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.xmlr461 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.csprojr456 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.xmlr455 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.xmlr455 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.xmlr461 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.
  ![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
