MinecraftConsoles/Minecraft.Server/Windows64
kuwacom 965a859b40 add: add implementing interactive command line using linenoise
- 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.
2026-03-07 16:48:58 +09:00
..
postbuild_server.ps1 fix: dedicated server build settings for miniaudio migration and missing sources 2026-03-06 18:45:50 +09:00
ServerMain.cpp add: add implementing interactive command line using linenoise 2026-03-07 16:48:58 +09:00