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
f58063a9
Commit
f58063a9
authored
Dec 13, 2022
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
3_10_6 LOG-O
parent
b3b5b453
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
9 deletions
+12
-9
.gitignore
.gitignore
+2
-0
Classes/gframe/menu_handler.cpp
Classes/gframe/menu_handler.cpp
+3
-3
mobile/assets/changelog.html
mobile/assets/changelog.html
+5
-4
mobile/build.gradle
mobile/build.gradle
+2
-2
mobile/src/main/res/drawable-xhdpi/ic_launcher3.png
mobile/src/main/res/drawable-xhdpi/ic_launcher3.png
+0
-0
No files found.
.gitignore
View file @
f58063a9
...
...
@@ -60,3 +60,5 @@ output.json
/libygo/.cxx
/mobile/assets/data/single
/mobile/assets/data/pack
/mobile/assets/en/data/*.cdb
/mobile/assets/kor/data/*.cdb
Classes/gframe/menu_handler.cpp
View file @
f58063a9
...
...
@@ -449,13 +449,13 @@ bool MenuHandler::OnEvent(const irr::SEvent& event) {
exit
(
0
);
}
else
{
if
(
!
NetServer
::
StartServer
(
mainGame
->
gameConf
.
serverport
))
{
soundManager
.
PlaySoundEffect
(
SOUND_
INFO
);
mainGame
->
soundManager
->
PlaySoundEffect
(
SoundManager
::
SFX
::
INFO
);
mainGame
->
env
->
addMessageBox
(
L""
,
dataManager
.
GetSysString
(
1402
));
break
;
}
if
(
!
DuelClient
::
StartClient
(
0x7f000001
,
mainGame
->
gameConf
.
serverport
))
{
NetServer
::
StopServer
();
soundManager
.
PlaySoundEffect
(
SOUND_
INFO
);
mainGame
->
soundManager
->
PlaySoundEffect
(
SoundManager
::
SFX
::
INFO
);
mainGame
->
env
->
addMessageBox
(
L""
,
dataManager
.
GetSysString
(
1402
));
break
;
}
...
...
@@ -663,7 +663,7 @@ bool MenuHandler::OnEvent(const irr::SEvent& event) {
!
deckManager
.
LoadDeck
(
mainGame
->
cbCategorySelect
,
mainGame
->
cbDeckSelect
))
{
mainGame
->
gMutex
.
lock
();
static_cast
<
irr
::
gui
::
IGUICheckBox
*>
(
caller
)
->
setChecked
(
false
);
soundManager
.
PlaySoundEffect
(
SOUND_
INFO
);
mainGame
->
soundManager
->
PlaySoundEffect
(
SoundManager
::
SFX
::
INFO
);
mainGame
->
env
->
addMessageBox
(
L""
,
dataManager
.
GetSysString
(
1406
));
mainGame
->
gMutex
.
unlock
();
break
;
...
...
mobile/assets/changelog.html
View file @
f58063a9
...
...
@@ -16,15 +16,16 @@
特别感谢: 尸体233,废话多,大毛,幻兽L 的支持与努力.
</pre>
<ul>
<li
style=
"color:#ffff00"
>
3.10.
5
</li>
<li
style=
"color:#ffff00"
>
3.10.
6
</li>
</ul>
<pre>
更新:
1.更新ygo内核;
2.新卡SLF1;
2.OCG2023.1禁卡表;
3.TCG2022.12禁卡表
变更:
1.
英语韩语根据系统语言进行初始化安装
;
2.
新增人机卡组1个
;
1.
修正人机一些操作问题
;
2.
未选择卡组时点准备增加提示
;
</pre>
<h3
style=
"color:#ff0000"
>
注意
</h3>
<pre>
...
...
mobile/build.gradle
View file @
f58063a9
...
...
@@ -9,8 +9,8 @@ android {
minSdkVersion
21
//noinspection ExpiredTargetSdkVersion
targetSdkVersion
29
versionCode
3100
50929
versionName
"3_10_
5
"
versionCode
3100
60930
versionName
"3_10_
6
"
flavorDimensions
"versionCode"
vectorDrawables
.
useSupportLibrary
=
true
ndk
{
...
...
mobile/src/main/res/drawable-xhdpi/ic_launcher3.png
View replaced file @
b3b5b453
View file @
f58063a9
128 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