Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro
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
YGOPRO-520DIY
ygopro
Commits
f1ede50f
Commit
f1ede50f
authored
Sep 06, 2020
by
nanahira
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into server
parents
d7dbd3f5
95b8cf6b
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
gframe/duelclient.cpp
gframe/duelclient.cpp
+1
-1
gframe/single_duel.cpp
gframe/single_duel.cpp
+1
-1
gframe/single_mode.cpp
gframe/single_mode.cpp
+1
-1
gframe/tag_duel.cpp
gframe/tag_duel.cpp
+1
-1
ocgcore
ocgcore
+1
-1
No files found.
gframe/duelclient.cpp
View file @
f1ede50f
...
@@ -1011,7 +1011,7 @@ int DuelClient::ClientAnalyze(char * msg, unsigned int len) {
...
@@ -1011,7 +1011,7 @@ int DuelClient::ClientAnalyze(char * msg, unsigned int len) {
}
}
switch
(
mainGame
->
dInfo
.
curMsg
)
{
switch
(
mainGame
->
dInfo
.
curMsg
)
{
case
MSG_RESET_TIME
:
{
case
MSG_RESET_TIME
:
{
pbuf
+=
2
;
pbuf
+=
3
;
break
;
break
;
}
}
case
MSG_RETRY
:
{
case
MSG_RETRY
:
{
...
...
gframe/single_duel.cpp
View file @
f1ede50f
...
@@ -749,7 +749,7 @@ int SingleDuel::Analyze(char* msgbuffer, unsigned int len) {
...
@@ -749,7 +749,7 @@ int SingleDuel::Analyze(char* msgbuffer, unsigned int len) {
switch
(
engType
)
{
switch
(
engType
)
{
case
MSG_RESET_TIME
:
{
case
MSG_RESET_TIME
:
{
player
=
BufferIO
::
ReadInt8
(
pbuf
);
player
=
BufferIO
::
ReadInt8
(
pbuf
);
int
time
=
BufferIO
::
ReadInt8
(
pbuf
);
short
time
=
BufferIO
::
ReadInt16
(
pbuf
);
if
(
host_info
.
time_limit
)
{
if
(
host_info
.
time_limit
)
{
if
(
time
)
if
(
time
)
time_limit
[
player
]
=
time
;
time_limit
[
player
]
=
time
;
...
...
gframe/single_mode.cpp
View file @
f1ede50f
...
@@ -182,7 +182,7 @@ bool SingleMode::SinglePlayAnalyze(char* msg, unsigned int len) {
...
@@ -182,7 +182,7 @@ bool SingleMode::SinglePlayAnalyze(char* msg, unsigned int len) {
mainGame
->
dInfo
.
curMsg
=
BufferIO
::
ReadUInt8
(
pbuf
);
mainGame
->
dInfo
.
curMsg
=
BufferIO
::
ReadUInt8
(
pbuf
);
switch
(
mainGame
->
dInfo
.
curMsg
)
{
switch
(
mainGame
->
dInfo
.
curMsg
)
{
case
MSG_RESET_TIME
:
{
case
MSG_RESET_TIME
:
{
pbuf
+=
2
;
pbuf
+=
3
;
break
;
break
;
}
}
case
MSG_RETRY
:
{
case
MSG_RETRY
:
{
...
...
gframe/tag_duel.cpp
View file @
f1ede50f
...
@@ -705,7 +705,7 @@ int TagDuel::Analyze(char* msgbuffer, unsigned int len) {
...
@@ -705,7 +705,7 @@ int TagDuel::Analyze(char* msgbuffer, unsigned int len) {
switch
(
engType
)
{
switch
(
engType
)
{
case
MSG_RESET_TIME
:
{
case
MSG_RESET_TIME
:
{
player
=
BufferIO
::
ReadInt8
(
pbuf
);
player
=
BufferIO
::
ReadInt8
(
pbuf
);
int
time
=
BufferIO
::
ReadInt8
(
pbuf
);
short
time
=
BufferIO
::
ReadInt16
(
pbuf
);
if
(
host_info
.
time_limit
)
{
if
(
host_info
.
time_limit
)
{
if
(
time
)
if
(
time
)
time_limit
[
player
]
=
time
;
time_limit
[
player
]
=
time
;
...
...
ocgcore
@
1eedc8d1
Subproject commit
b43c3762795b73c51c3bcb684fe789fc7bb07b17
Subproject commit
1eedc8d1b7e4b36f7a78431351238b330b723aad
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