Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
YGOMobile
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
Commits
84049057
Commit
84049057
authored
Nov 06, 2021
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
revert join game thread
parent
d913d074
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
libcore/jni/cn_garymb_ygomobile_core_IrrlichtBridge.cpp
libcore/jni/cn_garymb_ygomobile_core_IrrlichtBridge.cpp
+1
-1
mobile/assets/changelog.html
mobile/assets/changelog.html
+6
-6
mobile/build.gradle
mobile/build.gradle
+1
-1
No files found.
libcore/jni/cn_garymb_ygomobile_core_IrrlichtBridge.cpp
View file @
84049057
...
@@ -187,7 +187,7 @@ static void* join_game_thread(void* param) {
...
@@ -187,7 +187,7 @@ static void* join_game_thread(void* param) {
return
NULL
;
return
NULL
;
}
}
//auto exit when join game by mycard.
//auto exit when join game by mycard.
exit_on_return
=
true
;
//
exit_on_return = true;
irr
::
android
::
YGOGameOptions
options
=
irr
::
android
::
YGOGameOptions
(
param
);
irr
::
android
::
YGOGameOptions
options
=
irr
::
android
::
YGOGameOptions
(
param
);
irr
::
SEvent
event
;
irr
::
SEvent
event
;
...
...
mobile/assets/changelog.html
View file @
84049057
...
@@ -22,15 +22,15 @@
...
@@ -22,15 +22,15 @@
更新:
更新:
1.更新ygo内核;
1.更新ygo内核;
2.新卡1107+VJ;
2.新卡1107+VJ;
3.残局模式支持选择不洗切时回卡组顶端;
3.残局模式
·默认不洗牌时回卡组的卡到卡组底部;
·可选不洗牌时回卡组的卡到卡组顶部;
4.改回服务器进入房间后退出不直接关闭游戏;
5.优化小窗模式下点击精准度;
</pre>
</pre>
<h3
style=
"color:#ff0000"
>
注意
</h3>
<h3
style=
"color:#ff0000"
>
注意
</h3>
<pre>
<pre>
①:卸载本软件将删除包含卡组在内的重要文件,卸载前请慎重;
卸载本软件将删除包含卡组在内的重要文件,卸载前请慎重;
②:出现点击不准,不灵敏的情况:
·选择功能菜单>设置>开启沉浸式画面
目前手头缺少多种机型,适配坑深难以一步到位
还请海涵。
</pre>
</pre>
</body>
</body>
</html>
</html>
\ No newline at end of file
mobile/build.gradle
View file @
84049057
...
@@ -9,7 +9,7 @@ android {
...
@@ -9,7 +9,7 @@ android {
minSdkVersion
21
minSdkVersion
21
//noinspection ExpiredTargetSdkVersion
//noinspection ExpiredTargetSdkVersion
targetSdkVersion
29
targetSdkVersion
29
versionCode
38100110
1
versionCode
38100110
6
versionName
"3.8.10"
versionName
"3.8.10"
flavorDimensions
"versionCode"
flavorDimensions
"versionCode"
vectorDrawables
.
useSupportLibrary
=
true
vectorDrawables
.
useSupportLibrary
=
true
...
...
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