Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
YGOMobile-Cn-Ko-En
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
fallenstardust
YGOMobile-Cn-Ko-En
Commits
9fbd9afc
Commit
9fbd9afc
authored
Jul 24, 2019
by
feihuaduo
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://github.com/fallenstardust/YGOMobile-cn-ko-en
parents
a58c013d
71f0fa0c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
10 deletions
+9
-10
Classes/ocgcore/field.cpp
Classes/ocgcore/field.cpp
+2
-1
mobile/assets/changelog.html
mobile/assets/changelog.html
+5
-7
mobile/build.gradle
mobile/build.gradle
+2
-2
mobile/src/main/res/drawable/ic_launcher3.png
mobile/src/main/res/drawable/ic_launcher3.png
+0
-0
No files found.
Classes/ocgcore/field.cpp
View file @
9fbd9afc
...
...
@@ -3114,7 +3114,8 @@ int32 field::is_player_can_send_to_hand(uint8 playerid, card * pcard) {
pduel
->
lua
->
add_param
(
eset
[
i
],
PARAM_TYPE_EFFECT
);
pduel
->
lua
->
add_param
(
pcard
,
PARAM_TYPE_CARD
);
pduel
->
lua
->
add_param
(
playerid
,
PARAM_TYPE_INT
);
if
(
pduel
->
lua
->
check_condition
(
eset
[
i
]
->
target
,
3
))
pduel
->
lua
->
add_param
(
core
.
reason_effect
,
PARAM_TYPE_EFFECT
);
if
(
pduel
->
lua
->
check_condition
(
eset
[
i
]
->
target
,
4
))
return
FALSE
;
}
if
(
pcard
->
is_extra_deck_monster
()
&&
!
is_player_can_send_to_deck
(
playerid
,
pcard
))
...
...
mobile/assets/changelog.html
View file @
9fbd9afc
...
...
@@ -17,17 +17,15 @@
特别感谢: 菜菜,尸体,废话多,大毛,龙道香姐,晓L,幻兽L 的支持与努力.
</pre>
<ul>
<li
style=
"color:#ffff00"
>
3.4.
6
</li>
<li
style=
"color:#ffff00"
>
3.4.
7
</li>
</ul>
<pre>
更新:
1.更新ygo内核;
2.新卡SD36+VJ+YA07;
修复:
1.萌卡聊天室部分机型登入错误的问题;
优化:
1.为更多机型适配可QQ、微信打开ydk文件;
2.更新日志增加进入教程的按钮;
2.新卡1010+VJ;
3.2019.7TCG禁卡表;
新增:
1.卡组分类管理;
</pre>
</body>
</html>
\ No newline at end of file
mobile/build.gradle
View file @
9fbd9afc
...
...
@@ -8,8 +8,8 @@ android {
applicationId
"cn.garymb.ygomobile"
minSdkVersion
16
targetSdkVersion
28
versionCode
340
6
00707
versionName
"3.4.
6
"
versionCode
340
7
00707
versionName
"3.4.
7
"
flavorDimensions
"versionCode"
vectorDrawables
.
useSupportLibrary
=
true
ndk
{
...
...
mobile/src/main/res/drawable/ic_launcher3.png
View replaced file @
a58c013d
View file @
9fbd9afc
144 KB
|
W:
|
H:
143 KB
|
W:
|
H:
2-up
Swipe
Onion skin
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