Commit 26f2dd97 authored by fallenstardust's avatar fallenstardust

3.7.8 LOG-O

sync ocgcore
parent 1f2f95ac
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#include <COGLESDriver.h> #include <COGLESDriver.h>
#endif #endif
const unsigned short PRO_VERSION = 0x1351; const unsigned short PRO_VERSION = 0x1352;
namespace ygo { namespace ygo {
......
...@@ -4151,7 +4151,7 @@ int32 field::add_chain(uint16 step) { ...@@ -4151,7 +4151,7 @@ int32 field::add_chain(uint16 step) {
phandler->set_status(STATUS_LEAVE_CONFIRMED, TRUE); phandler->set_status(STATUS_LEAVE_CONFIRMED, TRUE);
} }
if((phandler->get_type() & (TYPE_SPELL | TYPE_TRAP)) if((phandler->get_type() & (TYPE_SPELL | TYPE_TRAP))
&& (phandler->data.type & (TYPE_CONTINUOUS | TYPE_FIELD | TYPE_EQUIP | TYPE_PENDULUM)) && (phandler->get_type() & (TYPE_CONTINUOUS | TYPE_FIELD | TYPE_EQUIP | TYPE_PENDULUM))
&& phandler->is_has_relation(clit) && phandler->current.location == LOCATION_SZONE && phandler->is_has_relation(clit) && phandler->current.location == LOCATION_SZONE
&& !peffect->is_flag(EFFECT_FLAG_FIELD_ONLY)) && !peffect->is_flag(EFFECT_FLAG_FIELD_ONLY))
clit.flag |= CHAIN_CONTINUOUS_CARD; clit.flag |= CHAIN_CONTINUOUS_CARD;
......
...@@ -21,15 +21,7 @@ ...@@ -21,15 +21,7 @@
<pre> <pre>
更新: 更新:
1.更新ygo内核; 1.更新ygo内核;
2.新卡DBGI+VJ; 2.旧卡WPP1;
3.2020.10.1OCG禁卡表;
4.2020.9TCG禁卡表
变更:
1.不再在初运行时申请权限;
2.只在需要使用相应权限时弹出申请;
3.移除READ_PHONE_STATE权限请求;
修复:
1.覆盖安装新版本会重置收藏夹记录的问题;
</pre> </pre>
<h3 style="color:#ff0000">注意</h3> <h3 style="color:#ff0000">注意</h3>
<pre> <pre>
......
...@@ -8,8 +8,8 @@ android { ...@@ -8,8 +8,8 @@ android {
applicationId "cn.garymb.ygomobile" applicationId "cn.garymb.ygomobile"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 29 targetSdkVersion 29
versionCode 370700930 versionCode 370701018
versionName "3.7.7" versionName "3.7.8"
flavorDimensions "versionCode" flavorDimensions "versionCode"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
ndk { ndk {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment