MinecraftConsoles/Minecraft.Server
kuwacom 71fd1e3a62 add: significantly improved the dedicated server logging system
- add ServerLogManager to Minecraft.Server as the single entry point for dedicated-server log output
- forward CMinecraftApp logger output to the server logger when running with g_Win64DedicatedServer
- add named network logs for incoming, accepted, rejected, and disconnected connections
- cache connection metadata by smallId so player name and remote IP remain available for disconnect logs
- keep Minecraft.Client changes minimal by using lightweight hook points and handling log orchestration on the server side
2026-03-08 15:22:00 +09:00
..
Access add: Dedicated Server BAN access manager with persistent player and IP bans 2026-03-08 10:15:13 +09:00
Common add: add FileUtils 2026-03-08 10:13:36 +09:00
Console add: implement StringUtils for string manipulation and refactor usages 2026-03-07 17:39:37 +09:00
docs add: create Minecraft.Server developer guide in English and Japanese 2026-03-07 20:18:35 +09:00
vendor add: add nlohmann/json json lib 2026-03-08 01:08:23 +09:00
Windows64 add: significantly improved the dedicated server logging system 2026-03-08 15:22:00 +09:00
Minecraft.Server.vcxproj add: significantly improved the dedicated server logging system 2026-03-08 15:22:00 +09:00
Minecraft.Server.vcxproj.filters add: significantly improved the dedicated server logging system 2026-03-08 15:22:00 +09:00
ServerLogger.cpp add: implement StringUtils for string manipulation and refactor usages 2026-03-07 17:39:37 +09:00
ServerLogger.h update: converted Japanese comments to English 2026-03-07 20:12:17 +09:00
ServerLogManager.cpp add: significantly improved the dedicated server logging system 2026-03-08 15:22:00 +09:00
ServerLogManager.h add: significantly improved the dedicated server logging system 2026-03-08 15:22:00 +09:00
ServerProperties.cpp update: changed file read/write operations to use FileUtils. 2026-03-08 10:31:00 +09:00
ServerProperties.h update: add LAN advertising configuration for server.properties 2026-03-07 11:51:38 +09:00
WorldManager.cpp update: add note about issue 2026-03-07 20:24:10 +09:00
WorldManager.h update: converted Japanese comments to English 2026-03-07 20:12:17 +09:00