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
6074f4b7
Commit
6074f4b7
authored
Oct 08, 2024
by
wind2009
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'server' into server-develop
parents
e4990422
7a0defb4
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
225 additions
and
32 deletions
+225
-32
gframe/game.cpp
gframe/game.cpp
+1
-1
lflist.conf
lflist.conf
+222
-29
ocgcore
ocgcore
+1
-1
script
script
+1
-1
No files found.
gframe/game.cpp
View file @
6074f4b7
#include "config.h"
#include "config.h"
#include "game.h"
#include "game.h"
#ifdef YGOPRO_SERVER_MODE
#ifdef YGOPRO_SERVER_MODE
#include <thread>
#include "myfilesystem.h"
#include "myfilesystem.h"
#include "data_manager.h"
#include "data_manager.h"
#include "deck_manager.h"
#include "deck_manager.h"
...
@@ -27,6 +26,7 @@ namespace irr {
...
@@ -27,6 +26,7 @@ namespace irr {
#include "netserver.h"
#include "netserver.h"
#include "single_mode.h"
#include "single_mode.h"
#endif //YGOPRO_SERVER_MODE
#endif //YGOPRO_SERVER_MODE
#include <thread>
const
unsigned
short
PRO_VERSION
=
0x1361
;
const
unsigned
short
PRO_VERSION
=
0x1361
;
...
...
lflist.conf
View file @
6074f4b7
This diff is collapsed.
Click to expand it.
ocgcore
@
1701452d
Subproject commit
dc1e9c42af39de74117829abf8eac715e6112556
Subproject commit
1701452d060a740c9d9cb796b2711550f5fb517e
script
@
a852e8e7
Subproject commit
db28e4a03749e11492bfba6358004dba2a432b9e
Subproject commit
a852e8e7d21eb61d043838fdd86170bef911871d
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