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
6dafb379
Commit
6dafb379
authored
Sep 30, 2022
by
nanahira
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into server
parents
b2e5dbd7
ee82657e
Pipeline
#17010
passed with stages
in 4 minutes and 14 seconds
Changes
8
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
411 additions
and
221 deletions
+411
-221
cards.cdb
cards.cdb
+0
-0
gframe/game.cpp
gframe/game.cpp
+2
-2
lflist.conf
lflist.conf
+402
-212
ocgcore
ocgcore
+1
-1
premake/gframe/ygopro.rc
premake/gframe/ygopro.rc
+2
-2
script
script
+1
-1
strings.conf
strings.conf
+2
-2
system.conf
system.conf
+1
-1
No files found.
cards.cdb
View file @
6dafb379
No preview for this file type
gframe/game.cpp
View file @
6dafb379
...
...
@@ -27,7 +27,7 @@ namespace irr {
#include <regex>
#endif //YGOPRO_SERVER_MODE
unsigned
short
PRO_VERSION
=
0x135
3
;
unsigned short PRO_VERSION = 0x135
4
;
namespace ygo {
...
...
@@ -229,7 +229,7 @@ bool Game::Initialize() {
SetWindowsIcon();
//main menu
wchar_t strbuf[256];
myswprintf
(
strbuf
,
L"KoishiPro %X.0%X.%X
Gloxin
ia"
,
PRO_VERSION
>>
12
,
(
PRO_VERSION
>>
4
)
&
0xff
,
PRO_VERSION
&
0xf
);
myswprintf(strbuf, L"KoishiPro %X.0%X.%X
Parano
ia", 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));
...
...
lflist.conf
View file @
6dafb379
This diff is collapsed.
Click to expand it.
ocgcore
@
18ab49fe
Subproject commit
5fd550f14051a0ace579dc26870d320119ab1e96
Subproject commit
18ab49fe07c57a53a22fc1c534d56f0206e294e7
premake/gframe/ygopro.rc
View file @
6dafb379
1 ICON "ygopro.ico"
1 VERSIONINFO
FILEVERSION 1, 0, 35,
3
PRODUCTVERSION 1, 0, 35,
3
FILEVERSION 1, 0, 35,
4
PRODUCTVERSION 1, 0, 35,
4
FILEOS 0x4
FILETYPE 0x1
...
...
script
@
9e44cd92
Subproject commit
bc8393dd04d46a500b05d89497556905edfadb8
6
Subproject commit
9e44cd9296c16ad8331f82cb80c1ddddb3f946d
6
strings.conf
View file @
6dafb379
...
...
@@ -1136,7 +1136,7 @@
!
setname
0
x16d
随风旅鸟 ふわんだりぃず
!
setname
0
x16e
拓扑 トポロジック
!
setname
0
x16f
许珀里翁 ヒュペリオン
!
setname
0
x170
甲虫骑兵
Beetrooper
!
setname
0
x170
骑甲虫 ビートルーパー
!
setname
0
x171
朋克
P
.
U
.
N
.
K
.
!
setname
0
x172
救祓少女 エクソシスター
!
setname
0
x173
恐啡肽狂龙 ダイノルフィア
...
...
@@ -1148,7 +1148,7 @@
!
setname
0
x179
兽带斗神 セリオンズ
!
setname
0
x17a
恐吓爪牙族 スケアクロー
!
setname
0
x17b
野蛮人 バーバリアン
!
setname
0
x17c
漫读使灵
Libromancer
!
setname
0
x17c
漫读使灵
リブロマンサー
!
setname
0
x17d
群豪 ヴァリアンツ
!
setname
0
x17e
拉比林斯迷宫 ラビュリンス
!
setname
0
x117e
拉比林斯迷宫欢迎 ウェルカム・ラビュリンス
...
...
system.conf
View file @
6dafb379
...
...
@@ -2,7 +2,7 @@
#nickname & gamename should be less than 20 characters
use_d3d
=
0
use_image_scale
=
1
pro_version
=
494
7
pro_version
=
494
8
antialias
=
2
errorlog
=
3
nickname
=
Komeiji
Koishi
...
...
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