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
fe20fa5c
Commit
fe20fa5c
authored
Apr 07, 2017
by
DailyShana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add hint for selecting place
parent
fbd50d6b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
5 deletions
+9
-5
gframe/duelclient.cpp
gframe/duelclient.cpp
+7
-3
ocgcore
ocgcore
+1
-1
strings.conf
strings.conf
+1
-1
No files found.
gframe/duelclient.cpp
View file @
fe20fa5c
...
@@ -1289,9 +1289,13 @@ int DuelClient::ClientAnalyze(char * msg, unsigned int len) {
...
@@ -1289,9 +1289,13 @@ int DuelClient::ClientAnalyze(char * msg, unsigned int len) {
mainGame->dField.selected_field = 0;
mainGame->dField.selected_field = 0;
unsigned char respbuf[64];
unsigned char respbuf[64];
int pzone = 0;
int pzone = 0;
if
(
mainGame
->
dInfo
.
curMsg
==
MSG_SELECT_PLACE
)
if (mainGame->dInfo.curMsg == MSG_SELECT_PLACE) {
mainGame
->
stHintMsg
->
setText
(
dataManager
.
GetSysString
(
569
));
if (select_hint) {
else
myswprintf(textBuffer, dataManager.GetSysString(569), dataManager.GetName(select_hint));
} else
myswprintf(textBuffer, dataManager.GetSysString(560));
mainGame->stHintMsg->setText(textBuffer);
} else
mainGame->stHintMsg->setText(dataManager.GetSysString(570));
mainGame->stHintMsg->setText(dataManager.GetSysString(570));
mainGame->stHintMsg->setVisible(true);
mainGame->stHintMsg->setVisible(true);
if (mainGame->dInfo.curMsg == MSG_SELECT_PLACE && mainGame->chkAutoPos->isChecked()) {
if (mainGame->dInfo.curMsg == MSG_SELECT_PLACE && mainGame->chkAutoPos->isChecked()) {
...
...
ocgcore
@
48300a55
Subproject commit
8298cf638bd4a8d0dcd604491b56a3c6560aed03
Subproject commit
48300a55945a005f32d4e6cd4bcab271a5ff33f6
strings.conf
View file @
fe20fa5c
...
@@ -114,7 +114,7 @@
...
@@ -114,7 +114,7 @@
!
system
566
请选择要发动效果的卡
!
system
566
请选择要发动效果的卡
!
system
567
请宣言一个等级
!
system
567
请宣言一个等级
!
system
568
请选择要处理效果的卡
!
system
568
请选择要处理效果的卡
!
system
569
请选择
卡片
的位置
!
system
569
请选择
[%
ls
]
的位置
!
system
570
请选择要变成不能使用的卡片区域
!
system
570
请选择要变成不能使用的卡片区域
!
system
1000
卡组
!
system
1000
卡组
!
system
1001
手卡
!
system
1001
手卡
...
...
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