Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-core
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-core
Commits
13b88139
Commit
13b88139
authored
Dec 08, 2015
by
VanillaSalt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
4e0295fa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
field.h
field.h
+1
-1
libgroup.cpp
libgroup.cpp
+1
-1
No files found.
field.h
View file @
13b88139
...
@@ -387,7 +387,7 @@ public:
...
@@ -387,7 +387,7 @@ public:
void
attack_all_target_check
();
void
attack_all_target_check
();
int32
check_synchro_material
(
card
*
pcard
,
int32
findex1
,
int32
findex2
,
int32
min
,
int32
max
,
card
*
smat
,
group
*
mg
);
int32
check_synchro_material
(
card
*
pcard
,
int32
findex1
,
int32
findex2
,
int32
min
,
int32
max
,
card
*
smat
,
group
*
mg
);
int32
check_tuner_material
(
card
*
pcard
,
card
*
tuner
,
int32
findex1
,
int32
findex2
,
int32
min
,
int32
max
,
card
*
smat
,
group
*
mg
);
int32
check_tuner_material
(
card
*
pcard
,
card
*
tuner
,
int32
findex1
,
int32
findex2
,
int32
min
,
int32
max
,
card
*
smat
,
group
*
mg
);
int32
check_with_sum_limit
(
card_vector
*
mats
,
int32
acc
,
int32
index
,
int32
count
,
int32
min
,
int32
max
);
static
int32
check_with_sum_limit
(
card_vector
*
mats
,
int32
acc
,
int32
index
,
int32
count
,
int32
min
,
int32
max
);
int32
check_xyz_material
(
card
*
pcard
,
int32
findex
,
int32
lv
,
int32
min
,
int32
max
,
group
*
mg
);
int32
check_xyz_material
(
card
*
pcard
,
int32
findex
,
int32
lv
,
int32
min
,
int32
max
,
group
*
mg
);
int32
is_player_can_draw
(
uint8
playerid
);
int32
is_player_can_draw
(
uint8
playerid
);
...
...
libgroup.cpp
View file @
13b88139
...
@@ -291,7 +291,7 @@ int32 scriptlib::group_check_with_sum_equal(lua_State *L) {
...
@@ -291,7 +291,7 @@ int32 scriptlib::group_check_with_sum_equal(lua_State *L) {
(
*
cit
)
->
operation_param
=
pduel
->
lua
->
get_operation_value
(
*
cit
,
2
,
extraargs
);
(
*
cit
)
->
operation_param
=
pduel
->
lua
->
get_operation_value
(
*
cit
,
2
,
extraargs
);
cv
.
push_back
(
*
cit
);
cv
.
push_back
(
*
cit
);
}
}
lua_pushboolean
(
L
,
pduel
->
game_field
->
check_with_sum_limit
(
&
cv
,
acc
,
0
,
1
,
min
,
max
));
lua_pushboolean
(
L
,
field
::
check_with_sum_limit
(
&
cv
,
acc
,
0
,
1
,
min
,
max
));
return
1
;
return
1
;
}
}
int32
scriptlib
::
group_select_with_sum_equal
(
lua_State
*
L
)
{
int32
scriptlib
::
group_select_with_sum_equal
(
lua_State
*
L
)
{
...
...
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