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
1ac16dae
"...Irrlicht/svn:/svn.code.sf.net/p/irrlicht/code/trunk@2480" did not exist on "e6b44d8605dd2e9b0a0c032d3a9d62c8dd8cb831"
Commit
1ac16dae
authored
Dec 15, 2021
by
nanahira
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'server' into full-view
parents
abb0ebbf
c40524d9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
gframe/game.cpp
gframe/game.cpp
+1
-1
premake5.lua
premake5.lua
+4
-0
No files found.
gframe/game.cpp
View file @
1ac16dae
...
...
@@ -33,8 +33,8 @@ HostInfo game_info;
void
Game
::
MainServerLoop
()
{
initUtils
();
deckManager
.
LoadLFList
();
LoadExpansions
();
dataManager
.
LoadDB
(
L"cards.cdb"
);
LoadExpansions
();
aServerPort
=
NetServer
::
StartServer
(
aServerPort
);
NetServer
::
InitDuel
();
...
...
premake5.lua
View file @
1ac16dae
...
...
@@ -39,6 +39,10 @@ solution "ygo"
end
end
if
os
.
ishost
(
"windows"
)
then
BUILD_LUA
=
true
end
configurations
{
"Release"
,
"Debug"
}
if
os.getenv
(
"YGOPRO_NO_LUA_SAFE"
)
then
defines
{
"LUA_COMPAT_5_2"
,
"YGOPRO_SERVER_MODE"
}
...
...
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