mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
- Integrated linenoise library for line editing and completion in the server console. - Updated ServerLogger to handle external writes safely during logging. - Modified ServerMain to initialize and manage the ServerCli for command input. - The implementation is separate from everything else, so it doesn't affect anything else. - The command input section and execution section are separated into threads. |
||
|---|---|---|
| .. | ||
| Console | ||
| vendor/linenoise | ||
| Windows64 | ||
| Minecraft.Server.vcxproj | ||
| Minecraft.Server.vcxproj.filters | ||
| ServerLogger.cpp | ||
| ServerLogger.h | ||
| ServerProperties.cpp | ||
| ServerProperties.h | ||
| WorldManager.cpp | ||
| WorldManager.h | ||