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
71288c3f
Commit
71288c3f
authored
Oct 17, 2017
by
mercury233
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into link
parents
19a99abc
bbab8d40
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
6 additions
and
5 deletions
+6
-5
gframe/duelclient.cpp
gframe/duelclient.cpp
+1
-0
gframe/game.cpp
gframe/game.cpp
+1
-1
ocgcore
ocgcore
+1
-1
premake5.lua
premake5.lua
+1
-1
script
script
+1
-1
strings.conf
strings.conf
+1
-0
system.conf
system.conf
+0
-1
No files found.
gframe/duelclient.cpp
View file @
71288c3f
...
@@ -1485,6 +1485,7 @@ int DuelClient::ClientAnalyze(char * msg, unsigned int len) {
...
@@ -1485,6 +1485,7 @@ int DuelClient::ClientAnalyze(char * msg, unsigned int len) {
int
count
=
BufferIO
::
ReadInt8
(
pbuf
);
int
count
=
BufferIO
::
ReadInt8
(
pbuf
);
mainGame
->
dField
.
selectable_cards
.
clear
();
mainGame
->
dField
.
selectable_cards
.
clear
();
mainGame
->
dField
.
selected_cards
.
clear
();
mainGame
->
dField
.
selected_cards
.
clear
();
mainGame
->
dField
.
select_panalmode
=
false
;
int
c
,
l
,
s
,
t
;
int
c
,
l
,
s
,
t
;
unsigned
int
code
;
unsigned
int
code
;
ClientCard
*
pcard
;
ClientCard
*
pcard
;
...
...
gframe/game.cpp
View file @
71288c3f
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
#include <dirent.h>
#include <dirent.h>
#endif
#endif
const
unsigned
short
PRO_VERSION
=
0x
233F
;
const
unsigned
short
PRO_VERSION
=
0x
1340
;
namespace
ygo
{
namespace
ygo
{
...
...
ocgcore
@
1f1d9cba
Subproject commit
be07da20a7f5225572beaf12414d251fd15f3255
Subproject commit
1f1d9cba25969e85760185a3fbb6f2070beba1aa
premake5.lua
View file @
71288c3f
...
@@ -19,7 +19,7 @@ solution "ygo"
...
@@ -19,7 +19,7 @@ solution "ygo"
configuration
"macosx"
configuration
"macosx"
defines
{
"LUA_USE_MACOSX"
}
defines
{
"LUA_USE_MACOSX"
}
includedirs
{
"/usr/local/include/*"
}
includedirs
{
"/usr/local/include
"
,
"/usr/local/include
/*"
}
libdirs
{
"/usr/local/lib"
,
"/usr/X11/lib"
}
libdirs
{
"/usr/local/lib"
,
"/usr/X11/lib"
}
buildoptions
{
"-stdlib=libc++"
}
buildoptions
{
"-stdlib=libc++"
}
links
{
"OpenGL.framework"
,
"Cocoa.framework"
,
"IOKit.framework"
}
links
{
"OpenGL.framework"
,
"Cocoa.framework"
,
"IOKit.framework"
}
...
...
script
@
0f2bb610
Subproject commit
14c74b934e2da9201a3dfe70fb96782185bcce66
Subproject commit
0f2bb610e85d5d61faefbf91c6f4c5aa4e52ec3c
strings.conf
View file @
71288c3f
...
@@ -100,6 +100,7 @@
...
@@ -100,6 +100,7 @@
!
system
530
请选择对方的卡
!
system
530
请选择对方的卡
!
system
531
请选择上级召唤用需要解放的怪兽
!
system
531
请选择上级召唤用需要解放的怪兽
!
system
532
请选择要取除超量素材的怪兽
!
system
532
请选择要取除超量素材的怪兽
!
system
533
请选择连接召唤的素材
!
system
549
请选择攻击的对象
!
system
549
请选择攻击的对象
!
system
550
请选择要发动的效果
!
system
550
请选择要发动的效果
!
system
551
请选择效果的对象
!
system
551
请选择效果的对象
...
...
system.conf
View file @
71288c3f
...
@@ -11,7 +11,6 @@ numfont = c:/windows/fonts/arialbd.ttf
...
@@ -11,7 +11,6 @@ numfont = c:/windows/fonts/arialbd.ttf
serverport
=
7911
serverport
=
7911
lasthost
=
s1
.
ygo233
.
com
lasthost
=
s1
.
ygo233
.
com
lastport
=
233
lastport
=
233
autopos
=
1
automonsterpos
=
0
automonsterpos
=
0
autospellpos
=
1
autospellpos
=
1
randompos
=
0
randompos
=
0
...
...
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