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
REIKAI
ygopro
Commits
f53f1da0
Commit
f53f1da0
authored
Jan 05, 2019
by
nanahira
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into another
parents
3291f82d
cb253117
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
7 deletions
+6
-7
cards.cdb
cards.cdb
+0
-0
gframe/duelclient.cpp
gframe/duelclient.cpp
+4
-5
ocgcore
ocgcore
+1
-1
script
script
+1
-1
textures/bg/bgCE.jpg
textures/bg/bgCE.jpg
+0
-0
textures/bg/bgDK.jpg
textures/bg/bgDK.jpg
+0
-0
No files found.
cards.cdb
View file @
f53f1da0
No preview for this file type
gframe/duelclient.cpp
View file @
f53f1da0
...
@@ -367,12 +367,11 @@ void DuelClient::HandleSTOCPacketLan(char* data, unsigned int len) {
...
@@ -367,12 +367,11 @@ void DuelClient::HandleSTOCPacketLan(char* data, unsigned int len) {
unsigned
short
count
=
BufferIO
::
ReadUInt16
(
pdata
);
unsigned
short
count
=
BufferIO
::
ReadUInt16
(
pdata
);
char
temp1
[
64
];
char
temp1
[
64
];
char
temp2
[
128
];
char
temp2
[
128
];
wchar_t
roomname
[
32
];
wchar_t
player1
[
64
];
wchar_t
player2
[
64
];
wchar_t
hoststr
[
1024
];
for
(
unsigned
short
i
=
0
;
i
<
count
;
++
i
)
{
for
(
unsigned
short
i
=
0
;
i
<
count
;
++
i
)
{
wchar_t
roomname
[
32
];
wchar_t
player1
[
64
];
wchar_t
player2
[
64
];
wchar_t
hoststr
[
1024
];
memcpy
(
temp1
,
pdata
,
64
);
memcpy
(
temp1
,
pdata
,
64
);
pdata
+=
64
;
pdata
+=
64
;
BufferIO
::
DecodeUTF8
(
temp1
,
roomname
);
BufferIO
::
DecodeUTF8
(
temp1
,
roomname
);
...
...
ocgcore
@
cf3a323b
Subproject commit
1869873106359b64e06a263b31e2e2ad529e9933
Subproject commit
cf3a323bec3209c1a004808563b397a753a16c70
script
@
fba4ec71
Subproject commit
a57b3522f6acb3d1e37a484654ef7cecf2b7f774
Subproject commit
fba4ec714b9b54a7079ad15038e53ea099c0d723
textures/bg/bgCE.jpg
deleted
100644 → 0
View file @
3291f82d
713 KB
textures/bg/bgDK.jpg
deleted
100644 → 0
View file @
3291f82d
785 KB
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