]> git.deb.at Git - rhonda/impostor.git/commit
Remove Impostor.Shared
authorAeonLucid <aeonlucid@gmail.com>
Mon, 19 Oct 2020 10:55:26 +0000 (12:55 +0200)
committerAeonLucid <aeonlucid@gmail.com>
Mon, 19 Oct 2020 10:55:26 +0000 (12:55 +0200)
commit61f50c6d41a549e5e18c1ec8a2bc0efcd807af34
tree3a02a2b0aebd5a0fd64ef4e49d411a1d38abc6a5
parentf31d0b077298aa6781f1cb049c45d5b053e6d1b7
Remove Impostor.Shared
120 files changed:
src/Impostor.Api/Events/Attributes/EventListenerAttribute.cs
src/Impostor.Api/Events/EventPriority.cs
src/Impostor.Api/Events/Game/GameCreatedEvent.cs
src/Impostor.Api/Events/Game/GameDestroyedEvent.cs
src/Impostor.Api/Events/Game/IGameEvent.cs
src/Impostor.Api/Events/Game/PlayerJoinedGameEvent.cs
src/Impostor.Api/Events/Game/PlayerLeftGameEvent.cs
src/Impostor.Api/Events/IEvent.cs
src/Impostor.Api/Events/IEventCancelable.cs
src/Impostor.Api/Events/IEventListener.cs
src/Impostor.Api/Events/Managers/IEventManager.cs
src/Impostor.Api/Exceptions/ImpostorException.cs
src/Impostor.Api/Games/Extensions/GameManagerExtensions.cs
src/Impostor.Api/Games/GameCode.cs
src/Impostor.Api/Games/GameJoinError.cs
src/Impostor.Api/Games/GameJoinResult.cs
src/Impostor.Api/Games/IGame.cs
src/Impostor.Api/Games/Managers/IGameManager.cs
src/Impostor.Api/Impostor.Api.csproj
src/Impostor.Api/Innersloth/Data/AlterGameTags.cs [new file with mode: 0644]
src/Impostor.Api/Innersloth/Data/DisconnectReason.cs [new file with mode: 0644]
src/Impostor.Api/Innersloth/Data/GameKeywords.cs [new file with mode: 0644]
src/Impostor.Api/Innersloth/Data/GameStates.cs [new file with mode: 0644]
src/Impostor.Api/Innersloth/Data/MapFlags.cs [new file with mode: 0644]
src/Impostor.Api/Innersloth/FloatRange.cs [new file with mode: 0644]
src/Impostor.Api/Innersloth/GameCodeParser.cs [new file with mode: 0644]
src/Impostor.Api/Innersloth/GameData/GameDataTag.cs [new file with mode: 0644]
src/Impostor.Api/Innersloth/GameOptionsData.cs [new file with mode: 0644]
src/Impostor.Api/Innersloth/GameVersion.cs [new file with mode: 0644]
src/Impostor.Api/Innersloth/RegionInfo.cs [new file with mode: 0644]
src/Impostor.Api/Innersloth/ServerInfo.cs [new file with mode: 0644]
src/Impostor.Api/Net/Extensions/GameMessageWriterExtensions.cs
src/Impostor.Api/Net/IClient.cs
src/Impostor.Api/Net/IClientPlayer.cs
src/Impostor.Api/Net/IConnection.cs
src/Impostor.Api/Net/LimboStates.cs
src/Impostor.Api/Net/Manager/IClientManager.cs
src/Impostor.Api/Net/Messages/IConnectionMessageWriter.cs
src/Impostor.Api/Net/Messages/IGameMessageWriter.cs
src/Impostor.Api/Net/Messages/IMessage.cs
src/Impostor.Api/Net/Messages/IMessageReader.cs
src/Impostor.Api/Net/Messages/IMessageWriter.cs
src/Impostor.Api/Net/Messages/MessageType.cs
src/Impostor.Api/Plugins/IPlugin.cs
src/Impostor.Api/Plugins/PluginBase.cs
src/Impostor.Api/Unity/Mathf.cs [new file with mode: 0644]
src/Impostor.Patcher/Impostor.Patcher.Shared/AmongUsModifier.cs
src/Impostor.Patcher/Impostor.Patcher.Shared/Impostor.Patcher.Shared.csproj
src/Impostor.Patcher/Impostor.Patcher.Shared/Innersloth/RegionInfo.cs [new file with mode: 0644]
src/Impostor.Patcher/Impostor.Patcher.Shared/Innersloth/ServerInfo.cs [new file with mode: 0644]
src/Impostor.Plugins.Debugger/DebugPlugin.cs
src/Impostor.Plugins.Debugger/Pages/Index.razor
src/Impostor.Server/Events/EventHandler.cs
src/Impostor.Server/Events/EventManager.cs
src/Impostor.Server/Events/RegisteredEventListener.cs
src/Impostor.Server/Events/TemporaryEventRegister.cs
src/Impostor.Server/GameData/InnerNetObject.cs
src/Impostor.Server/GameData/Objects/Components/InnerCustomNetworkTransform.cs
src/Impostor.Server/GameData/Objects/Components/InnerPlayerPhysics.cs
src/Impostor.Server/GameData/Objects/Components/InnerVoteBanSystem.cs
src/Impostor.Server/GameData/Objects/InnerGameData.PlayerInfo.cs
src/Impostor.Server/GameData/Objects/InnerGameData.TaskInfo.cs
src/Impostor.Server/GameData/Objects/InnerGameData.cs
src/Impostor.Server/GameData/Objects/InnerLobbyBehaviour.cs
src/Impostor.Server/GameData/Objects/InnerMeetingHud.cs
src/Impostor.Server/GameData/Objects/InnerPlayerControl.cs
src/Impostor.Server/GameData/Objects/InnerShipStatus.cs
src/Impostor.Server/Impostor.Server.csproj
src/Impostor.Server/Net/Client.cs
src/Impostor.Server/Net/ClientBase.Api.cs
src/Impostor.Server/Net/ClientBase.cs
src/Impostor.Server/Net/Hazel/HazelConnection.Api.cs
src/Impostor.Server/Net/Hazel/HazelConnection.cs
src/Impostor.Server/Net/Hazel/Messages/BufferMessageReader.cs
src/Impostor.Server/Net/Hazel/Messages/HazelConnectionMessageWriter.cs
src/Impostor.Server/Net/Hazel/Messages/HazelGameMessageWriter.cs
src/Impostor.Server/Net/Hazel/Messages/HazelMessage.cs
src/Impostor.Server/Net/Hazel/Messages/HazelMessageWriter.cs
src/Impostor.Server/Net/Manager/ClientManager.Api.cs
src/Impostor.Server/Net/Manager/ClientManager.cs
src/Impostor.Server/Net/Manager/GameManager.Api.cs
src/Impostor.Server/Net/Manager/GameManager.cs
src/Impostor.Server/Net/Messages/Message00HostGame.cs
src/Impostor.Server/Net/Messages/Message01JoinGame.cs
src/Impostor.Server/Net/Messages/Message04RemovePlayer.cs
src/Impostor.Server/Net/Messages/Message07JoinedGame.cs
src/Impostor.Server/Net/Messages/Message10AlterGame.cs
src/Impostor.Server/Net/Messages/Message11KickPlayer.cs
src/Impostor.Server/Net/Messages/Message12WaitForHost.cs
src/Impostor.Server/Net/Messages/Message13Redirect.cs
src/Impostor.Server/Net/Messages/Message16GetGameListV2.cs
src/Impostor.Server/Net/Redirector/ClientRedirector.cs
src/Impostor.Server/Net/State/ClientPlayer.Api.cs
src/Impostor.Server/Net/State/ClientPlayer.cs
src/Impostor.Server/Net/State/Game.Api.cs
src/Impostor.Server/Net/State/Game.Data.cs
src/Impostor.Server/Net/State/Game.Incoming.cs
src/Impostor.Server/Net/State/Game.Outgoing.cs
src/Impostor.Server/Net/State/Game.State.cs
src/Impostor.Server/Net/State/Game.cs
src/Impostor.Server/Plugins/PluginLoader.cs
src/Impostor.Server/Program.cs
src/Impostor.Shared/Impostor.Shared.csproj [deleted file]
src/Impostor.Shared/Innersloth/Data/AlterGameTags.cs [deleted file]
src/Impostor.Shared/Innersloth/Data/DisconnectReason.cs [deleted file]
src/Impostor.Shared/Innersloth/Data/GameKeywords.cs [deleted file]
src/Impostor.Shared/Innersloth/Data/GameStates.cs [deleted file]
src/Impostor.Shared/Innersloth/Data/MapFlags.cs [deleted file]
src/Impostor.Shared/Innersloth/FloatRange.cs [deleted file]
src/Impostor.Shared/Innersloth/GameCodeParser.cs [deleted file]
src/Impostor.Shared/Innersloth/GameData/GameDataTag.cs [deleted file]
src/Impostor.Shared/Innersloth/GameOptionsData.cs [deleted file]
src/Impostor.Shared/Innersloth/GameVersion.cs [deleted file]
src/Impostor.Shared/Innersloth/RegionInfo.cs [deleted file]
src/Impostor.Shared/Innersloth/ServerInfo.cs [deleted file]
src/Impostor.Shared/Unity/Mathf.cs [deleted file]
src/Impostor.Shared/Utils/HexUtils.cs [deleted file]
src/Impostor.Tests/GameCodeTests.cs
src/Impostor.Tests/Hazel/BufferMessageReaderTests.cs
src/Impostor.sln