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
61ee15fb
Commit
61ee15fb
authored
Oct 16, 2017
by
mercury233
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'server-link' into server
parents
5695b4cd
e14a6a81
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
370 additions
and
176 deletions
+370
-176
gframe/gframe.cpp
gframe/gframe.cpp
+12
-0
lflist.conf
lflist.conf
+355
-174
ocgcore
ocgcore
+1
-1
script
script
+1
-1
strings.conf
strings.conf
+1
-0
No files found.
gframe/gframe.cpp
View file @
61ee15fb
...
...
@@ -2,6 +2,9 @@
#include "game.h"
#include "data_manager.h"
#include <event2/thread.h>
#ifdef __APPLE__
#import <CoreFoundation/CoreFoundation.h>
#endif
int
enable_log
=
0
;
#ifndef YGOPRO_SERVER_MODE
...
...
@@ -38,6 +41,15 @@ int main(int argc, char* argv[]) {
#ifndef _WIN32
setlocale
(
LC_CTYPE
,
"UTF-8"
);
#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
#ifndef _DEBUG
wchar_t
exepath
[
MAX_PATH
];
...
...
lflist.conf
View file @
61ee15fb
This diff is collapsed.
Click to expand it.
ocgcore
@
fe0abffd
Subproject commit
dfac0fbd59976a0612da49cc1b960290004df2ed
Subproject commit
fe0abffda1317f03b9f6cd7e3f9ee490e827d764
script
@
a880e460
Subproject commit
5f67c18822546bb7182c9c5a6567d42ecfe7592d
Subproject commit
a880e460e6b641590b9657c0769735b2267a9029
strings.conf
View file @
61ee15fb
...
...
@@ -848,3 +848,4 @@
!
setname
0
x107
方程式运动员
F
.
A
.
!
setname
0
x108
魔弹 魔弾
!
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