Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-2pick
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
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
MyCard
ygopro-2pick
Commits
60300974
Commit
60300974
authored
Nov 20, 2016
by
mercury233
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://github.com/Fluorohydride/ygopro
parents
d249901f
f3f82ca7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
gframe/deck_con.cpp
gframe/deck_con.cpp
+5
-5
ocgcore
ocgcore
+1
-1
script
script
+1
-1
No files found.
gframe/deck_con.cpp
View file @
60300974
...
@@ -776,6 +776,8 @@ void DeckBuilder::FilterCards() {
...
@@ -776,6 +776,8 @@ void DeckBuilder::FilterCards() {
unsigned
int
set_code
=
0
;
unsigned
int
set_code
=
0
;
if
(
pstr
[
0
]
==
L'@'
)
if
(
pstr
[
0
]
==
L'@'
)
set_code
=
dataManager
.
GetSetCode
(
&
pstr
[
1
]);
set_code
=
dataManager
.
GetSetCode
(
&
pstr
[
1
]);
else
set_code
=
dataManager
.
GetSetCode
(
&
pstr
[
0
]);
if
(
pstr
[
0
]
==
0
||
(
pstr
[
0
]
==
L'$'
&&
pstr
[
1
]
==
0
)
||
(
pstr
[
0
]
==
L'@'
&&
pstr
[
1
]
==
0
))
if
(
pstr
[
0
]
==
0
||
(
pstr
[
0
]
==
L'$'
&&
pstr
[
1
]
==
0
)
||
(
pstr
[
0
]
==
L'@'
&&
pstr
[
1
]
==
0
))
pstr
=
0
;
pstr
=
0
;
auto
strpointer
=
dataManager
.
_strings
.
begin
();
auto
strpointer
=
dataManager
.
_strings
.
begin
();
...
@@ -854,11 +856,9 @@ void DeckBuilder::FilterCards() {
...
@@ -854,11 +856,9 @@ void DeckBuilder::FilterCards() {
}
else
if
(
pstr
[
0
]
==
L'@'
&&
set_code
)
{
}
else
if
(
pstr
[
0
]
==
L'@'
&&
set_code
)
{
if
(
!
check_set_code
(
data
,
set_code
))
continue
;
if
(
!
check_set_code
(
data
,
set_code
))
continue
;
}
else
{
}
else
{
if
(
wcsstr
(
text
.
name
,
pstr
)
==
0
&&
wcsstr
(
text
.
text
,
pstr
)
==
0
)
{
if
(
wcsstr
(
text
.
name
,
pstr
)
==
0
&&
wcsstr
(
text
.
text
,
pstr
)
==
0
set_code
=
dataManager
.
GetSetCode
(
&
pstr
[
0
]);
&&
(
!
set_code
||
!
check_set_code
(
data
,
set_code
)))
if
(
!
set_code
||
!
check_set_code
(
data
,
set_code
))
continue
;
continue
;
}
}
}
}
}
results
.
push_back
(
ptr
);
results
.
push_back
(
ptr
);
...
...
ocgcore
@
96bbbedb
Subproject commit
800ecbbf27bab7de6de02cf610946b678b2ff047
Subproject commit
96bbbedb6e828f4a227cf5405ed8e284b0def2cc
script
@
5485784e
Subproject commit
6505dc223d9754281c1b5bbd8605effdff33ff8a
Subproject commit
5485784eac297306878f20f2c6cd4a0a51698653
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