- Created PlayerAdmin class. All admins will be instances of this class; allows for segregating admin code into a different class for easier management and maintenance. - CommandRestart now checks to make sure the player is of Type PlayerAdmin instead of player.admin - Added ExecuteCommand to BaseCharacter. All Characters (NPC & Players) can execute commands now. Allows for AI to roam the world at some point in the future by invoking the available move commands. MUDGame: - Updated the command execution from CommandEngine.Execute to user.ExecuteCommand to use the BaseCharacter version. - Changed PlayerBasic to PlayerAdmin for testing purposes. TODO: Remove command execution from game loop, server should sit and wait for telnet data to be transmitted to it within the loop. That will be the command and passed off to the BaseCharacter/Player/NPC ect ExecuteCommand |
||
---|---|---|
.. | ||
CommandExit.cs | ||
CommandLook.cs | ||
CommandRestart.cs | ||
CommandWalk.cs |