Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
ygopro
Commits
02bee0dc
Commit
02bee0dc
authored
Jan 29, 2022
by
nanahira
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test pure x64 build
parent
5015bba2
Pipeline
#9092
failed with stages
in 6 minutes and 14 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
9 deletions
+10
-9
gframe/game.cpp
gframe/game.cpp
+1
-1
gframe/premake4.lua
gframe/premake4.lua
+4
-4
ocgcore
ocgcore
+1
-1
premake/gframe/ygopro.rc
premake/gframe/ygopro.rc
+3
-3
premake4.lua
premake4.lua
+1
-0
No files found.
gframe/game.cpp
View file @
02bee0dc
...
...
@@ -177,7 +177,7 @@ bool Game::Initialize() {
SetWindowsIcon();
//main menu
wchar_t strbuf[256];
myswprintf(strbuf, L"KoishiPro %X.0%X.%X
Yurika
", PRO_VERSION >> 12, (PRO_VERSION >> 4) & 0xff, PRO_VERSION & 0xf);
myswprintf(strbuf, L"KoishiPro %X.0%X.%X
PONPONPON
", PRO_VERSION >> 12, (PRO_VERSION >> 4) & 0xff, PRO_VERSION & 0xf);
wMainMenu = env->addWindow(rect<s32>(370, 200, 650, 415), false, strbuf);
wMainMenu->getCloseButton()->setVisible(false);
btnLanMode = env->addButton(rect<s32>(10, 30, 270, 60), wMainMenu, BUTTON_LAN_MODE, dataManager.GetSysString(1200));
...
...
gframe/premake4.lua
View file @
02bee0dc
...
...
@@ -34,17 +34,17 @@ project "ygopro"
if
USE_IRRKLANG
then
links
{
"irrKlang"
}
if
not
IRRKLANG_PRO
then
libdirs
{
"../irrklang/lib/Win
32
-visualStudio"
}
libdirs
{
"../irrklang/lib/Win
x64
-visualStudio"
}
end
end
links
{
"opengl32"
,
"ws2_32"
,
"winmm"
,
"gdi32"
,
"kernel32"
,
"user32"
,
"imm32"
}
if
IRRKLANG_PRO
then
configuration
{
"windows"
,
"not vs2017"
,
"not vs2019"
}
libdirs
{
"../irrklang/lib/Win
32
-visualStudio"
}
libdirs
{
"../irrklang/lib/Win
x64
-visualStudio"
}
configuration
{
"windows"
,
"vs2017"
}
libdirs
{
"../irrklang/lib/Win
32
-vs2017"
}
libdirs
{
"../irrklang/lib/Win
x64
-vs2017"
}
configuration
{
"windows"
,
"vs2019"
}
libdirs
{
"../irrklang/lib/Win
32
-vs2019"
}
libdirs
{
"../irrklang/lib/Win
x64
-vs2019"
}
end
configuration
{
"windows"
,
"not vs*"
}
includedirs
{
"/mingw/include/irrlicht"
,
"/mingw/include/freetype2"
}
...
...
ocgcore
@
9b3458c7
Subproject commit
7922811e373e9faf952b9dfc85ee818e0a89e1de
Subproject commit
9b3458c7db51dbe52fdb7961cea504d4b705b908
premake/gframe/ygopro.rc
View file @
02bee0dc
...
...
@@ -13,11 +13,11 @@ BLOCK "080404b0"
BEGIN
VALUE "FileDescription", "KoishiPro"
VALUE "InternalName", "KoishiPro"
VALUE "LegalCopyright", "Copyright (C) 202
1
Nanahira"
VALUE "LegalCopyright", "Copyright (C) 202
2
Nanahira"
VALUE "OriginalFilename", "ygopro.exe"
VALUE "ProductName", "KoishiPro"
VALUE "FileVersion", "
Yurika
"
VALUE "ProductVersion", "
Yurika
"
VALUE "FileVersion", "
PONPONPON
"
VALUE "ProductVersion", "
PONPONPON
"
END
END
BLOCK "VarFileInfo"
...
...
premake4.lua
View file @
02bee0dc
...
...
@@ -4,6 +4,7 @@ solution "ygo"
objdir
"obj"
configurations
{
"Release"
,
"Debug"
}
platforms
{
"x86_64"
,
"x86"
}
defines
{
"LUA_COMPAT_5_2"
}
configuration
"windows"
defines
{
"WIN32"
,
"_WIN32"
}
...
...
nanahira
@nanahira
mentioned in commit
f99488ac
·
Jan 29, 2022
mentioned in commit
f99488ac
mentioned in commit f99488acb9f1a1267d130619c2376e2feddbe71d
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment