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
de12984c
Commit
de12984c
authored
Oct 17, 2017
by
mercury233
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fh' into sound
parents
a517571c
7a6ffff3
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
480 additions
and
130 deletions
+480
-130
gframe/duelclient.cpp
gframe/duelclient.cpp
+1
-0
gframe/game.cpp
gframe/game.cpp
+1
-1
gframe/gframe.cpp
gframe/gframe.cpp
+12
-0
lflist.conf
lflist.conf
+462
-127
ocgcore
ocgcore
+1
-1
script
script
+1
-1
strings.conf
strings.conf
+2
-0
No files found.
gframe/duelclient.cpp
View file @
de12984c
...
@@ -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 @
de12984c
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
#include <dirent.h>
#include <dirent.h>
#endif
#endif
const
unsigned
short
PRO_VERSION
=
0x13
3D
;
const
unsigned
short
PRO_VERSION
=
0x13
40
;
namespace
ygo
{
namespace
ygo
{
...
...
gframe/gframe.cpp
View file @
de12984c
...
@@ -2,6 +2,9 @@
...
@@ -2,6 +2,9 @@
#include "game.h"
#include "game.h"
#include "data_manager.h"
#include "data_manager.h"
#include <event2/thread.h>
#include <event2/thread.h>
#ifdef __APPLE__
#import <CoreFoundation/CoreFoundation.h>
#endif
int
enable_log
=
0
;
int
enable_log
=
0
;
bool
exit_on_return
=
false
;
bool
exit_on_return
=
false
;
...
@@ -36,6 +39,15 @@ int main(int argc, char* argv[]) {
...
@@ -36,6 +39,15 @@ int main(int argc, char* argv[]) {
#ifndef _WIN32
#ifndef _WIN32
setlocale
(
LC_CTYPE
,
"UTF-8"
);
setlocale
(
LC_CTYPE
,
"UTF-8"
);
#endif
#endif
#ifdef __APPLE__
CFURLRef
bundle_url
=
CFBundleCopyBundleURL
(
CFBundleGetMainBundle
());
CFURLRef
bundle_base_url
=
CFURLCreateCopyDeletingLastPathComponent
(
NULL
,
bundle_url
);
CFRelease
(
bundle_url
);
CFStringRef
path
=
CFURLCopyFileSystemPath
(
bundle_base_url
,
kCFURLPOSIXPathStyle
);
CFRelease
(
bundle_base_url
);
chdir
(
CFStringGetCStringPtr
(
path
,
kCFStringEncodingUTF8
));
CFRelease
(
path
);
#endif //__APPLE__
#ifdef _WIN32
#ifdef _WIN32
#ifndef _DEBUG
#ifndef _DEBUG
wchar_t
exepath
[
MAX_PATH
];
wchar_t
exepath
[
MAX_PATH
];
...
...
lflist.conf
View file @
de12984c
This diff is collapsed.
Click to expand it.
ocgcore
@
1f1d9cba
Subproject commit
82fb81ad35f999cb1c5d97273d9b429faea99625
Subproject commit
1f1d9cba25969e85760185a3fbb6f2070beba1aa
script
@
0f2bb610
Subproject commit
1d9275b1479a82386d7871f4d9275e8986657157
Subproject commit
0f2bb610e85d5d61faefbf91c6f4c5aa4e52ec3c
strings.conf
View file @
de12984c
...
@@ -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
请选择效果的对象
...
@@ -851,3 +852,4 @@
...
@@ -851,3 +852,4 @@
!
setname
0
x107
方程式运动员
F
.
A
.
!
setname
0
x107
方程式运动员
F
.
A
.
!
setname
0
x108
魔弹 魔弾
!
setname
0
x108
魔弹 魔弾
!
setname
0
x109
天气 天気
!
setname
0
x109
天气 天気
!
setname
0
x10a
珀耳修斯 パーシアス
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