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
REIKAI
ygopro
Commits
33221df1
Commit
33221df1
authored
Jun 08, 2019
by
nanahira
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into server
parents
25d9a3df
c36c2d1b
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
11 additions
and
8 deletions
+11
-8
.gitignore
.gitignore
+3
-0
cards.cdb
cards.cdb
+0
-0
gframe/game.cpp
gframe/game.cpp
+1
-1
ocgcore
ocgcore
+1
-1
premake/gframe/ygopro.rc
premake/gframe/ygopro.rc
+4
-4
script
script
+1
-1
strings.conf
strings.conf
+1
-1
No files found.
.gitignore
View file @
33221df1
...
@@ -56,6 +56,9 @@
...
@@ -56,6 +56,9 @@
/sound/*.wav
/sound/*.wav
/sound/custom
/sound/custom
/sound/BGM
/sound/BGM
/sound/README.md
/sound/LICENSE
/sound/,*
/update
/update
/update*
/update*
/locales
/locales
...
...
cards.cdb
View file @
33221df1
No preview for this file type
gframe/game.cpp
View file @
33221df1
...
@@ -153,7 +153,7 @@ bool Game::Initialize() {
...
@@ -153,7 +153,7 @@ bool Game::Initialize() {
SetWindowsIcon();
SetWindowsIcon();
//main menu
//main menu
wchar_t strbuf[256];
wchar_t strbuf[256];
myswprintf
(
strbuf
,
L"KoishiPro %X.0%X.%X
Hameln
"
,
PRO_VERSION
>>
12
,
(
PRO_VERSION
>>
4
)
&
0xff
,
PRO_VERSION
&
0xf
);
myswprintf(strbuf, L"KoishiPro %X.0%X.%X
Realidea
", PRO_VERSION >> 12, (PRO_VERSION >> 4) & 0xff, PRO_VERSION & 0xf);
wMainMenu = env->addWindow(rect<s32>(370, 200, 650, 415), false, strbuf);
wMainMenu = env->addWindow(rect<s32>(370, 200, 650, 415), false, strbuf);
wMainMenu->getCloseButton()->setVisible(false);
wMainMenu->getCloseButton()->setVisible(false);
btnLanMode = env->addButton(rect<s32>(10, 30, 270, 60), wMainMenu, BUTTON_LAN_MODE, dataManager.GetSysString(1200));
btnLanMode = env->addButton(rect<s32>(10, 30, 270, 60), wMainMenu, BUTTON_LAN_MODE, dataManager.GetSysString(1200));
...
...
ocgcore
@
875160ba
Subproject commit
11898b44e24bff4b3d0dfb774ede3c434729c264
Subproject commit
875160baf32b02e6e07f25e410deba6b58469eda
premake/gframe/ygopro.rc
View file @
33221df1
1 ICON "ygopro.ico"
1 ICON "ygopro.ico"
1 VERSIONINFO
1 VERSIONINFO
FILEVERSION 1, 0, 34,
9
FILEVERSION 1, 0, 34,
A
PRODUCTVERSION 1, 0, 34,
9
PRODUCTVERSION 1, 0, 34,
A
FILEOS 0x4
FILEOS 0x4
FILETYPE 0x1
FILETYPE 0x1
...
@@ -16,8 +16,8 @@ VALUE "InternalName", "YGOPRO Server Mode"
...
@@ -16,8 +16,8 @@ VALUE "InternalName", "YGOPRO Server Mode"
VALUE "LegalCopyright", "Copyright (C) 2018 Nanahira"
VALUE "LegalCopyright", "Copyright (C) 2018 Nanahira"
VALUE "OriginalFilename", "ygopro.exe"
VALUE "OriginalFilename", "ygopro.exe"
VALUE "ProductName", "YGOPRO Server Mode"
VALUE "ProductName", "YGOPRO Server Mode"
VALUE "FileVersion", "1.034.
9
.Koishi"
VALUE "FileVersion", "1.034.
A
.Koishi"
VALUE "ProductVersion", "1.034.
9
.Koishi"
VALUE "ProductVersion", "1.034.
A
.Koishi"
END
END
END
END
BLOCK "VarFileInfo"
BLOCK "VarFileInfo"
...
...
script
@
cc57b9eb
Subproject commit
746e6455655f658604ded155c88407835f925f42
Subproject commit
cc57b9eb0d70c5d254e4f3ecae7fd2471e259f9c
strings.conf
View file @
33221df1
...
@@ -615,7 +615,7 @@
...
@@ -615,7 +615,7 @@
!
setname
0
x8
英雄
HERO
!
setname
0
x8
英雄
HERO
!
setname
0
x3008
元素英雄
E
・
HERO
!
setname
0
x3008
元素英雄
E
・
HERO
!
setname
0
x5008
幻影英雄
V
・
HERO
!
setname
0
x5008
幻影英雄
V
・
HERO
#
setname 0x6008 邪心英雄 E-HERO
!
setname
0
x6008
邪心英雄
E
-
HERO
!
setname
0
xa008
假面英雄
M
・
HERO
!
setname
0
xa008
假面英雄
M
・
HERO
!
setname
0
xc008
命运英雄
D
-
HERO
!
setname
0
xc008
命运英雄
D
-
HERO
!
setname
0
x9
新宇 ネオス
!
setname
0
x9
新宇 ネオス
...
...
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