]> git.deb.at Git - rhonda/impostor.git/commit
Remove login from Impostor.Api assembly
authorAeonLucid <aeonlucid@outlook.com>
Sat, 24 Oct 2020 19:56:51 +0000 (21:56 +0200)
committerAeonLucid <aeonlucid@outlook.com>
Sat, 24 Oct 2020 19:56:51 +0000 (21:56 +0200)
commit58d00dc6579d28e131e635f04d95b4ee33baa8ce
tree3db961df0dcdca88d4cb58ec5394b98fc408a268
parentf5e454856ae65955393e413c344367ecff2fac25
Remove login from Impostor.Api assembly
114 files changed:
src/Impostor.Api/Events/Game/Net/PlayerChatEvent.cs
src/Impostor.Api/Events/Game/Net/PlayerDestroyedEvent.cs
src/Impostor.Api/Events/Game/Net/PlayerSpawnedEvent.cs
src/Impostor.Api/Extensions/MessageReaderExtensions.cs [deleted file]
src/Impostor.Api/Extensions/SystemTypesExtensions.cs
src/Impostor.Api/Games/Extensions/GameManagerExtensions.cs
src/Impostor.Api/Games/IGame.cs
src/Impostor.Api/Innersloth/AlterGameTags.cs [new file with mode: 0644]
src/Impostor.Api/Innersloth/ChatNoteType.cs [new file with mode: 0644]
src/Impostor.Api/Innersloth/Data/AlterGameTags.cs [deleted file]
src/Impostor.Api/Innersloth/Data/ChatNoteType.cs [deleted file]
src/Impostor.Api/Innersloth/Data/DeathReason.cs [deleted file]
src/Impostor.Api/Innersloth/Data/DisconnectReason.cs [deleted file]
src/Impostor.Api/Innersloth/Data/GameKeywords.cs [deleted file]
src/Impostor.Api/Innersloth/Data/GameStates.cs [deleted file]
src/Impostor.Api/Innersloth/Data/MapFlags.cs [deleted file]
src/Impostor.Api/Innersloth/Data/MapId.cs [deleted file]
src/Impostor.Api/Innersloth/DeathReason.cs [new file with mode: 0644]
src/Impostor.Api/Innersloth/DisconnectReason.cs [new file with mode: 0644]
src/Impostor.Api/Innersloth/GameKeywords.cs [new file with mode: 0644]
src/Impostor.Api/Innersloth/GameOptionsData.cs
src/Impostor.Api/Innersloth/GameStates.cs [new file with mode: 0644]
src/Impostor.Api/Innersloth/MapFlags.cs [new file with mode: 0644]
src/Impostor.Api/Innersloth/MapId.cs [new file with mode: 0644]
src/Impostor.Api/Innersloth/Net/GameDataTag.cs [deleted file]
src/Impostor.Api/Innersloth/Net/GameObject.cs [deleted file]
src/Impostor.Api/Innersloth/Net/IGameNet.cs [deleted file]
src/Impostor.Api/Innersloth/Net/InnerNetObject.cs [deleted file]
src/Impostor.Api/Innersloth/Net/Objects/Components/InnerCustomNetworkTransform.cs [deleted file]
src/Impostor.Api/Innersloth/Net/Objects/Components/InnerPlayerPhysics.cs [deleted file]
src/Impostor.Api/Innersloth/Net/Objects/Components/InnerVoteBanSystem.cs [deleted file]
src/Impostor.Api/Innersloth/Net/Objects/InnerGameData.PlayerInfo.cs [deleted file]
src/Impostor.Api/Innersloth/Net/Objects/InnerGameData.TaskInfo.cs [deleted file]
src/Impostor.Api/Innersloth/Net/Objects/InnerGameData.cs [deleted file]
src/Impostor.Api/Innersloth/Net/Objects/InnerLobbyBehaviour.cs [deleted file]
src/Impostor.Api/Innersloth/Net/Objects/InnerMeetingHud.PlayerVoteArea.cs [deleted file]
src/Impostor.Api/Innersloth/Net/Objects/InnerMeetingHud.cs [deleted file]
src/Impostor.Api/Innersloth/Net/Objects/InnerPlayerControl.cs [deleted file]
src/Impostor.Api/Innersloth/Net/Objects/InnerShipStatus.cs [deleted file]
src/Impostor.Api/Innersloth/Net/Objects/Systems/IActivatable.cs [deleted file]
src/Impostor.Api/Innersloth/Net/Objects/Systems/ISystemType.cs [deleted file]
src/Impostor.Api/Innersloth/Net/Objects/Systems/ShipStatus/DoorsSystemType.cs [deleted file]
src/Impostor.Api/Innersloth/Net/Objects/Systems/ShipStatus/HudOverrideSystemType.cs [deleted file]
src/Impostor.Api/Innersloth/Net/Objects/Systems/ShipStatus/LifeSuppSystemType.cs [deleted file]
src/Impostor.Api/Innersloth/Net/Objects/Systems/ShipStatus/MedScanSystem.cs [deleted file]
src/Impostor.Api/Innersloth/Net/Objects/Systems/ShipStatus/ReactorSystemType.cs [deleted file]
src/Impostor.Api/Innersloth/Net/Objects/Systems/ShipStatus/SabotageSystemType.cs [deleted file]
src/Impostor.Api/Innersloth/Net/Objects/Systems/ShipStatus/SecurityCameraSystemType.cs [deleted file]
src/Impostor.Api/Innersloth/Net/Objects/Systems/ShipStatus/SwitchSystem.cs [deleted file]
src/Impostor.Api/Innersloth/Net/Objects/Systems/SystemTypeHelpers.cs [deleted file]
src/Impostor.Api/Innersloth/Net/Objects/Systems/SystemTypes.cs [deleted file]
src/Impostor.Api/Innersloth/Net/RpcCalls.cs [deleted file]
src/Impostor.Api/Innersloth/Net/SpawnFlags.cs [deleted file]
src/Impostor.Api/Innersloth/SystemTypeHelpers.cs [new file with mode: 0644]
src/Impostor.Api/Innersloth/SystemTypes.cs [new file with mode: 0644]
src/Impostor.Api/Net/IClientPlayer.cs
src/Impostor.Api/Net/Inner/IGameNet.cs [new file with mode: 0644]
src/Impostor.Api/Net/Inner/IInnerNetObject.cs [new file with mode: 0644]
src/Impostor.Api/Net/Inner/Objects/IInnerGameData.cs [new file with mode: 0644]
src/Impostor.Api/Net/Inner/Objects/IInnerLobbyBehaviour.cs [new file with mode: 0644]
src/Impostor.Api/Net/Inner/Objects/IInnerPlayerControl.cs [new file with mode: 0644]
src/Impostor.Api/Net/Inner/Objects/IInnerShipStatus.cs [new file with mode: 0644]
src/Impostor.Api/Net/Inner/Objects/IInnerVoteBanSystem.cs [new file with mode: 0644]
src/Impostor.Api/Net/LimboStates.cs
src/Impostor.Api/Net/Messages/C2S/Message10AlterGameC2S.cs
src/Impostor.Api/Net/Messages/S2C/Message01JoinGameS2C.cs
src/Impostor.Api/Net/Messages/S2C/Message04RemovePlayerS2C.cs
src/Impostor.Api/Net/Messages/S2C/Message10AlterGameS2C.cs
src/Impostor.Api/Plugins/IPlugin.cs
src/Impostor.Server/Events/EventManager.cs
src/Impostor.Server/Events/Register/TemporaryEventRegister.cs
src/Impostor.Server/Extensions/MessageReaderExtensions.cs [new file with mode: 0644]
src/Impostor.Server/Extensions/NodeLocatorExtensions.cs
src/Impostor.Server/Net/Client.cs
src/Impostor.Server/Net/Factories/ClientFactory.cs
src/Impostor.Server/Net/Inner/GameDataTag.cs [new file with mode: 0644]
src/Impostor.Server/Net/Inner/GameObject.cs [new file with mode: 0644]
src/Impostor.Server/Net/Inner/InnerNetObject.cs [new file with mode: 0644]
src/Impostor.Server/Net/Inner/Objects/Components/InnerCustomNetworkTransform.cs [new file with mode: 0644]
src/Impostor.Server/Net/Inner/Objects/Components/InnerPlayerPhysics.cs [new file with mode: 0644]
src/Impostor.Server/Net/Inner/Objects/Components/InnerVoteBanSystem.cs [new file with mode: 0644]
src/Impostor.Server/Net/Inner/Objects/InnerGameData.PlayerInfo.cs [new file with mode: 0644]
src/Impostor.Server/Net/Inner/Objects/InnerGameData.TaskInfo.cs [new file with mode: 0644]
src/Impostor.Server/Net/Inner/Objects/InnerGameData.cs [new file with mode: 0644]
src/Impostor.Server/Net/Inner/Objects/InnerLobbyBehaviour.cs [new file with mode: 0644]
src/Impostor.Server/Net/Inner/Objects/InnerMeetingHud.PlayerVoteArea.cs [new file with mode: 0644]
src/Impostor.Server/Net/Inner/Objects/InnerMeetingHud.cs [new file with mode: 0644]
src/Impostor.Server/Net/Inner/Objects/InnerPlayerControl.cs [new file with mode: 0644]
src/Impostor.Server/Net/Inner/Objects/InnerShipStatus.cs [new file with mode: 0644]
src/Impostor.Server/Net/Inner/Objects/Systems/IActivatable.cs [new file with mode: 0644]
src/Impostor.Server/Net/Inner/Objects/Systems/ISystemType.cs [new file with mode: 0644]
src/Impostor.Server/Net/Inner/Objects/Systems/ShipStatus/DoorsSystemType.cs [new file with mode: 0644]
src/Impostor.Server/Net/Inner/Objects/Systems/ShipStatus/HudOverrideSystemType.cs [new file with mode: 0644]
src/Impostor.Server/Net/Inner/Objects/Systems/ShipStatus/LifeSuppSystemType.cs [new file with mode: 0644]
src/Impostor.Server/Net/Inner/Objects/Systems/ShipStatus/MedScanSystem.cs [new file with mode: 0644]
src/Impostor.Server/Net/Inner/Objects/Systems/ShipStatus/ReactorSystemType.cs [new file with mode: 0644]
src/Impostor.Server/Net/Inner/Objects/Systems/ShipStatus/SabotageSystemType.cs [new file with mode: 0644]
src/Impostor.Server/Net/Inner/Objects/Systems/ShipStatus/SecurityCameraSystemType.cs [new file with mode: 0644]
src/Impostor.Server/Net/Inner/Objects/Systems/ShipStatus/SwitchSystem.cs [new file with mode: 0644]
src/Impostor.Server/Net/Inner/RpcCalls.cs [new file with mode: 0644]
src/Impostor.Server/Net/Inner/SpawnFlags.cs [new file with mode: 0644]
src/Impostor.Server/Net/Manager/ClientManager.cs
src/Impostor.Server/Net/Manager/GameManager.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/Net/State/GameNet.Api.cs [new file with mode: 0644]
src/Impostor.Server/Net/State/GameNet.cs