Skip to content
Failed

Changes

Summary

  1. Source: Add server console (commit: ac272ac) (details)
Commit ac272ac1cd385f3c29561862b537af120ba9ff7f by 16738302+Haxk20
Source: Add server console

Server console is a console
that server administrator can use to use
commands without being actually connected
in game.

For now the console includes also
history of commands preformed during
that session of the server.
Meaning when you stop the server
history will be cleaned.

Tab completion will be implemented
later on.
(commit: ac272ac)
The file was modified Source/Packets.c (diff)
The file was modified Source/Commands.h (diff)
The file was modified CMakeLists.txt (diff)
The file was modified Source/Commands.c (diff)
The file was modified Source/Protocol.h (diff)
The file was modified Source/Server.c (diff)
The file was modified Source/Structs.h (diff)
The file was modified Source/Protocol.c (diff)