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
47f0d50d
Commit
47f0d50d
authored
Sep 16, 2019
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove setTransparency
parent
b77f34e2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
Classes/gframe/event_handler.cpp
Classes/gframe/event_handler.cpp
+0
-1
mobile/assets/changelog.html
mobile/assets/changelog.html
+2
-1
mobile/build.gradle
mobile/build.gradle
+1
-1
No files found.
Classes/gframe/event_handler.cpp
View file @
47f0d50d
...
@@ -2142,7 +2142,6 @@ void ClientField::GetHoverField(int x, int y) {
...
@@ -2142,7 +2142,6 @@ void ClientField::GetHoverField(int x, int y) {
}
}
}
}
void
ClientField
::
ShowMenu
(
int
flag
,
int
x
,
int
y
)
{
void
ClientField
::
ShowMenu
(
int
flag
,
int
x
,
int
y
)
{
mainGame
->
textFont
->
setTransparency
(
true
);
if
(
!
flag
)
{
if
(
!
flag
)
{
mainGame
->
wCmdMenu
->
setVisible
(
false
);
mainGame
->
wCmdMenu
->
setVisible
(
false
);
return
;
return
;
...
...
mobile/assets/changelog.html
View file @
47f0d50d
...
@@ -23,14 +23,15 @@
...
@@ -23,14 +23,15 @@
更新:
更新:
1.更新ygo内核;
1.更新ygo内核;
2.新卡LVDS+FIGA+TN19;
2.新卡LVDS+FIGA+TN19;
3.2019.10OCG禁卡表
修复:
修复:
1.重做图片选择解决不能加载图片的问题;
1.重做图片选择解决不能加载图片的问题;
2.萌卡更改昵称会清除卡组的问题;
2.萌卡更改昵称会清除卡组的问题;
3.上级召唤取消会余留取消按钮的问题;
优化:
优化:
1.竖屏和横屏可以同步最后选择的卡组;
1.竖屏和横屏可以同步最后选择的卡组;
2.萌卡可备份已分类的卡组;
2.萌卡可备份已分类的卡组;
3.提高萌卡聊天室登录速度;
3.提高萌卡聊天室登录速度;
</pre>
</pre>
</body>
</body>
</html>
</html>
\ No newline at end of file
mobile/build.gradle
View file @
47f0d50d
...
@@ -8,7 +8,7 @@ android {
...
@@ -8,7 +8,7 @@ android {
applicationId
"cn.garymb.ygomobile"
applicationId
"cn.garymb.ygomobile"
minSdkVersion
21
minSdkVersion
21
targetSdkVersion
28
targetSdkVersion
28
versionCode
35000091
5
versionCode
35000091
6
versionName
"3.5.0"
versionName
"3.5.0"
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