MinecraftConsoles/Minecraft.Server
kuwacom e4c8229e52 add: Dedicated Server implementation
- Introduced `ServerMain.cpp` for the dedicated server logic, handling command-line arguments, server initialization, and network management.
- Created `postbuild_server.ps1` script for post-build tasks, including copying necessary resources and DLLs for the dedicated server.
- Added `CopyServerAssets.cmake` to manage the copying of server assets during the build process, ensuring required files are available for the dedicated server.
- Defined project filters in `Minecraft.Server.vcxproj.filters` for better organization of server-related files.
2026-03-04 18:12:26 +09:00
..
Windows64 add: Dedicated Server implementation 2026-03-04 18:12:26 +09:00
Minecraft.Server.vcxproj add: Dedicated Server implementation 2026-03-04 18:12:26 +09:00
Minecraft.Server.vcxproj.filters add: Dedicated Server implementation 2026-03-04 18:12:26 +09:00