Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
192 changes: 96 additions & 96 deletions CMakePresets.json
Original file line number Diff line number Diff line change
@@ -1,102 +1,102 @@
{
"version": 3,
"cmakeMinimumRequired": {
"major": 3,
"minor": 21,
"patch": 0
"version": 3,
"cmakeMinimumRequired": {
"major": 3,
"minor": 21,
"patch": 0
},
"configurePresets": [
{
"name": "default-base",
"displayName": "Default basic config",
"description": "General basic configuration to inherit",
"toolchainFile": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake",
"hidden": true
},
"configurePresets": [
{
"name": "default-base",
"displayName": "Default basic config",
"description": "General basic configuration to inherit",
"toolchainFile": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake",
"hidden": true
},
{
"name": "default-debug",
"displayName": "Config Debug",
"description": "General default debug configuration",
"inherits": "default-base",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug"
},
"hidden": true
},
{
"name": "default-release",
"displayName": "Config Release",
"description": "General default release configuration",
"inherits": "default-base",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "RelWithDebInfo"
},
"hidden": true
{
"name": "default-debug",
"displayName": "Config Debug",
"description": "General default debug configuration",
"inherits": "default-base",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug"
},
"hidden": true
},
{
"name": "default-release",
"displayName": "Config Release",
"description": "General default release configuration",
"inherits": "default-base",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "RelWithDebInfo"
},
"hidden": true
},
{
"name": "debug-win64",
"displayName": "Development config for Windows (64-bit)",
"inherits": "default-debug",
"generator": "Visual Studio 18 2026",
"architecture": "x64",
"condition": {
"type": "equals",
"lhs": "${hostSystemName}",
"rhs": "Windows"
},
"cacheVariables": {
"GIMUSRV_FRONTEND": {
"type": "STRING",
"value": "STANDALONE"
},
{
"name": "debug-win64",
"displayName": "Development config for Windows (64-bit)",
"inherits": "default-debug",
"generator": "Visual Studio 17 2022",
"architecture": "x64",
"condition": {
"type": "equals",
"lhs": "${hostSystemName}",
"rhs": "Windows"
},
"cacheVariables": {
"GIMUSRV_FRONTEND": {
"type": "STRING",
"value": "STANDALONE"
},
"VCPKG_TARGET_TRIPLET": {
"type": "STRING",
"value": "x64-windows"
}
}
"VCPKG_TARGET_TRIPLET": {
"type": "STRING",
"value": "x64-windows"
}
}
},
{
"name": "debug-lnx64",
"displayName": "Development config for Linux (64-bit)",
"inherits": "default-debug",
"generator": "Ninja",
"condition": {
"type": "equals",
"lhs": "${hostSystemName}",
"rhs": "Linux"
},
"cacheVariables": {
"GIMUSRV_FRONTEND": {
"type": "STRING",
"value": "STANDALONE"
},
{
"name": "debug-lnx64",
"displayName": "Development config for Linux (64-bit)",
"inherits": "default-debug",
"generator": "Ninja",
"condition": {
"type": "equals",
"lhs": "${hostSystemName}",
"rhs": "Linux"
},
"cacheVariables": {
"GIMUSRV_FRONTEND": {
"type": "STRING",
"value": "STANDALONE"
},
"VCPKG_TARGET_TRIPLET": {
"type": "STRING",
"value": "x64-linux"
}
}
"VCPKG_TARGET_TRIPLET": {
"type": "STRING",
"value": "x64-linux"
}
}
},
{
"name": "release-win32",
"displayName": "Deployment for Brave Frontier for Windows",
"inherits": "default-release",
"generator": "Visual Studio 18 2026",
"architecture": "x64",
"condition": {
"type": "equals",
"lhs": "${hostSystemName}",
"rhs": "Windows"
},
"cacheVariables": {
"GIMUSRV_FRONTEND": {
"type": "STRING",
"value": "PROXYAPPX"
},
{
"name": "release-win32",
"displayName": "Deployment for Brave Frontier for Windows",
"inherits": "default-release",
"generator": "Visual Studio 17 2022",
"architecture": "x64",
"condition": {
"type": "equals",
"lhs": "${hostSystemName}",
"rhs": "Windows"
},
"cacheVariables": {
"GIMUSRV_FRONTEND": {
"type": "STRING",
"value": "PROXYAPPX"
},
"VCPKG_TARGET_TRIPLET": {
"type": "STRING",
"value": "x86-windows-static"
}
}
"VCPKG_TARGET_TRIPLET": {
"type": "STRING",
"value": "x86-windows-static"
}
]
}
}
}
]
}
27 changes: 27 additions & 0 deletions GimuServer.slnx
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<Solution>
<Configurations>
<BuildType Name="Debug"/>
<BuildType Name="Release"/>
<BuildType Name="MinSizeRel"/>
<BuildType Name="RelWithDebInfo"/>
<Platform Name="x64"/>
</Configurations>
<Project Path="ALL_BUILD.vcxproj" Type="8bc9ceb8-8b4a-11d0-8d11-00a0c91bc942" Id="25b02e69-473b-3671-a36c-0eb7821fbec3" DefaultStartup="true">
<BuildDependency Project="ZERO_CHECK.vcxproj"/>
<BuildDependency Project="gimuserver/gimuserver.vcxproj"/>
<BuildDependency Project="standalone_frontend/gimuserverw.vcxproj"/>
<Build Solution="Debug|*" Project="false"/>
<Build Solution="Release|*" Project="false"/>
<Build Solution="MinSizeRel|*" Project="false"/>
<Build Solution="RelWithDebInfo|*" Project="false"/>
</Project>
<Project Path="ZERO_CHECK.vcxproj" Type="8bc9ceb8-8b4a-11d0-8d11-00a0c91bc942" Id="b9b6823e-e292-363e-87a8-0ea52d310616"/>
<Project Path="gimuserver/gimuserver.vcxproj" Type="8bc9ceb8-8b4a-11d0-8d11-00a0c91bc942" Id="853acb8f-1b89-3939-93e0-38ea901ef56a">
<BuildDependency Project="ZERO_CHECK.vcxproj"/>
</Project>
<Project Path="standalone_frontend/gimuserverw.vcxproj" Type="8bc9ceb8-8b4a-11d0-8d11-00a0c91bc942" Id="238558e1-41ad-331e-ba4b-5cdabc2e3305">
<BuildDependency Project="ZERO_CHECK.vcxproj"/>
<BuildDependency Project="gimuserver/gimuserver.vcxproj"/>
</Project>
</Solution>
4 changes: 2 additions & 2 deletions deploy/gimuconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"content_root": "./game_content",
"gme_sqlite_path": "./gme.sqlite",
"session_timeout": 1200,
"mst_root": "./system" // "./system"
"mst_root": "./system"
},
"server": {
"wallpaper_banner": "/wallpaper/title_logo20151028.jpg", // title_logo20160401
"wallpaper_banner": "/wallpaper/title_logo20151028.jpg",
"game_version": 21900,
"notice_url": "http://ios21900.bfww.gumi.sg/pages/versioninfo"
},
Expand Down
Loading