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
0735cfb5
Commit
0735cfb5
authored
Jan 24, 2017
by
mercury233
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://github.com/Fluorohydride/ygopro
into server
parents
21c488ed
ebef1cce
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
gframe/duelclient.cpp
gframe/duelclient.cpp
+5
-0
strings.conf
strings.conf
+3
-0
No files found.
gframe/duelclient.cpp
View file @
0735cfb5
...
...
@@ -1289,6 +1289,11 @@ int DuelClient::ClientAnalyze(char * msg, unsigned int len) {
mainGame
->
dField
.
selected_field
=
0
;
unsigned
char
respbuf
[
64
];
int
pzone
=
0
;
if
(
mainGame
->
dInfo
.
curMsg
==
MSG_SELECT_PLACE
)
mainGame
->
stHintMsg
->
setText
(
dataManager
.
GetSysString
(
569
));
else
mainGame
->
stHintMsg
->
setText
(
dataManager
.
GetSysString
(
570
));
mainGame
->
stHintMsg
->
setVisible
(
true
);
if
(
mainGame
->
dInfo
.
curMsg
==
MSG_SELECT_PLACE
&&
mainGame
->
chkAutoPos
->
isChecked
())
{
unsigned
int
filter
;
if
(
mainGame
->
dField
.
selectable_field
&
0x1f
)
{
...
...
strings.conf
View file @
0735cfb5
...
...
@@ -114,6 +114,8 @@
!
system
566
请选择要发动效果的卡
!
system
567
请宣言一个等级
!
system
568
请选择要处理效果的卡
!
system
569
请选择卡片的位置
!
system
570
请选择要变成不能使用的卡片区域
!
system
1000
卡组
!
system
1001
手卡
!
system
1002
怪兽区
...
...
@@ -228,6 +230,7 @@
!
system
1160
在灵摆区域发动
!
system
1161
效果处理
!
system
1162
效果重置
!
system
1163
灵摆召唤
#menu
!
system
1200
联机模式
!
system
1201
残局模式
...
...
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