Changeset 383 for binary-improvements2/MapRendering/Web/API
- Timestamp:
- Aug 1, 2022, 1:16:11 PM (3 years ago)
- Location:
- binary-improvements2/MapRendering/Web/API
- Files:
- 
      - 12 edited
 
 - 
          
  GetAllowedCommands.cs (modified) (1 diff)
- 
          
  GetAnimalsLocation.cs (modified) (1 diff)
- 
          
  GetHostileLocation.cs (modified) (1 diff)
- 
          
  GetLog.cs (modified) (1 diff)
- 
          
  GetPlayerInventories.cs (modified) (1 diff)
- 
          
  GetPlayerList.cs (modified) (1 diff)
- 
          
  GetPlayersLocation.cs (modified) (1 diff)
- 
          
  GetPlayersOnline.cs (modified) (1 diff)
- 
          
  GetServerInfo.cs (modified) (1 diff)
- 
          
  GetStats.cs (modified) (1 diff)
- 
          
  GetWebUIUpdates.cs (modified) (1 diff)
- 
          
  Null.cs (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      binary-improvements2/MapRendering/Web/API/GetAllowedCommands.csr382 r383 1 using System.Net;2 1 using AllocsFixes.JSON; 3 2 using HttpListenerRequest = SpaceWizards.HttpListener.HttpListenerRequest; 
- 
      binary-improvements2/MapRendering/Web/API/GetAnimalsLocation.csr382 r383 1 1 using System.Collections.Generic; 2 using System.Net;3 2 using AllocsFixes.JSON; 4 3 using AllocsFixes.LiveData; 
- 
      binary-improvements2/MapRendering/Web/API/GetHostileLocation.csr382 r383 1 1 using System.Collections.Generic; 2 using System.Net;3 2 using AllocsFixes.JSON; 4 3 using AllocsFixes.LiveData; 
- 
      binary-improvements2/MapRendering/Web/API/GetLog.csr382 r383 1 1 using System.Collections.Generic; 2 using System.Net;3 2 using AllocsFixes.JSON; 4 3 using HttpListenerRequest = SpaceWizards.HttpListener.HttpListenerRequest; 
- 
      binary-improvements2/MapRendering/Web/API/GetPlayerInventories.csr382 r383 1 1 using System.Collections.Generic; 2 using System.Net;3 2 using AllocsFixes.JSON; 4 3 using AllocsFixes.PersistentData; 
- 
      binary-improvements2/MapRendering/Web/API/GetPlayerList.csr382 r383 2 2 using System.Collections.Generic; 3 3 using System.Linq; 4 using System.Net;5 4 using System.Text.RegularExpressions; 6 5 using AllocsFixes.JSON; 
- 
      binary-improvements2/MapRendering/Web/API/GetPlayersLocation.csr382 r383 1 1 using System.Collections.Generic; 2 using System.Net;3 2 using AllocsFixes.JSON; 4 3 using AllocsFixes.PersistentData; 
- 
      binary-improvements2/MapRendering/Web/API/GetPlayersOnline.csr382 r383 1 1 using System.Collections.Generic; 2 using System.Net;3 2 using AllocsFixes.JSON; 4 3 using AllocsFixes.PersistentData; 
- 
      binary-improvements2/MapRendering/Web/API/GetServerInfo.csr382 r383 1 1 using System; 2 using System.Net;3 2 using AllocsFixes.JSON; 4 3 using HttpListenerRequest = SpaceWizards.HttpListener.HttpListenerRequest; 
- 
      binary-improvements2/MapRendering/Web/API/GetStats.csr382 r383 1 using System.Net;2 1 using AllocsFixes.JSON; 3 2 using AllocsFixes.LiveData; 
- 
      binary-improvements2/MapRendering/Web/API/GetWebUIUpdates.csr382 r383 1 using System.Net;2 1 using AllocsFixes.JSON; 3 2 using AllocsFixes.LiveData; 
- 
      binary-improvements2/MapRendering/Web/API/Null.csr382 r383 1 using System.Net; 2 using System.Text; 1 using System.Text; 3 2 using HttpListenerRequest = SpaceWizards.HttpListener.HttpListenerRequest; 4 3 using HttpListenerResponse = SpaceWizards.HttpListener.HttpListenerResponse; 
  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)
