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
44949d96
Commit
44949d96
authored
May 11, 2012
by
argon.sun
Browse files
Options
Browse Files
Download
Plain Diff
merge
parents
da4aac8b
2f9a4c77
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
6 deletions
+3
-6
gframe/game.cpp
gframe/game.cpp
+1
-1
gframe/replay_mode.cpp
gframe/replay_mode.cpp
+0
-1
ocgcore/ocgapi.cpp
ocgcore/ocgapi.cpp
+2
-0
system.conf
system.conf
+0
-4
No files found.
gframe/game.cpp
View file @
44949d96
...
...
@@ -13,7 +13,7 @@
#include <dirent.h>
#endif
const
unsigned
short
PRO_VERSION
=
0x127
1
;
const
unsigned
short
PRO_VERSION
=
0x127
2
;
namespace
ygo
{
...
...
gframe/replay_mode.cpp
View file @
44949d96
...
...
@@ -326,7 +326,6 @@ bool ReplayMode::ReplayAnalyze(char* msg, unsigned int len) {
}
case
MSG_NEW_TURN
:
{
pbuf
++
;
ReplayRefresh
();
DuelClient
::
ClientAnalyze
(
offset
,
pbuf
-
offset
);
break
;
}
...
...
ocgcore/ocgapi.cpp
View file @
44949d96
...
...
@@ -153,12 +153,14 @@ extern "C" DECL_DLLEXPORT void new_tag_card(ptr pduel, uint32 code, uint8 owner,
switch
(
location
)
{
case
LOCATION_DECK
:
ptduel
->
game_field
->
player
[
owner
].
tag_list_main
.
push_back
(
pcard
);
pcard
->
owner
=
owner
;
pcard
->
current
.
controler
=
owner
;
pcard
->
current
.
location
=
LOCATION_DECK
;
pcard
->
current
.
sequence
=
ptduel
->
game_field
->
player
[
owner
].
tag_list_main
.
size
()
-
1
;
break
;
case
LOCATION_EXTRA
:
ptduel
->
game_field
->
player
[
owner
].
tag_list_extra
.
push_back
(
pcard
);
pcard
->
owner
=
owner
;
pcard
->
current
.
controler
=
owner
;
pcard
->
current
.
location
=
LOCATION_EXTRA
;
pcard
->
current
.
sequence
=
ptduel
->
game_field
->
player
[
owner
].
tag_list_extra
.
size
()
-
1
;
...
...
system.conf
View file @
44949d96
...
...
@@ -9,9 +9,5 @@ lastdeck = T1
textfont
=
c
:/
windows
/
fonts
/
simsun
.
ttc
14
numfont
=
c
:/
windows
/
fonts
/
arialbd
.
ttf
serverport
=
7911
<<<<<<<
HEAD
lastip
=
192
.
168
.
2
.
100
=======
lastip
=
192
.
168
.
3
.
235
>>>>>>>
a1621ee4c3685938a41fc0922899db9827f882fe
lastport
=
7911
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