-
-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* make command server or client * move console to game scene * fix kill command to work with client and host * allow command to know about connection calling them * some cleanup * replace tabs with space * add offline commands * apply safety checks and fix indentation * fix null ref * removed client active connection check * rename to online process * Update Assets/Scripts/SS3D/Systems/IngameConsoleSystem/Commands/KillCommand.cs Co-authored-by: Iamteapot <[email protected]> * Update Assets/Scripts/SS3D/Systems/IngameConsoleSystem/CommandsController.cs Co-authored-by: Iamteapot <[email protected]> * Update Assets/Scripts/SS3D/Systems/IngameConsoleSystem/ConsolePanelView.cs Co-authored-by: Iamteapot <[email protected]> * rename console to _console * Update Assets/Scripts/SS3D/Systems/IngameConsoleSystem/CommandsController.cs Co-authored-by: Iamteapot <[email protected]> --------- Co-authored-by: Iamteapot <[email protected]>
- Loading branch information
1 parent
6b3594e
commit a3f5b90
Showing
22 changed files
with
630 additions
and
262 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.