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
YGOPRO-520DIY
ygopro
Commits
6f316291
Commit
6f316291
authored
Sep 09, 2018
by
mercury233
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://github.com/Fluorohydride/ygopro
parents
bab63179
2fab0859
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
8 deletions
+10
-8
gframe/game.cpp
gframe/game.cpp
+3
-3
strings.conf
strings.conf
+7
-5
No files found.
gframe/game.cpp
View file @
6f316291
...
...
@@ -85,10 +85,10 @@ bool Game::Initialize() {
else
hWnd
=
reinterpret_cast
<
HWND
>
(
exposedData
.
OpenGLWin32
.
HWnd
);
if
(
hWnd
)
{
LONG
style
=
GetWindowLong
(
hWnd
,
GWL_STYLE
);
LONG
style
=
GetWindowLong
W
(
hWnd
,
GWL_STYLE
);
style
|=
WS_MINIMIZEBOX
;
SetWindowLong
(
hWnd
,
GWL_STYLE
,
style
);
SendMessage
(
hWnd
,
WM_NCPAINT
,
1
,
0
);
SetWindowLong
W
(
hWnd
,
GWL_STYLE
,
style
);
SendMessage
W
(
hWnd
,
WM_NCPAINT
,
1
,
0
);
}
#endif
SetWindowsIcon
();
...
...
strings.conf
View file @
6f316291
...
...
@@ -48,7 +48,7 @@
!
system
94
是否现在使用这张卡的效果?
!
system
95
是否使用[%
ls
]的效果?
!
system
96
是否使用[%
ls
]的效果代替破坏?
!
system
97
是否把[%
ls
]在魔法与陷阱区域
放置
?
!
system
97
是否把[%
ls
]在魔法与陷阱区域
盖放
?
!
system
98
是否要解放对方怪兽?
!
system
100
先攻
!
system
101
后攻
...
...
@@ -95,7 +95,7 @@
!
system
524
请选择里侧攻击表示的怪兽
!
system
525
请选择里侧守备表示的怪兽
!
system
526
请选择给对方确认的卡
!
system
527
请选择要
放置
到场上的卡
!
system
527
请选择要
盖放
到场上的卡
!
system
528
请选择要改变表示形式的怪兽
!
system
529
请选择自己的卡
!
system
530
请选择对方的卡
...
...
@@ -229,13 +229,13 @@
!
system
1150
发动
!
system
1151
召唤
!
system
1152
特殊召唤
!
system
1153
放置
!
system
1153
盖放
!
system
1154
反转召唤
!
system
1155
守备表示
!
system
1156
攻击表示
!
system
1157
攻击
!
system
1158
查看列表
!
system
1159
当魔法卡
放置
!
system
1159
当魔法卡
盖放
!
system
1160
在灵摆区域发动
!
system
1161
效果处理
!
system
1162
效果重置
...
...
@@ -426,7 +426,7 @@
!
system
1511
对方宣言了:[%
ls
]
!
system
1512
对方选择了:[%
d
]
!
system
1600
卡片改变了表示形式
!
system
1601
放置
了卡片
!
system
1601
盖放
了卡片
!
system
1602
卡的控制权改变了
!
system
1603
[%
ls
]召唤中
!
system
1604
怪兽召唤成功
...
...
@@ -542,6 +542,7 @@
!
counter
0
x47
指示物(限制代码)
!
counter
0
x48
指示物(连接死亡炮塔)
!
counter
0
x1049
警逻指示物
!
counter
0
x4a
运动员指示物
#setnames, using tab for comment
!
setname
0
x1
正义盟军
A
・
O
・
J
!
setname
0
x2
次世代 ジェネクス
...
...
@@ -914,3 +915,4 @@
!
setname
0
x11f
奈芙提斯 ネフティス
!
setname
0
x120
调皮宝贝 プランキッズ
!
setname
0
x121
魔妖
!
setname
0
x122
女武神
Valkyrie
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