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
Commits
bd7605d8
Commit
bd7605d8
authored
Dec 30, 2015
by
mercury233
Browse files
Options
Browse Files
Download
Plain Diff
Merge
https://github.com/Fluorohydride/ygopro
into server
parents
308d4089
bc0181d3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
gframe/client_field.cpp
gframe/client_field.cpp
+1
-1
gframe/duelclient.cpp
gframe/duelclient.cpp
+1
-1
strings.conf
strings.conf
+1
-0
No files found.
gframe/client_field.cpp
View file @
bd7605d8
...
...
@@ -1108,7 +1108,7 @@ bool ClientField::CheckSelectSum() {
selable
.
insert
(
selectsum_all
[
i
]);
}
for
(
size_t
i
=
0
;
i
<
selected_cards
.
size
();
++
i
)
{
if
(
i
<
must_select_count
)
if
(
(
int
)
i
<
must_select_count
)
selected_cards
[
i
]
->
is_selectable
=
false
;
else
selected_cards
[
i
]
->
is_selectable
=
true
;
...
...
gframe/duelclient.cpp
View file @
bd7605d8
...
...
@@ -1871,7 +1871,7 @@ int DuelClient::ClientAnalyze(char * msg, unsigned int len) {
mainGame
->
btnM1
->
setVisible
(
true
);
mainGame
->
showcardcode
=
6
;
break
;
case
PHASE_BATTLE
:
case
PHASE_BATTLE
_START
:
mainGame
->
btnBP
->
setVisible
(
true
);
mainGame
->
btnBP
->
setPressed
(
true
);
mainGame
->
btnBP
->
setEnabled
(
false
);
...
...
strings.conf
View file @
bd7605d8
...
...
@@ -21,6 +21,7 @@
!
system
26
结束阶段中
!
system
27
抽卡前
!
system
28
战斗阶段开始
!
system
29
即将结束战斗步骤
!
system
30
战斗回卷,是否继续攻击?
!
system
31
是否直接攻击?
!
system
40
伤害步骤开始时
...
...
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